Results 6 comments of Jerren Saunders

I recently ran into the same problem in my project with a subfolder causing problems. Also, any other file in the cache directory other than one created by node-persist will...

Does the service file at https://github.com/cminyard/ser2net/issues/60#issuecomment-1124070221 work for you?

Hi @ljharb - thank you looking into this. I can see the potential problem with the array of mixed data types To answer your first question, we are making a...

It looks like that already works as hoped: ```javascript const qsObj = qs.parse('arr=1&arr=a&arr[2].b=c&arr[3].d=e', { allowDots: true }); JSON.stringify(qsObj, null, 4) /* { "arr": [ "1", "a", { "b": "c" },...

I was experiencing the same problem and the fix suggested by @godismyjudge95 is working for me to get NGinX running again, but I still needed to manually add my new...

I've just started working with Pest v4 and browser testing with an existing Filament (v3) project and I was running into this same issue of not being able to find...