Maxime
Maxime
Hi, thanks for the library :) I'm trying to use it within an Angular app (and Typescript). If I import it like that: `import b64toBlob from 'b64-to-blob';` and then use...
Having a dry mode for CI would be great :pray:
There's the `onEmpty()` method but if some promise reject or throw we can still end up within the `onEmpty`. It would be great to have the same method if everything...
### Minimal reproduction of the bug/regression with instructions ``` // not working as expected of(null) .pipe( tapResponse( () => { throw new Error( `This error will be swallowed and you'll...
I would expect `markdown-toc` to only modify what's inside the `` block. And from the README: > Won't mangle front-matter, or mistake front-matter properties for headings like other TOC generators...
My tests don't run if I have ES6 imports. I've looked around and apparently we can now use one of the provided presets directly: https://kulshekhar.github.io/ts-jest/user/config/#the-3-presets I'm surprised it hasn't been...
Hi everyone :wave:! Out of curiosity, we'd love to heard from people using `ngx-sub-form` whether you're using it for small side projects or larger projects at work :+1:. If you...
~~:warning: Review after https://github.com/cloudnc/ngx-sub-form/pull/259 is merged :warning:~~ :heavy_check_mark:
This issue would solve a subset of #147. It's possible to find in an object type: - all the optional keys - all the keys where the values can be...
disabled state is not emitted, blocking external listeners to react to changes of the form's status
# Context A classic way of showing that the form is invalid and cannot be saved is by disabling the "send" button. As we deal with a lot of real...