raylu

Results 55 comments of raylu

the bot and the db are on the same server. no need to post I think this is pretty overkill and I would personally settle for the discord widget, though

> > the bot and the db are on the same server. no need to post > > You mean we could connect the bot to OSR db directly? Isn't...

weird, that file is missing for everything older than 2.29.0. here's 2.28.0: https://cdnjs.com/libraries/moment.js/2.28.0

I believe https://github.com/pytest-dev/pytest/issues/2267 currently makes it tricky to use https://github.com/kevin1024/pytest-httpbin

through the magic of [class-based fixtures](https://github.com/kevin1024/pytest-httpbin/blob/master/pytest_httpbin/__init__.py#L13), I have sidestepped the reflection problem in #37 assuming that gets merged, now we just need to find a replacement for the remaining 3...

haha I wrote a brew formula but dool doesn't work on macOS because it doesn't have `/proc`. leaving it here for posterity in case dool one day does ```ruby class...

FWIW, just changing `console_scripts` to `q = q:run_standalone` isn't great. it works after installing, but then ``` $ pip3 uninstall q Found existing installation: q 3.1.6 Uninstalling q-3.1.6: Would remove:...

would love to be able to send packed CBOR to my frontend to decode with https://github.com/kriszyp/cbor-x#cbor-packing

looks like this is not getting merged. it would still be an improvement, but I'm cleaning up my /pulls view so I'm closing this if anyone ever looks at this,...

are you worried about people depending on the behavior of serializing existing empty arrays as `()`? `noEmptyComposite` doesn't affect deserialization of existing strings, right? at the least, I think this...