cek-cek
cek-cek
Works perfectly fine for me with Vivaldi, even though I also quote the path to exe... ``` vivaldi = "C:\Users\xyz\AppData\Local\Vivaldi\Application\vivaldi.exe" --profile-directory="Default" work = "C:\Users\xyz\AppData\Local\Vivaldi\Application\vivaldi.exe" --profile-directory="Profile 2" ```
Ran into the issue yesterday after updating VS Code (I update frequently, so that it worked before should not have been caused by using some outdated version). Suddenly all TypeScript...
One more problem with the v1.2.1 workaround - turns out this does not accept ~4 as a functions target version, only ~1 - ~3, which effectively constraints to use manual...
I've captured the problematic request and did a little comparison. It seems, that while the old 1.2.1 version provides Content-Length and the actual file content, the 1.6.1 request issues a...
Until my PR with null safety migration is merged, you can use this override in `pubspec.yaml` ``` flutter_emoji: git: https://github.com/cek-cek/flutter-emoji ```
Hi! Speaking of Expo compatibility, fluid-transitions v2.6 worked with Expo Snacks flawlessly out of the box. Unfortunately, v2.7x has issues resolving some of the dependencies, such as: `Device: (985:863) Unable...
It seems that if you enclose the regex into `^` and `$` characters, the negative lookahead works now. Example - persist "latest" and "release-*" tags on all images: ```az acr...
It seems that the app is not properly processing unexpected responses and gets stuck without logging anything. As a workaround to debug your issues, you can use mobile tool such...