BK
BK
Can confirm `sl pr` works for me with https://github.com/facebook/sapling/releases/tag/0.1.20221118-210929-cfbb68aa 🎉 🕺
Let me know if this should be a new issue: `sl ghstack` seems to failing against a GHE repo for me. ```bash return super().git(*full_args, **kwargs) File "/opt/homebrew/Cellar/[email protected]/3.8.15/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/ghstack/shell.py", line 282, in...
> Let me know if this should be a new issue: `sl ghstack` seems to failing against a GHE repo for me. > > ```shell > return super().git(*full_args, **kwargs) >...
> I also tried going and putting print statements in the Python code identified in the stack trace I also tried adding print statements for a different issue I was...
It took me a while to figure this out, but: Put your custom css files in `static/css/`: ```shell $ ls archetypes content layouts themes config.toml data static $ ls static/css...
Does this help @nikitavoloboev?
I can't for the life of me figure out how to customize the css of the posts though :(
@jgstew An interesting strategy recommended by Glazier after sysprep: https://github.com/google/glazier/tree/master/docs/setup#images--sysprep tl:dr temporarily replace the login shell, install/configure whatever you want, restore login shell, and reboot. Perhaps that's useful for you?...
Per discussions with Crypt maintainers, I just need to add a full working Config profile example and this change should be good to go.
Hey @nikola-jokic, thanks for the reply! I am curious though, what is the expected way to use this feature? Is the workaround I settled on common?