Brad Howes
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...
https://github.com/jorgenschaefer/elpy/issues/1986#issuecomment-1271405227
I added a WIKI page describing how you can add a custom mapping. Not as nice as a feature in the app itself, but it is doable. https://github.com/flit/MidiKeys/wiki/Creating-Custom-Keymap
Hi @ChickenSaysBak Can you be a bit more specific about how you set up your environment? Curious about the channel 1 and channel 2 setups and how these are configured,...
@ChickenSaysBak Perfect! Thanks! Now I have a better understanding of what is going on. I think I have a fix. Brad
@ChickenSaysBak Unfortunately, no. My first attempt failed due to an issue with the underlying synth engine I am using. It does not filter by MIDI channel, and so all note...