Hans Schnedlitz

Results 31 comments of Hans Schnedlitz

I stumbled on your repo searching for inspiration. Nice setup, helped me a lot. Tried traefik, here's a minimal docker-compose that works for me. ``` yaml version: '3.5' services: traefik:...

Thanks a lot for getting back to me! Using list strategies works well when I want to create exactly the same records a couple of times - which definitely would...

@composerinteralia Excellent idea, I did not think of that. Thanks a bunch, this should work nicely for me. I'll leave this open still (as this issue persists for users without...

> It should handle this case properly without crashing. I agree :grin: Thanks for the great description and workaround, really helps with debugging. I'll take a look :+1:

Thanks for getting back to me! > _counter_culture_current_time_for_touch that defaults to current_time.to_formatted_s(:db) and then you could simply override that in the relevant class? You are right, that definitely works and...

@Qapybara28 My bad, reading is hard. I created a new issue for that, and will tackle that ASAP - unless you want to create a PR yourself :wink: Thanks a...

Just chiming in because I'm experiencing this issue as well. Also on Arch, also exactly the same symptoms that @hnioche described. Until recently it I could run the container without...

Mine is a Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz. Can confirm that I haven't experienced the issue on any of my other devices. Real mystery right here :ghost:

Yes, the other devices run Arch as well, specifically Antergos. Am not aware of any specific daemon or kernel settings, everything should be vanilla. If you tell me what you...

> running the container with --ulimit nofile=262144:262144 solve the issue and mysql behaves normally. You're a god. Thanks to @evolbug as well! I can confirm that this fixes the issue...