Jan Bergeson
Jan Bergeson
Hi! This framework is awesome and I'm excited to start using it. I was following along with the [tutorial](https://boardgame.io/documentation/#/tutorial) which is great, and used `create-react-app` to create the app (as...
A common pattern in Elixir is to define a function spec in a `behaviour` via a `@callback` attribute, and then modules implementing that behaviour put `@impl true` on the implementing...
It's unclear to new (or old) users that the library has been renamed to `elixir_uuid`. If you just google "elixir uuid", this page comes up as the first result: https://hexdocs.pm/uuid/readme.html...
See #54 . Note that this is currently set to merge into master, which is not what I intend -- this would be merged as a new branch off of...
This project is great, but sometimes the type issues are difficult to debug. Aside from ongoing efforts to improve the error messages, it would be very helpful if Gradualizer could...
This uses the existing functionality for looking up a symbol (go to definition), which is currently only available with cmd/ctrl+click on the symbol name in the script editor. This commit...
It would be cool to compile Pemsa with a RetroArch backend so it could be used on emulators that use RetroArch. There's another PICO-8 core called retro-8 that is available...
After having some trouble earlier getting this to work, (#21, #22) I've returned to this on a different computer & with node 12 instead of 14 and it [works](https://janpaul.itch.io/knee-deep-in-dead) [great](https://pollywog.itch.io/counter-clockwise)....
The [Tesla](https://github.com/elixir-tesla/tesla) library is a common HTTP client for Elixir. Part of the setup for using Tesla involves declaring a module that looks like this: ```elixir defmodule MyHTTPClient do use...
The [Tesla](https://github.com/elixir-tesla/tesla) library is a common HTTP client for Elixir. Part of the setup for using Tesla involves declaring a module that looks like this: ```elixir defmodule MyHTTPClient do use...