Jack Taylor
Jack Taylor
I don't think a compile step is necessary, because this isn't a particularly difficult change for users to make.
Assigning this to you @LastTalon because I feel like it's up your alley. It will require you to make a place on your account and set up an API key...
The ability to start serving through the library would be useful as well.
Unless something has changed, I'm pretty sure that macOS "installs" Rosetta the moment the first x86 application is ran on the machine.
I would also note that in this specific example, you could benefit from just giving your entities with the `Tool` component additional components like `Weapon` and `Potion`. You'd also get...
@fl215 Are you satisfied with the solutions we've come up with here? If so, we can close the issue.
There are no current plans to enable dependabot for the repo, but let us know if there's specific packages you'd like us to upgrade to. Otherwise, I'm sorry if I...
If all of your places work with the same project file, can you just omit `servePlaceIds` then as a temporary workaround?
@Sleitnick I believe it'd involve changing `src/lib.rs` to this: ```rs pub mod rbx; pub use rbx::*; ```
It would be nice if `rbxcloud` could make it easier to iterate over the pages provided by the `listLogs` endpoint, when this gets implemented.