Susumu Yamazaki

Results 49 issues of Susumu Yamazaki

Benchfella generates an intermediate file `bench/snapshots` on the file system, though Benchfella cannot run on Nerves because the file system of Nerves is immutable, that is, the file cannot be...

Now rev-replace can't replace URI-encoded file name including non-ascii characters such that: %e6%97%a5%e6%9c%ac%e8%aa%9e.jpg

Now rev-replace can't replace URI-encoded file name including non-ascii characters such that: %e6%97%a5%e6%9c%ac%e8%aa%9e.jpg

Hi, I tried to build by `asdf install erlang 24.0` on macOS Catalina 10.15.7 with OpenSSL 1.1.1k installed by Homebrew, but I met the following error (from the log): ```...

Hi, Current Pelemay builds native code by calling make from itself after generating code and Makefile by a macro. If `elixir_make` will support a feature building after executing a macro,...

Kind:Feature

Hi, I tried to build OTP 23.1.5 with kerl `--HEAD` on M1 Mac ARM mode, but I got an error. 1. Install Homebrew according to https://github.com/mikelxc/Workarounds-for-ARM-mac 2. Install libraries required...

**Describe the bug** The following error occurs in case of Elixir 1.13: ``` 03:51:38.464 [error] :gen_event handler Pelemay.Logger installed in Logger terminating ** (FunctionClauseError) no function clause matching in Pelemay.Logger.handle_info/2...

bug

**Describe the bug** PelemayFpBench on Elixir 1.12.0 / OTP 24.0.1 / maxOS Big Sur 11.3 / M1 emits the following error: ```elixir 08:31:13.646 [error] Process #PID raised an exception **...

bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Use Pelemay in the source code ```elixir defmodule LogisticMap...

bug

Current Pelemay will fail to execute user code in `defpelemay` when the NIF generated by Pelemay cannot be loaded for some reasons. So, Pelemay is expected to add a fallback...

enhancement