Nick Matantsev
Nick Matantsev
Well somehow plugin v3 got through for us despite that check. Docpad augmenting normal npm logic seems rife with possible misunderstandings like these - users see a package.json file and...
I ran into the same issue. My workaround so far has been to just "brute force" the prefix variations, silently ignore the failures and then just concatenate all the attempts'...
I'd check the return value of your `dataHandler` function (`processChunk` is deprecated). If you return a promise that resolves when you finish processing the rows, then the importer progress bar...
Hmm, can you share a fuller snippet of how you are calling the component? Could be that you are supplying both `dataHandler` and `processChunk` props at once - only the...
The way I read the documentation for `useId` is that the ID should stay stable for the same position in the parent component tree. If a component suspends and has...
Hey, thanks for the report! I am catching up on some other projects still, but I will try to triage this soonish.
Hey, thanks a lot for the pull request (apologies for 1.5 year delay on my response haha). I am still catching up on some other projects but I will do...
Thanks a lot for submitting! This is a useful piece of functionality. Before merging, I have to make sure that whitespace/etc are consistent with the rest of the code; I...
Thanks for reporting this, I can see that this breaks virtual-dom expectations. The solution would be to do a rudimentary CSS parse, convert property names to camelCase and output an...
Hmm, would you be able to post a sample file with a header + first row or two like that? Of course with any sensitive data removed. Thanks!