Jody Heavener

Results 16 issues of Jody Heavener

## Description The `format` command likes to convert the long-form "repository" property into the shorthand version. However in a monorepo with multiple packages, one [can use](https://docs.npmjs.com/cli/v6/configuring-npm/package-json#repository) the "directory" property in...

## Pre-flight checklist - [x] I have read the [Contributing Guidelines on pull requests](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#pull-requests). - [x] **If this is a code change**: I have written unit tests and/or added dogfooding...

CLA Signed
pr: new feature

### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-issues). ### Prerequisites - [X] I'm using the latest version of Docusaurus....

bug
status: needs more information

Closes #91 ## Description (What) This PR modifies the "format" command to prevent it from formatting the `repository` property when its value is an object that has a `directory` property....

# Bug report ## Packages affected - [ ] sandpack-client - [x] sandpack-react ## Description of the problem In development, usage of React < v18 results in noisy console logging...

bug
triage

Small thing. I was looking through the [Button](https://infima.dev/docs/components/button) component variations and noticed that the "active" style's code samples include classes present in the "outline" style. For example: ```html Primary ```...

### Your environment op-vscode version: v1.0.2 ## Steps to reproduce Create a GitHub Workflow YML file that references a GitHub secret but has a Save trigger keyword, e.g.: ## What...

enhancement
hacktoberfest

Is there a known solution for using a React component in a [widget decoration](https://codemirror.net/docs/ref/#view.Decoration^widget)? I initially thought that I could perhaps use a [Portal](https://reactjs.org/docs/portals.html), where it queried the CodeMirror editor...

`/dev/web/developer.1password.com/-/issues/1065` ### Summary We are working on improvements to the 1Password for Open Source program. This PR continues from https://github.com/1Password/1password-teams-open-source/pull/915 and adds application parsing and validation. ### What's changed? -...

2024-program-updates

### Summary We maintain a [list of regular expressions](https://github.com/1Password/op-vscode/blob/main/src/secret-detection/patterns.ts) to help detect secrets within your open files in VS Code. There will always be room to expand this list, and...

enhancement