Micah

Results 134 comments of Micah

Just for the sake of clarity, does the changed value happen if you use a binary file as the first one (i.e. the one you pull from `main` and process...

You can give it a try; none of the floats you're seeing get rounded should be noticeable in-game if they're rounded. I think I have a suspicion as to what's...

Right, I understand that you're using the XML format but in the step where you push to Dev-A, you serialize the place as a binary place file here: https://github.com/Quenix/lune-workflow-example/blob/main/build/scripts/sync.lua#L120 That's...

Hi, sorry for the delay in getting back to you! I started a new job recently so things have been hectic in my life. This is what I was expecting,...

This should be resolved since Notify has made a new patch. Let me know if it's still a problem!

I went through and redid the name resolution and it's now generalized. As long as we use the right methods on `Project`, it'll always work the same now. In the...

...I 100% brainfarted and added `middleware` to that last commit message even though it is not related to the middleware. Don't worry about it.

According to the zstd CLI tool (downloaded from the zstd repo) the best compression level is 19. Are we _sure_ that 22 is the max it uses?

This is unlikely to happen because it'd be a breaking change. I understand the use case but it's something we're probably stuck with for now.

Based on [this devforum post](https://devforum.roblox.com/t/script-capabilities-preview-client-beta/3228100/62?u=dekkonot) we probably want to wait on implementing it, yeah. Documenting it is probably fine though; it'll if nothing else be interesting to see if it...