Georg Ledermann

Results 38 comments of Georg Ledermann

What do you mean with "unexpected"? BTW: [Your change](https://github.com/wootaw/unread/commit/16cdd654d3a6048c4d0d75c22cfd711ea757f3c4) breaks the tests.

@tangopium: This issue belongs to code from #68. Do you have an idea?

No plan at this moment, but I'm open for a Pull Request.

Partly done by #93 - an optimized "one query" solution for scopes is still pending.

You need to change the generated migration to use UUIDs.

I don't know what is going wrong here. The `:autosave` option for `has_many` is part of ActiveRecord for a long time, see here: https://github.com/rails/rails/blob/v4.2.0/activerecord/lib/active_record/autosave_association.rb I can't reproduce your issue. The...

Maybe this code (placed in an initializer) can be used as a workaround: ```ruby module SearchCopGrammar module Attributes class Enum < Base def matches(value) eq value end end end end...

After upgrading my machine from macOS 11.6 to 11.6.1 (and the necessary reboot) the problem has gone. Strange. ``` ~ > ps ax|grep puma 1486 ?? S 0:00.83 /usr/local/bin/puma-dev -launchd...

The problem is back :-( Rebooting helps, but after some time (minutes), accessing the proxy on port 3035 is not possible anymore. This means: ``` ~/Projects/myapp > curl -I https://myapp.test...

@nonrational Yes, that works - as does `127.0.0.1`, which I tried in the meantime. I wonder why `localhost` fails, but `127.0.0.1` works. In the `webpacker` gem the [default is `localhost`](https://github.com/rails/webpacker/blob/master/lib/install/config/webpacker.yml#L25),...