-
[App uses SQLite Database and execute raw SQL query. Untrusted user input in raw SQL queries can cause SQL Injection. Also sensitive information should be encrypted and written to the database.](https…
-
Hi again, just trying to use [`onnxruntime`](https://github.com/Microsoft/onnxruntime) to run a neural network as a follow up from https://github.com/microsoft/planetary-computer-containers/issues/32#…
-
This issue is a proposal and a call for constructive feedback on the end-user facing screens of the OH3 default UI - which I'm sure could quickly become a matter of personal tastes - but hopefully we'…
-
Yesterday I said I had no idea of new feature requests, but, while playing music this morning, I realized that it would be desirable to know what's the Equalizer preset that you are using.
In other…
cesss updated
2 years ago
-
Update the SQL in the database model to use [Room Persistence Library](https://developer.android.com/training/data-storage/room).
-
I've reported this at https://github.com/McArcady/lnp-forge/issues/82, but probably wrong address.
Is the error below caused by my ancient gcc or is it something fixable?
```
~/r/lnp-forge$ /us…
-
#### Comparing the New Database Framework (SQL Delight) to Room Database in Android
#### Proposed article introduction
In the world of mobile development, databases are often used for local data …
-
We need a detailed README that describes WHAT our project is and how it fulfills project requirements.
**From the Project Document:**
**- MUST use test-driven development**
- This means that…
-
- [x] Fix live count not working
- [x] Proper library documentation
- [x] Fix headers not being included in requests
- [x] Remove double-quoted headers
- [x] Enable trust-env, add proper proxy sup…
-
Right now, `@Unique` throws an exception if there's a violation.
We could also offer to replace old entities with newer ones, e.g. by doing a `@Unique(replaceOnConflict = true)`.
Keep in mind: I…