benjamin wil

Results 98 comments of benjamin wil

We’ve seen a few issues raised from users who have an internal or intranet wiki set up. It may be interesting to provide a hook like this if it would...

I don't remember why I had thought this. Haha. Now I think I would need more information about the utility this logging provides and if it would be acceptable for...

I think this change makes sense. It could be worthwhile to ensure that we have explicit update documentation for users using these options. Some users may have to go from...

@kennyadsl We were able to reproduce the issue but haven't had time to find the source. We just created a pull request with a pending feature test so someone else...

That sounds great. If the core team approves of @kennyadsl's idea I'm happy to contribute to transferring legacy guides into the source.

I would argue that `--default-keybinding`, and maybe `--local-time` are both features that could be handled in JavaScript and/or user session data and don't really need application configuration. But it's possible...

I would personally vote to just remove them in 6.0. But I don’t have a good understanding of how disruptive that may be.

This seems to be an issue with Mermaid upstream, but I'm unsure exactly how to even report the issue to Mermaid. I was able to reproduce using an emoji, as...

I was able to make a much more exaggerated reproduction: Correct: ```mermaid pie title NETFLIX "one" : 90 "two" : 10 ``` Incorrect: ```mermaid pie title NETFLIX "😪" : 90...