Araxeus

Results 33 issues of Araxeus

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade com.formdev:flatlaf-extras from 1.0 to 1.6.5. :information_source: Keep your dependencies up-to-date....

A colored favicon would probably be ideal ![](https://raw.githubusercontent.com/nicoburns/blessed-rs/main/static/rust-logo-color.png)

enhancement

**Affects PMD Version:** 6.53.0 **Rule:** Error Prone: [InnaccurateNumericLiteral](https://pmd.sourceforge.io/pmd-6.5.0/pmd_rules_ecmascript_errorprone.html#innaccuratenumericliteral) **Description:** **Code Sample demonstrating the issue:** ```js const x = 1e3; ``` **Running PMD through:** *Codacy* ![image](https://user-images.githubusercontent.com/78568641/213679394-b04b5035-01ed-40b5-a42b-aaccf332cfbb.png)

a:false-positive

Allows using `lsi` to choose a file and open in your favorite CLI editor using the Enter key see https://github.com/Araxeus/ls-interactive/tree/add-no-exec/-x-flags/scripts/cli-editor # Bash | sh | zsh ```bash lsi() { local...

It seems like currently, the package.json version needs to be updated manually after running `npip install --upgrade` would be nice if it could be updated automatically I have made a...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Unzipper uses the deprecated module fstream (https://www.npmjs.com/package/fstream) which has several...

bug

### How can we reproduce the crash? I don't know, it suddenly started happening on my local Windows machine after upgrading to bun v1.1.20, I tried downgrading, but it still...

crash
windows
runtime

### VS Code version 1.92.1 ### Extension version 2.3.0 ### Biome version 1.8.3 ### Operating system - [X] Windows - [ ] macOS - [ ] Linux ### Description https://biomejs.dev/guides/configure-biome/#configuration-file-resolution...

Triage

### Steps To Reproduce 1. Be on an authenticated machine, that has access to no secrets 2. run `bws secret list` ### Expected Result Friendly message that there are no...

bug

### Steps To Reproduce cli run `bws secrets list` -> get secrets sdk run `Secrets.list()` -> need organizationId https://github.com/bitwarden/sdk/blob/b8a024f837a65338e9b6a1f0103a0dfe4ba85632/crates/bitwarden-json/src/command.rs#L112 https://github.com/bitwarden/sdk/blob/b8a024f837a65338e9b6a1f0103a0dfe4ba85632/crates/bitwarden-sm/src/secrets/list.rs#L15-L18 bws gets the org_id from the token, why cant the...

bug