Luca Visentin
Luca Visentin
**Describe the bug** Only one time, the release version in the play store of the app has crashed. **To Reproduce** Can't reproduce. The error comes from crashlytics **Logs** Stacktrace: ```...
I'm making an app for showing some longs records of data in the screen to the users. I want to let them pin some records with letters, and then when...
When the autentication for get a resource fails (so only when checking the Authorization header), the [RFC 6750](https://tools.ietf.org/html/rfc6750.html#section-3.1) says that a `WWW-Authenticate` header must be set in the response. This...
## 🐛 Bug Report Stacktrace: ``` DatabaseException(Error Domain=FMDatabase Code=6922 "disk I/O error" UserInfo={NSLocalizedDescription=disk I/O error}) sql 'DELETE FROM cacheObject WHERE _id IN ()' args []}. Error thrown null. Non-fatal Exception:...
The documentation link present in the `README.md`: - is https://knex.github.io/documentation - is broken (see image below) - is not the same as https://knexjs.org/guide/ I don't know if the link is...
### What happened? Array of integers pass validations for strings. Tested with all [string tags validation](https://pkg.go.dev/github.com/go-playground/validator/v10#readme-strings). Go playground with all strings validations tested (they all pass) https://go.dev/play/p/cky_4b8iONw Maybe I misinterpreted...