Tristan Maat

Results 73 comments of Tristan Maat

I wouldn't call it supported per-se, but it's pretty easy to do with Qt internals in your init file: ```python from PyQt5.QtCore import Qt from PyQt5.QtWidgets import QApplication QApplication.setAttribute(Qt.AA_EnableHighDpiScaling, True)...

Love the icon, it's awesome! I think I'd change this, looking at what [the spec](https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#recognized-keys) has to offer: ``` [Desktop Entry] GenericName=Web Browser # These are somewhat standardized and used...

LGTM - actions are definitely a bit of a stretch goal, we'd need to make the "new window" or "new buffer" things a bit more obvious from the CLI, and...

Hi, I've been working on this, see issue #102 - currently lack the time to actually do much on it, but will probably do some work once my exam period...

I was going to simply answer, but I can't cobble together the correct snippet. What you should know about webmacs is that its configuration file allows you to literally modify...

@HumHongeKamyaab imitate is going a bit far, it has a very different goal; integrating qt into Emacs just happens to give you a qt based browser as well. But thanks...

While this is neat, I think it'd be better to have as a quasi add-on. It'd be pretty severe scope creep to try and support every password manager out there....

The profiles are mostly provided by the qt web engine, so unfortunately arbitrary profile data wouldn't be that easy to implement this way. I think it is however already feasible...

> For everyone else seeing the sass issues on NixOS / aarch64, this is quite likely an issue with dart-sass not having pre-compiled binaries for your target architecture. We need...

Run `ldd /nix/store/jj9c673wv6pfpwwrcqcmlqajr88bavw1-binaryen-101/bin/wasm-opt`. You'll see it's not that the binary is missing, but rather its interpreter is wrong. This NixOS wiki article covers that: https://nixos.wiki/wiki/Packaging/Binaries That said, when using wasm-pack...