Lars Wikman
Lars Wikman
Same error for these two variants: ``` -module(hello). -export([hello_world/0]). hello_world() -> io:fwrite("hello, world\n"). ``` ``` -module(hello). -export([hello_world/0]). hello_world() -> erlang:display("hello, world\n"). ``` ``` lawik@MacBook-Pro lumen-testing % lumen compile hello.erl Compiling...
I currently run this: `DB_URL="ecto://postgres@db:5432/changelog_test" mix test` There was some additional setup to get there as well if I recall. There are some things that could be cleaned up there.
Not sure about the exact reason, but with the standard docker compose I'm not getting live reloads. Might be a missing inotify-tools or something. Should take a look.
Running the project on Docker has some inconsistencies. I'll try to note them as I go. This is one where we should make sure ElixirLS can run fully during development....
Hey Love asdf for Erlang and Elixir. I wanted to get Erlang and Elixir going on the Valve Steam Deck. It's an AMD machine running Arch fundamentally. So what I've...
I've received failed validation on a number of addresses containing the swedish characters åäö as well as the slightly more french é. From what I've gathered any UTF-8 is valid...
### Checklist - [x ] Check other issues and make sure that it is not reported yet. ### Versions and Environment Elixir: 1.8.1-otp-21 Erlang: 21.2.2 Scenic: 0.10.0 OS: MacOS ###...
This issue will be used for now to capture any and all notes about implementing support for the impression. It is different hardware but I think we could extend the...
On the calling side it is usually useful to have access to whatever size the display is. In the Scenic driver I'm already expected to provide that information so it...