Azriel Hoh

Results 71 comments of Azriel Hoh

Gotcha, shall try that in the next two days :v:

Heya, been spending time on getting `wasm-pack` to [pass through features correctly](https://github.com/rustwasm/wasm-pack/pull/851), need to get that working for the download action to pick it up. Shall come back to this...

nod nod; I use that pattern as well in lieu of the RFC. I can do that (probably part of a configuration option), but it would have to wait until...

Heya, I'd like to revive this discussion. I've been keeping [my project](https://github.com/azriel91/peace) compatible with `miette`, and the structure of how the framework is used is something like the following: ```...

Heya @mitchmindtree, I've gone through the commit history + crates.io dates to find these: ```bash git tag 0.7 6e4da8f53f85287c1cd5ca9871b5c87fef9e37e3 git tag 0.6 5d2a1d68db1756e7b1c2858f53a9832957ddfa67 git tag 0.5 2e9ab82835ba765cb3c1af8ebcb34f463f8c3115 git tag 0.4.1...

Heya, yeap I do: https://github.com/zed-industries/zed/assets/2993230/96e78350-f9fe-4ef8-9885-6c66f185c758 I just checked and my macOS is 14.4.1 though

hmm, if you have maven, I reproduced it using this: ```bash cd /tmp mvn archetype:generate \ -DgroupId=random \ -DartifactId=random \ -DarchetypeArtifactId=maven-archetype-quickstart \ -DarchetypeVersion=1.4 \ -DinteractiveMode=false cd random # open /tmp/random...

hm, the issue persists with just this config: ```json { "format_on_save": "on", "hard_tabs": "true", "show_whitespace": "all" } ``` and I tried with: * only the `Java` extension installed (v0.0.4) *...

Heya, I've roughly implemented this: ![image](https://github.com/rust-lang/mdBook/assets/2993230/019d1f1b-32de-4cda-969e-69b8f35c0c9a) ![image](https://github.com/rust-lang/mdBook/assets/2993230/d754b0df-8b5b-4618-8abc-3864a898f5f9) * Demo: * Setup: Currently I use it with `additional-js`. Tested: * :white_check_mark: code copy button * :white_check_mark: copy using Ctrl C *...

I can confirm it works too, since version `0.137.2`.