Adam Tolley
Adam Tolley
It would be great to be able to run this, (with a callback api) from another node process, such as an enhanced repl script, gulp script or other process already...
This is more of a feature than an issue - normal tape now crashes the test runner on thrown errors, but blue-tape seems to retain the old behavior, and that...
I have a schema type `pageInfo` which is a special use reference that is uniquely processed in downstream code. it looks like this: ```js export default { name: 'pageInfo', title:...
This is a first pass effort at addressing https://github.com/ricokahler/sanity-codegen/issues/191. This solution involves treating top-level (no parents) references differently. I have tested this and found its output consistent with the structure...
For me, having one test selected and therefore open to edit is _really_ distracting while I am working on the regex itself. I would like the ability to click off...
not sure if FTIR touchscreens would be covered in "infrared" or not, but it's worth mentioning.
Currently creating a new project results in this generated `jsconfig.json` file ``` { "include": [ "*.js", "libraries/*.js", "/Users/adam/.vscode/extensions/samplavigne.p5-vscode-1.2.4/p5types/global.d.ts" ] } ``` Which references the types file by an absolute path...
Most functions implemented work only on objects or pairs. That is fine but half the time I reach for ramda IRL it's because I don't feel like dealing with the...