KpjComp
KpjComp
Hi, this bug is a tad worrying. So I thought I'd see if I could see were the problem is. For @josephrocca issue the following function is the cause ->...
@josephrocca , I was kind of hoping @judofyr might be able to apply the patch when he see's this message. Looks like he just needs to reply with `I signed...
@josephrocca Ok, digging a bit deeper, I've found a much simpler fix.. Basically the diffing algorithm actually has no problems with surrogate pairs, but what does have a problem is...
> Have you tried applying the patches to the original text? It seems to me that if you remove the erroneous surrogate character you will end up with a patch...
@wickning1 After doing the modification I mention, I've not had any issues with patching arrays. But what is odd is that this issue is still marked OPEN, and for such...
Had this issue, for anyone coming here. Make sure you don't have npm package `express-serve-static-core`, Just make sure you only have `@types/express-serve-static-core` I believe the issue is that typescript will...
Wow!!, I didn't know about Nexus 3.0 until I read this.. I was having issues with the forked version verdaccio. It worked well, but for some reason version checking didn't...
> It would definitely make it slower at installing. Surely creating a symlink is faster than copying files?. Using `pnpm` for me is way faster than `npm` for this very...
Having some sort of DDOS attack protection in redbird would be great.. But rather than banning, may I offer another suggestion.. Just progressively slow down requests, something v.simple in Node....
I'm having the same issue, but looking at the code there is no way to do this atm.. :( But it wouldn't be too hard to implement, in a way...