aLemonFox

Results 18 comments of aLemonFox

Can we get some more details about this? I am having the same issue, which makes this lib pretty much useless. I am using it with react-navigation state persistence, which...

@mrousavy to clear things up, does mmkv insert a new row for every setter, without overwriting the previous value? If so, how can we properly clear 'old' entries?

> @AhmadHoranieh Instead of using `GestureHandler` from `react-native-gesture-handler`, I used `PanGestureHandler` This works for me too, but it's not ideal since PanGestureHandler is using the old API which is no...

@shawarmaz I think you're right. I'm struggling with this too. Are there any other good reactive key value store libraries available which are not based on this? I can't seem...

@DanielJDufour I would love to try and help out, but this is the first time for me working with geotiffs. So I am not really aware of how these files...

I have a few 2d datasets all of the same size. All of the metadata is the same. So currently I have multiple standalone .tif files for each dataset. This...

Hi, is there any news on this? I have a cog of around ~8MB and it easily takes 30+ seconds to identify a single point from multiple bands (including fetching).

@mariomurrent-softwaresolutions Yes I think this should also be possible. There are no extra configurations needed to add a widget to the lock screen so I don't see any problems. You...

I like the TypeScript idea! Currently I need to cast all my groups/datasets like this: ```ts const attrs = group.attrs as unkown as MyAttrs; ```

That could work. Do you have an idea on how to patch it as I don't think the FS comes bundled with this lib right?