Adam Byrd

Results 15 comments of Adam Byrd

What about the LED color issue? And the configurator silently failing to flash if you edit/delete stock animations? And not being able to set the caps lock color based on...

The configurator _really_ needs to produce an error message when compilation fails.

I ran into this recently. It's actually _really hard_ to create PowerShell bindings that also work in xterm. Here are the results from trying to bind the period key on...

> vscode actually has special logic in shell integration to enable these keybindings in pwsh That makes sense. I just encountered the Ctrl+Backspace weirdness. vscode sends Ctrl+W instead, and if...

Hosting the schema in the hugo repo will open the door to generating it as part of the build/release process. I believe you'd be able to reflect over the config...

@jmooring > Most sites that I have seen use TOML for configuration and YAML for front matter. If I had to guess, I would say YAML and JSON site configurations...

Oh, I see, even if I kill the process it's going to blow up the hard link file anyway because it rotates a new file into place when saving. Any...

Should I open a separate issue for symlinks not working? It sounds like those are intended to be supported.

I noticed another symptom of this. Properties that use `oneOf` will also have a duplicate entry. This can be seen with a `hugo.toml` file and the `markup.highlight.lineNos` property. https://github.com/SchemaStore/schemastore/blob/master/src/schemas/json/hugo.json#L1346 ![image](https://github.com/tamasfe/taplo/assets/484784/166f7c82-ffe9-42e7-95b6-912f70cc346e)

Confirming that GameInput still does not work with 360 controllers. I see 2 additional readings whenever the application loses focus, but they are always empty. All input values are 0,...