Moritz Ploss
Results
3
comments of
Moritz Ploss
Just to bring this up again, I'm seeing the same problem for modules implementing the `statem` behaviour. In my `erlang_ls.config` I point to the project's plt generated by rebar3: ```...
Great, I'll give it a go (hopefully soon)
So far I found that if the `EncryptedField` should be self-contained, the `key_id` would need to be accessible in `EncryptedField.load/1` (and therefore in `AES.decrypt/1`). One way to achieve this would...