Glenn 'devalias' Grant
Glenn 'devalias' Grant
It seems like `expectSaga` is seeing my 2 `call`'s as a single 'event', and thus the assertion matchers are failing. ``` Expected -------- { '@@redux-saga/IO': true, combinator: false, type: 'CALL',...
Looking at [Password.java](https://github.com/abstractj/kalium/blob/master/src/main/java/org/abstractj/kalium/crypto/Password.java) there only seems to be bindings for the scrypt password hashing, not [argon2](https://download.libsodium.org/doc/password_hashing/the_argon2i_function.html). Am I missing something, or is this just not implemented?
Recently upgraded my jekyll to latest, and hit this issue: ``` NoMethodError: undefined method `has_key?' for # Did you mean? has_ansi? /Users/devalias/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jekyll-crosspost-to-medium-0.1.15/lib/jekyll-crosspost-to-medium.rb:162:in `crosspost_payload' /Users/devalias/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jekyll-crosspost-to-medium-0.1.15/lib/jekyll-crosspost-to-medium.rb:84:in `block in generate' /Users/devalias/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/jekyll-3.8.0/lib/jekyll/hooks.rb:103:in `block in...
It would be kind of cool if it was possible to CrossPost to LinkedIn articles as well. Not sure if it would be better implemented as a separate project (or...
Currently it seems that crossposts are made when using `jekyll serve` as well as `jekyll build` (or more correctly, the first that happens. If i've got a post that's not...
Currently this plugin depends on an old version of the `webmention` gem (`0.1.6`), which is now up to `3.0.0`. - https://github.com/aarongustafson/jekyll-webmention_io/blob/master/jekyll-webmention_io.gemspec#L47 - `s.add_runtime_dependency "webmention", "~> 0.1.6"` - https://github.com/indieweb/webmention-client-ruby/releases - breaking...
Webmention is awesome, but it would be super useful to be able to notify legacy pingback urls for those that aren't yet using it. Maybe this or similar? - https://github.com/indieweb/mention-client-ruby...
I was wondering if there are any known/standard ways of including the polyfill in the `` of a `create-react-app` app _without_ ejecting, and _without_ copy/pasting the content? I've been googling...
Currently 0x01/0x02 are linked from the main README, but not 3/4.
``` ⇒ npm i react-xray npm ERR! code E404 npm ERR! 404 Not Found: react-xray@latest ```