-
I suggest creating a feature that generates and stores previews of large image files.
For instance, PSD files greater than 10 MB would be processed by imagemagick to create a lower resolution JPEG…
-
-
It would be helpful to be able to query what's in the repo. As we discussed, having to constantly make spreadsheets for this stuff is tedious. Would be nice to have a DB we can query directly.
``` …
-
Hello i just install nextcloud in my private kubernetes cluster. If i install with no persistence, the software (pod) launch as well but anytime i tried to install it on a Persistent volume it just st…
-
When scrolling back and forth between tabs an SQLLite exception will come up and notes will be saved in the wrong place.
-
At present this is using postgreesql which needs additional install we should maybe refactor the migrations and database models to use sqllite thats then easy portable to postgree or anything via chan…
-
```
What steps will reproduce the problem?
1.Build Project
2.Publish and deploy website
3.Error is thrown; dont have the exact message now but it did mention SQLLite
in the error.
What is the expect…
-
Hi Dirk,
When I install the new Android version 2.0.1 (first installation), it's not possible to create the SqlLite Database. No selection is allowed. And the application crashed when opening a ne…
-
in sqllite, there's something called interrupt handler, any similar things in duckdb?
-
Using a DateTime object, doing a single insert properly sets the date to: 2020-02-21 16:00:00Z
However, when doing a BulkInsert, the date is stored as 2020-02-21 16:00:00 with no Z and no way to tel…