Results 71 comments of Sven Slootweg

(Hi all, I will post a substantive reply soon, but the recent events in the US have kept me busy with some moderation fires elsewhere, so it will be a...

> Moved this issue to the `traits` repo as it's actually a concern with the [`password_hash::PasswordHasher`](https://docs.rs/password-hash/0.4.1/password_hash/trait.PasswordHasher.html) API. Aha, I was unaware of this. Thanks. > So, at worst, this API...

This feels a bit unergonomic, to be honest. Conceptually, an author would probably expect the entire `Reference` tag to be a *single unit* (like a paragraph would be) in the...

I've now published [a fork](https://www.npmjs.com/package/@joepie91/express-react-views) with this feature. I've not submitted a PR to this repository, as I'm not wiling to sign CLAs. The maintainer(s) should feel free to absorb...

You're calling `changed` without an argument: https://gist.github.com/CNSam/e6873252023e03d23ef3#file-gulpfile-js-L250 This behaviour was [changed in 3.x](https://github.com/vohof/gulp-livereload#livereloadchangedpath), and `changed` now requires an argument. I'm not sure why this isn't listed in the upgrade notice....

IMO, the most important part of an effective CoC is an explicit commitment to actually *uphold* the standards and inclusivity set out therein, including some indication of how violations of...

To clarify; I *do* feel that a CoC is a helpful addition. But indeed its purpose is not to function legalistically (and exhaustive CoCs tend to work poorly), but rather...

> whether that's requiring a punishment when discussion and education would work better, or giving people an excuse to do nothing because a situation wasn't anticipated This is why I...

It is effectively the same as the MySQLdb module API-wise (they are both DB-API compliant), they just work differently in the background. `oursql` speaks the binary protocol (allowing for actual...

Has this gotten anywhere yet? I'd love to see this functionality happen! (I am not unaware of the irony of grave-digging an issue in the CodeTriage repo :) )