Borek Bernard
Borek Bernard
Just to make sure we are talking about the same thing: as there is `SiteMap.CurrentNode`, I'd like something like `NextNode` and `PreviousNode` as well. I don't need to keep track...
I have a docs site with a structure like this: ``` - Home - Getting started - Intro - Installation - Usage - Details - Feature 1 - Feature 2...
This is seriously awesome, thanks for the example! As for the naming, in my mind, I want a "next / previous node in a site map" so methods called `NextNode()`...
From the README (emphasis mine): > **Two methods** are available for setting brightness, which I call **Real and Fake**. > > Real is supported on apple monitors. There turns out...
Could someone confirm if this is a root cause for https://github.com/kumarharsh/graphql-for-vscode/issues/130? Are there any workarounds? I guess relying on this library is pretty common & having the schema documented as...
By the way, using the same query names does this too (e.g., having `query ExampleQuery` twice).
Thanks. It also sounds like I cannot utilize the standard pipeline with `formatError` etc., right?
@aaronleesmith Sorry, it's been a while, I don't remember whether I've seen your output or not.
Interestingly, on https://keycode.info/, I get the key code 220 (correct) but `event.code` is IntlBackslash instead of Backslash. Is this related?
@jaywcjlove but what to do about it? Hotkeys.js receives the correct code but still doesn't work correctly; would it need to be reworked to take `event.code` into account?