Benoit Chabord

Results 9 issues of Benoit Chabord

Fix #3745 ## Description Remove Javscript based auto reload and use a python based one [django-browser-reload](https://github.com/adamchainz/django-browser-reload) Checklist: - [ ] I've made sure that tests are updated accordingly (especially if...

## Description For a long time I used gulp and JS based BrowserReload to auto reload when a change is made in CSS/JS. Recently I converted my projects to use...

enhancement

When launching a webhook return a job ID in the 200 http response then allow to check if the command is: - Running: maybe return {"started": "date_started", "status":"running"} - Success:...

enhancement

I am triggering htmx.ajax but my response contains a full page and I am trying to swap a part of the response What I am doing is working but seems...

I am usually using Typer on top of Click for command line. This gives a nice way to use Type hints to define variables. https://typer.tiangolo.com How complex do you think...

This small change allow to quickly override the Jinja template by proving your own base template. If you don't set `app.config["CLICK_WEB_MAIN_TEMPLATE"` there is no changes to the current behaviour of...

Not sure what I did wrong, My first run worked on terraform cloud but the 2d one had this strange issue with metadata ``` Error: Invalid index on .terraform/modules/my_cloud_run_service/outputs.tf line...

After reading about pinball, I can't see how I can prevent full failure overnight if the server with the master or the scheduler dies. Is there any way to have...

First, I think your project is brilliant, I am using ClickHouse for a few project and your idea fits really well with what I wanted to do! My question is...