Corey Osman

Results 64 comments of Corey Osman

@jcudit that looks to be the same issue you captured. I captured the output [here](https://photos.app.goo.gl/wQ9Vd4Wthx24xnai7) I haven't tried anything different since the creation of this issue. Many new kernel updates...

DragAwareMixin is included in the components which it should not be.

Ah, so its a limitation of core data and serialization. Ok so the has_many makes sense but what if I don't have a 1-to-many relationship like in metadata. Is there...

Mruby would be more suited for ARM IMO. Not sure if ruby-packer can embed mruby though. Although mruby some similar methods for packaging stuff up that is worth a look.

Yep, please add me as a maintainer for ruby specific bits. @tbenett has an api as well which looks way more complete than ipfs-ruby.

How much difference would this be to what https://github.com/nwops/puppet-retrospec is doing? Seems like the wheel was reinvented again.

I wasn't suggesting using retrospec as a library. What I was saying is that retrospec already does the thing being built here. It has been available since 2015 and I...

It would be great to vendor the dependency gems so the external gems are bundled with the main gem.

@TomPoulton I have vendored a few gems before and can issue a PR for this is you wish. It looks something like this: ``` shell gem unpack puppet --version 3.8.1...

issue is here: https://github.com/nwops/puppet-repl/blob/master/lib/puppet-repl/cli.rb#L184