Alex

Results 170 comments of Alex

@teohhanhui, and that's why I'm still using awesome taplo and so I have no plans to stop doing it - it works great for me.

Hmmm 🤔, is it something new or regression? Is it was so in `cargo-playdate v0.4.x`? _Note, we can't use connection to device that already opened exclusively for other process. It...

Okay, we need good errors for that part of the system. rel.: #359

As an ugly workaround I could suggest something like this: ```rust // save original to restore later: let orig_target = std::env::var_os("TARGET")?; // choose one of "override" or "by cargo": let...

👋🏻 I wrote about latest huge update in my project. #1528 Could be great if anyone can check it for grammar or something, please.

I have a question. Why some necessary things are restricted such as inline html `abbr` tags? Error `MD033/no-inline-html Inline HTML [Element: abbr]` [there](https://github.com/rust-gamedev/rust-gamedev.github.io/actions/runs/9685690616/job/26726350720#step:5:13).

@janhohenheim, That lint is not needed. I've just checked it with both versions of zola - latest `0.19.1` and that you're still using `v0.15.2` and it works perfectly. I don't...

> could you elaborate your use case? - `cargo install typos-lsp` (build & install LS) - `cargo add typos-lsp` (add [package](https://github.com/tekumara/typos-lsp/blob/main/crates/typos-lsp/src/lib.rs) to dependencies) > I'm not super familiar with crates.io...

Just asking. Is it possible to implement any custom "attribute -> extra-codegen" using this feature? Such `register_tool(llvm)` for example to add llvm-attrs to codegen/IR. I really need some _probably-always-unstable_ llvm...