Karim Ratib

Results 87 comments of Karim Ratib

Also, export module version information as part of this refactoring.

Also, in the iReal Pro [Pop playlist](https://github.com/infojunkie/ireal-musicxml/blob/main/test/data/pop.txt) song "That's What Friends Are For": - Measure 22: Ab/Bb has duration half-note, while it should last whole-note.

Beautiful write-up thanks! Here's my plan to respond to this: - Whatever steps above can be expressed in MusicXML, I will add as configs - Expose those configs on the...

> The ideal solution I imagine would be that MusicXML has a flag that applies across an entire score to expresses that the score is a chord-only chart. As far...

The problem with how iReal renders the chords is that it's really hard to tell their onset and duration. I personally prefer slash rhythmic notation.

I cannot help much without seeing your code, but in general to stop a link from downloading, you need to add an `onclick` handler to it, and the handler should...

It is possible to use a single webhook to send messages to different channels, using the `channel` field in the JSON payload. I expect, but without testing, that the channel...

> However, I tested it, creating a webhook in Slack, and then filling the channel mapping, and no messages where emitted to the channels... I would say make sure your...

Thanks for the research and explanation! Since legacy webhooks are still functional, it does not make sense to remove the channel mapping functionality just yet. I suggest the following: *...

Thanks! Can you point to your code for review? Also, I'm out on vacation for 3 weeks so I'll be slow to respond.