rojo icon indicating copy to clipboard operation
rojo copied to clipboard

Rojo enables Roblox developers to use professional-grade software engineering tools

Results 201 rojo issues
Sort by recently updated
recently updated
newest added

To prevent changes ping-ponging between clients, patch sets should have a `source` field attached to them. Each endpoint, including servers and clients, should generate a GUID source for themselves so...

two-way-sync

Given this node from a project: ```json "ReplicatedStorage": { "$className": "ReplicatedStorage", "$path": "src/ReplicatedStorage", "$ignoreUnknownInstances": true, "Subfolder": { "$path": "src/ReplicatedStorage/Subfolder", "$ignoreUnknownInstances": true } } ``` If `src/ReplicatedStorage/Subfolder` exists on the filesystem,...

scope: cli
status: needs design

Something I turn to Remodel for is management for all the assets I use in my game. This is both because Rojo does not allow me include my MeshParts in...

type: enhancement
scope: cli
status: needs design
size: large

Depends on #95. We've been talking a lot about how to enable users to enable debug versions of libraries like Roact where they can have extra development information. One way...

type: enhancement
scope: cli

On some platforms, file change events fire with the canonicalized version of a path instead of the version used to start watching. This might be the same issue as #251...

type: bug
impact: medium
version: 6

Rojo ends up with paths that have mixed directory separators on Windows all the time, like: ``` C:\projects\rojo\plugin\modules/roact/src\Binding.spec.lua ``` We should make an effort to normalize all paths to line...

size: small
impact: small
type: tech debt

For integrating Rojo with existing build systems, it'd be handy to know what files Rojo is looking at when building a given project. I imagine this could happen in a...

type: enhancement

This was briefly talked about on Discord, but it'd help for projects like roblox-lua-autofills if they could connect to the Rojo server and use it to receive useful information similar...

type: enhancement

It would be useful to start shipping an installer for every release of Rojo. It would go through the trouble of installing Rojo into a persistent place, changing the user's...

type: enhancement
scope: cli

Rojo has a Rust API on accident, you can see the API here: https://docs.rs/rojo/0.5.0-alpha.13/librojo/ I'd like to stabilize just the `commands` submodule and commit to some sort of stability guarantee...

type: enhancement