Tilman Roeder
Tilman Roeder
The deno soc website currently displays items annotated with `@ignore` in the JSDoc comments, which can lead to more confusing documentation. Eg: https://doc.deno.land/https/raw.githubusercontent.com%2Fdyedgreen%2Fdeno-sqlite%2Frework_api%2Fmod.ts#PreparedQuery (the iterator protocol is implemented by the...
> I've just run into this too. I was trying to load the `fts5` extension. _(Originally posted by @hobochild in https://github.com/dyedgreen/deno-sqlite/issues/100#issuecomment-792308703 )_ Full text search seems like a common problem...
We have a few tests to see what happens in read only mode, as well as a few tests that require write permissions. This feature could simplify our test setup.
Polling
I was looking at this, and was wondering if there currently is a way to poll a query every N seconds? (E.g. if I display a set of comments, I...
The contract for `epoch` caching is confusing, and most values that are e.g. returned from sensors should probably implement `Clone`. Implementing `Distribution` is easier, more compatible with other crates, and...
Blog post on the technique: https://www.possiblerust.com/pattern/3-things-to-try-when-you-can-t-make-a-trait-object **pros**: - get back the `pr_with` method **cons**: - need to do more dynamic dispatch which is potential expensive
This is an extension to #186. It would be nice to support user-defined (i.e. JS) aggregate functions, in addition to scalar functions. From #216 we have most of the internal...
### Is your feature request related to a problem ? There is a long and cryptic URL that’s unclear to parse (eg with a uuid as the path) ### Describe...
The LSP/ merlin seems to raise in a lot of cases (leading to the LSP query to return an error), where I would expect it to just return an empty...