Louis Qian
Louis Qian
@aadityadhruv If you are still working on this, feel free to shoot me an email or comment down my thread, happy to work with you! #6460
@aadityadhruv I'm currently trying to make my modal pop up correctly, and then we will be able to put settings in this modal. I'm still trying to figure out why...
Yes, you can either look at the new pr here or there's a branch called FileEditor that you can find in my fork.
> There is also issue [#84](https://github.com/swiftlang/swiftly/issues/84) for add a self-uninstall option to swiftly, which would automate the process. > > For macOS, the uninstallation is approximately these steps: > >...
> In the near term, the manual uninstall procedure should be documented more generally in the README. The longer term plan is [#84](https://github.com/swiftlang/swiftly/issues/84), which automates this. Sounds good! Do you...
I assume #315 fixes this issue?
I think we want to use `--assume-yes` flag instead in a environment like that? The only thing that prompts during the init process are aborting installation, which can be avoided...
I'm thinking about possibly refactoring this in some way to make things coherent, maybe all as a method under `SwiftlyCommand` like the existing: https://github.com/swiftlang/swiftly/blob/2cedc32495c1e80faf84321ff2d1a4c6b3b82d30/Sources/Swiftly/Swiftly.swift#L83
Hi @cmcgee1024 I just merged main into this branch, lmk if you need anything else!
> @louisunlimited I suspect that the tests are failing because mocked http executor is producing fatal errors due to this attempt to make a network request. The idea is to...