Josh Nichols
Josh Nichols
Right now, it's me manually pulling and running `rake release`. Ideally, this happens automatically on main when the gemspec version changes, or if it is manually run. Tried this, but...
[stackprof](https://github.com/tmm1/stackprof) supports [using start / stop](https://github.com/tmm1/stackprof#advanced-usage) in addition to the block usage. This is helpful for when things aren't cleanly block wrapped. cc @baweaver who requested it
Over in https://github.com/grpc/grpc/issues/36464 , there were a few days between when [core 1.63.0 was released](https://github.com/grpc/grpc/releases/tag/v1.63.0) and the [ruby gem for 1.63.0 was released](https://rubygems.org/gems/grpc/versions/1.63.0) cc https://github.com/grpc/grpc/issues/36464 Looking back at the grpc...
I was looking to update our app from using zlib 2.1.1 to the latest zlib-3.1.1, but bundler wasn't able to update it. I tracked down the dependency chain to: -...
I'm seeing some false positives for `Layout/ExtraSpacing` when using prism_parser, especially when there are single quotes involved. ## Expected behavior With `example.rb`: ```ruby # frozen_string_literal: true # false positive puts...
I've been using lspkind for awhile, and recently started trying to cmp's cmdline mode, ie: ```lua cmp.setup({ -- formatting = { format = lspkind.cmp_format({ mode = "symbol_text", -- show only...
What powers https://vernier.prof ? I'm wondering if it would be possible to have something self-hosted for an organization, such that you capture and then upload the profile to something that...
We updated to ruby 3.3.2, and got this error when using the CLI: ``` ❯ bin/singed bin/tapioca dsl 🔥📈 Singed needs to run as root, but will drop permissions back...
We already have a [Rack middleware](https://github.com/rubyatscale/singed/blob/main/lib/singed/rack_middleware.rb). I could see there being a Sidekiq middleware too: https://github.com/sidekiq/sidekiq/wiki/Middleware . The execution of a job will be most interesting, which means just server...