d4h0

Results 52 issues of d4h0

Hi, I just tried to find out, if custom filters can be defined: ``` ``` (I forgot the "-" after the opening tag) ...which resulted in the following error: ```...

help wanted

Hi, Another [small improvement](https://github.com/Kogia-sima/sailfish/issues/51) would be, implementing `Render` for `Result`. Basically, if a result is `Ok(_)`, the value is extracted and rendered. And if there is an error, the template...

Type: Breaking Change

### Describe the bug Hi, Executing `cargo check --manifest-path='my-crate/Cargo.toml'` fails with: `error: the manifest-path must be a path to a Cargo.toml file` It works in Bash, and it works in...

quoting/expansion

This would be useful to implement one of the workarounds for [Rust analyzer "cargo check" blocks debug builds #4616](https://github.com/rust-analyzer/rust-analyzer/issues/4616) for people who use workspaces. Normally, my current working directory is...

good first issue
E-medium
S-actionable
A-config

Hi, Thanks for creating 'flexi_logger'! For some reason, I don't get any colored output with the default settings (or any other settings I tried). When I run `cargo run --example...

Hi, It seems, the examples are not available anymore. For example, the following URL: https://github.com/MrMaxie/ts-types-parser/blob/master/examples/php-from-types ...leads to an 404 error.

Hi @LyonSyonII, First of all, thanks for creating `akin`. I like the approach quit a lot. I'm wondering if global substitutions, and generating items only once can be added to...

enhancement

Hi, I'm trying to use [Playwright](https://github.com/microsoft/playwright) via the new NPM compatibility layer, but it fails with: `Uncaught TypeError: browserType.launch: Cannot read properties of undefined (reading 'on')` The following snippet can...

needs investigation
node compat
node API polyfill

Hi, If I execute `bacon run -- foo`, and then press `Ctrl+d` to switch to the default task (i.e., `run`), I get the following error: ``` error: unexpected argument 'foo'...

Hi, (De-)serialization via `serde` would be a great addition to `predicates`. This would be useful when a UI has filters which should be stored (so users don't have to setup...