Brendan Molloy
Brendan Molloy
@snomos: just noted in the kbdgen docs: «kbdgen supports E00–E12, D01–D12, C01–C12, and B00–10 as per traditional European ISO standard keyboards. In practice, for ANSI keyboards, C12 moves to D13,...
Right now it just generates some garbage that isn't useful. It should also ask the user for the basic information to create the bundle.
```python Traceback (most recent call last): File "", line 1, in File "kbdgen.cli", line 171, in run_cli File "kbdgen.gen.win", line 346, in generate File "kbdgen.gen.win", line 475, in satisfies_requirements File...
`Paste and Match Style` doesn't work (Option+Command+Shift+V).
I have some fields shared between a number of GraphQL endpoints, and when I call `.sdl()` I don't want some of the fields outputted. Is there a way I can...