Stefano Scafiti

Results 71 comments of Stefano Scafiti

Can you send a PR?

Hi, @cmbbr, there problem here is that badgerDB is very memory demanding. Give a look at this PR: https://github.com/ostafen/clover/pull/99 In that branch, I'm integrating support for supporting both **boltDB** and...

@Shane-XB-Qian, maybe we can do that in the main `Open()` function directly, so that we don't have to implement it for each possible storage engine. What do you think?

Can you tell me which version of the library you are using and the size of your collection? If the collection is big, you should probably use indexes, which are...

So do you have an index set on ad_id?

So do you confirm that just updating the version to `1.55.1` solves the issue? @arturaz: Could you please share a short snippet of code causing the issue that you described?

Unfortunately I don't have time to work at it right now. Some help would be appreciated:=)

Give a look at https://github.com/SpinlockLabs/irc.dart/pull/36.

Put this under the dependencies node. ``` dependencies: flutter: sdk: flutter irc: git: url: git://github.com/ostafen/irc.dart ref: flutter`` ```