BK
BK
Any thoughts on why this is happening? Also, is it safe to force exit? Edit: I found out forcing exit deletes the VM. is sdelete something I can disable? what...
> ```shell > -m autoflake ~/autoflake_test --remove-all-unused-imports --remove-unused-variables -r --exclude whatever/* > ``` If `-c` is used, the diff is suppressed. So this would make CI fail but would make...
There's not necessarily a big rush. Just figured I'd flag the new tool. Apple often leaves tools around (even though they are deprecated) for _years_.
https://github.com/hashicorp/terraform-provider-google/issues/9535 may be a dupe of this? 🤔
Chatted with @quark-zju on Discord -- I should redo this PR using the native template engine https://discord.com/channels/1042527964224557107/1042527965256364157/1120945622892159078 https://github.com/facebook/sapling/blob/main/eden/scm/edenscm/cmdutil.py#L1080
In discussing with maintainers, I need to redo the PR using the template framework that Sapling ships with. I honestly have no idea when I get around to it. If...
Curiously when edited `.sl/config` as described above ``` % cat .sl/config %include builtin:git.rc [paths] upstream = https://github.com/facebook/sapling.git default = https://github.com/discentem/sapling.git ``` `sl pr` pushed directly to `main` on https://github.com/discentem/sapling.git and...
Hey folks sorry for the late reply! @shish running it manually sort of gets a better error message but still unclear what it's trying to do? I guess it's trying...
@bolinfest it turns out write access is not the issue. as a test I got myself write access and still ran into the same issue
Okay I made some progress, but still not solved. The suggestion run the command manually really helped! So it's looking for `dev` which is not a revision/bookmark I have locally....