Libin Varghese
Libin Varghese
I would advise to add a new type `loopControlVariable`
When using `moment.from` or `moment.fromNow` moment uses the [Relative Time Thresholds](https://momentjs.com/docs/#/customization/relative-time-threshold/) See [example](https://repl.it/@libin_v/moment-relative-threshold-fromNow)
This [Stackblitz]( https://stackblitz.com/edit/ng-dynamic-forms-bug-965?file=src%2Fapp%2Fhome%2Fhome.page.html) project, shows the Dynamic Ionic Text Area vs Ionic Text Area ``` formModel: DynamicFormModel = [ new DynamicTextAreaModel({ label: "Dynamic Text Area", placeholder: "Dynamic Text Area", id:...
Even after `load` is supported in `mongosh`, I am still unable to use `load` in the playground. I get the following error. ``` [COMMON-90002] load is not currently implemented for...
Another solution would be to add a `--licenses` option to `license_finder approvals add` eg: `license_finder approvals add dependency-with-license-update --licenses MIT`
This is a bug in [unpkg](https://unpkg.com/), where tags with `/` (slash) is not supported, even if they are url-encoded. An issue has been raised in unpkg - mjackson/unpkg#272
As a last resort, we could add the global .editorconfig (i.e. ~/.editorconfig) as the last item of the array (`path_list`) returned in [`get_filenames`](https://github.com/editorconfig/editorconfig-vim/blob/master/plugin/editorconfig-core-py/editorconfig/handler.py#L20)?
As an alternative, I use [jq](https://stedolan.github.io/jq/) with [sponge](https://linux.die.net/man/1/sponge) For instance, I use the below shell action for * insert/modify ``` --- sh: >- jq '.husky.hooks += { "post-checkout": "scripts/hooks/post-checkout/update-deps.sh", "post-merge":...
Hey @fcisio , Yes, I encountered the above when I try to add a new `run-script` in `package.json`. I use the below and it seems to work for me. ```yaml...
> _UPD:_ For me the way of fixing it was to comment out in the `.antigen/init.zsh` the following lines: > > ``` > # autoload -Uz add-zsh-hook; add-zsh-hook precmd _antigen_compinit...