Barry Carlyon

Results 58 comments of Barry Carlyon

Same issue on MacOSX, it's not as _bad_ as OP's but still not good. It's almost like it picked up "dark theme" from the OS but only changed the text...

In my solution for this I went with the following: In this example I'm using "category" to sort items. With items with a lower category "in front" This only does...

When you add CAP's it changes the raw lines as it adds IRCv3 stuff to the message/line. The parser in this library doesn't handle it. You need to add stuff...

Hello, I opened a PR that does some capability stuff and merge your work into my work. So hopefully my PR supersedes your PR and preserves your contribution? (I've included...

Your solution only fixes for Darwin/mac OP and I are having issues with Windows. For me, I got it to bundle into the installer, but on install it can't find...

On a side note, you can just add code to the post-commit hook. I have mine on commit, grabbing the file name, rsyncing to a server, and then auto posting...

Also: if you take the response to generateSecret and then make your own URL you have to pre-encode the label your self as the library isn't. To answer @Cheprer Which...

@LukeXF I answered the problem in my solution code: ``` secret.otpauth_url = speakeasy.otpauthURL({ secret: secret.ascii, label: encodeURIComponent('Barry Carlyon'), issuer: 'Some Issuer' }); ```

+1 to this. Tried it today without thinking and was confused when the second queue job appeared in the first queue. Seems the only "fix"/solution right now is to JSON...