-
Firstly, thanks for this awesome library. Big fan of dry-rb and great to see you in elixir-land!
I'm curious about one thing - it would be ideal to be able to individually create/validate subschema…
-
The [gems page](http://dry-rb.org/gems/) is pretty barebones right now. If we pull the "highlighted gems" off the home page in #133, we'll need a better place to showcase them. I'm thinking we could d…
-
Would be good to have something equivalent to Hanami's instructions: https://github.com/MiniProfiler/rack-mini-profiler#hanami
-
Hello,
I have an application that serves two different template sets depending on the URL it is called with. For this purpose I have (in config/initializers/mime_types.rb)
```
Mime::Type.register_ali…
jensb updated
14 years ago
-
# The Problem
We all hate trying to coax ChatGPT into adhering to a JSON schema. [OpenAI decided to make that easier for us.
](https://openai.com/index/introducing-structured-outputs-in-the-api/)
…
-
# Report
I've tried running Danger when installed using the following approaches:
- `rbenv` (completely fresh install)
- `asdf` (only install of ruby 2.7)
- run within Docker
All of the above…
-
Hi, I don't seem to be able to use assert2 within ActionView::TestCase without a controller.
```
# test_helper.rb
...
require 'action_view/test_case'
require 'nokogiri'
require 'assert2'
require …
maca updated
14 years ago
-
Currently all input plugins contains _more or less_ the following lines
```
event["host"] = @host # from Socket.gethostname
decorate(event)
[...]
queue
-
### Steps to reproduce
- Uncomment `enable_application_owner` in the config (I even enabled confirmation: `enable_application_owner confirmation: true`)
- Enable `use_polymorphic_resource_owner` i…
-
## Describe the bug
Hey, I ran into an issue when with a clean setup I don't have defined ApplicationContract.
This is my first time using `dry-rails`, maybe I'm doing something wrong? Demo app li…