paradust7
paradust7
@TurkeyMcMac Yes it appears to do the same thing. It would benefit from using the same cache. I will work that in. There are 321 API methods split across 17...
@TurkeyMcMac get_content_id and get_name_from_content_id are available in async jobs. Does core.after work in async jobs? From reading the code, it doesn't seem to. But maybe I'm missing something.
I ended up with a different approach, adding `content_id` to the itemdef for nodes (for "name2content"), and a new table `core.registered_content_ids` for the reverse lookup. These are then reconstructed in...
New commit moves `get_node`, `get_node_or_nil`, `get_name_from_content_id`, and `get_content_id` into Lua, deleting their corresponding C++ methods. Adds C++ method `get_node_raw`.
ugh, i think the extra look ups via `core` are killing the performance. the new change is almost as slow as the original
I think maybe something went wrong with my machine, power management rules changed possibly after upgrade. The measurement error is now too large to be useful. In another PR, I'll...
What is the use case for this? This would be a lot of work for unclear benefit. If you host it yourself, you can make your own custom .pack file...
I haven't decided on a solution to this. A significant amount of work would be required either way. Client-side: There is no form of client-side web storage which is guaranteed...
What does this do exactly? Changes the style of the buttons to make them rounded? I'm currently learning svelte / tailwind and am hoping to make the site less janky...