evbo
evbo
I am experiencing this issue on Ubuntu Arm64 22.04 host. Is there a (hack) to change the default shell from `sh` to `bash` as a workaround?
@chrmarti ```json "terminal.integrated.scrollback": 100000, "terminal.integrated.profiles.linux": { "bash": { "path": "/bin/bash" } }, "terminal.integrated.defaultProfile.linux": "bash", ``` [dev_containers_log.txt](https://github.com/microsoft/vscode-remote-release/files/11040209/dev_containers_log.txt) Also, when it first loads a `sh` shell is started. But anytime I manually...
@chrmarti (and everyone bothered by this issue) I thought of probably the simplest workaround IF you have permission to change the docker image: ```docker # where USERNAME is (hopefully) a...
thanks but they are identical in both
@fearedbliss this might mean we could use LibRetro shaders too! Someone did the effort converting them all over to glsl syntax!: https://github.com/libretro/glsl-shaders @AJenbo Hopefully this is supported without too much...
@malvarenga123 I think if you opened that request as a separate issue it would get a lot of up thumbs. Or alternatively, a hotkey for sorting the inventory initiated by...
While we're on the subject of Vendor Prices. Have you noticed when selling one of your items it wont tell you if it's `Unidentified`? This may have been vanilla D1...
@julealgon `New Game` let's you grind on the same level. Super useful. `Quit` when Mom is screaming at you to clean your room. Super useful. Think about simplicity/intuitiveness/maintenance of the...
@Exadra37 Can you clarify, are you saying tailwind does not uphold the CSP _unless_ `unsafe-inline` is enabled? That seems like a huge oversight if tailwind can't be used without `unsafe-inline`!
@jvcmarcenes are you wanting to write a callback inside the `#[regex(..)]` macro? You can write the callback in the macro too like is shown throughout some of the examples by...