Félix Saparelli

Results 105 issues of Félix Saparelli

### Problem Using `--config` with nightly to specify an alias, and then immediately calling that alias, fails with a confusing error message: ```console $ cargo +nightly --config 'alias.foo="build"' foo error:...

C-bug
A-config-cli

```json { "play": { "uri": "/static/bell.mp4" } } ``` ```json { "play": { "uri": "/static/bell.mp4", "duration": 2000, "offset": 500, "delay": 15000 } } ``` ```json { "play": { "uri": "/static/bell.mp4",...

Would this also work with destructuring? ``` js const { foo } = null // current: TypeError: Cannot match against 'undefined' or 'null'. // with this?: `foo === undefined` ```

This is the way I write it at the moment: ```rust use deku::prelude::*; use std::ffi::CString; #[derive(Clone, Debug, DekuRead, DekuWrite)] struct Foo { #[deku( map = "from_nul_terminated", writer = "CString::new(handle.to_vec()).unwrap().write(deku::output, ())"...

enhancement

Gnome-shell, Gnome3, other-gnome-shell-based-things... I want 'em all

feature-request
port

Some benchmarking shows a significant speedup, from 30s on nightly to 23s on cg_clif. I'm doing some more benchmarking to check the numbers further.

_Make a new manifest that specifies a list of crates/tools to be installed. The intent is both to keep a system/user-wide list of tools with versions for local use, and...

Report: feature request

Closes #156 - Introduces a new UI layer and disables log output by default - If the terminal is detected to be non-interactive, disables the UI and re-enables log output,...

Tangentially related to #37. Currently the Tgz format assumes the .tgz extension, but it might instead be .tar.gz. In the current state, one may simply not use the `{ format...

Report: feature request