Paul Marrapese

Results 8 comments of Paul Marrapese

I opened a related feature request that could incorporate the desired functionality in an elegant way: #1466

Oh, whoa. Apparently this has been essentially already implemented! 1. Go to settings 2. Type: **msg_incoming** 3. Choose your desired notification sound 4. Restart the client. 🎉

Hey kmwboise, I ran into this same issue. It has something to do with unbinding the 'keydown' event on the expiration field (https://github.com/zdfs/toscani/blob/master/paymentInfo/assets/scripts/app.js#L234) -- the CVV field gets this unbound...

I ran into this too on 0.3.0. ``` { "error": { "errors": [ { "domain": "global", "reason": "internalError", "message": "Internal Error" } ], "code": 500, "message": "Internal Error" } }...

This is happening on 0.2.1 as well... ``` { "error": { "errors": [ { "domain": "usageLimits", "reason": "userRateLimitExceeded", "message": "User Rate Limit Exceeded. Rate of requests for user exceed configured...

Made a minor but important update to this: `this._needsClustering.push` was resulting in a "Maximum call stack size exceeded" exception on some mobile browsers (Safari on iPhone) when working with very...

@ykzeng - Sorry for the wait here! Finally had some time to do a demo. Open the console for logging. Tested on Chrome 114.0.5735.199 / Windows 10 (64-bit). ## My...

I have a file called `.NET.md` that does not show up in Typora because of this issue... makes it difficult to keep notes about the .NET framework. 😅