Mark Schaake

Results 4 issues of Mark Schaake

You are using the `static` keyword for a non-method property here https://github.com/netgusto/IdiomaticReact/blob/e70187cb5aab570057a695cadbad6fdda05ed289/src/scripts/components/Todo/TodoList.js#L7. This not valid ES6 and fails babel's linter (at least in my setup). Per [this version of the...

Seems like magnet pattern could be used instead of all the id-type specific overloads of "rest" directive.

See: https://github.com/t3hnar/scala-bcrypt for scala impl See: http://www.mindrot.org/projects/jBCrypt/ for java library that above uses What's really cool about BCrypt is that it embeds the salt into the hash and is able...

enhancement

Hi! My understanding (correct me if I'm wrong) is that `scala-dom-types` is now really a build tool - whose purpose is to be used at build / compile time to...