Boegie19

Results 30 issues of Boegie19

# fix hot reload min/max change breaking slider ## Problem if you change the min or max values with a hot reload the slider beaks The slider will still think...

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

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.

Adds a 2 way sync implementation that adds rbxm and rbxmx suport to 2 way sync. node would only work properly if an change added gets implemented

2 way sync support for meta files. if you change properties on a instance that is synced with rojo it would create/update the meta.js file for that one. with what...

As said in #285 not using servePlaceIds is a footgun Step 1: give every project a project id this get added to then place when you build or serve to...

Added retry to PromiseUtils If you want a promise to be tried multiple times before it fails.

Added some unit tests to the client as an example of how this would look and work.