-
## What went wrong? 😲
Changing the patient's code (without saving) and then reverting back to the original one results in warning for the user.
https://github.com/user-attachments/assets/09a…
-
hello, installing sqlite3 and changing 2 lines of code you could implement a safer way to backup the moonraker sqlite db.
Steps:
apt-get install sqlite3
add `outfile=$config_folder/moonraker-s…
-
**Is your feature request related to a problem? Please describe.**
Due that some file extensions can be share between different programming or markup languages, the current system of storing data…
-
**Error message**
Application Name: dupeGuru
Version: 4.3.1
Python: 3.10.12
Operating System: Linux-6.2.0-35-generic-x86_64-with-glibc2.35
Traceback (most recent call last):
File "/usr/share…
-
**Describe the bug**
Full disclosure - I haven't worked with sqlite (or any database, for that matter) for a number of years so there may be a trivial solution to this issue.
I have a specific…
-
- Main Dashboard Brainstorming
- Pipeline group status (# of Running, # of Failed, # of Completed - Chart)
- Latest pipeline status
- Number of pipelines
- Spec (?), notification f…
-
**Describe the bug**
When capturing GPS data with Angryoxide, the devices table is empty. kismetdb_to_kml fails on angryoxide.kismet. Version 0.8.28. GPS data is captured in the packets table so I …
-
I've tried both the `Fluent.revert` and `FluentMigrations.revertLast` functions and neither seem to be working on my SQLite3 database.
no errors are thrown, and the single migration (a table creati…
-
## What went wrong? 😲
Finalised requisitions migrated from Desktop show up as `New` in Open mSupply
![Screenshot 2024-11-18 at 12 40 23 PM](https://github.com/user-attachments/assets/d0179c9e-cc04…
-
`DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': BASE_DIR / 'db.sqlite3',
}
}`
ここの部分をSQLLiteからVercelに変更する