Gustav Nikolaj

Results 24 comments of Gustav Nikolaj

@aledpardo That's just a variation of what I described in the workaround, and it fails to address the actual problem.

Thank you for the suggestion, and your good intentions. I appreciate it! But with all due respect, I still don't think your solution is addressing the issue at hand. The...

This is not a bug in passport, but a weird design decision in Chrome. This is the expected behaviour for Chrome when the option "Continue where I left off" is...

I had the opposite happen to me when rewriting some tests with unexpected express. It gave some very awkward output, which is comparable to the following example: ``` unexpected on...

When the above example is used in a `to satisfy` assertion in unexpected-express, you get the complete diff, as well as the output from `to equal`. The diff is in...

I dug a bit into this. It seems that the following code is missing from `styles/lists.less` along with a reset of the text color in the list: https://github.com/atom/one-dark-ui/blob/master/styles/lists.less#L21-L38 In my...

My take on it, implemented on the slim variant: https://github.com/gustavnikolaj/apex-ui-slim/commit/b3b22874ddc106d568317472ded1dc47ef3dd91d

My understanding of these hotp's is not very deep, but wouldn't the correct behaviour be the one described in the docs? Surely, otp's generated with a counter less than what...

And now when I actually went to submit a pull request based on the above, I notice that you have a test that asserts that it verifies a token where...

Then it's the documentation and comments which is invalid I suppose. Better go read that RFC :-)