Tobias L. Maier

Results 94 comments of Tobias L. Maier

Adding on @lincoln-spiteri: You can streamline this with `$ export DOCKER_HOST=$(docker context inspect --format='{{.Endpoints.docker.Host}}')`

So I checked https://github.com/rack/rack-test/issues/266 again. It states basically, that this must be fixed in rswag, not rack-test. The input must be escaped beforehand. So it would be great, if this...

I created a PoC, which shows that `tailscale+tls` + `tailscale_auth` do not work together. See https://gist.github.com/tmaier/0a79b054b4bc69bb47320432017d1367 I would appreciate, if you could continue iterating on this plugin. It looks really...

What about if we leave `after_save` and add a `after_rollback` callback, which destroys the ES entry? This would work with new records, but would create new inconsistencies when updating an...

@karmi you asked me to remind you. :) At the moment, my database also has inconsistencies, as there are records in the ES database which got rolled back (for some...

Thanks @kevynlebouille, I think this does not work for Propshaft, as `assets.precompile` only exists for compatibility reasons. See https://github.com/rails/propshaft/blob/a4ddf9a14294681f47f93fa106ebae9093ad41a9/lib/propshaft/railtie.rb#L62 `Turbo::Engine::PRECOMPILE_ASSETS` seems also just have the file names, not the path....

@amkisko great to see this. Does it already make sense for you to share a Work-in-progress (WIP) Pull Request? Maybe in collaboration with @Juice10, who also started a similar Pull...

First of all it's not a good Idea to simply catch all exceptions. I guess your problem is related to `ActiveRecord.find` raising an error in case of an error. I...

Well.. it seems to be a race condition which gets visible when also activating `asset_host`. So it seems to be directly related to middleman.... I keep this issue open for...