Caleb Cox
Caleb Cox
I'm trying to implement a deserializer that accepts either a boolean or an entire struct. The following code generates a stack overflow error, maybe because deserializing `RetryConfig` tries to deserialize...
**- Do you want to request a _feature_ or report a _bug_?** Feature request **- What is the current behavior?** My app uses a module that checks the functions' `name`...
This is a fantastic crate! However, I'm running into some issues because it seems that Schedule::after doesn't take milliseconds into account. This shows up when iterating over the upcoming times...
First of all, this is a super useful library, so thanks for your work on it! I'm running into a bug where aloedb can't open databases with absolute paths. `getPathDirname('/Users/canac/db.json')`...
### Describe the bug When adding an app to a brand-new homescreen page, Lawnchair consistently crashes. ### Steps to reproduce Steps to reproduce the behavior: 1. Go to the app...
### Bug Description In trying to migrate my project from sqlx 0.6.3 to 0.7.1, I'm getting a compile error with `try_get` on an `AnyRow` with `chrono::NaiveDateTime` (code snippet below). ```...
On the icon request page, apps missing icons from my work profile aren't displayed and can't be requested. Would it be possible to change that? Thanks for the hard work...
I have a project where I'm on the new npm@7, which [changed the way peer dependencies are installed](https://github.blog/2021-02-02-npm-7-is-now-generally-available/#peer-dependencies). As a result, I always have to run `npm install` with the...
Prepare for Deno 2.0 by migrating off of deprecated APIs. Fixes #255. ~~**Major Caveat**~~ ~~With `DENO_FUTURE=1` set, there is no stable sync data operation available as of Deno v1.42. Enabling...