Stephen Robinson
Stephen Robinson
I get errors when I try to add a translation to `` small-capital text segments. For instance, when I add a `\gabcsnippet` like this: ``` gabc (c4) Test[testing](g)ing[/](g) ``` I...
I have been running into issues when spanning a translation over multiple syllables at the end of the line. Here is an example: ``` tex \documentclass[12pt]{article} \usepackage{gregoriotex} \usepackage{fontspec} \defaultfontfeatures{Ligatures=TeX} \setmainfont{Linux...
Fixes #66 When running EasyABC for the first time under Linux, it tries to determine the path to gs from the output of `which gs`. However, in python3, it returns...
I like this plugin, but I don't think that it is quite set up correctly. The `plugin/llvm.vim` file gets loaded regardless of filetype, and it plays the hanky-panky with my...
**Failing website:** www.americastestkitchen.com Example of failing recipe: https://www.americastestkitchen.com/recipes/8352-vietnamese-style-caramel-chicken-with-broccoli Other recipes I tried on the site also fail. **Checking if valid metadata are present:** Yes, I found the recipe json, and...
Currently the libusb version of hidapi simply reads up to `wMaxPacketSize` bytes as the report. This is problematic when reports are longer than `wMaxPacketSize`. The current behavior will split that...