Paul
Paul
I also use `common/` and `shared/` folders a lot, seen a lot of projects with them. Would be great to see icons for those folders as well! Maybe I can...
I agree. There is PHP 8.2 coming soon, and some of these deprecations may become warnings or even errors
Any updates in 2023? For real tho, it's been a while
Wait... was this implemented? Kinda looking for such a function but it appears I'll have to delete the job somehow else Seems the only way to delete the job is...
I was about to post this idea too! It's annoying that I have to build all images every time I do `docker compose watch` so I thought maybe it could...
Glad to help ❤️ I created this script back in 2020 after I learned batch coding at my university and it was my first ever upload to GitHub. I did...
I'm also confused about this. > watch does not support include/excludes This is misleading. I've just [seen the docs](https://docs.docker.com/compose/file-watch) where it says to use include/exclude to override files. Still, I...
I strongly agree with @thekip. The SWC community is rising fast, and I'm glad Rust-based stuff gets accepted quickly. SWC should be more comfortable to use. I don't know but...
The problem was identified by the developer of `s6-overlay` here: https://github.com/just-containers/s6-overlay/issues/517#issuecomment-1433387471 It appears that worker somehow invokes the `stty` command, making it terminal-dependant thus blocking execution using process monitors (may...
Finally found a workaround! So since my application also uses Symfony Console I can bring commands to the application level and "wrap" resque commands. Unfortunately, the library has no constructive...