xatier
xatier
Agree, is it possible to have basic emacs keybindings in the text edit area without any extensions?
Same issue with 4.1.4. Another account w/o 2FA worked fine. Repro: 2FA enabled account, official api key (twitter for iPhone), xAuth. ---- If the 2FA is disabled, I was able...
As a multilingual Taiwanese, I want to avoid seeing any toots from China. I would need to set up this long filter to get rid of those characters (and being...
@sorz, correct. Regardless either 1 or 2, it should be understandable (and should be respected) that one would like to avoid contents they do not enjoy when browsing their timelines...
Another Mastodon fork has this feature: https://github.com/fedibird/mastodon/commit/31494821d1162752c0eccacb71c3d027aa3cf531 .
Successfully invoked `act` on Archlinux. Similar to @shlomif 's note above: ```text sudo pacman -S podman-docker systemctl enable --now --user podman.socket export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock act --bind --container-daemon-socket $XDG_RUNTIME_DIR/podman/podman.sock -W .github/workflows/build.yaml ```...
not quite sure, but your workflow runs fine on my box. :thinking: ```bash $ act --bind --container-daemon-socket $XDG_RUNTIME_DIR/podman/podman.sock -W .github/workflows/blank.yml [CI/build] 🚀 Start image=catthehacker/ubuntu:act-latest [CI/build] 🐳 docker run image=catthehacker/ubuntu:act-latest platform=...
@Loki-Afro , If we check `podman`'s API server logs... ```bash journalctl --user -u podman.service ``` We can find podman's API is saying something like this: ``` podman[4091977]: time="2021-11-25T20:45:18-06:00" level=error msg="copier:...
@catthehacker , We are surely writing data into it, aren't we? https://github.com/nektos/act/search?q=CopyToContainer&type=code
In docker, `act` is using the `root` permission to setup this directory, which would for sure pass the check, root can write anything inside the containers anyways (leaky abstraction!). However,...