Boegie19

Results 86 comments of Boegie19

I will take a shot at this as soon as #616 gets accepted or denied since else I will create a merge conflict as soon as it gets accepted

@cyrus01337 Seems like the release action broke made a pull request to fix it if you want to do it before that you would have to build from source or...

@lightman210567 Can you give more information about the error and the arguments you used aka did you use --asset_id as the only argument or did you also use --api_key also...

found a flaw in my implementartion if you have mutliple $path that have the same path then this would make rojo not update all paths only the path you changed...

This bug becomes ever weirder. If I change the AccesoryType in studio the rojo server gives me this back. ![image](https://user-images.githubusercontent.com/34578426/181903101-b1e5a861-b269-4dbb-96ed-53048ce6cff7.png) I used the example provided above to test. note the...

I think I found the underlying issue ![image](https://user-images.githubusercontent.com/34578426/181483862-28353b02-7495-4301-beb9-9a1f9c84db0e.png) changed does not respect globIgnorePaths aka if you update something what is in globIgnorePaths it will still see the change and fire...

Only thing that still needs to be done is > I'm not sure what this video is showing. It looks like `rojo build` is triggering multiple times for a batch...

For my personal use case no. for other use-cases probably. The only way I can think of adding it is `task.Wait(waittimeBetwenRetries)` with waittimeBetwenRetries being a parameter in the retry function....

upstream issue with rbx dom https://github.com/rojo-rbx/rbx-dom/pull/235 if accepted would return an error type and not panic this issue is most likely caused by an project.json or meta.json file with the...

Then that would mean the validation is off on rojos end some how. since it expects an table of string with as value an attribute but it only gets a...