Aaron H
Aaron H
The gem would probably need to have the `color-names.csv` and a ruby script that accepts a color value (whatever kind) and returns the appropriate name from that value.
Can someone with write access merge this please? I can't merge it.
I like this kind of stuff, I'd be down to help on this! I've used the TTY Toolkit stuff before and had a good experience with it. What features should...
`SmartyPants` https://github.com/bridgetownrb/bridgetown/blob/main/bridgetown-core/lib/bridgetown-core/converters/smartypants.rb Referenced: ```bash $ rg SmartyPants bridgetown-website/src/_docs/commands/plugins.md 32: Bridgetown::Converters::SmartyPants bridgetown-core/lib/bridgetown-core/converters/smartypants.rb 5: class SmartyPants < Kramdown::Parser::Kramdown 22: # SmartyPants converter. 24: class SmartyPants < Converter 33: @config[:input] = :SmartyPants bridgetown-core/lib/bridgetown-core/filters.rb...
The relevant line in the go code is here: https://github.com/puma/puma-dev/blob/db9ec15c986ec978c2534d628e8694a8e5efc250/dev/app.go#L136-L138 I don't know Go well enough to fix this, but please, for the love of code, someone fix this. N.B....
Error running '__rvm_make -j10' on macOS ventura 13.0 while installing ruby-2.6.5 having m1 pro chip
I'm also getting this error. Additional context: `brew config` shows CLT at v14. I use [email protected] (installed via brew) referenced directly, and ignoring the `fiddle` extension: `rvm install X.X.X --enable-shared...
Error running '__rvm_make -j10' on macOS ventura 13.0 while installing ruby-2.6.5 having m1 pro chip
Here is why it's erroring: https://bugs.ruby-lang.org/issues/18912#note-6 To fix it, you'll need to remove Homebrew's `binutils`. You can do that with these steps: 1. Edit your `.zshrc` and look for `binutils`...
Error running '__rvm_make -j10' on macOS ventura 13.0 while installing ruby-2.6.5 having m1 pro chip
@iAaquibjawed > > Here is why it's erroring: https://bugs.ruby-lang.org/issues/18912#note-6 > > To fix it, you'll need to remove Homebrew's `binutils`. You can do that with these steps: > > >...
Error running '__rvm_make -j10' on macOS ventura 13.0 while installing ruby-2.6.5 having m1 pro chip
This is the relevant error in your make.log, I think: > Undefined symbols for architecture arm64: "__mh_execute_header", referenced from: _rb_dump_backtrace_with_lines in addr2line.o ld: symbol(s) not found for architecture arm64 clang:...