|7eter l-|. l3oling

Results 104 issues of |7eter l-|. l3oling

## 🚀 Feature Proposal Github now defaults to `main` for new repositories. I'd like to be able to use `meta` with those repositories. A hybrid approach seems ideal so we...

enhancement
help wanted

### Question I've tried to understand why this might be, but I can't. It is a limitation of Hugo? Or was is a design decision? I love everything about this...

enhancement
hacktoberfest

**Environment Information** Provide at least: ``` ❯ jruby -v jruby 9.4.0.0-SNAPSHOT (3.1.0) 2022-02-08 3562498c80 Java HotSpot(TM) 64-Bit Server VM 13.0.2+8 on 13.0.2+8 +jit [darwin-x86_64] ❯ uname -a Darwin SpaceBar.local 21.2.0...

Anyone know if `pry_debug` is compatible with [`pry` version 0.10.1](https://rubygems.org/gems/pry)? According to the gem dependencies it [says `~= 0.9.0`](https://github.com/Mon-Ouie/pry_debug/blob/master/pry_debug.gemspec#L30) so it won't install...

Ref: https://github.com/ruby-grape/grape/issues/1939#issuecomment-575166485 Here is the complete stack: ``` NameError: uninitialized constant Grape::Middleware::Base::Helpers /Users/pboling/.asdf/installs/ruby/2.5.7/lib/ruby/gems/2.5.0/gems/grape-1.3.1/lib/grape/middleware/base.rb:8:in `' /Users/pboling/.asdf/installs/ruby/2.5.7/lib/ruby/gems/2.5.0/gems/grape-1.3.1/lib/grape/middleware/base.rb:7:in `' /Users/pboling/.asdf/installs/ruby/2.5.7/lib/ruby/gems/2.5.0/gems/grape-1.3.1/lib/grape/middleware/base.rb:6:in `' /Users/pboling/.asdf/installs/ruby/2.5.7/lib/ruby/gems/2.5.0/gems/grape-1.3.1/lib/grape/middleware/base.rb:5:in `' /Users/pboling/.asdf/installs/ruby/2.5.7/lib/ruby/gems/2.5.0/gems/grape_logging-1.8.3/lib/grape_logging/middleware/request_logger.rb:1:in `require' /Users/pboling/.asdf/installs/ruby/2.5.7/lib/ruby/gems/2.5.0/gems/grape_logging-1.8.3/lib/grape_logging/middleware/request_logger.rb:1:in `' /Users/pboling/.asdf/installs/ruby/2.5.7/lib/ruby/gems/2.5.0/gems/grape_logging-1.8.3/lib/grape_logging.rb:16:in `require' /Users/pboling/.asdf/installs/ruby/2.5.7/lib/ruby/gems/2.5.0/gems/grape_logging-1.8.3/lib/grape_logging.rb:16:in `' config.ru:3:in `require'...

Last release was in 2017. There has been some work completed in HEAD as of 2020. Any chance of a new release? https://rubygems.org/gems/couch_potato

https://opencollective.com/opensource/apply Assuming we get donations 💰 we would be able to fund bug/feature bounties for improvements to the Dynamoid ecosystem. CC: @andrykonchin @richardhsu

help wanted
question

`asw-sdk-ruby-record` is an official aws-supported gem: https://github.com/aws/aws-sdk-ruby-record @bglusman [said](https://github.com/Dynamoid/Dynamoid/issues/105#issuecomment-247428850) > wonder if we could/should refactor dynamoid to rely on [that (official gem)](https://github.com/aws/aws-sdk-ruby-record) for much of it's persistence/indexes logic etc since...

enhancement
help wanted
question

``` a = {a:'car', b:['truck', 'plane'] } b = {a:'bus', b:['truck', ' plan'] } diff = HashDiff.diff(a, b) do |path, obj1, obj2| case path when 'b[*]' true end end =>...