Ruben Fiszel
Ruben Fiszel
We could indeed just ignore cookie when the host share no top level domain with BASE_URL and that would probably solve your use case. I will add that to our...
@slig Tiago is absolutely right but we can probably improve the system in 2 ways: - provide trigger functions for PG and other database to create the right webhooks -...
We now support this under the form of persistent scripts, more details coming soon but they are available in: Runtime -> Persistent Scripts Those scripts are meant to run for...
This is really cool thanks, we will probably make it so that depending on the platform the default docker template change.
We do not support building from source on Windows, editing the issue to feature
That's a good point, I'm not sure where to document this but agreed it's a bit hidden at the moment. Thanks for the report.
A lot of those errors are just because you would need to remove the .env so that the compilation doesn't try to use a live database. The unix ones are...
The unix signal is easy to gate behind a feature flag but not sure why hyper doesn't compile out of the box. We do not have enough customers requiring windmill...
Thanks for the report. For now, adding: ``` def main(): pass ``` and then remove it shall be sufficient, even without doing an intermediary deployment. We simply do not update...
If your policy is set on always pull like it is on our official docker-compose, it's not necessary