Andrew Bradley
Andrew Bradley
> It's very easy to get a working sh almost everywhere I wish this were easier on windows, but it still requires too many steps for me to ask OSS...
I am hitting the error related to role chaining. > Switch failed: this session doesn't have permission to switch to target profile. I understand how to avoid it, yet the...
> [@cspotcode](https://github.com/cspotcode), In the [change notes](https://github.com/tilfinltd/aws-extend-switch-roles/blob/cba772a6a66bc13156535978abc70a1f7a8134eb/src/updated.html#L52) it says ... Thanks for pointing this out. It took me a bit of time to build muscle memory for the new workflow, but...
> Multi Session requires you to swap to the 'master|central' account prior to being able to role swap again since the new 'system' allows role chaining which is a nice...
> OneMore Quick Style palette I didn't know about this, thank you! This solves my problem. > Having another special key binding would present exactly the same naming problem that...
It's answered, but due to https://github.com/stevencohn/OneMore/issues/1543#issuecomment-2424060883, I cannot use this hotkey, because "apply styles to page" will subsequently erase the style. I have to use OneNote's native "Code" button which...
I have also tried to teach it to auto-close the palette if I alt-tab or click away from it. Ideally, I wish the command palette didn't appear in the alt-tab...
Small correction: it's how many pixels the sprite should move per frame at 60fps. This is from when the engine (presumably) was designed like GameMaker to run at a user-selectable...
What @brian6932 is trying to say is: They want tab-completion entries for files and directories to be `G:/foo/bar/` instead of `G:\foo\bar\`. They have found a `$PROFILE` script that implements this...
Should we add a bit of guidance to this issue, for anyone who might attempt it? Like, where would they need to make code changes, or where would they start?