Aaron Patterson
Aaron Patterson
This PR makes the BERT protocol aware of Ruby encodings. I have updated the Encoder and the Decoder as follows: ## Decoder The decoder now looks for a magic header...
Ruby core has [dropped all support for Ruby 2.4](https://www.ruby-lang.org/en/news/2020/04/05/support-of-ruby-2-4-has-ended/). Should we drop it as well? I know this is kind of cheating, but we have failing builds on Ruby 2.4...
Implement MSR_imm instruction Description: Move immediate value to Special Register Assembly template: ``` MSR , # ```
This commit introduces a new instruction `opt_newarray_send` which is used when there is an array literal followed by either the `hash`, `min`, or `max` method. ``` [a, b, c].hash ```...
This commit introduces a new instruction `opt_newarray_hash` which is used when there is an array literal with a `.hash` method called on the literal. For example: ``` [a, b, c].hash...
This method returns a symbol representing the type of the instruction sequence object. I'm trying to collect some statistics about instruction sequences for an entire system, but I mostly care...
I upgraded to an M1, but I need to work with Rosetta sometimes. In order to accomplish that I've installed two versions of Homebrew, one that targets arm64e and one...
This commit adds the line number of the method defined by "it" blocks in minitest/spec. Our tests at work are "spec" style (they use the DSL to define tests), and...
I am trying to install Rails using Gel only. But the Rails installation scripts have a hard dependency on Bundler [here](https://github.com/rails/rails/blob/df1e1bc35c6210ecb39532a06823a6cf4f07bcd8/railties/lib/rails/generators/app_base.rb#L392-L397). To fix this, I want to add necessary features...
**Describe the bug** MacVim won't set the font `Cascadia Mono` with the typeface `Light` via the Fonts picker, but can set it via `set guifont`. **To Reproduce** 1. Install Cascadia...