Maarten Groeneweg
Maarten Groeneweg
@jhomlala any news on this?
I'm currently adding the headers already and I think it would be a sane default behavior to sent them. For Cloudflare specifically the header will not guarantee that an actual...
Awesome, thanks! Let me know if you need help testing.
On our end this is the last package which still requires Pods and we would like to migrate towards SPM. @malandr2 would it speed up the process if I create...
Would be a great feature indeed. What we currently do as a workaround is: ``` dart build_runner build if ! git diff --quiet; then echo "changes found after running build...
Happy to contribute but I lack a bit of context. What I don't understand is why that file gets called, I would expect that it gets overriden with the docker-cmd-file...
Finally found it... it was the execution permission after all. I did set them but not in the correct way... If you like it, I with the following changes: -...
> i've updated a little, so you only need to do the async implementation thanks for that, I added the async implementation