lolbinarycat

Results 184 comments of lolbinarycat

> Minetest has an internal profiler: > > * Settings to enable it: https://github.com/minetest/minetest/blob/335af393f09b3629587f14d41a90ded4a3cbddcd/builtin/settingtypes.txt#L1734-L1762 > > * Chat command to export: https://github.com/minetest/minetest/blob/335af393f09b3629587f14d41a90ded4a3cbddcd/builtin/profiler/init.lua#L45-L46 > > > According to `mesecons/actionqueue.lua`, the actions...

> Realistically since there's no piecemeal assembling of files in Love2D this hasn't been true for some time, see File:write and File:seek

yeah, i was actually implementing a replay system, in my case i just write it to a certain position in the save dir.

changing the default behavior could have significant security repercussions for anything that relies on the current behavior to hide secrets.

this is also relevant if you use a different tag format, such as not prefixing version tags with "v". "cargo release tag" doesn't print the name of the tag that...

> If we showed tags, that would also made the bald v1.0.0 tag confusing. it's already somewhat confusing. if i'm trying to make the release tagged "1.0.0" and not "v1.0.0",...

you closed my pull request because of "unanswered questions", despite the fact that thus far, noone has even used a question mark. nonetheless, i'll try to answer what i think...

> Why you are running cargo release tag enough to notice and care? why does it exist if people aren't supposed to use it? "why are you using this software...

> I can understand that not everyone will think to but that is a challenge with cargo release is that there are so many parts to a release process that...