bgw

Results 22 comments of bgw

Hm, I'm sure I fixed this originally when adding core support... Though I changed a lot since then. I will try take another look at this some time this week...

@slashd I have tried this on both linux and windows with PowerShell 7 and have been unable to replicate this issue. I believe I fixed this in core by reimplementing...

Hi @manikandancr Would you be able to provide further details or a method of recreating this issue? I have tried with the following code and did not experience problems but...

Ah, I see the problem now. I only updated PS Core to the new sqlite .dll so when using PS5 you are loading the old binaries which, I assume, don't...

@boochkn I was unable to replicate the issue though I think sean-sauve may be right on checking the type of the column. According to SQlite doc, it could be TEXT,...

oh right! just assumed you'd want it for both and started with the nightly, can shift this over to the release only in that case if that sounds good?

Am I right in saying this issue is to get a target added to the `release.yaml` workflow to build the wasm version of the compiler? If so, is there any...

Hey! Sorry for the delay, moved everything and just finished testing the changes, viewable here on my test release https://github.com/bgwdotdev/gleam/releases/tag/vx.y.z gleam-vx.y.z-browser.tar.gz don't seem to have permissions to reopen this PR...

I've now created a pure wisp public api for this which mostly wraps the mist types. Docs (and likely type names/api) still need work but wanted to verify if the...

Okay. Had a big stab at moving all the mist stuff into a separate module. I've fully removed the import mist from the main wisp.gleam file. Websockets are also now...