Nantris

Results 183 issues of Nantris

`FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory` This doesn't happen with every single function from every single package, but it seems to...

Am I overlooking it? Right now my only option seems to be closing/re-opening the browser. This might be a viable solution: https://stackoverflow.com/a/19258791

After this failure, the `wo` command no longer works as intended, throwing this same error whenever `wo` is run. ``` [~] wo update Downloading update script [Done] updating WordOps, please...

investigating

``` --ngxblocker enable HSTS for site secured with letsencrypt ``` It's the same as the line above (which is `--hsts`) `wo site create -h`

It seems really weird, because `simpleFormat` works fine, but `humanizeLength` invariably fails with the error `TypeError: Cannot read property 'humanize' of undefined` ```js const getText = timeToAdd => { const...

### Overview of the problem I'm using react-rnd **version** 10.2.1 My **browser** is: Chrome 82 I am sure this issue is **not a duplicate**? Pretty certain, but maybe I missed...

enhancement
PR_Welcome

### Overview of the problem I'm using react-rnd **version** `10.2.2` My **browser** is: Chrome 80 I am sure this issue is **not a duplicate**? Pretty sure ### Description I'm not...

I know you can use `{dir}` to overwrite the original, but that can't help if the operation is a conversion from, for example, `png` to `jpg`. Thanks for sharing this...

question

Thanks for the great work on this package! Codemods that used to work with `2.3.2`/`3.0.1` no longer work in `3.1.0` and above. I don't see any breaking changes listed. Were...

Specifically the use case for this is to implement a replacement for the removal of `--printer=prettier` I don't want to lint out entire project after each codemod, but I'm not...