-
```
import gleeunit
import gleam/bit_builder
pub fn main() {
gleeunit.main()
}
pub fn bit_string_size_test() {
|> bit_builder.from_bit_string()
|> bit_builder.byte_size()
}
```…
-
I did the following:
```
~/Downloads% curl -LO --fail https://github.com/cocoa-xu/otp-build/releases/download/v27.0.1/otp-arm64-apple-darwin.tar.gz
~/Downloads% tar xzf otp-arm64-apple-darwin.tar…
-
## Summary
This issue is intended for discussion and planning around developing a `Backend` abstraction for Annex similar to Keras's Backend abstraction.
This description from the Keras docs captu…
-
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):
```
(snip)
checking for O…
-
### Environment
* Elixir version (`elixir -v`): 1.13.4
* [`AUR package openssh-askpass`](https://aur.archlinux.org/packages/openssh-askpass): 2.1.0-3
### Current behavior
While trying out ne…
-
I'm building a Distillery release in a Docker container running Alpine Linux, and am getting an `{on_load_function_failed,prometheus_process_collector}` error.
Here's some environment information:
…
-
Hi,
I'm using 11.8.1 of the plugin with Elixir version 1.10.4 and Erlang 23.0.3. I'm following along in this tutorial, https://pragmaticstudio.com/tutorials/getting-started-with-phoenix-liveview, t…
-
What don't you use Flatpak packages for Linux ?
It would be more easy to build and more people will be able to test it.
-
Is there anyway to make the `readall` blocking? It returns `""` when no data are available.
-
Wasmex is making good progress https://github.com/tessi/wasmex
They have some limited support for host functions, and we do not. We could, in theory, write a pure elixir library that uses wasmex in…
bhelx updated
4 months ago