Alex Stone
Alex Stone
The problem comes when I want to run `-executeMethod somemethod` in the same unity command as when I activate the license. It exits before loading the project or running the...
I did a deep dive on this and here are my findings: - [JSON5](https://json5.org/) handles +INF,-INF, and NaN. There is a [serde-based crate for JSON5](https://docs.rs/json5/0.2.2/json5/) but obviously there is nothing...
I have merge rights @rfrank-filament but I will wait a week to see if @BeauPrime is able to review.
We ended up implementing a remodel script that just looks for INF in rbxmx files and replaces it with the maximum integer size luau supports. You could do it with...
The exception being thrown here was added in PR #486. I believe it's having the desired effect which is crashing on an unsupported substitution instead of silently substituting incorrectly, which...
Btw, totally open to changing this to a warning instead.
Ok the relevant table type is https://learn.microsoft.com/en-us/typography/opentype/spec/gsub#11-single-substitution-format-1
So yeah, this is just another gap in opentype.js's [chained sequence context format 3](https://learn.microsoft.com/en-us/typography/opentype/spec/chapter2#chained-sequence-context-format-3-coverage-based-glyph-contexts) implementation. I don't think it would be particularly hard to add, given that it's the absolute...
`getLookupMethod` supports `11` lookup tables amongst others, should the `if` statement on line 165 be removed? The logic inside there should work as is for any of formats. `getLookupMethod` already...
Our team has been running fully managed Rojo for about six months. However, our team is in rbxmx + lua instead of json + lua. Since Rojo doesn't actually sync...