Kevin De Baerdemaeker

Results 6 issues of Kevin De Baerdemaeker

Suggestion for https://github.com/adobe/react-spectrum/discussions/1618#discussioncomment-396010 Would this be a possibiliy to keep the wide types, while still offering a possibility to make them narrower? It also "solves" the issue when `HTMLElement` being...

## General information Domain: localhost:3000 Browser: Firefox 62 OS: Void Linux ## Scenario 1. Start a SPA application (for example using React) 2. Save a file via the front-end application...

I'm currently running into an issue with prettier formatting the package.json using the `json5` parser, while Emacs formats it with the `json` parser. The CLI arguments take precedence over the...

The following snippet: ```org - item1 - item2 ``` Parses it as: ```json { "type": "org-data", "contentsBegin": 0, "contentsEnd": 15, "children": [ { "type": "plain-list", "affiliated": {}, "indent": 0, "listType":...

# Que? I'm probably breaking plenty of the cases with the semi re-write, but I found the way the plugins were being handled a bit odd. Especially, with the extra...

The following snippets: ```org [[../index.org]] ``` Parses it as: ```json { "type": "org-data", "contentsBegin": 0, "contentsEnd": 16, "children": [ { "type": "paragraph", "affiliated": {}, "contentsBegin": 0, "contentsEnd": 16, "children": [...