benbaker76

Results 79 comments of benbaker76

Hackintool treats the IGPU like any other PCI device so if it isn't present on the system it doesn't inject properties for it. Hackintool is really designed to be a...

I don't really have time to port Hackintool to Swift but you're more than welcome to give it a try!

You can just set `FLAME_SEMVER=v0.2.4` and let it pull from `verizondigital/kubectl-flame:v0.2.4-...`. When you run `kubectl flame` make sure you pass in the location of containerd ie. `--docker-path /run/containerd`

I faced this issue on Android. You should install nRF Connect and see if you can get a stable connection in that. What I'm noticing is if I do not...

I'm sure it's possible I just don't know where I would get this information from. `gfxutil` can decode EFI device paths but the only one I know of is `gfxutil...

You don't need to use yaml the following works fine: - `users.json` ```json [ { "username": "john_doe", "email": "[email protected]" }, { "username": "jane_doe", "email": "[email protected]" }, { "username": "mark_smith", "email":...

Joplin-2.12.18.AppImage does not show the titlebar for me. ```sh $ ~/.joplin/Joplin.AppImage --enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform=wayland ``` Ubuntu 23.04 with GNOME 44.3 EDIT: Also tried Joplin-2.13.2.AppImage and same issue

Somehow the Joplin window was stuck in fullscreen mode ```sh $ nano ~/.config/Joplin/window-state-prod.json ``` Set `"isFullScreen":false`

@Careless can you run the following and post the output here: `sudo find / -name mtoc`