Samuel Bradshaw
Samuel Bradshaw
Thanks! I frequently need to reference several languages at once, copying translations in and out from different sources, so for me, horizontal scrolling with all languages visible is more useful...
I added several languages a few months ago, but I didn't include Welsh. It would need to be added here (in three places, `Language`, `friendlyName`, and `flag`): https://github.com/mohakapt/Stringz/blob/main/Stringz/Language.swift After the...
I don't have a stake in this particular issue (it's not a proposed feature I feel strongly about), but I'm in favor of not auto-closing issues. It's frustrating to have...
I think the best way to see which issues users are most passionate about is by sorting the open issues by number of thumbs up reactions: https://github.com/Sequel-Ace/Sequel-Ace/issues?q=is%3Aissue+sort%3Areactions-%2B1-desc+is%3Aopen Unfortunately, the number...
I haven't tested yet, but I would expect the front-most shape to receive the click event first. If the rectangle is behind the other shapes, it shouldn't prevent clicking shapes...
The click handler would stay on the `` element, and not on the ``. In my testing, I added a click listener to each `` with the `measure` class. If...
> So, I would not like a hard-coded system to do what you want to interfere with my markups. I'll need to look in more detail later today. I wouldn't...
> Otherwise it is an application-specific use of the SVG output, so better in my opinion to not build into verovio. I see it as more of a "application class"-specific...
Does vertical position of the lyrics need to be taken into account? Sometimes different layers are singing different words, or the same words with different rhythms, so the words are...
I've had this happen as well. I don't know the root cause, but I have a workaround that I use regularly. In my case, the ALTER TABLE usually takes a...