Matthew Steedman

Results 59 comments of Matthew Steedman

Related issue at andpor/react-native-sqlite-storage#364

Aha, got it, thanks! Just and idea, but maybe an arrow on the left hand side of the line might be a good indicator as well?

@altsem Thank you for working on this! This is just my 2¢ so make of it what you will, but I think those kinds of collapsible icons are usually at...

Have you ever experienced the issue I mentioned where the db file was not migrated over with an app update? I'm not certain that that's what's happening in my case,...

Well, I found this thread https://github.com/storesafe/cordova-sqlite-storage/issues/430 which references this [5 year old article from Apple](https://developer.apple.com/library/archive/documentation/General/Conceptual/iCloudDesignGuide/Chapters/iCloudFundametals.html) which advises never to store a sqlite store file in iCloud (why this is the...

I reached out to Apple about this and referenced that article, and this is what the had to say: > First, it seems like you are confused about iCloud storage...

I assume it was caused by this change? https://github.com/metosin/malli/blame/1d6efc23fef01ab333f872b357760de61eac0a21/CHANGELOG.md#L38

Using a property feels more malli-esque. It would make it easy to update an existing schema to accept unqualified keys.

There is an example shadow-cljs project here: https://github.com/binaryage/cljs-devtools/tree/master/examples/shadow

Are you trying to run this in a browser environment? The `zh` tokenizer requires node to run, because it uses C++ addons (node jieba). I opened an issue (#90) where...