theprojectsomething

Results 13 comments of theprojectsomething

Can confirm same issue on node 15.2.1 / ubuntu server 20.04.1. No errors. Switching `level-party` for `level` gives the standard LOCK error

Actually it looks like a permissions error, specifically: ``` Error [OpenError]: IO error: /{path}/LOCK: Permission denied ``` My scenario is a node script running as a service (webserver) ... this...

@vweevers any suggestions here? This is still an issue for us .. assume we can manually `chown` to a group after creation but is same possible with LOCK files?

Hi @posva thanks for coming back. Couple of notes ... It's been a while, but I think the gist/context of the original PR was that `scrollToPosition` was being used internally...

Nice updates! These all make a lot more sense I think - more clarity, less edge-cases 😁 Sorry for the confusion around the hash scrolling, I had quickly looked through...

Thanks @JonathanMontane .. yes the cities are based on a refined db (you can [browse it on kaggle](https://www.kaggle.com/juanmah/world-cities/metadata) or build it in the repo) but you could easily augment /...

Can confirm this error with two google accounts, specifically where the default account does not have the add-on installed. This error shows when attempting to insert a diagram into a...

After some (very) high-level debugging I was able to apply a band-aid solution to get rendering working on our unwieldy app, with the following steps: 1. Check for the existence...

Thanks @lahmatiy ... appreciate the quick response! Yes, the fix here is only working around consequences, though we're keen to dig further into it if you're able to provide any...

I should note that the `useFiberChildren` fix only applies to the root node (`fiberId===0`), so there would appear to be no other effected leafs / trees. Does the root node...