-
run_locally ignores the --dry-run flag and runs anyway. This seems to be because in https://github.com/capistrano/capistrano/blob/master/lib/capistrano/dsl.rb#L68 the current sshkit backend is ignored…
-
## Describe the bug/feature
I ran into an issue where I had defined a constant with an acronym in the name and registered in with `dry-system`. I just needed to define the acronym in the inflector,…
cllns updated
2 years ago
-
**Describe the bug**
I have a namespace which looks like (example) `CloudNATS`. This is a namespace of Rails application declared in `config/application.rb` as well.
When I tried to import a dep…
deepj updated
4 years ago
-
Dry解析に関しては全くの初学者であり、この本を用いて勉強させていただいております。
以前も別の方が、p72のScripts/sort-bed.rb ccds.bed > ccds.sort0.bedに関して質問されておりましたが、その記事を参考にしてもうまく進まないのですが、Scripts/sort-bed.rb ccds.bedの部分をDiseaseGenomeValidation/Scri…
-
Hey,
first of all, thanks for writing this great gem!
Are there any plans to replace the 'Virtus' dependency with the much better maintained [dry-types](https://github.com/dry-rb/dry-types) coerci…
-
### Your environment
- `vscode-ruby-test-adapter` version: 0.9.0
- Ruby version: 2.6.6
- VS Code version: 1.59.0
- Operating System: Linux Mint 20.2
- RSpec or Minitest version: 5.14.4
- Appli…
-
## Describe the bug
Problem during schema validation: On the prerequisites field of the example I want validate that this array contain only hash describe by the previous schemas. Every schema contai…
-
To make our system become Distributed Architecture (i.e. increasing elasticity, resilience, scalability...),
there are something Soumya has taught in class
- [ ] (1) Concurrency Asynchronicity : Mu…
-
I'm using Bulma in a project where the active class is `is-active` instead of just `active`. It would be nice to be able to set this globally rather than specifying `class_active: 'is-active'` on each…
-
In Avo we use blocks in many places and one of the caveats we noticed is that it's difficult to DRY them up. You'd have to create a new class or module, then a method and that method to return a block…