Evan Stoll

Results 16 issues of Evan Stoll

I was recently debugging an issue with an application that utilizes `cargo-deb`. For a while, I was hung up on a simple ` I/O error: No such file or directory...

Dictation seems to trigger randomly in iOS 14 Beta (both 1 and 2 so far). I am currently using a 12.9” iPad Pro 2020 on iOS Beta 2, and a(n...

###### Motivation for this change **Add several functions to aid in the resolution of potentially missing nightly extensions** - Add optionalExtensions attribute - Add getOptionalExtensions function - Add getOptionalAndRequiredExtensions function...

unicode-normalization: [GitHub](https://github.com/unicode-rs/unicode-normalization), [crates.io](https://crates.io/crates/unicode-normalization) Another widely-used crate. Discovered some unsafe expressions when checking url (#51). Once again, no clue if any of these are safe. ``` Metric output format: x/y x...

Tried to audit [image](https://crates.io/crates/image) and was hit by a slew of unsafe dependencies. The largest (yet unfiled) crate seemed to be [byteorder](https://crates.io/crates/byteorder). ``` Functions Expressions Impls Traits Methods Dependency 1/1...

url: [GitHub](https://github.com/servo/rust-url), [crates.io](https://crates.io/crates/url) `cargo-geiger` reports numerous usages of unsafe, though only 6 seem to be local to the `url` crate itself. Example [unsafe usage](https://github.com/servo/rust-url/blob/7d2c9d6ceb3307a3fad4c4bcb7f5b07b5e24c755/src/query_encoding.rs#L32) in `decode_utf8_lossy` A majority of the...

Perhaps the package search (or a separate search window) could defer to something like `nix-locate` (via [nix-index](https://github.com/bennofs/nix-index)) to allow users to search for packages containing a specific file. I imagine...

I have a project that utilizes [`@biesbjerg/ngx-translate-extract`](https://github.com/biesbjerg/ngx-translate-extract) and one of the dependencies sometimes references a git commit (`github:lenchvolodymyr/flat#ffe77ef`). This is a development dependency, but the below specification in `package-lock.json` causes...

Recently, I encountered [this issue](https://www.virtualbox.org/ticket/7982#comment:17) when trying to import an OVA made with VirtualBox into VMWare/ESXi. I was able to execute the first part of the solution using: `cot edit-hardware...

enhancement

If a user attempts to load a config saved before #292 (?) and they have a custom model selected for `Pretrained model name or path`, Gradio chokes upon trying to...