-
maybe this is a documentation bug, if I try to start emongo like this:
1> application:start(emongo).
{error,{not_started,sasl}}
if I start the shell with this options:
erl -pa emongo/ebin -sasl err…
-
### Description
### Situation:
1. A user without a federation link exists in Keycloak.
2. A user federation provider (e.g. LDAP) is configured.
3. At some time, the user from 1.) that has been m…
-
Original reporter: `ilyan`
Affected version: `Not Specified`
Component: `Not Specified`
Migrated from: https://bugs.erlang.org/browse/ERL-983
---
```
Is it possible to generate OTP Windows 64-bit B…
-
The OpenTelemetry projects often expose both an Erlang and an Elixir API. Right now, unless I’m missing something, it's pretty cumbersome to expose docs for **both** via ExDoc.
Let's take [opentele…
-
`rebar3 auto` crashes on second change with
```=ERROR REPORT==== 14-Nov-2023::19:23:25.870893 ===
beam/beam_load.c(148): Error loading module enotify:
please re-compile this module with an Erlan…
-
```
There is YubiKey version with NFC chip - YubiKey NEO -
https://www.yubico.com/products/yubikey-hardware/yubikey-neo/
It would be great to be able to use it to unlock the passwords database.
I w…
-
### Pre-Check ###
I am trying to setup and deploy a grisp application from this github: "https://github.com/lunelis/sensor_fusion" but when trying to deploy to my SD card I get an "Uncaught error i…
-
# Report
Erlang & rebar3 properly handle `{vsn, git}` in `.app.src` files.
Plugin incorrectly reports ` expected, got 'git'` for that construct.
# Environment
* `OS`: FreeBSD 13.0p5
* `IDE`…
-
Hi! Thanks for the lib!
I'm getting this when compiling:
```
==> elixir_uuid
Compiling 1 file (.ex)
warning: :crypto.hash/2 defined in application :crypto is used by the current application b…
-
I have a umbrella project which has multiple OTP applications. I tried to integrate proto files repository as below for one of the application and it works fine . Now if I try to add appl2 in main top…