Tyson Matanich

Results 10 issues of Tyson Matanich

Adding support for `systemvars` to also be an array of whitelisted variables. The allows using specific system variables without worrying about accidentally leaking others for better security. ```js new Dotenv({...

### Configuration **Operating system**: Win10 **PlatformIO Version** (`platformio --version`): 5.2.5 ### Description of problem There appears to be no current support for GitHub dependency graph and Dependabot alerts. Supporting GitHub...

help wanted
integration

Is this arbitrary or is there a reason to cap it at 15? https://github.com/T-vK/ESP32-BLE-Keyboard/blob/183afacf04982af9961c6f47e64e2ed387f301ee/BleKeyboard.cpp#L99 I have connected with other devices that have supported names longer than 15 characters, and the...

It would be nice to have a configuration option to disable the default link behavior for an entire project or under a specific path. In this scenario, instead of automatically...

Currently the inline code styles don't match code blocks if a theme is used. I would expect some of the following to be applied: background-color, color, font-size, font-family, etc.

In package.json the following needs changed from: `"start:dev": "parallelshell 'npm run build:watch' 'npm run build:watch:client' 'nodemon ./build/server/index.js'",` to: `"start:dev": "parallelshell \"npm run build:watch\" \"npm run build:watch:client\" \"nodemon ./build/server/index.js\"",` https://github.com/darkguy2008/parallelshell/issues/1

It would be nice if this was handled gracefully. Thanks! ``` #include #define BUZZER_PIN 16 #define BUZZER_CHANNEL 0 void setup() {} void loop() { noTone(BUZZER_PIN, BUZZER_CHANNEL); tone(BUZZER_PIN, NOTE_C4, 500, BUZZER_CHANNEL);...

Tried to use as the `defaultFormatter` via right click or `Shift+Alt+F` but nothing happens. Am I missing something? ``` "[css]": { "editor.defaultFormatter": "stylelint.vscode-stylelint" }, ``` I am aware it supports...

**Describe the bug** When I hover over the tag name it shows the pointer cursor indicating it can be clicked/selected. However, when I click it nothing happens. To apply the...