Florian Reifschneider

Results 6 comments of Florian Reifschneider

Please see https://github.com/flore2003/staythefuckhome/commit/4258bd54d993c0bbd4828dbc72a6dbc9bd4ad3f7#diff-fc389b9c2b07d85f7f683ae572fa01ff for the updated wording.

Can we get a native speaker to review this?

This project currently uses Markwon without any plugins. In order to use a plugin, the call to create Markwon at https://github.com/flore2003/nativescript-markdown-view/blob/3317ad7d650268c88b0c87124cb0ba35ee8acbb3/src/markdown-view.android.ts#L23 should be changed to `ru.noties.markwon.Markwon.builder(this._context).usePlugin(...).build()` like described in https://noties.io/Markwon/docs/v3/core/configuration.html#linkspan-resolver

Can you confirm that the plugin is working without any issue when the `SWIFT_SWIFT3_OBJC_INFERENCE` setting is set to `Default`?

Is this still an issue? Can someone create a PR for this?

Is there a way to overwrite or turn off this heuristic framework detection for the build and deploy commands? This new behavior breaks our current monorepo setup, because we have...