Notas Hellout

Results 150 comments of 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...

![2021-03-19-133120_426x196](https://user-images.githubusercontent.com/5165674/111780406-a2ffd500-88b7-11eb-8fa0-0b802e062e2d.png)

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 ![date-fns](https://user-images.githubusercontent.com/5165674/130482247-87db9a36-d418-4d5b-8520-ee09cafd93f4.png) - 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...