Seiichi Uchida

Results 5 issues of Seiichi Uchida

Running `cargo test` hangs with test failures here and there in my environment. cargo test output ``` running 360 tests test channels::spsc_queue::tests::test_try_poll ... ok test channels::spsc_queue::tests::test_try_push ... ok test channels::spsc_queue::tests::test_wrap...

bug
help wanted
continuous-integration

This PR fixes errors that occur when running `vsce package` with the latest `vsce` (2.19.0). - Include a `src` attribute to `img` tags ([ref](https://github.com/microsoft/vscode-vsce/blob/701a450041c6c65247196ddcd8524946cf917656/src/package.ts#L826C4-L826C4)) - Use Shields.io for marketplace badges...

context-docs
context-extension
scope-compatibility

In #35 the discussion was mainly about how we format the body of closures. Currently rustfmt uses visual indent when we need to use multiple lines for closure's arguments: ```rust...

Recently rustfmt started to format macro def. Should rustfmt add a space after `:` of metavariables? Adding a space is consistent with other items like function or type declaration. However...

### Describe the bug tauri does not deliver `WindowEvent::Focused` when `unstable` feature is enabled. ### Reproduction https://github.com/topecongiro/tauri-bug-focused-event ### Expected behavior The mwe app emits the following output on switching the...

type: bug
status: needs triage