Val Packett

Results 399 comments of Val Packett

I'd like to suggest some security things: - replacing the weird bundled fork of openssl with dynamically linked (system) libtls/libcrypto; - examining random number generation code – it probably still...

> target a much smaller array so as to make it somewhat feasible Understandable, but I'd love to see more cross-platform support, not less :) I've set up ayo on...

@mememaestro you might want to use a version manager like [asdf](https://github.com/asdf-vm/asdf) to switch between different versions and forks of node, as well as other languages. (But honestly I haven't found...

It's definitely there and working these days! (upd: since #95 landed) this can be closed

Very strange. You mean like actual gain that's applied, or just the value displayed in the UI? (The "all media on the page" one is just not saved anywhere, which...

Right, so you are just referring to the "all media on the page" part not showing the last adjustment. It does currently show the last applied values on the *particular...

@JobLeonard any reason not to use a system-wide setting for that? The addon has really been intended for the rare "one particular piece of media is screwed up" situations; adding...

> it only works if the patch has full context ehh… It would be totally fine to drop the changes context couldn't be found for into a `.rej` file like...

Same with [these ultraface models](https://github.com/Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB/tree/master/models/onnx) if discarding shapes: ``` RUST_LOG=info nnx prepare version-RFB-320_simplified.onnx version-RFB-320_simplified.x.onnx --discard-shapes RUST_LOG=info nnx prepare version-RFB-320_simplified.x.onnx version-RFB-320_simplified.w.onnx --infer-shapes … Error: Could not infer shapes: unsupported: Reshape with...

Right, at least nvim and helix need distinctly named grammars to be able to use distinct sets of queries, probably most other text editors too.