Yanis Zafirópulos
Yanis Zafirópulos
I'm the author and maintainer of **[Arturo](https://github.com/arturo-lang/arturo)**. The language is currently used by another project, [Grafito](https://github.com/arturo-lang/grafito) and I want to be able to keep tracking pending TODOs via this action...
As per https://github.com/alstr/todo-to-issue-action/issues/104 P.S. I'm not sure if it's exactly what you suggested, plus - as I've already mentioned - I'm not a Python guy at all, so, it may...
The CI builds have to use the latest build system of Arturo (*right now, it still keeps looking for the `./install` script, which is obviously not there anymore)
# Description ... ## Type of change - [x] Code cleanup - [x] Bug fix (non-breaking change which fixes an issue)
# Description Let's say we want to set a variable to an Logical-true Arturo value. This: ```nim let a = VTRUE ``` seems like 20% faster than this: ```nim let...
**Is your feature request related to a problem? Please describe.** https://discord.com/channels/765519132186640445/829324913097048065/1016027700613365892 **Describe the solution you'd like** Arturo should be usable as a normal C library as well, with its headers,...
As I've read in the reference and source when you pass an `sds` string to these two functions, you always have to assign the pointer back. Is there any workaround...
How do I select a tab programmatically? I mean i can sure use `setSelectedItem:`, (after a `reloadData`) but this doesn't autoscroll the selected item into view. What is going on?