Louis Pilfold

Results 281 issues of Louis Pilfold

This means we can remove the work done in the hotrunner.

Kind: Enhancement

Hello! This is a very cool project, I'm excited to give it a try I use [podman](https://podman.io/), Red Hat's drop-in replacement for docker that is easier to install, doesn't require...

type:proposal
category:versatility

bug
help wanted
good first issue
area:ci

Currently the LSP can only provide type information when the code fully type checks. We want it all the time! To do this we will need to be able to...

help wanted
area:type-analysis
area:errors
area:tooling

We can shell out and call `elixirc`? We will need to do this last as the Elixir code may need to execute Gleam and Erlang code during compilation. How do...

help wanted
area:tooling

Hello! I've just upgraded to 0.15.1 and can no longer compile this to WASM. This versions pulls in terminal_size 0.2.1, which pulls in rustix, which pulls in linux-raw-sys, which does...

Hello! Is there a way to the the IP address of the requester? Thanks, Louis

Hello! I found your language through your blog post which linked Gleam (thanks!). I wasn't sure if the README was correct. It says "gradually typed" but then describes type inference...

The format used for Gleam binary archives changed after v0.22.1. The Linux installer supports both formats, but the Windows one only supports the new format. Port the Linux code to...