Nate

Results 36 comments of Nate

Same issue, Linux Mint 17

This would be useful. If you have an app like Slide for Reddit installed, Anticipate can't preload any of the post links unless it's explicitly a hyperlink in text form

I imported it as a module, but then changed those values above to be correct values--and it worked fine.

Sure. Here is an example: https://stackblitz.com/edit/ngx-materialize-z9vteo

So our registry doesn't need authentication. I run the command like so: `next-update --registry=http://mycustomregistry.com` and still get: `npm ERR! This request requires auth credentials. Run `npm login` and repeat the...

That's pretty disappointing considering Niagara is suited perfectly for stacks of widgets.

This is still bugged, FYI. No combination of settings fixes this for me.

The issue with `["^@angular", "^@", {}, "^[.]"]` is that it only covers `@angular` and I'd need to update it every time there is a new import I encounter that ....

Technically not just anything with `@xxx`; because what would happen to `import { take } from 'rxjs/operators';` in that case? It would end up in the third group wouldn't it?

I linked above but maybe options for grouping based on locality? Essentially: ``` // first group imports from node_modules // second group imports from local modules (like '@mymodule/common') // third...