Micah

Results 128 comments of Micah
trafficstars

That error tends to happen when you have multiple versions of Rojo running. There's a few other extensions that might run Rojo, most notably Luau LSP; can you confirm that...

I don't believe so, but it's not impossible. Does this persist through a system restart?

I don't see a compelling reason to not do this, provided we default to checking for `anotherFile` before checking for `anotherFile.project.json`.

~~Sorry, that is actually what I meant I just mixed up the order of them! That's on me, haha.~~ EDIT: No nevermind I actually just misread your message. No, I...

This is an issue we need to address but it isn't our fault; one of the dependencies downstream broke semver, which has caused compilation issues for multiple crates. A prime...

This was a fun adventure. It turns out that Notify, our file watcher, wasn't enabling some cargo features it needed to. This meant that when a dependency, `winapi-util`, updated, it...

My thought was that we'd use the existing middleware for Legacy behavior and add middleware for the RunContext variants, since it'd allow changing a single script easier. I'm not married...

> I just saw that sync rules don't apply to init. scripts. It would be impossible to make a sync rule that turns scripts into their legacy counterparts with emitLegacyScripts...

That's a mouthful, but I can't think of anything better at this moment. It might be fine to abbreviate RunContext to `rc` just for brevity, but I'm also mindful of...

> bonus points if it saves the secret key, just like how it currently saves the endpoint for quicker initialization I'm not sure I'm willing to commit to this because...