Luke Miles

Results 44 comments of Luke Miles

I found this. Could just put them all in but it would be good to somehow distinguish this list. https://nodeschool.io/#workshopper-list

I can't find any CLI tutorials made in the last three years, or for anything non-node related

I think this is ready for review. There's some gaps but most of it is covered. I couldn't figure out a better way to get the exports right than making...

Done making changes for the time being lmk what you think

@jrust easiest thing is probably `npm un baobab && npm i github:qpwo/baobab#more-detailed-types` then `import { SBaobab } from 'baobab'; const tree = new SBaobab(myData)`. Option 2 is to `@ts-ignore` the...

Could also add a ReadOnlyCursor generic type. Then a caller can cast a cursor before giving it to callee, and ensure callee does not set any data.

Very likely to cause typescript build errors in any codebases that have some unknown (likely irrelevant) type errors in their baobab tree. Users may want to fix those type errors...

Oh also some packages (e.g. lodash.get) explicitly type out 7 or so levels deep the return types for everything. I think it's slightly faster than this `DeepIndex` and `PathTree` stuff...

Oh you or I could also publish as a separate npm package.