Netanel Draiman
Netanel Draiman
> @WreckItRalph ... yep, I can see that theoretical case but in reality, I have never met it. It's needed, main use case for me are completely dynamic forms. Had...
> Tired of seeing stackoverflow answers that say 'don't use ::ng-deep because it's deprecated'. That's just delusional right now. Use it. I don't see why it should be deprecated in...
@tbaranes solution doesn't work for me. I tried on v1.21.0
We're seeing the same issue on Android with Mapbox `v5.2.1` and Lost `v3.0.2`. The issue seem to happen on Samsung and Huawei devices running Android 6 and 7. We're unable...
@ht89 @hassanasad this is what I used to make it work inside a parent container: ```JavaScript const container = document.querySelector('myParentContainer'); this.dragulaService.drag.subscribe(value => { document.onmousemove = e => { const event...
> What about an option for setting a different editor for each programming language? Then, desktop could determine which editor to open a repository in based on the language that...
Thank you @jhilden Using code copied from the PR as a workaround while waiting for the PR to merge: ```TypeScript import * as agenda from 'agenda'; import * as moment...
Here's my solution. Using the install script, i could call `autojump` command but it didn't work properly with git-bash for Windows. I added the following to `.bash_profile` in my home...
I have encountered the same issue, any changes in array returns the last element as changed. As a workaround, if the diff array is larger than 1, I'm concatenating the...
For anyone interested in running Docker Desktop until official support, there's a workaround, but it **exposes a security issue**, you can read more here: https://github.com/docker/desktop-linux/issues/209