Jean-Philippe Cugnet
Jean-Philippe Cugnet
Check for each anti-pattern in the [Elixir Library Guidelines](https://hexdocs.pm/elixir/master/library-guidelines.html#anti-patterns). ## Anti-patterns ### Exceptions used for control flow Currently, the `setup!/0`, `clear!/0` and `drop!/0` in the `MnesiaStore.Helpers` module only permit to...
`export_private` should not be included in applications depending on Expected. It should be an optional dependency in the `mix.exs`.
# Work in progress Such preferences could be: * Automatically discard the current session on IP change (maybe it should be considered in `plug_session_mnesia` too) * Do not persist the...
Check for each anti-pattern in the [Elixir Library Guidelines](https://hexdocs.pm/elixir/master/library-guidelines.html#anti-patterns). ## Anti-patterns ### Exceptions used for control flow Currently, the `setup!/0`, `clear!/0` and `drop!/0` in the `Helpers` module only permit to...
It would be interesting to have an option to automatically discard sessions when the peer IP changes. This would need to update the storage format to add this information.
With the current master, it does not seems to be able to add/play an album directly. My current process is: 1. Search 2. Select a song from the album and...
## Setup - Version: 1.2.0 - OS: Windows (WSL) - Platform: PC ## Description When a serial port is visible as `COM5` on Windows, it is accessible as `/dev/ttyS5` in...
## Rationale The current ADC implementation does not support STM32L47x and STM43L78x families. On MCUs from these families, you need to set a bit in the GPIOx_ASCR register to connect...
Since v1.6, Elixir features a code formatter. By default, it add parentheses to all functions or macro calls. The first Marker sample code would look like this once formatted: ```elixir...
When running the tests on Elixir 1.14.0 / OTP 24, I can see a lot of failures. After my first investigations it seems that neither the `@type` nor the `@enforce_keys`...