Connor Bell

Results 67 comments of Connor Bell

I'm also confused as how to actually use this library. An incredibly basic invocation that I'd expect to work given the docs is: ```javascript const WS = require("ws"); const ReconnectingWebSocket...

This also breaks things such as ``` ${date +%s} ``` by turning it into ``` ${date+%s} ``` Setting "keep_padding" seems to stop this, but also seems to stop pretty much...

If that's the case, I'll take a look when I have a moment and close the issue if solved. Thanks!

I'm also (still) getting this issue. It's definitely something to do with lolex Mongo, but I'm having trouble narrowing it down. I can only get it to appear when I'm...

After all night of messing with it, I'm no closer to fixing it, but I did implement a workaround to kill sims that seem to be stuck: ```diff diff --git...

Looks like I'm having this exact issue. I don't suppose you ever found a solution, @Forvaine ?

I ended up using S3FS directly on the ECS host. Not ideal, since the ECS hosts now depend on the stuff they're hosting, but until we can refactor the application...

I also tried grabbing the latest zip and setting it up myself, but this also doesn't seem to work: ```dockerfile FROM public.ecr.aws/lambda/python:3.9 RUN yum install -y wget unzip && \...

I'm also encountering this issue and unfortunately the workarounds above didn't seem to work for me, which is pretty unfortunate. Did anybody find a way to get audio to consistently...

I was hoping this could be worked around by adding a hack to the Watch list, eg `$(printenv)`, but sadly that doesn't work due to #144