Justin Workman

Results 93 comments of Justin Workman

My use case for this is an FTP server that needs to expose a large range of ports for passive mode. I didn't realize this was going to be a...

A realtime websocket or pub/sub API would be really cool too.

:+1: I would love this, too. It would make it easier to integrate Garbochess with other JS libraries without polluting the global scope. @diegosolo Go ahead a post the code...

@diegosolo The best way to share your changes is with Git (we're on GitHub after all). If you know how to use Git, then all you need to do is...

@kattrali I tried that code, but it also caused the Rails logger to only output error-level log entries. Is there a way to set the Bugsnag log level without affecting...

@xander-jones Thank you, I will try it!

Would changing it to do an update_all with a JOIN help out with https://github.com/magnusvk/counter_culture/issues/79 at all? Even though that issue was closed, it is actually still a pressing issue for...

> Maybe we can use an update_all with a JOIN to let the database handle this atomically? Might this also be faster? @magnusvk I was hoping this meant `counter_culture_fix_counts` would...

@magnusvk Yes it does, but it does 1 `update_all` per primary key, so it's effectively a singular update. In the end I was able to do a single `update_all` to...

:+1: I have the exact same use case. This issue was opened 3 months ago, any progress?