Alex Manning
Alex Manning
I'm glad it's working well on those other platforms! Which version of `gleam` are you running on Windows? This issue https://github.com/gleam-lang/gleam/pull/1569 I believe was causing the problem. The v0.22 RC...
Also just to be sure, I would do a `gleam clean` and `rm manifest.toml`. I believe I also had some issues with lingering files. Edit: Also you can remove the...
Currently, unless it's provided as a header, it is not accessible. I think I'd have to make a custom Request type with that as a field on it (which might...
I'm gonna have to think about this some more, but I don't really have a good solution at all. The ways to transfer ownership of ETS tables is with `give_away`...
Cool, this should be good now. I had to get a fix in for an entry in the `gleam.toml` file outputting incorrect Erlang. I might do a release with a...
Not sure if I'm misunderstanding your ask here, but it currently supports `BitBuilder` as the "data" type only. You can easily call `bit_builder.from_string_builder` to get that out of it, so...
Ah, sorry! I somehow managed to miss the obvious `WebSocket` in the title of the issue... that seems very reasonable to me. Should be a small change! Thank you 😃
I like that idea, and pretty easy to extend what I have with that. ``` =ERROR REPORT==== 10-Dec-2023::16:21:51.975168 === > ``` Just pushed this, can do a release for this...
Ahhh okay, I see where the issue is stemming from (I think). It doesn't happen with just `lustre = "4.0.0-rc1"`. However, it _does_ happen with that _and_ `lustre_http`. That package...
https://github.com/rawhat/version_test this replicates the behavior. I'm not sure what they would like / prefer as a reproduction case in that repo.