Matt d'Entremont

Results 24 comments of Matt d'Entremont

@dylhunn this ticket says it will be tracked via #42862, but on that ticket you say this ticket is to be used (https://github.com/angular/angular/issues/42862#issuecomment-912128146). I think that you may just want...

Even crazier is that I'm seeing `moment(moment().format('iD/iM/iYYYY'), 'iD/iM/iYYYY').isValid()` return false

@gwsw I did use the latest version from http://greenwoodsoftware.com/less/download.html (563). The link @jftuga posted is what I'm using (specifically I'm on WSL 1). I completely understand if this is outside...

@dennisdoomen I can likely spend a bit of time on this in the somewhat near future - do you have any thoughts/tips on how to best achieve this (I took...

@dm10fit The before-plugins.gradle workaround is working for me, thanks so much!

(NOT A SOLUTION) I was able to work around this issue by adding a `(click)="$event.stopPropagating()"` to stop ng-outside-click from acting on it.

Interesting, I do see it in the requirements.txt file. I'm installing it via `pip3 install -r dotdrop/requirements.txt --user`, and my versions/env details: ``` ╭─[19:52:49] ~ ╰─➤ pip3 --version pip 22.0.4...

My situation was actually happening with a fresh install - it checks out the latest version of the submodule, runs the install command I listed above, and for some reason...

Ah, I figured out the issue -- it's that running: ``` ~/dotfiles mdentremont % ./dotdrop.sh install --force --cfg config-linux.yaml ``` Ends up updating dotdrop: ``` Submodule path 'dotdrop': checked out...

It seems to modify the checked out submodule version even when I just run `./dotdrop.sh --help`: ``` ~/dotfiles mdentremont % ./dotdrop.sh --help Submodule path 'dotdrop': checked out 'ebd31e41aa469b3b7e79174d8d9891cee147b674' Submodule path...