daniel-pfeiffer

Results 12 issues of daniel-pfeiffer

Your filter can't distinguish between foreground and background colors. So you can't render bright fg with normal bg or vice-versa. With my [Perl One Liner `pl`](https://perl1liner.sourceforge.io/) I give an [example...

[rust_dot.rs.gz](https://github.com/petgraph/petgraph/files/14086069/rust_dot.rs.gz) This is WIP, but already a quite a complete implementation of DOT as native Rust. E.g.: ```rust let g /* UnGraph */ = graph! { node [ label =...

S-needs-triage

One has to follow your link to Wikipedia, to find out why you are implementing only half of wildcard syntax. Only that article admits to limiting itself to Windows' limited...

In the generated deny.toml, you point to https://spdx.org/licenses/. But you don't accept the listed `any-OSI`. Nor is it clear which meta-licence covers the FSF column. `FSFAP` is the only FSF*...

enhancement

Our DBAs are (due to PCI/DSS compliance) switching to this password scheme. When connecting to such a server with crate `mysql` I get ``` DriverError { Unknown authentication protocol: `client_ed25519`...

`vec_map_example` is a bit much! It is not pretty printed across multiple lines. The next function is more readable than this 1st contact with `iter`. Also I would separate ```rust...

I almost did your great product injustice, because TOML is no programming language – just cumbersome and hard to read! I found the [same sentiment](https://www.reddit.com/r/rust/comments/p5ft6q/comment/h9gc8d3/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button) expressed on Reddit. That’s a...

Since the companion macro does very little to justify a separate crate and proc-macro, I’ve sketched a solution with macro by example. For fun I also propose `dec!(a123, radix)` and...

enhancement
help wanted

IMHO, two easy to oversee characters need strong highlighting, as they completely alter flow of control: `?` and `!`. In VScode for the former I happily have ```json "editor.semanticTokenColorCustomizations": {...

C-feature

**rust-analyzer version**: 0.4.2470-standalone **rustc version**: 1.87.0 (17067e9ac 2025-05-09) **editor or extension**: VSCode 1.100.2 I guess this problem is partly between RA and compiler and partly between RA and VSCode. I...

A-parser
A-diagnostics
C-bug