Micah

Results 35 comments of Micah

It doesn't look like aftman has `aftman github-auth` so private CLIs aren't supported yet.

I sort my requires alphabetically but it's easy to forget sometimes. This would enforce a style which would be great for collaborative projects. It would also be great if StyLua...

If this gets the go ahead, I can also add this API to the [README](https://github.com/rojo-rbx/remodel#readme).

I don't use helix because it has no integrated terminal. I'm very attached to the vscode workflow where I press a hotkey to create a terminal in the directory I'm...

I'm all for this change but like @Dekkonot said, tools used in CI like `run-in-roblox` broke because of authentication changes Roblox made. If I remember correctly, cookies are invalidated based...

The reason I kept the one in `readyPromise` was because it has some custom error logic as apposed to just an `assert`. Should I move that error to the other...

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` off...

> 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...

I'm having a hard time deciding how to update the changelog because it's divided into a table from "use" value to "file extension," but file extension doesn't make sense for...

I've introduced `legacyServerScript` and `legacyClientScript` as a fix for `emitLegacyScripts`. Now `serverScript` and `clientScript` will respect the project's `emitLegacyScripts` option.