Damian Kaczmarek

Results 192 comments of Damian Kaczmarek

Quick question. I am planning for some of my containers to have a hypothetically long wind down time https://github.com/containrrr/watchtower/blob/cb62b16369cc048455f6da2759d5c8862f57e273/internal/actions/check.go#L50 https://github.com/containrrr/watchtower/blob/0f065399b01a36a7c782f5fe735612a5907f9e80/pkg/container/client.go#L158 According to the code above, watchtower waits for up to...

Looks like https://github.com/containrrr/watchtower/pull/674 is merged - can we have this one merged now? :)

Soon there will be a 1 year anniversary of this PR - I wonder if we maybe we can make it before that? :frog:

I would very much appreciate a lua5.1.vm.js - could you share it or point to a place where can I get it?

I need LUA 5.1 because I am using tolua++ for my embedded project. It is working great despite all the negative opinions on the Internet. I want full source code...

I have no issues with object lifetime in `tolua++` because all my objects have their actual private data under smart pointers of type `std::shared_ptr`. I find everything properly cleaned up...

Sure, I'll split it later this evening probably. Thanks for leaving the comments.

inline workers stopped working for me after upgrading to 3.x and changing `inline: true` to `inline: 'no-fallback'` ![image](https://user-images.githubusercontent.com/115926/94878882-51a47c00-0424-11eb-9ddb-d883b6e49e3c.png) Investigating network shows a script with contents: ``` importScripts('http://localhost:4000/[object%20Module]'); ```

> You don't need `cache-loader` on `file-loader`, why you do this? Anyway it should works, please create minimum reproducible test repo, thanks It's needed if you have expensive plugins for...