Niklas Mollenhauer
Niklas Mollenhauer
### Describe the bug [Some tags are optional in HTML](https://www.w3.org/TR/2011/WD-html5-20110525/syntax.html#optional-tags). For example, ``, `` and ``. The closing tag of `` can be omitted. A body is started implicitly when...
Passing the URL to worker may not work due to bundlers mangling file names: ```js this._worker = new Worker(options.workerUrl); ``` Maybe that could be solved by allowing passing the worker...
This draft PR implements the comments feature mentioned in #1211. This class: ```csharp class Root { [JsonProperty("test")] public float test = 0.42f; [JsonProperty("growIncrement", Comment = "Lorem Ipsum")] public float GrowIncrement...
Since every major browser now supports ES Modules, it would be nice to have this library offered as ES Module as well. This way, we could use it without the...
When running software installed via NPM, `node_modules/.bin` is in PATH, so we can just omit most of the path.
I think it would be nice to be able to change the syntax highlighting colors and font weights. For example, I'd like to have the highlighting like the one in...
#### Describe the feature that you would like added Support for React 18, which just released: https://github.com/facebook/react/releases/tag/v18.0.0 #### What component or utility would this be added to All of them...
## Problem you are facing Some users want an an App-Like experience on their phone. ## Possible Solution Add a manifest.json with instance/conference-specific values and reference it in the HTML...
[Breaking changes](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) include changes in exports, which don't seem to affect restify as it uses it today. This PR resolves the following install warning: > npm WARN deprecated [email protected]: Please...
According to the [version notes](https://github.com/node-formidable/formidable/blob/master/VERSION_NOTES.md), it should be compatible with v1.