Orta Therox
Orta Therox
Think your reasoning is totally cool, can help with assets too if needed
A settings panel ( for things like the keyboard shortcut ) could be done using my [Preferences](http://github.com/orta/preferences) plugin. I made it with this kind of thing in mind.
Fair, I know this is a bit of an odd request, but I'd love to see this work go into a generic "XCOpenQuicklyWindow" pod. I'm currently replicating this kind of...
Hahaha :hear_no_evil: :speak_no_evil: :see_no_evil:
In the meanwhile - you can get the path edit via: ```sh /home/orta> fnm env | lines | split column '"' | first | get Column2 /tmp/fnm_multishells/10174_1623514914978/bin ``` Then the...
Yeah, I would love to use repl.it - it'd take quite a bit of UI work in repl.it to have it make sense when embedded inside the jest website as...
I think it's a step forwards 👍 - perhaps a sidebar that links to different repl.it examples?
it would also be great to have the definitely typed [jest type definitions](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/jest/index.d.ts) available inside the editor, then you get auto-complete and inline docs 👍 ( it'd look [something like...
Interesting, the algolia index thinks there's no types in the package: ``` curl 'https://ofcncog2cu-dsn.algolia.net/1/indexes/npm-search/type-fest?attributes=types&x-algolia-agent=Algolia%20for%20vanilla%20JavaScript%20(lite)%203.27.1&x-algolia-application-id=OFCNCOG2CU&x-algolia-api-key=f54e21fa3a2a0160595bb058179bfb1e' \ -XGET \ -H 'Accept: */*' \ -H 'Origin: https://www.typescriptlang.org' \ -H 'Accept-Encoding: gzip, deflate, br'...
I don't want to be replicating every possible way to determine whether there's types when there's an existing index of all this info, the npm-search index is wrong for this...