Justin Kromlinger
Justin Kromlinger
> i feel like a script kiddie every time i read the `b0x`... Then you also might want to change the example ports from `1337` to something else.
There are no errors in my node console – at least not for that specific 500 error.
This is something that should be configurable over a configuration file, parameter or environment variable.
I got the same error, so I tried to regenerate an SSH key pair. However, when I select "Protect with screen lock credential" I get [this error](https://fb.hash.works/4XGMU): > **Error while...
A workaround regarding the page number for now: ```latex \setbeamertemplate{frame numbering}{ \ifbool{metropolis@standout}{}{ \insertframenumber } } ```
I solved this by disabling the app, re-running the upgrade, enabling the app again and calling `fulltextsearch:migration:24` afterwards. ``` occ app:disable fulltextsearch occ upgrade occ maintenance:mode --off occ app:enable fulltextsearch...
Not necessarily: Normally the `.zsh_history` suggestion should be shown, only when one presses the `create_completion` bindkey the context is sent to codex and the suggestion is replaced.
Same here on the Surface Go 2. I think this isn't even triggered by the keyboard, but by the Surface Pen: https://www.reddit.com/r/SurfaceLinux/comments/oewc2n/using_the_touch_pen_prompts_a_keyboard_battery_is/ Notification, for future reference: "Keyboard battery is low"...
I'm running the mainline 5.8.9 kernel on the Surface Go 2 (since basically everything works out of the box) and I don't have this issue. Could you try that one...
An easy and flexible solution would be to provide the custom scripts with an environment variable that contains the gamemoderun parameters, like `GAMEMODERUN_PARAMS="mangohud foo-steam-game"`. Looks like the [`run_external_process`](https://github.com/FeralInteractive/gamemode/blob/b11d2912e280acb87d9ad114d6c7cd8846c4ef02/common/common-external.c#L108) function needs...