Bradyn Glines

Results 6 comments of Bradyn Glines

Same. Seemingly no matter the combination of settings I use, I cannot get a refresh token from this library. The callback is being made and the "oauth dance" is performed....

Just wanted to also say that I got a similar bug: ``` [Rojo-Warn] Disconnected from an error: cloud_4048317704.Rojo.Plugin.Reconciler.applyPatch:55: Rojo detected an invariant violation within itself: [Rojo-Warn] Cannot add an instance...

I just recently overcame this and this is what I had to do: 1. Add an object library `add_library(mtlpp OBJECT /mtlpp.mm)` 2. Give the new `mtlpp` target its compile options...

I'd like to add mobile frameworks like Capacitor: `capacitor://localhost`. This is used for custom URL schemes for iOS projects.

This didn't work for me on Big Sur. What I had to do was the following: ```bash cd directory-where-executable-is chmod +x rbxlx-to-rojo ./rbxlx-to-rojo my-game.rbxlx destination-folder ```

I would really like to know this as well.