AxelRHD
AxelRHD
An implementation would be great. 👍
I have nearly the sampe problem now. Since yesterday `Ctrl+S` worked as expected. But today a commit is created, but the push failes without errors. I can push the new...
Is there solution or workaround for this issue (using SQLite)? I just started with sqlc and this is a real dealbreaker.
> I typically use a time wrapper like this, which ensures the time is stored as an int64. The column dtype in my DDL is just INTEGER. > > type...
Got it. Thank you! I changed the database format to `TEXT` instead of `INTEGER` to use the SQLite included datetime functions. Works like a charm.
The problem still appears in version 6.1.4, is this correct? I get two `` tags using two spaces at the end of the line or the `` tag manually.
I fiddle around a lot and still think something like `data-hx-key="value"` would generate a request with `{ 'key': 'value' }` would be a great option. Especially when using rendering engines,...
I am also interrested in this.
Is this something which is planned to be implemented in the near future? I will start an new project soon and it would save me a lot of extra code...
A programatical way to hide the progress bar would be great.