E Jikan

Results 10 comments of E Jikan

I know not useful, but this is affecting us as well (version `2.1.13` and running `pages dev`). This has made it so that it's near impossible to debug our functions....

@vboggara-xilinx This is causing segfaults for us and blocking us from using Xilinx in prod. Do you happen to know when this may be merged and then released? Thanks!

@MichaelDeBoey @jacob-ebey Any update on which direction we want to take here? We would love to be able to switch from Cloudflare pages to workers, but this is blocking us

We're blocked on this as well. Is there a workaround anyone as found? Currently if I rewrote the output to use normal `module.exports.foobar = value` syntax rather than `$parcel$export` it...

I ran into this today. For those that don't want to wait for a fix, this script worked for me: https://gist.github.com/vstreame/b9b51ebc00af912f1e591da3a2e9bce3 The way how I use it in my `Dockerfile`s:...

@stepchowfun Totally makes sense. This is what I could imagine the generated code would look like using a type of strategy pattern to inject the transportation protocol. I'm a bit...

@lpil Thanks for the feedback! So disclaimer, I'm still pretty unfamiliar with `gleam/otp` still, but it seems like this API may still work by hooking into the `websocket_init/1` handler as...

@lpil Ah, yes totally get it now when it comes to types. I think what I'll do is publish this as a separate experimental package for now then just so...

FYI, got tests all working over in the new repository here: https://github.com/vstreame/gleam_cowboy_websockets

@lpil I've also spent the last week learning more about `gleam/otp` and how the `actor` and `process` modules work better now. I may be able to take a second crack...