Notas Hellout
                                            Notas Hellout
                                        
                                    > I got rid of husky's pre-commit hook and moved script it was executing to the npm scripts section. https://github.com/commitizen/cz-cli/issues/604#issuecomment-485826445 @Puritanic You can keep husky by adding `--no-verify` to `git-cz`....
Would it not work to temporarily set the git `EDITOR` variable to something that does `cz` `|` "original" `EDITOR`? Unless that is how `cz` already works...
> Can someone verify if this issue is reproducible? For me, 2FA worked without a hiccup on the latest release of `np` It is a long time since I last...

I have a use case and a question. - use case: date-fns locales. `import {enUS, nlBE, fr} from 'date-fns/locale'` [email protected] bundles ALL locales  - question: why are `package.json` files...
What's the status of conditionals on `Meteor.isServer`? Here is an example https://forums.meteor.com/t/idiomatic-method-client-simulation-opt-out/56546/7
@N-Coder Thanks for the effort. I am looking forward to this release too. I must admit I have not put any effort in it. Barely tried. I hope at some...
Hi @N-Coder. Thanks for all the hard work! > * I'd also like something like a hook-mechanism, so that you can fill in a sensible alternative or fix things yourself...
Why not just a string? Can keep parsing for validation.
I mean the part that makes sure the URL has valid format can stay hidden inside the implementation but the return value should be the original slice of input without...