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

requires both https://github.com/rojo-rbx/rbx-dom/pull/233 https://github.com/rojo-rbx/rbx-dom/pull/232 to be accepted and to be pulled into rojo to work. this PR adds instance added events to rojo so that we can later 2 way...

copyed over the implementation from DirectoryMetadata

When running Rojo v7.2.1 from the Visual Studio Code extension, I receive the following on Kubuntu 22.04: ``` /home/cyrus/.config/Code/User/globalStorage/evaera.vscode-rojo/rojo-v7.2.1: error while loading shared libraries: libssl.so.1.1: cannot open shared object file:...

type: support
scope: cli

Resolves https://github.com/rojo-rbx/rojo/issues/138. The current method of setting config/debug settings (value instances through _G injection) is really clunky and 3 years old. We have a nicer setting interface now, so let's...

status: needs review

Hello, I made a **Game Startup GUI** and I just finished it. Since my game's codebase is constructed with Rojo, I saved the file as a **_.rbxm_** file and tried...

type: bug

Closes #305. - [x] Better support for Linux users - [ ] Connect to the Rojo server from the plugin -- **how?** - [ ] Refactor code that's shared with...

type: enhancement
scope: cli
size: large
status: in-progress

When you initially connect to a serve, it displays a visual diff of all the changes it brings and asks the user to choose how to handle it. This helps...

status: needs review

Hey 👋 I'd like to have a way to depend on rojo, without bringing the whole library into my other project ([darklua](https://gitlab.com/seaofvoices/darklua)). I am currently prototyping [path imports](https://gitlab.com/seaofvoices/darklua/-/issues/31). I think...

type: enhancement
scope: cli
scope: docs
status: needs design

working generations for folders throws generations out of the window as soon as a second project is in the updated folder for all the paths being added by the project...

fixes Dir write firing whole chain when a file inside the directory was added or removed.