Antonin Peronnet

Results 64 comments of Antonin Peronnet

I think the table completion is on their todo-list, they still didn't implement it. What I would like is a way to start creating a table like that: ``` |...

I have the same issue on archlinux. I have clang installed on my system, but `wa` uses a custom installation of clang, wich uses libtlinfo.so.5 I would like to use...

I think I found a solution for my usecase: # title: ``` clippings/{zettel} ``` # content: ``` --- aliases: {title} tags: clipping --- # Source [{title}]({url}) # Content {clip} ```

That' s exactly what I wanted to ask: I have a mechanical keyboard and I configured it with us-intl to input accents. now I would like to use it in...

Can we have more information on this wasi-port project ? I never heard of any tool to translate java to wasi, what does it take ? For example if I...

Same issue here: I use this ̀shell.nix`: ```nix { pkgs ? import {} }: let moz_overlay = import (builtins.fetchTarball https://github.com/mozilla/nixpkgs-mozilla/archive/master.tar.gz); pkgs = import { overlays = [ moz_overlay ]; };...

I have a similar timing issue on gnome (wayland + fedora) I defined a "tap-modifier" to output `colon`, but in gnome it outputs `semicolon` But even stranger, in sway (a...

I found the config that worked for me with nginx: ``` server { listen 80; location /ssh/ { proxy_pass http://localhost:8888/; proxy_set_header Host $http_host; proxy_read_timeout 300; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection...

Same error here. I think this is a nginx problem: The first time I used an almost empty config and that worked. Now I want to set it up on...