Tom Bonner
Tom Bonner
Currently I have a fairy hacky start of a solution where I have to use `npx wrangler publish --outdir dist --dry-run` to build the compiled script, then use `content =...
Whilst a great idea from a security POV, and please correct me if I'm wrong, but don't systems like this have a chance to go out of sync between multiple...
Hi all, I've been working the last few weeks on implementing an IPFS Storage plugin for the Docker Registry. You can find the key parts of my work [here](https://github.com/moritonal/distribution/tree/ipfs/registry/storage/driver/ipfs) and...
Yes, you are correct that Powershell 5.1.22000.832 throws an error when running `echo "test" || exit 0` whilst Powershell 7.2.6 does not, so the problem is likely to lesson over...
The whole intro process for this gem is rough. If I create a new ruby project, and follow the readme this is one of about four issues I hit. You...
So, no joke, but I genuinely forgot about this, then returned a few years later to use the Blinkstick again and now three years later have returned with a fix!...
Just to help anyone in the same place here. It's actually do-able already via API calls their web makes. If you watch the calls when you open the Prebuild log...
Okay, so it's not just me, the actions are all failing on ``` /home/runner/work/jbuilder/jbuilder/vendor/bundle/ruby/3.0.0/gems/activesupport-7.0.8.7/lib/active_support/logger_thread_safe_level.rb:12:in `': uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError) from /home/runner/work/jbuilder/jbuilder/vendor/bundle/ruby/3.0.0/gems/activesupport-7.0.8.7/lib/active_support/logger_thread_safe_level.rb:9:in `' ```
Okay, Ruby isn't my primary language so any advice is welcome on how to improve this. But it should fix up the issue whereby nested `null`'s aren't processed correctly.
Attempts to solve #363