Wouter van Wijk
Wouter van Wijk
For me problems started when upgrading from 1.4.2 to 1.4.3. The app opened on a sharing intent, but nothing was shared. A simple pubspec change fixed it: receive_sharing_intent: ^1.4.3 to...
It could be the last patch that was merged, see https://github.com/KasemJaffer/receive_sharing_intent/pull/117#issuecomment-773196108 --- Problem is I guess that hasMatchingSchemePrefix blocks all shared text. If I remove that or I remove the...
Duplicate of https://github.com/KasemJaffer/receive_sharing_intent/issues/116
> Yeah so on android no problem but ios i would like to avoid the dialog to write comment before sending, because after i tap send it works but the...
I got rid of the dialog by adding these two lines to the end of the redirectToHostApp function in ShareViewController.swift: ``` ... extensionContext!.completeRequest(returningItems: [], completionHandler: nil) // these two: extensionContext!.completeRequest(returningItems:...
I see that behaviour as well. New tab would be better indeed.
2.9.2+1. It's from the the dart 3.36.0 extension When I set a longer hover delay (e.g. from 300 to 1500) in VS Code, the problems inside VS Code itself disappear....
This is inside VS Code with 300 ms hover delay and this
I made a mistake in the browser. I used Edge (my mistake). But I tested. In Chrome it seems ok now, but in VS Code it's not ok, the hovers...
And this is in the console of VS Code itself: ``` TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.dart. Old grammar file: file:///Applications/Visual%20Studio%20Code.app/Contents/Resources/app/extensions/dart/syntaxes/dart.tmLanguage.json. New grammar file: file:///Users/wouter/.vscode/extensions/dart-code.dart-code-3.36.0/syntaxes/dart.json...