moon6969
moon6969
How can I pretty print a table with the shared references dereferenced? ``` local serpent = require("serpent") local shared_table = { a = 'a' } local main_table = { first...
I wanted to add an new "Command (Community)" item to my VS2022 project, so I right-click on "Commands" folder and add the item, but it creates a second "Commands" subfolder....
Please how do I paginate the results returned from [api.tumblr.com/v2/tagged](https://www.tumblr.com/docs/en/api/v2#tagged--get-posts-with-tag)? v2/tagged endpoint response is limited to 20 posts. v2/tagged endpoint does not support 'offset' parameter and does not appear to...
It looks to me like BOARD_INFO_RESPONSE_CMD rawbytes[7] is 0x0b for NKRO off and 0x0f for on. https://github.com/mayanez/dumang-keyboard-ctrl/blob/d4b91d0049960477e41d91979dca3b28631437e3/dumang_ctrl/dumang/common.py#L778