Desmond Naranjo

Results 11 issues of Desmond Naranjo

## Describe the bug When using nested `combine` you are unable to modify the node of the first level of nesting. This ones is best explained by the script, but...

bug
help wanted

## Describe the bug When a relation with the name `options` exists the following error is raised when you create an instance of it: ``` rom-core-5.2.6/lib/rom/schema.rb:232:in `[]': :struct_namespace attribute doesn't...

bug
help wanted

Hello! So, `CsvRecord` fails on any record instance creation in Ruby 3+, hitting me with an `ArgumentError: wrong number of arguments (given 1, expected 0)`. I traced the issue to...

The following lil script ``` require 'bundler/setup' require 'papercraft' module Namespaced Title = ->(title) { h1 title } end layout = Papercraft.html { |title| html5 { head { Namespaced::Title(title) }...

## What did you do? 1. Made a config called `GoodJobConfig` 2. required some attributes in that config 3. Provided a default in `config/good_job.yml` ## What did you expect to...

# Description I want to use https://github.com/palkan/action_policy instead of Pundit because I do. The two are very similar, as the [migration guide](https://actionpolicy.evilmartians.io/#/./pundit_migration) would show, but I'm not asking you to...

Stale

### Describe the bug Having Avo gem in your gemfile causes Zeitwerk to unload and reload every Class/Module on change to any Class/Module, rather than only those that are influenced....

When using Lobsters on a device that auto capitalizes the first character of a sentence, ex: iOS, the "tag" keyword doesn't work. This could be resolved by making the keyword...

I made you a lil repro script. The child without foreign key is created just fine, the child with foreign key hits an exception. ```ruby require "bundler/inline" gemfile do source...