Micah
Micah
I use a private command line tool hosted on GitHub and would like to install it using aftman. This breaks my CI however, since it cannot install the tool. If...
Differences from #40: * Adds `groupId` option * Simplifies the implementation
Currently we can only upload places and models to existing assets. There are some cases where you would need to upload to a new asset. A good example of this...
This PR adds support for uploading to an existing animation asset. The endpoint that is used for models, does not work for animations. I wasn't sure how the API should...
Reproduction steps: 1. Initialize a new Rojo project. 2. Set the `Workspace.PlayerCharacterDestroyBehavior` to `"Enabled"` in the project file. 3. Run `rojo serve`. 4. Open a blank studio place (don't build...
If you initialize a new rojo project, build and open it, and then sync it, the patch visualizer will show the following changes:  The `Baseplate` is in a completely...
This PR is meant to start a discussion on improvements we can make to the old templates. If anyone disagrees with a change I made, let me know! Here are...
The error happened while scrolling through the Patch Visualizer but I don't know if the error is related. Here's the stack trace: ```lua 21:24:16.785 PluginDebugService.user_Rojo.rbxm.Rojo.Plugin.App.Components.Tooltip:30: attempt to index nil with...
```lua 21:41:32.397 Error updating props: PluginDebugService.user_Rojo.rbxm.Rojo.Packages.Roact.RobloxRenderer:65: attempt to index nil with 'Size' In element: - RobloxRenderer:267 21:41:32.397 Stack Begin 21:41:32.397 Script 'PluginDebugService.user_Rojo.rbxm.Rojo.Packages.Roact.RobloxRenderer', Line 267 - function updateHostNode - RobloxRenderer:267 21:41:32.397...
```lua CFrame.identity:Inverse() -- standard library global `CFrame.identity` does not contain the field `Inverse` Vector2.xAxis:Dot(Vector2.yAxis) -- standard library global `Vector2.xAxis` does not contain the field `Dot` Vector3.xAxis:Dot(Vector3.yAxis) -- standard library global...