#Error when doing gleam run because elli requires gleam/bit_builder
1 messages · Page 1 of 1 (latest)
that library probably needs to be updated for the name change bit_builder -> bytes_builder
is there another method for http stuff this was just the first one i saw
you want a server?
yeah the first project I always do in a first language is a websocket or tcp chat client
just dont know the best way about it
also I dont know if its an issue on my end but the lsp seems to be lagging my term
gotcha... well for http server (no websockets) https://gleam-wisp.github.io/wisp/ this would be your go-to... if you need ws though this would be probably your best bet: https://hexdocs.pm/mist/
a misty Gleam web server
the lsp compiles on every keystroke, so that might be the issue?
you can also patch elli 😄 I guess
should be an easy PR yeah
I wonder if hex.pm supports deprecation messages that appear on getting the deps
because either elli should be patched, easy PR this one, or deprecated in favour of mist (or that js webserver, forgot the name)
was gleam/map also deprecated it seems to not like that
10 │ import gleam/map.{type Map}
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Did you mean atom?
i think i fixed elli now