Ken Loeffler
Ken Loeffler
So, this is a two-pronged issue: 1. The difference in the baseplate position occurs because `BasePart.Position` does not serialize to file. The transform information is instead stored in `BasePart.CFrame`. If...
If we're going to fix this by closing a client's open subscribe requests once the client disconnects, it will require a new "disconnect" endpoint, and the addition of some sort...
I've gone ahead and reported this issue here: https://devforum.roblox.com/t/httpservice-only-allows-3-in-flight-requests-at-a-time/2673475
I got some information from a user that suggests this may not be reproducible on Rojo 6.2. We should try the repro here on Rojo 6.2 to see if there...
> I got some information from a user that suggests this may not be reproducible on Rojo 6.2. We should try the repro here on Rojo 6.2 to see if...
> > Our expectation is that people will likely want to use one or the other for their projects since that's what people have wanted from us. > > Would...
I guess it really comes down to whether or not we consider specifying raw BinaryString properties in JSON "supported." Historically, we haven't really - we added the human readable `Tags`...
> Perhaps we can kick off discussion on why you think those platform-specific installers are a good choice. I think that a new user might have never used a command...
This was closed by #271!
@Dekkonot would you be okay if we just hack a `Model.NeedsPivotMigration` insertion into `RojoTree::insert_instance` until we address rojo-rbx/rbx-dom#385?