-
## Expected behavior
### Example 1
```ruby
# frozen_string_literal: true
module Services
module Internal
# Publisher
class PostPublisher
def call(post)
proc = ->(arg…
cllns updated
4 months ago
-
I am running td-agent on ubuntu trusty. I install via your script for ubuntu/trusty, which just started automatically pulling in 2.3.3-0. Suddenly I am seeing this through install phase and on servi…
-
[This chapter](https://github.com/cosmicpython/book/blob/master/chapter_13_dependency_injection.asciidoc) describes a lot of ways to handle Dependency Injection in Python. (It even mentions `dependenc…
-
Hi, folks!
I assume `ROM::Mongo::Struct` was broken after this commit: https://github.com/dry-rb/dry-struct/pull/55/files
https://github.com/rom-rb/rom-mongo/blob/cc335a47ee8504eb9ed660e130daea2…
-
https://github.com/solnic/virtus
代わりに https://github.com/dry-rb/dry-validation を使う
-
Hi,
This is my first install of the 2FA module for an existing Redmine deployment.
Environment:
Redmine version 4.2.2.stable
Ruby version 2.7.4-p191 (2021-07…
-
## Describe the bug
We have run into the same issue as https://github.com/dry-rb/dry-schema/issues/230, but with `uuid_v3?` and `uuid_v5?` this time.
## To Reproduce
We have run into the bug wi…
-
### Issue Description
![Image](https://github.com/user-attachments/assets/a26b6598-cb9c-41ca-9228-39ed6b6c5f1f)
### Reproduction Steps
I have no idea
### Expected Behavior
Shows the problem the …
-
Hi,
thank you for this useful gem! I have one question about the design choice of how to generate the constructor of the object.
https://github.com/dry-rb/dry-initializer/blob/3167b5aee1d093886f…
-
_From @mrship on January 30, 2017 12:39_
Using a changeset to create a record is failing for me when using Oracle, because (I think) you don't get the result of the INSERT statement back from Oracle …