Gregory Conrad

Results 82 comments of Gregory Conrad

Hi, I was evaluating pocketbase for my app (currently using Firebase), and really want to switch to pocketbase (mainly because of its extensibility as a framework). However, this is a...

Not sure where else to put this, so here goes: is there any reason `std::cell::LazyCell` does not have mutability-focused functions like `force_mut` that are in `once_cell`? What would it take...

Wow, that is really annoying. Can't believe I didn't across that in testing. Thanks for reporting this, along with the info! I'll need to do some tests to be sure,...

@siddharthadevops I don't have an iPhone 7 Plus handy, so I might ask you to help me do some testing here to figure out the sweet spot to fix the...

Well it's not that LMDB is bad for indexing large amounts of data or that it's bad for low end devices--it actually is less problematic on Android than it is...

It looks like melos (my monorepo tool) messed up the release version number slightly. In any case, here is a link to the release (you will have to specify this...

Hmm, every time I try to fix this I'm actually just limiting the maximum db size. Might try once or twice more, but if I need to make changes beyond...

Also, just to check, when you added `flutter_mimir: 0.0.1-dev.0+1` to your pubspec.yaml, did you do it like: ```yaml flutter_mimir: 0.0.1-dev.0+1 ``` or: ```yaml flutter_mimir: ^0.0.1-dev.0+1 ``` (the first is correct,...

@siddharthadevops When you get a chance, please try `0.0.2-dev.1`! > would it be possible to set a parameter with the size of the database? Perhaps with some refactoring. I think...

Thanks, and sorry about the delay here. Have been working on a few different projects I'll try to get a new release out tomorrow that uses exp. backoff to find...