Ivan Dlugos

Results 297 comments of Ivan Dlugos

The issue is specific to the Flutter linux build. A statically linked libstdc++ doesn't help, still crashes during exception throw - we have a test case exactly for that in...

> can we have fully static lib, not just libstdc++? not a shared library AFAICT.

ObjectBox is not a generic key-value store, it internally uses flatbuffers to store entities and access them in a structured way, to be able to execute queries on them. I...

No, encryption by the database itself is currently not supported. There's an issue in objectbox-java also asking for this, feel free to pitch in: https://github.com/objectbox/objectbox-java/issues/8 For now, you can store...

`.mdb` is just an extension used, it's not in any common format - you won't be able to open it (with any reasonable results) with anything but ObjectBox.

> @vaind Did you have any initial perf results yet? no, these TODOs are up to date

> We go with TypeScript, right? For web, I would even go forward with TypeScript if it would be significant slower that some Dart only thing (which seems quite unlikely...

> > So it's not a clear decision (from the performance perspective) unless a small benchmark is created. > > No need. As I've mentioned before, the decision about the...

Additional off-topic TODO: warn/error out during build when `"com.unity.modules.unitywebrequest": "1.0.0"` package is disabled - otherwise Unity just throws a vague error: `Cannot create web request without initializing the system` that...

I've tried to integrate the browser `bundle.js` and it kinda works, as in [the event is reported to sentry.io](https://sentry.io/organizations/sentry-sdks/issues/3192971162/?project=5439417&query=is%3Aunresolved), however, I'm not sure how to get any stack trace info,...