Tristan Maat

Results 38 issues of Tristan Maat

**Is your feature request related to a problem? Please describe.** Arguments to applications are by default readable to all users on Linux. Try e.g.: ```console tlater ~ $ export SAMPLE_SECRET=20...

enhancement

I'd like to have a casync store on hosts with standard authentication measures in place - in my particular case https client certificates, though http basic auth would also make...

I recently updated my arch machine and webmacs has refused to start since, giving the error message in the title of the issue. Unlike #75 and #36 this is neither...

I'm trying to create a [flatpak](https://www.flatpak.org/) for webmacs (see [this branch](https://github.com/TLATER/flathub/tree/webmacs) for a sneak-peek), but when running this with all dependencies installed I run into the following problem: ``` Attribute...

Edit: We have a workaround! ```python from webmacs import keymaps from webmacs.commands import define_command global_map = keymaps.keymap("global") define_command("noop", binding=lambda: None, visible=False) global_map.define_key("Tab", "noop") ``` When I switch either using `C-x...

It would be nice if the mode-line displayed the link I am about to jump to/copy/whatever (typically using `f`). This is handy on things like blogposts, where the actual location...

Fixes #95. For now, this implements the second suggested strategy (continue supporting the old path with a deprecation warning, but prefer the new path), and splits the configuration and other...

I find myself using firefox for some sites still because of the unholy amounts of entirely useless (and sometimes actively malicious) javascript they load - could something like noscript be...

While going through #104 again, I noticed that webmacs' `/tmp/webmacs.ipc` has 755 permissions on my system. I don't know much about python's IPC server, or how it is currently used...

One of my personal pet-peeves is images using `FROM ubuntu`, since this image usually contains far more than its dependant could even think to use and seriously clogs up `/var`...

enhancement