Matt Bell
Matt Bell
> I'm also interested in using columns vs prefixing keys with a common namespace. Interesting, is this for a performance increase, or for logically structuring the data for app developers?
>Side note: After fiddling with a simple abci app using the Database trait and Merk, I'm finding the use of the db: &'a mut dyn Database signature is creating an...
Maybe it makes sense to only show mutants which survived? (At least by default) I find that I don't really need to see the killed mutants in the output, other...
I'm on macOS 12.3, python 3.9.13.
>I think that this might be pretty confusing for people, as traits can add a lot of friction for users. They are harder to find docs for, and it can...
Hey, sorry I missed this issue. MediaStream support would be really cool, that would be a really convenient way to hook webcam data up to Node! It would definitely be...
Similar error here, on same platform (AMD64, Ubuntu 11.04). This is on Node 0.8.3. Results of `npm install`: ``` npm http GET https://registry.npmjs.org/webcl npm http 304 https://registry.npmjs.org/webcl > [email protected] install...
I know. I implemented the labels to always use another word. I've planned on fixing that, but since it doesn't affect functionality, it hasn't been the highest priority.
**Rationale:** - Could prevent accidentally exposing some unprotected calls since it might not be obvious that every public field is callable. - Generated call enums currently have a bunch of...
Good idea. Although, currently the way it checks if `xvfb` is installed is by trying to run it: https://github.com/mappum/electron-eval/blob/master/src/index.js#L77-L93