Micah
Micah
Overall, I like the design of this but I am concerned about the potential for abuse it gives third parties. As an example, there is nothing stopping me from going...
Reviewing the docs made me realize I have a more logistical comment for this PR: it exposes an `ApiContext`, which means we need to care about it a lot more...
This might seem obvious, but why not use a more dependable solution like a ModuleScript? Initial testing suggests that plugins share the state of ModuleScripts, so there doesn't seem to...
The reason I say it seems more dependable is because it's ordered. You can have a consumer use `WaitForChild` to know when the Rojo API is ready rather than the...
Right, that is what I would do if given the opportunity. Unfortunately the program that generates these doesn't do it right and I'm left trying to parse it correctly. I'm...
Sorry that it's taken almost a year to followup on this. This is actually an issue with rbx-dom, so I've transferred it there. This is an issue I've been aware...
Roblox allows certain property types to be used interchangeably for compatibility reasons. You can observe this with `SharedString` being allowed for `String` properties as well as `int` for `int64` ones....
Downstream PR mentions that this is only an issue with older versions of Rojo. Given that, I'm assuming that it was fixed in some other way in the last few...
I realize it's been over two years (sorry for not following up on this sooner 😅) but is this still an issue? I'm guessing no but I thought I'd ask.
If this is still an issue, please reopen this. :-)