Aaron Boyd

Results 5 comments of Aaron Boyd

Did you figure it out? If multiple python processes are running, then you likely have different Python processes servicing each request. Each Python process would have it's own instance of...

Thanks for the quick reply. > > Personally, i think the internal `_isArrayLike` is too aggressive. > > Do you have suggestions for a change to this? I don't think...

I have a busy couple of weeks coming up, but I would like to help out and create a PR. Should be a pretty quick change.

@JadeMugs TypeScript will still give you an error that the value could possibly be undefined. I do something like this to avoid that typing error whenever I useLocalStorage: ``` const...