Jason Rudolph

Results 30 comments of Jason Rudolph

> Any idea why this might be happening. πŸ‘‹ @novicebaba: Unfortunately, I'm not sure why this is happening for you. I haven't seen this issue. When you experience this issue,...

> I did face this problem later today (intermittently) and when it did happen, I checked and I saw that I was NOT in any mode - markdown/window or otherwise...

> when I am in super-duper mode, I cannot hit f to go to command, as when I try things like cmd-z or cmd-c, nothing happens. :wave: Hi @rfrank6023: In...

@rfrank6023 I thought of one other debugging step that might help you: If you launch the `Karabiner-EventViewer` app, you can press keys on your keyboard, and it will show you...

> It recognizes all four keys, but nothing happens undo-wise. Thanks for following up. That's really strange. I'm not able to reproduce that problem. For me, it recognizes all 4...

@tal: Thanks for reporting this issue. shift+escape isn't a keyboard combination that I personally use for anything, so I haven't run into this problem. However, it would be nice if...

@daviwil: Following up on our discussion in chat, here's an example of a place where the datatips are useful in JavaScript files: 1. Open [atom/teletype-client:test/rest-gateway.test.js](https://github.com/atom/teletype-client/blob/a42093872bcea2acf6fa82e34ec89ff317afc1dc/test/rest-gateway.test.js) in Atom 2. Hover over...

@otim: I was wondering about this, too. The example in https://github.com/nimblehq/nimble-crypto-ios/blob/10b80daed3276ed067dd52ef56460267ed176477/CryptoPrices/Sources/App/CryptoPricesApp.swift#L38 did the trick for me.

In case it helps, I've been successfully using [this patch](https://github.com/jasonrudolph/omniauth-slack/commit/d79b857ebf277e53963111404ab017c02b149c04) to get things working with [Slack's V2 OAuth flow.](https://api.slack.com/authentication/oauth-v2) That patch _might_ be able to serve as a starting point...

> This seems to work okay for my ES6 classes with a custom ~/.ctags. Out of the box, it didn't work for me. @sb8244: Would you be willing to share...