Nate Rivard
Nate Rivard
Maybe i'm misinterpreting this issue (it is also 2 years old) but you should perhaps look into `ArgumentParser`: https://swift.org/blog/argument-parser/ this is managed by swift.org and should take boilerplate out of...
I was yes, and I started down this path but did a different enhancement that is incompatible with this proposal. I think the [enhancement I put for PR](https://github.com/dmytro-anokhin/core-data-model-description/pull/9) is probably...
Some additional ones i've found. ``` Cmd - /: comment out line Cmd - m: jump to end of current scope/beginning of scope Cmd - d: highlight current word Cmd...
Except the built-in animations do use keypress vars addressed by `r:i,c:i`. See the `fingerprint` built-in animation. It is a rectangle of `1` i assume... But even so, how is the...
> You can disable the real time clock and toggle it with a mouse click instead This is also not really the same thing. In this mode, every action happens...
Looked into a bit and we can't use SFAuthenticationSession or SFSafariViewController bc Discogs uses OAuth 1. OAuth 1 needs headers in the HTTP request to be filled out but there...
My fork is a bit too out of step with `master` (or I'd submit a PR) but you can see my solution here: https://github.com/nrivard/DiscogsAPI/commit/e5c328b937e48c1d9d204c70463139f6a5e65e68 When I get time I will...
Ok but even when I change the regex, neither `start` nor `tokenizer` function ever seem to get called. ```tsx export const newlineExtension: TokenizerExtension = { name: 'newline', level: 'block', start(src)...
Wow I will give this a try, thank you!