Dante

Results 7 comments of Dante

Thanks for the quick reply. I was unaware of the problem with memory addressing in iOS. I've never programmed for iOS in native, just a little dabbling with notification extension...

I'll try it as soon as it's available. Relying on LMDB can be a significant limitation for Apps that need to index large amounts of information. Especially in developing countries...

... flutter_mimir: 0.0.1-dev.0+1 Same exception: flutter: FfiException(RESULT_ERROR, Cannot allocate memory (os error 12), null) flutter: #0 FlutterRustBridgeBase._transformRust2DartMessage (package:flutter_rust_bridge/src/basic.dart:129:9) flutter: #1 FlutterRustBridgeBase.executeNormal. (package:flutter_rust_bridge/src/basic.dart:70:9) flutter: flutter: #2 MimirInterface.getInstance (package:mimir/src/interface.dart:44:5) flutter:

The first one. flutter_mimir: 0.0.1-dev.0+1 The device has iOS 15.7.7 would it be possible to set a parameter with the size of the database?

On the simulated iPhone 8, running iOS 16.4, it works fine

Still not working with: flutter_mimir: 0.0.2-dev.1 flutter: EXCEPTION: FfiException(RESULT_ERROR, Cannot allocate memory (os error 12), null) flutter: #0 FlutterRustBridgeBase._transformRust2DartMessage (package:flutter_rust_bridge/src/basic.dart:129:9) flutter: #1 FlutterRustBridgeBase.executeNormal. (package:flutter_rust_bridge/src/basic.dart:70:9) flutter: flutter: #2 MimirInterface.getInstance (package:mimir/src/interface.dart:44:5)

Good news here! It works perfectly. When I have some time, I will try to add more on iOS. Many Thanks!