pintariching
pintariching
I'm using a camera that uses the [tiscamera](https://github.com/TheImagingSource/tiscamera) library. However that is written in C++. I'm currently working a project in rust that would use that camera but I'm getting...
I have updated the dependency for `sqlx` from 0.5 to 0.6, but to do that, `diesel` also needs to be updated to the latest release candidate as I get an...
**I'm submitting a refactor** # Description Formatting the codebase a bit by following `cargo fmt --check` recommendations # Related Issue(s) #609
**Is your feature request related to a problem? Please describe.** I'm implementing autocomplete fields in my forms and some things could possibly improve the UX. The first thing I would...
I would like to integrate papermerge into something I've been tinkering with and I would like to have a preview of a document that's already in papermerge. I can already...
Some options are: - [nom](https://github.com/geal/nom) - [chumsky](https://github.com/zesterer/chumsky) - [combine](https://github.com/marwes/combine) - [pest](https://lib.rs/crates/pest) `nom` and `pest` seem to be the most popular right now. Any other suggestions? Tell me what we should...
One place to start would be rewriting all the utilities from here: [https://github.com/sveltejs/svelte/tree/master/src/compiler/utils](https://github.com/sveltejs/svelte/tree/master/src/compiler/utils) A lot of them are used further up in the parsing and compiling. - [ ] clone.ts...
- [ ] decode_sourcemap.ts - [ ] index.ts - [ ] replace_in_code.ts - [ ] types.ts
- [ ] css - [ ] nodes - [ ] render_dom - [ ] render_ssr - [ ] utils - [ ] compiler_errors.ts - [ ] compiler_warnings.ts - [...
- [ ] read - [ ] state - [ ] utils - [ ] acorn.ts - [ ] errors.ts - [ ] index.ts