farfromrefuge
farfromrefuge
I decided run some tests comparing perfs of the actual runtime vs v8 runtime. One thing which worries me quite a bit is the "bridge time". I have made a...
This issue is using `shamefully-hoist=true` I need to explain first the issue with the current behavior. node_modules folders anmes are like this The issue is with softwares like vscode If...
This is now an ArrayLike object. Meaning we can do `test[4]= 4;` and the array will be changed as well as a change event trigger. It should work exactly as...
reponed #7996 as draft Related to this issue https://github.com/NativeScript/NativeScript/issues/7988 For now this PR only checks for auto in width or height. This is clearly not enough. But the idea is...
### Environment cli 2.7.0 server 22.10.0.dev0 ### Steps to Reproduce 1. `sentry-cli "releases" "files" "[email protected]+104" "delete" "--all"` ### Expected Result server should delete files ### Actual Result server triggers `Release.DoesNotExist`...
On iOS if you use cancel it wont hide a notification if it is already showing. While on android it will remove pending and shown notification. I think the best...
Right now the iOS impl will use `ImageSource.fromUrl` which means local images and res images wont work. Would be nice to add support for this.
Would be really useful. For example for background-http when you want to use okhttp on android. It would prevent a user from needing to generate typings
I am an app dev and i realised recently that while using Kvaesitso my app took a long time to receive `onActivityStopped`. It happens while using "home" or "back". If...
I am developing an app for which i changed the icon. I uninstalled the old, installed the new apk. Kvaesisto showed me the app with the old icon. Other launchers...