Results 129 issues of Nemo157

## Why Tailscale just [announced](https://tailscale.com/blog/mullvad-integration/) their support for integrated Mullvad exit nodes. Being able to configure a similar setup via Headscale and an independent Mullvad account (or other wireguard VPN...

enhancement
help wanted
needs investigation
needs design doc

## Bug Report ### Version ``` tracing-attributes v0.1.27 (proc-macro) tracing-core v0.1.32 tracing-log v0.2.0 tracing-serde v0.1.3 tracing-subscriber v0.3.18 tracing v0.1.40 ``` ### Crates `tracing-subscriber` ### Description We are registering a custom...

## Bug Report ### Version ``` tracing-attributes v0.1.27 (proc-macro) tracing-core v0.1.32 tracing-log v0.2.0 tracing-serde v0.1.3 tracing-subscriber v0.3.18 tracing v0.1.40 ``` ### Crates `tracing-subscriber` ### Description https://github.com/tokio-rs/tracing/blob/8ba80ae82371638aa749436e4f284b65adf9ff90/tracing-subscriber/src/util.rs#L150-L152 This bypasses returning the...

When attempting to highlight some JS code we noticed that it would never return and just spin consuming a full core. We're using `syntect` with a custom pack built from...

- os: Windows 10 - `lsd --version`: `lsd 1.0.0` - `echo $TERM`: PowerShell 7 - `echo $LS_COLORS`: - ## Expected behavior The same as `ls $env:HOME` ## Actual behavior ```...

os/windows
kind/feature
need-more-info
open-for-vote

`crossterm::style::Color` only supports the 8-bit ansi color codes, there is no way to make it emit code `39` which uses the default foreground color (which can be distinct from the...

kind/enhancement

As has been mentioned a few times on #3347 it is useful to be able to treat doc-comments and normal comments differently.

pr-ready-to-merge
release-notes

I would like to setup remapping of rust toolchain's CI paths to the local rust-src component, something similar to ```nix rust-toolchain = pkgs.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default.override { extensions = ["rust-src"]; }...

enhancement

I have some default jobs to use on projects that haven't configured `bacon` themselves in my `prefs.toml`. To use them I still need to `touch bacon.toml` in each project to...

```console > cat $CARGO_HOME/audit.toml # smh cargo-audit, get your own dirs, stop borrowing cargo's [database] path = "/home/nemo157/.cache/cargo-audit/advisory-db" fetch = false stale = false > cat .cargo/audit.toml [advisories] ignore =...