Chance
Chance
Will do, thanks! I wasn't sure if [src/global.d.ts](https://github.com/chanced/filedrop-svelte/blob/main/src/global.d.ts) was interfering and causing issues.
Removing `Length` from the `Encoder` `interface` would really simplify implementation. It'll reduce redundancy and cost, as the current implementation means users either need to cache the bytes or encode their...
Its been awhile since I've touched it. It could be that I let the sveltekit get stale. I'll look at it sometime this week or next. Sorry about that.
Hmm, the repl still works in Firefox/Chrome on Mac. With the REPL, if you tab into the code text area, it'll reset the context by reloading. Also, keep in mind...
This may actually be more of a perf hit than not due to having to walk the tree for each node.
In retrospect, I don't like the name `Normal`. I also dont know if the `Token` should be an `enum` or if there should be a separate enum specifically for iteration....
> Can you add some examples showing why that is useful? This is from my previous attempt at a json schema compiler. This method is invoked when a non-root schema...
While the example I posted turned out not to be so great, I do think there's still need and perhaps even an expectation that when traversing a path, you have...
Sold. This doesn't add complexity to `Token` and circumvents a major breaking change.
I'll handle that. Although it's not needed for your PR to get pushed out since it wont be breaking. Thanks.