Kenneth Geisshirt

Results 415 comments of Kenneth Geisshirt

To be honest, we haven't had Alpine Linux on our radar. We will happy to receive a pull request :-)

@edhage I believe it hasn't been solve yet

@muddy-alex Thank you for reporting. Indeed it looks like `npx prebuild-install --runtime napi` is not downloading the binary files. We need to investigate it in order to understand the situation.

@muddy-alex Actually I don't think it is caused by containerization, but the fact that Alpine is using Mucl and not glibc. Recently we have done some changes to Realm Core...

@maierphilipp Are you able to retrieve the subscription with `realm.subscriptions.findByName("listSub")`? Moreover it is interesting if the subscriptions have been download by checking `realm.subscriptions.state`.

@pankajmyt A few questions: * Does it only happen on a specific device? * Is proguard enabled? * Does it also happen when proguard is disabled?

It is correct that Realm doesn't support [natural sorting order](https://en.wikipedia.org/wiki/Natural_sort_order). For the most efficient implementation, we will have to add it to https://github.com/realm/realm-core. As a sidenote: JavaScript's [sort](https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.sort) doesn't support...

It is related to https://github.com/realm/realm-js/issues/3652 and maybe https://github.com/realm/realm-js/issues/3637

[NDK abifilters](https://developer.android.com/ndk/guides/abis) should still work.

@myou11 Thank you for reporting. It looks like you have found a regression in 0.4.3 but we need to investigate it further. Your 60-80 items are on the root level,...