Jon Roberts

Results 13 issues of Jon Roberts

This uses the higher contrast background color from https://github.com/morhetz/gruvbox/blob/master/colors/gruvbox.vim#L89

Even with `Oj.mimic_JSON` set, there doesn't seem to be a way to output the non-escaped characters. ```json {"other_serializer": {"body":" ..."}} {"panko_serializer": {"body":"\u0026nbsp;\u003cp\u003e..."}} ``` It doesn't seem to be due to the...

waiting for response

### Description Horizontally aligned comments and values make blocks of code containing such things much more readable. nixfmt shouldn't force this alignment, but it should preserve it if it's there,...

enhancement
low-prio

It’s possible for this `io` variable to contain just about anything, and as long as it isn’t obviously XML, then it will try to open the string as a file:...

The project has significantly diverged from the original lardawge/rfm repo, so should it still be considered a fork in github? Splitting it would allow repository searches, but on the other...

If I run `Mover.new` first, I get the expected behavior, and `@model.field_names` is correctly populated. Running `Mover.find(...)` with an empty result set and _then_ `Mover.new` creates an empty hash, and...

Using the sax-without-buffer branch. ``` { "city"=>["Montr", "éal"] } ```

I'm attempting to enable jemalloc with ruby, which appears to work fine, but it isn't available to gems. I thought that maybe since it was in ruby's `propagatedBuildInputs`, the gems...

I know that in the past, these patches were able to shave off ~20% from the time to run tests, but are there any recent benchmarks for using these with...

I opened an issue at https://github.com/bobvanderlinden/nixpkgs-ruby/issues/118 for this as well, but wasn't sure if the bundix repo was a better place to ask. --- I'm attempting to enable jemalloc with...