Gustav Bylund
Gustav Bylund
It is not required do this conversion inside imgcache.js, but it is required to add code to edit the url that is received from imgcache.js otherwise.
Are you using Ionics webview: `cordova-plugin-ionic-webview`? If so, you need to change the URL received from `imgcache.js` in order for images to load. Something like in this PR: https://github.com/chrisben/imgcache.js/pull/228/files#diff-0f97643a2a18732757a668494d37a60fR196
I'd prefer it if Angular i18n would work better. I've been using both `ngx-translate` and official Angular i18n in two different large-scale projects, and in my experience it's actually been...
Yes, although it probably won't solve the slowness problem https://itnext.io/background-video-upload-to-firebase-storage-with-flutter-ee398b796656
Would a PR that changes the types of any Dates to be strings be accepted?
/remove-lifecycle stale
/remove-lifecycle stale
I think I would prefer it if u/ctrl+R just was mapped straight to the same commands as ctrl+Z/ctrl+Y. What functionality is so important that VSCodeVim had to reimplement a history...
@johnfn okay 👌 I mapped u and C-r to undo/redo instead and it seems to work as it should imo. Not sure what I'm missing x)
@johnfn What I mean is that I bound u and C-r to vscodes built in commands (undo/redo) instead of the vim extensions undo/redo. Which means that I just don't use...