Piotr Kuczynski

Results 44 issues of Piotr Kuczynski

https://hanamirb.org

feature
needs help

As we renamed the gem from RailsConfig to Config I think we should also rename the global variable name from Settings to Config, keeping both access points available and displaying...

Is it possible to define multiple `schedule.repository` entries? I have two different usecases when I would like to use it for, but I am not sure what should be the...

🎉 Feature: requested

@dead-horse I would be keen to rewrite this library to TypeScript. Would you be interested?

Listed a few additional files and folders which are currently included in the published npm package, while they should not be.

For the following HTML structure: ```html 123 ``` Such formulated expectation, when called with a number and not a string, will fail because of strict comparison `===` ```js expect($('#el')).to.have.text(123) ```...

**What issue does this pull request resolve?** Part of #1663 - as discussed in the thread... **What changes did you make?** Extending `discriminator` to support `number` and `boolean` types. **Is...

needs changes

Fixes https://github.com/rvm/rvm/issues/5291 Fixes https://github.com/rvm/rvm/pull/5166