Jason Thomas

Results 24 comments of Jason Thomas

@uu thank you for helping to support this project. I don't know you and I wanted to get someone from the Grafana org like @rfratto to weigh in on your...

I'm using [Redis alpine](https://github.com/docker-library/redis/blob/master/7.2/alpine/Dockerfile) which uses [gosu](https://github.com/tianon/gosu) which uses Go and they've even written up a [Security](https://github.com/tianon/gosu/blob/master/SECURITY.md) doc because they get so many false positives. Please add support for govulncheck!

Please bump your gosu version to [1.16](https://github.com/tianon/gosu/releases/tag/1.16) to address various CVEs

I ended up writing my own spec_helper.rb using ruby-prof directly which works. I did something like this: ``` RSpec.configure do |c| c.around(:each) do |example| if ENV.key?("PROFILE") klass = example.metadata[:example_group][:example_group][:description_args][0].to_s.gsub(/::/,'') method...

If it can't be done to generate the source, I don't _require_ the generated source code as long as I can run the modified AST result. Something like `eval` the...

@kddnewton Any insights on this? @Earlopain Any ideas?

@Earlopain thanks ... I was just looking for advice for someone knowledgeable about Prism to weigh in on whether this was even possible right now.

I think `unparser` is probably what I'm looking for. Looks like they are waiting for a new release of Prism to incorporate a few fixes before they support Ruby 3.4...

Will this be merged and make the 1.73.0 release? Would love it because google-protobuf now has a linux-musl build and I use both! :-)

> > Will this be merged and make the 1.73.0 release? Would love it because google-protobuf now has a linux-musl build and I use both! :-) > > @jmthomas we...