Ben Naylor
Ben Naylor
I've built a new image from bleeding edge (e.g. d73ab7a034b8fa9cb18d59bbf473ca65048054e8), and we're currently using it in production. Good news - it works as it was prior, nothing particular breaking. I...
Yeah I've noticed something similar too. e.g. We're using this on a homebrewed deployment tool (that we're slowly refactoring) to show statuses of development environments, and streaming the logs to...
Ah nice! I'll give it a roll on Monday and let you know the results :smile: Curious, if we were not using the in memory version, but the redis backed...
@slact Looks like there are some build errors showing up now Compile error ```console #8 18.79 cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I src/core -I...
PR here to fix it @slact https://github.com/slact/nchan/pull/679 I have tested on my local docker build, and all compiles correctly after this small patch. Also, if you'd like a github action...
@slact I finally got around to actually implementing the change. It looks like there are no more MSG_INVALID errors coming through for us. I will keep 👀 on this thread/next...
Just doing some house keeping and cleaning up old issues I created where I didn't follow though. Thanks though!
It is entirely possible we could raise this issue with `tz-rs`, however I'm still contemplating if this is just a Ruby interpretation opinion, or whether `tz-rs` should actually provide a...
This is the reason #2223 Is still open - specifically most specs for `Time,utc` and `Time.local` aren't passing because of this 60 second wrap. I've also just finished doing a...
Ah, you triggered a thought in me just now. The reason I started looking at POSIX time, was due to how [ruby `spec` uses the `with_timezone` function](https://github.com/artichoke/artichoke/blob/trunk/spec-runner/vendor/mspec/lib/mspec/helpers/datetime.rb#L27-L47) - which to...