Niccolò Belli
Niccolò Belli
Tests need to be fixed if we decide to go this route. See https://github.com/accounts-js/accounts/discussions/1242
I recently upgraded to Fedora 34 and since it switched to pipewire I can't set up pulseaudio to do echo cancellation anymore. I decided to try PulseEffects' WebRTC filter to...
I've gave up with [zsys integration](https://github.com/zrepl/zrepl/discussions/642) because zrepl [doesn't handle clones](https://github.com/zrepl/zrepl/issues/71) (which are used by zsys for rollbacks) and because zsys is unmaintained anyway. So I've switched to zfsbootmenu which...
### Checklist - [ ] I am not using Home Assistant. Or: a developer has told me to come here. - [X] I have checked the troubleshooting section and my...
``` niko@talos2 ~ $ clinfo clinfo: /var/tmp/portage/dev-libs/rocm-opencl-runtime-5.4.3/work/ROCclr-rocm-5.4.3/os/os_posix.cpp:305: static void amd::Os::currentStackInfo(unsigned char**, size_t*): Assertion `Os::currentStackPtr() >= *base - *size && Os::currentStackPtr() < *base && "just checking"' failed. Aborted (core dumped) ```...
We should evaluate moving to React Ionic
Let's say I'm rebasing and I type `git reset --hard HEAD; git rebase --continue`. git will delete the commit but tortilla will not reword subsequent steps. This will break the...
This is related to [issue 13](https://github.com/Urigo/tortilla/issues/13). To emulate something like an interactive rebase we also need to be able to pop/push a step while rebasing. Ideally I would like to...
Once you initialize your repository with `tortilla init` it hardcodes Tortilla's paths for that project, so if you will later decide to [change your npm global path](https://github.com/sindresorhus/guides/blob/master/npm-global-without-sudo.md) you will have...
If I type `tortilla render manual --all` instead of `tortilla manual render --all` then it should spit an error about being an unrecognized command.