-
One using Windows 10 may met gbk Encoding error, to fix that any py script that `open(file, 'w')` should be replaced by `open(file, 'w', encoding='utf-8')`.
Git Bash for Windows 10 with gcc 13.1.0:…
-
# vscode-vcpkg
I cannot get VSCode to work with vcpkg. Any assistance on this would be much appreciated.
I was trying to follow this video but I had no luck.
https://www.youtube.com/watch?v=b…
-
Hey,
I just upgraded from v6.26.0 to 6.28.0 and I now get error "Value of type 'Database' has no member 'usePassphrase'".
Reverting to v6.26.0 solves the issue. Do I need to change anything? Did…
-
- [x] I have searched open and closed issues for duplicates
- [x] I am submitting a bug report for existing functionality that does not work as intended
- [x] I have read https://github.com/sign…
1dud3 updated
2 years ago
-
I'm trying to execute a query using JSON1 in SQLite Browser under Linux Mint, however the extension seems to be missing in this binary.
Details for the issue
--------------------
#### What did …
-
I am trying to read and write to the same database file from the app and an app extension. I enabled enableMultiProcessSupport in database options but I still have a crash when I call [YapDatabaseVie…
-
I am trying to integrate infer into the gitlab-CI.
But the "infer capture" phase takes a really long time, which makes it impossible to run infer in CI.
The test time is:
```
build phase time used…
-
AFAIK, the only current mechanism for doing this is to long press on each message, thereby copying it to the clipboard, and then to paste it into another app. That is not user-friendly, if the user wi…
ghost updated
6 years ago
-
01-24 10:21:38.967 194-194/? A/DEBUG: #00 pc 000156e6 /data/app/app.tantiao-1/lib/arm/libiocipher.so (sqlfs_proc_write+597)
01-24 10:21:38.967 194-194/? A/DEBUG: #01 pc 0000ef41 /data/app/a…
-
I'm considering to implement an import to desktop DB functionality.
I'm wondering if someone ever played with that thought and what you think about that.
My motivation is based out of the fact tha…