Daniel Wu

Results 6 issues of Daniel Wu

When running rake db:seed:dump, I see this error: `NoMethodError: undefined method`exists?' for #Array:0x007fb2754070e8` I traced the error, and it's because when env is empty, lib/seed_dump/environment.rb points to ActiveRecord::Base.descendants as models,...

### Description On a installation of colima with docker + docker-compose on an m1 mac. It's strange that I can run `docker build .` and the layers will cache... but...

### Description I'm on an M1 mac with colima. When I try to run `docker build .` in my repo, it caches layers - but when I run `docker-compose build`,...

kind/bug

When running inside of a container with an input file of 2.5M, I am experiencing that redocly just hangs while running CPU% to 100%. Was wondering if there's any chance...

Type: Bug

Is there a way to not output the API call outputs into the ruby logs unless some verbose flag is on? I love this gem, but it's making it hard...

On ruby 3.4.1 and rails 8. Gon is version 6.4.0 When I do something like: ``` gon.a = 1 puts gon.a ``` I see that `gon.a` is still `nil`. Trying...