Yoav Lavi
Yoav Lavi
### Summary ``` error: you are deriving `PartialEq` and can implement `Eq` --> my/project/folder/mod.rs:90:48 | 90 | #[derive(third_party::Trait, Debug)] | ^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#derive_partial_eq_without_eq =...
### Description [`cast_possible_wrap`](https://rust-lang.github.io/rust-clippy/master/index.html#cast_possible_wrap)'s docs currently have an explanation of why this isn't desirable, but do not give the user an alternative to use. I'd like to suggest adding a mention...
**Installed Versions** ```json { "@swc/core": "^1.2.133", "@swc/jest": "^0.2.17", "swc-loader": "^0.1.15" } ``` The output of `swc-loader` is different between these two configurations: 1. **webpack.config.ts** (partial) ```ts { module: { rules:...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description Theoretically, it should be safe to pass `--minify` to `esbuild` here: https://github.com/cloudflare/workers-rs/blob/main/worker-build/src/main.rs#L129...
# Description ## Misc - Moves `.prettierrc.js` from the root to `examples/` and `templates/` - Moves `.editorconfig` to `cli/` - Edits issue templates with default format and changes them to...
[Jujutsu](https://github.com/martinvonz/jj) (or `jj`) is a git compatible distributed version control system (DVCS). When working in a repository managed by Jujutsu, Helix will not display any gutter change indicators, as that...
### Official Instance - [X] The bug is reproducible on the [official hosted instance](http://piped.video/), or is API-related. ### Describe the bug I've noticed content freezing in Safari after setting the...
When e.g. displaying completions over a certain length, the output form Nushell will flicker under Zellij when used in WezTerm. This does not happen when using Nushell directly under WezTerm...
Is adding a dark theme in the roadmap? I think it would be great for usability. A few other suggestions: - Subreddit icons in search (where you'd have favicons normally)...
### Describe the bug If navigating directly to the website (nushell.sh), you'll get an HTTP version rather than being redirected to HTTPS ### How to reproduce Navigate directly to `nushell.sh`...