Micah

Results 27 issues of 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...

enhancement

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...

scope: plugin
size: small
impact: small
status: ready for work

If you initialize a new rojo project, build and open it, and then sync it, the patch visualizer will show the following changes: ![image](https://github.com/rojo-rbx/rojo/assets/48431591/f241f092-3160-49b6-a440-120d6de8df3f) The `Baseplate` is in a completely...

scope: cli
scope: plugin
size: small
impact: medium
status: external

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...

type: bug
scope: plugin

```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...

type: bug
scope: plugin

```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...

A-standard-library
C-bug
A-roblox