Aksiome

Results 30 comments of Aksiome

I think having a dedicated module is great and actually better. Maybe `bs.quaternion` is a little better than `bs.transformation` which is more generic? Regarding scores, bookshelf has a crazy amount...

I think we should use separate functions (like in word edit, wall, outline, faces, ...), or an other `shape` parameter for this . This is because the user might want...

We can have autocompletion mainly for storages. I'm not sure if it's possible for macros at the moment, but if not, it might be in the future. Also, when installing...

I think we should wait for IMP Doc v2, which will support defining impdoc files directly. Moving this out of the milestone for now.

Someone suggested adding a special mask or filter for this, similar to what we have in the block module. That could definitely be useful in the future, but I think...

After thinking more about the size-related issues, I believe I've found a way to significantly reduce the complexity. What if we create functions like `make_button`, `make_checkbox`, etc., that are designed...

### On step callback I'm totally on board with the idea of adding an `on_step` option. The main challenge, however, is that our current raycast doesn’t run at fixed intervals...

I ran some tests with tags, but it turns out Minecraft handles parsing a large single file more efficiently than parsing thousands of small files. Using tags tends to make...

I really like the idea of percentage-based operations! Maybe we don’t need to limit it to just subtraction. If someone wants to make a PR for this, it should be...

To summarize what we discussed earlier: The terms **`new`**, **`start`**, and **`instance`** are closely tied to object-oriented programming (OOP), which we should try to avoid in this context. Personally, I...