Brad Howes

Results 5 comments of Brad Howes

Just to add to this thread: I was playing with the mattermost-push-proxy server which uses this package for sending out push notifications to Apple devices. I was seeing the Client.Timeout...

I believe this is due to the use of LooseVersion when checking for the latest version of the packages. I fixed this by changing `elpy-config--get-config` variable in elpy.el to have:...

FYI: https://github.com/pytorch/pytorch/issues/66993#issuecomment-983069009

FWIW, running iTerm2 3.2.6beta4 and when I ran icalBuddy I received two prompts, one for calendar access and one for reminders.

FYI, I wrote my own plugin that handles embedded KaTex. The code is fairly straightforward I think: [index.js](https://github.com/bradhowes/remarkable-katex/blob/master/index.js) There are three basic components: - block parsing-- parseBlockKatex() - inline parsing...