Stephen Bungert

Results 39 issues of Stephen Bungert

enhancement
high priority
Hacktoberfest

> **Note** from maintainer > Original issue was reworded slightly to cover for a different subset, see here for more details: https://github.com/radix-ui/primitives/issues/1570#issuecomment-1201328110 --- ## Bug report ### Current Behavior Home...

Type: Enhancement
Package: react/select

I'm trying to use your package to turn an xml file to json. The xml comes from [projectaon](https://www.projectaon.org/). These are books that are playable on line and various android apps...

enhancement

v.3.13.0 Slang config file: ``` # Config input_directory: lib/i18n/ namespaces: true output_directory: lib/i18n/_generated_ output_file_name: translations.g.dart output_format: multiple_files ``` I have the following translations in actionChart.i18n.json: ``` { "stats": { "endurance":...

enhancement

If there is no root package.json, sub folders should still be checked.

https://code.visualstudio.com/api/extension-guides/tree-view#welcome-content

enhancement

See timeago.js detail page as an example

bug

``` export class FolderList implements vscode.TreeDataProvider { // ... constructor( private workspaceFolders: vscode.WorkspaceFolder[] | undefined, private context: vscode.ExtensionContext ) { vscode.workspace.onDidChangeWorkspaceFolders(() => { this.refresh(vscode.workspace.workspaceFolders); }); } //... } ```

enhancement

Like in dependencies and optionalDependencies, or maybe just twice in the same json file

enhancement