Atemu

Results 360 comments of Atemu

> How does that work? Aren't webviews required for many parts of the OS? The OS itself not so much but other apps do require them. You have to install...

I tried to reproduce this using: nix-shell -p '(emacsWithPackages [ emacsPackages.vterm emacsPackages.pdf-tools ])' --run emacs and this is what happened: ``` Updating package archives, please wait... --> refreshing package archive:...

> Subconsciously I know I have a VPN, so I'm safe checking my bank account and doing other things while on public Wi-Fi at the café. You're safe checking your...

This is not a duplicate, Android also exists and doesn't have an equivalent interface to my knowledge.

[The underlying CLI program uses Apple's SMCKit library/framework](https://github.com/zackelia/bclm/blob/6115289d4c9f88f979cd71b2a6ff0e37c7839b01/Sources/bclm/main.swift#L75), so no that won't work on Linux I believe. A Linux kernel driver for the SMC is required for this sort of...

This is an issue with the dictionaries. The English hunspell dicts from https://sourceforge.net/projects/wordlist/files/speller/ contain this line in their `aff` files: ``` WORDCHARS 0123456789 ``` but this must include the `'`...

Has anyone tried to set `ROC_ENABLE_PRE_VEGA` to true? Default seems to be false.

I don't know much about regolith but I do know a lot about NixOS. "Installing" regolith as a separate desktop (especially one recognised by the login screen) needs a bit...

That honestly doesn't sound too complicated. Flashback just requires some files in global `/share` right? Custom startup scripts are trivial to support. You could probably even implement this using vanilla...