-
Over the past few years, I've learned that new users have a hard time finding device libraries so they sometimes re-implement support for a device (or give up). Good libraries also go unused due to na…
-
In 9122f07239a4344cc3fb0b03769003a2b1ea962a you have removed `rebar_mix_hook` which provides the documented `consolidate_protocols` hook. Is that hook not needed anymore or was the removal accidental?
-
Instructions on how to work with this tag were not working for me. I changed tag as suggested to rpi0_2 in command line and withing mix.exs, but somehow had issue with `mix firmware`.
In my mix.ex…
-
There are lots of symbols that could be useful for short-hand functional operations.
Most even have ligatures supported by major coding fonts _(like Fira code)_.
Below is a list of symbols that ca…
-
I'm using [Hackney](https://github.com/benoitc/hackney) in an Elixir Project where I try to connect to multiple Tor circuits at a time via SOCKS5. I'm making this requests to a site that simply return…
-
Hi, what about support for SIMCom chipsets. This from Waveshare, there are some other manufacturers of board for Raspberry using that chipset.
[SIM7000E NB-IoT HAT] (https://www.waveshare.com/wiki/…
-
-
### Environment
* Elixir version (`elixir -v`):
```
Erlang/OTP 27 [erts-15.0.1] [source] [64-bit] [smp:10:10] [ds:10:10:10] [async-threads:1] [jit]
Elixir 1.17.2 (compiled with Erlang/OTP 27)
…
-
With squashfs 4.6+ on the host machine, some `mix firmware` builds may fail after building the rootfs and then squashing it
```
|nerves_bootstrap| Building OTP Release...
* skipping runtime con…
-
A few people on python-dev don't seem to like or understand `case 401|403|404:`. A number of different alternative proposals have been made:
- `case 401 or 403 or 404:`
- `case in 401, 403, 404:…