Nick Nicholas
Nick Nicholas
The two-fer of https://github.com/rails/rails/issues/14664 and https://github.com/rails/rails/issues/33062#issuecomment-399346157 means that active_support 4.1.0 should not be used in app/sinatra_auth_github.gemspec. Updating to the latest active_support at least launches...
As a result of the refactoring being done in this gem, ```` The attribute "uniformResourceIdentifier" takes ```` is being incorrectly converted to: ```` The attribute "uniformResourceIdentifier"takes ```` This is breaking...
As found in https://github.com/metanorma/stepmod-utils/issues/37 , escape_keychars() in lib/reverse_adoc/converters/base.rb is naive, and instead of escaping `_`, it should escape `__..__` within a word; ditto other escape characters.
May be nothing to implement; see https://github.com/metanorma/metanorma-ogc/issues/357
I am quite suddenly getting: ```` bundler: failed to load command: metanorma (/Users/nickn/.rbenv/versions/3.4.0-preview2/lib/ruby/gems/3.4.0+0/bin/metanorma) /Users/nickn/.rbenv/versions/3.4.0-preview2/lib/ruby/3.4.0+0/bundled_gems.rb:76:in 'Kernel.require': cannot load such file -- ffi_c (LoadError) from /Users/nickn/.rbenv/versions/3.4.0-preview2/lib/ruby/3.4.0+0/bundled_gems.rb:76:in 'block (2 levels) in Kernel#replace_require' from...
This can be seen clearly in https://github.com/metanorma/metanorma/actions last week's release, https://github.com/metanorma/metanorma/actions/runs/19088452629, ran in 19 min https://github.com/metanorma/metanorma/actions/runs/19088463774 , which was the PR to use Fontist 2.0, ran in 49 min. And...