#Error when doing gleam run because elli requires gleam/bit_builder

1 messages · Page 1 of 1 (latest)

arctic willow
#

gleam/bit_builder is part of gleam_stdlib right? So if I have gleam_stdlib added why is it mad

scenic ridge
#

that library probably needs to be updated for the name change bit_builder -> bytes_builder

arctic willow
#

is there another method for http stuff this was just the first one i saw

scenic ridge
#

you want a server?

arctic willow
#

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

scenic ridge
silk patio
#

😄

scenic ridge
#

the lsp compiles on every keystroke, so that might be the issue?

silk patio
#

you can also patch elli 😄 I guess

scenic ridge
#

should be an easy PR yeah

silk patio
#

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)

scenic ridge
arctic willow
#

was gleam/map also deprecated it seems to not like that

#

10 │ import gleam/map.{type Map}
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Did you mean atom?

silk patio
#

it is called dict now

#

dict.{type Dict}

arctic willow
#

i think i fixed elli now