Philipp A.

Results 408 issues of Philipp A.

Fixes #199 for good. The style of the badge class is this: ```js ._38M1B{ display:inline-block; min-width:.9em; min-height:1em; font-size:12px; font-weight:600; line-height:1em; color:var(--unread-marker-text); vertical-align:top} html[dir] ._38M1B{ padding:.3em .4em .4em; text-align:center; background-color:var(--unread-marker-background); border-radius:1.1em...

First of all: I think it’s useless to distinguish bytecode and text representations of WASM. They correspond 1:1, that’s `tr`, not a compiler. Generally I think everything will compile to...

hi! i wanted to ask if module dependencies within a crate are out of scope or could be implemented. surely a bigger thing as we’d have to parse rust… the...

P5: nice to have
C: dep-graph
D: intermediate
T: new feature

syntax and macros are explained [here](https://doc.rust-lang.org/std/fmt/). ``` rust format! // described above write! // first argument is a &mut io::Write, the destination writeln! // same as write but appends a...

enhancement

Would be nice if other packages could access the list of schemes you maintain.

T-Feature/Enhancement
S-In Progress
P-Low
E-Easy

it should be possible to [configure](https://doc.rust-lang.org/book/conditional-compilation.html) an absolute path instead of one relative to the binary. e.g. i’d like to have - `/usr/bin/cargo-clippy` - `/usr/lib/libclippy.so` on my system

continued from [this discussion](https://github.com/Berserker66/omnitool/commit/06381336bc834501e3c296b1237b3f9ae9c2a830#commitcomment-12641332). --- hmm, many python plugin systems are done by placing stuff into a plugin subdirectory. (e.g. the `flask.ext` module for flask extensions) plugins don’t run independently,...

discussion

L*a*b* colors are usually represented as one of the following two | L* | a* | b* | | --- | --- | --- | | 0 – 100 |...

## Context I’m using the biocthis GH action basically unchanged, and if fails on macOS while trying to build the vignettes, with nothing but the unhelpful and extremely terse message...