synicalsyntax

Results 12 comments of synicalsyntax

For your second error about the Invalid Parameter, ran into a similar problem as well, and realized that it's because `gm` doesn't support ImageMagick v7 yet because "The "magick" command...

@YJDave Thanks for working on this! Instead of merging all 8 commits, can you squash them with `git rebase -i HEAD~8`? You can read more about squashing commits [here](https://stackoverflow.com/questions/5189560/squash-my-last-x-commits-together-using-git)

Hi @LeaVerou, thanks for the thorough explanation! I now understand why and agree that `:first-of-type` wouldn't be the right approach here. However, I'm concerned about the implications of the third...

@LeaVerou Yep in regards to the selector. If we want to account for all these scenarios, I'm not sure if there's a pure CSS way of going about this. Would...

So from my understanding, our current goal is to have the default be the first non-button/mv-button element aligned to the left, and everything else coming after it on the right,...

> Basically, the only way to fix it today (in the future we may be able to use ) would be to place the item bar outside the element it's...

@jackrzhang zulip-mobile isn't listed as an active repository in the configuration file, so all commands are ignored in that repository. I believe @borisyankov requested that we remove it from active...

@jackrzhang Well, right now we just ignore payloads from any inactive repositories, so we can just delete those lines to continue accepting commands on those repositories. It's a [two line...

Thanks for letting me know your desired settings! This fits more in of our long-term goal of refactoring the configuration system to allow creating per-repository configuration files (after we add...

We handle codeblock command escaping here: https://github.com/zulip/zulipbot/blob/main/src/events/issue.js#L40 It looks like since you're including a language tag (console) after the 3 starting backticks, zulipbot fails to recognize the command as being...