Marek S. Łukasiewicz
Marek S. Łukasiewicz
Hi, did you know that the devguide already has an article about [using MAVLink with Python](https://mavlink.io/en/mavgen_python/)? I'm not sure adding this example with few explanations helps more than the full...
There is a markmap.js plug now: https://github.com/malys/silverbullet-mindmap
I took a crack at this, and found what seems to be a plausible solution, only it still didn't work (and I lost the code between other PRs). I'll write...
Now I remember: this change does work, but not when the first letter is also non-ASCII. The grammar after the patch should allow it, probably there's some regex somewhere?
Also, this works without any patches: ~~~ ```query page where tags = "élément" ``` ~~~
I think the same issue applies to attributes:  ``` Non-ASCII attributes: - All ASCII [works: true] - Other letters [działa: false] ```
This got fixed as a side effect of [Lua Integrated Query](https://silverbullet.md/Space%20Lua/Lua%20Integrated%20Query).  The screenshot was done from this page: ``` #elément ${query[[ from index.tag "elément" select { Nazwa = name,...
This is absolutely lovely, I wish knew about this and #9837 when learning GDExtension! I wonder how to link this best from the GDExtension tutorial? I only found out by...
> I've added for discussion in the next call https://github.com/mavlink/mavlink/wiki/20250521-Dev-Meeting - this is next week, on Wednesday evening in Australia - you can check your timezone on [calendar linked from...
Just finished discussing this PR in the Coordination Call. Based on that my plan forward is as follows: Since I am the only user for now, I think keeping it...