-
## Describe the bug
The current way to configure inflector object is as follows:
```ruby
require "dry/inflector"
inflector = Dry::Inflector.new do |inflections|
inflections.plural "v…
-
The GraphQL gem leaves a lot to be desired when it comes to type coercion, and likely for good reason. We can likely tie into the middleware: https://rmosolgo.github.io/graphql-ruby/schema/configurati…
-
## Feature request
Allow components to have unnamed keyword arguments when using `with_collection`
### Motivation
This would allow using generic initialize methods with unnamed parameters and…
-
The command I'm running is the line below. The line immediately following is the only response I get from the attempt. This is on an established project that has no other (_apparent_) issues.
generat…
-
I wonder if this would make a difference in these benchmarks:
> If you are comparing multiple implementations of a piece of code you may want to benchmark them in separate invocations of Ruby so th…
-
### これからやりたいテーマをみんなで書く
- [ ] fluentd
- [ ] elastic search
- [ ] docker
- [ ] golang
- [ ] file system
- [ ] /dev/null, /dev/rundom
- [ ] Jenkins
- [ ] デザインパターン
- [ ] dry-rb
-
Let
```ruby
lolcats = K8s::Client.in_cluster_config
.api('something/v1')
.resource('lolcats', namespace: 'default')
```
Calling `lolcats.watch` will give misleading error message c…
-
**Short description of the talk**
Hey all, my proposed talk is about leveraging dry-types and related libraries from the dry-rb ecosystem to make testing easier, automate documentation and ensure run…
-
**Describe the bug**
Recently I tried to use dry-schema for data validation in existing app, I have a couple of use cases when hash keys end with question mark, like `{ 'terms_of_usage?' => 'Y' }`.…
-
Hi,
I failed to apply patches on redmine 2.3.1.
following is the error message:
patch -p0 --dry-run < add_hook_view_timelog_index_list_after_entry.diff
patching file app/views/timelog/_list.html.er…