Marek S. Łukasiewicz

Results 36 comments of 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: ![obraz](https://github.com/user-attachments/assets/a66b96fb-9f1f-4b79-a55e-6c39329c3669) ``` 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). ![Image](https://github.com/user-attachments/assets/ad6d117c-eaa2-430b-b388-6e7695b578a0) 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...