Samuel MARLHENS
Samuel MARLHENS
Have you tried to use enum value ? ```typescript this.SnotifyService.success('test1', 'TEST2', { timeout: 100, showProgressBar: true, closeOnClick: true, pauseOnHover: true, position: SnotifyPosition.rightTop }); ``` Source: [doc](https://artemsky.github.io/ng-snotify/documentation/api/enums.html#snotifyposition)
Hi, I'm preparing a PR, which I hope will fix the problem.
Hey ! I am waiting for the author to review the PR and compile this version and publish it on the NPM repositories.
Hi @castanonrodrigo, I have no news about the review so I published a new version on a private repository with my modifications not to be blocked and I override the...
Hey @capricorn86, do have you any idea of which version will this MR be part of ? I mean, on the roadmap you have for happy-dom.
Hi @capricorn86, Hope you are fine ! PR is updated, feel free to come back to me if there are other changes to make. Wish you a great day ☀️...
Hi there, I may be interested in using a custom instance of Axios to override configuration of httpsAgent in order to get rid of the error `ERR_CERT_AUTHORITY_INVALID` when using auto-signed...
hey @PaulVrugt, with this PR changes, it will generate: ```typescript export type SomeDto = { value?: (number | string | Array) | null; }; ``` you can check on your...
> Hi @smarlhens , > > so the short answer is `yes` right? :) Yes 👍🏻