‮rekcäH nitraM‮

Results 328 comments of ‮rekcäH nitraM‮

I'm using the tool [zNotch](https://github.com/zkondor/znotch) temporary hide/show the notch, together with this handy shell script: ```shell $ cat bin/toggle-notch #!/usr/bin/env sh open 'xyz.kondor.znotch://v1/manage?action=toggle' ``` That gives me access to all...

When hex dumping the resulting file (incidentally called `neuer order`) this is the result: ``` dwt@atlan ~ % hexdump -C /Users/dwt/Desktop/Neuer\ Ordner 00000000 00 00 00 70 00 00 00...

@nlyan Does this make any sense to you?

Also happens in the German locale, the workaround recommended in #17582 that disables some keybindings, seems to work for now. But I am looking forward to you freeing up those...

https://github.com/divamgupta/diffusionbee-stable-diffusion-ui/releases

Out of interest, does anybody know the downsides of using directory hard links or clonefile to try to solve these issues? Eg. with [this](https://github.com/selkhateeb/hardlink)

Well, [I've tried to to get a draft going how this could look](https://github.com/LnL7/nix-darwin/pull/1396). Since I can't test this (yet) as I don't want to switch my main system to nix-darwin...

@Krzmbrzl and then call it with those variables from cmake? How would that aproximately look? (Sorry I'm no Cmake expert here…)

Good Point. Just to get this straight, I would have originally expected cmake to call this script, as it's a needed part of getting the app bundle done. Could you...

Ah, forgot the reason for all this: Python 3.12 removed the deprecated `distutils` package. If you have `setuptools` around as a runtime dependency this is not a problem, as it...