Johannes

Results 65 issues of Johannes

For each store created, a duplicate seems to get made that is never used, and appears in redux devtools. Am I doing something wrong, or is there something odd going...

Seeing as we are telling easy-peasy that we want to enable map/set functionality, it would make sense that redux dev tools should be configured to display them out of the...

I'm assuming it's as simple as instantiating a Job object with the relevant job id, but the documentation doesn't mention that approach, only using Job references that are returned when...

docs

Does this tool support recovery of compressed files e.g. compressed using a tool like https://github.com/RJVB/afsctool?

This would allow you to have something like a lock file that multiple clients could share. Without knowing if the key already existed when writing, someone else could have written...

https://github.com/bitcoin/bips/blob/master/bip-0112.mediawiki Am I right in thinking that this would be quite a simple addition? Allowing the user to choose `OP_CSV` and specify a time delta in the interface, and then...

Currently if the response is 404 ```json { "error": { "type": "unknown_authentication", "message": "That authentication (auth_id) could not be found with the provided integration." } } ``` ..the response does...

Before I start experimenting, does anyone have a working configuration for the Flickr api (oauth1)? https://www.flickr.com/services/api/auth.oauth.html

Currently it seems that if you connect multiple times with the same authId multiple authorizations are created. Does this not seem wrong? I would imagine that `.auth("just-testing").connect()` should be idempotent.....