Dmitry Minkovsky

Results 41 comments of Dmitry Minkovsky

Until this is addressed, I've been working around by using HTML inside my markdown: ``` 1 ``` Where ``` { .super { vertical-align: super; font-size: 0.8rem; } ``` Not the...

Encountered the same issue, [made my own Snack](https://snack.expo.dev/@dminkovsky/suspicious-ice-cream), only to realize I forgot to search for this problem and sure enough, this has already been reported. Does anyone know any...

Currently the WKWebView does not accept/store/send XHR cookies. I believe this is currently an unsolved issue over in Cordova land as well.

@alexsasharegan for now it seems like this approach is the easiest if your app is working against one host: https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/22#issuecomment-579332332. I also do not understand how this issue could possibly...

Doesn't seem to be an issue anymore. Check out the fiddle. Only the internal `relational` event is fired, which happens when you set a relational key. But the public `change`...

Just merged the same fix here: https://github.com/nhost/nhost/pull/828.

I am experiencing this when `cordova-plugin-facebook4` is installed alongside this plugin. Here is my Info plist before without `cordova-plugin-facebook4`: ``` CFBundleDevelopmentRegion en_US CFBundleDisplayName Pony CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0...

@talhaazhar thanks for linking the 9-patch article. At the end it mentions changing `

@talhaazhar thanks a lot for the reply. Yep, I am on v2 still. So it's just a naming convention? I thought this might be the case, but I had a...

@rajington it's close except `readFragment` doesn't return an `Observable` so the result won't update when the store data changes.