Allan Juan

Results 10 issues of Allan Juan

In https://www.npmjs.com/package/ngx-smart-modal, the `Documentation` and `Demo` hyperlinks point to https://maximelafarie/ngx-smart-modal and https://maximelafarie/ngx-smart-modal/#/demo, respectively, which aren't valid urls.

Did some minor text improvements and put the options in tabular format.

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [X] Feature...

I want to use [tsyringe](https://www.npmjs.com/package/tsyringe), a dependency injection library. To use it, one must import the [reflect-metadata](https://www.npmjs.com/package/reflect-metadata) polyfill once, before `tsyringe` is referenced. So far, so good. I tried importing...

I want add a pre-commit hook to run @nxpm/stack lint on my Nx project. I have installed it as a development dependency. When I run it through NPX, as in...

Olá pessoal, primeiramente, parabéns pelo material, que está ótimo como sempre. Gostaria de deixar uma sugestão para que ao invés de usarem PDFs, deixem os desafios em Markdown, fica muito...

`forRoot` argument is of type `CurrencyMaskConfig`. This way, the user is forced to pass an object with all the properties, even though they only want to change some of them...

README.md proposes this handling function: ```ts app.use((err, req, res, next) => { if (err.message === 'access denied') { res.status(403); res.json({ error: err.message }); } next(err); }); ``` But what is...

I want to use your package in my app, but right now it won't fit my needs, since one of my enums should be converted to the string ``'PG-13'``. However,...