Andreas Rozek
Andreas Rozek
The basic specs of my system are: - Apple Mac mini M1 with 16GB RAM running macOS Ventura 13.6.1 - Docker Desktop 4.25.1 with Engine 24.0.6 - running Quant-UX in...
as far as I remember, the problem occurred when I tried to "Save As..." a project under a different name. And, yes, all icons did show up, although it took...
I used a combination of two of the above hints: ``` brew install llvm export LDFLAGS="-L/opt/homebrew/opt/llvm/lib" export CPPFLAGS="-I/opt/homebrew/opt/llvm/include" brew install lld export CC=/opt/homebrew/opt/llvm/bin/clang export CXX=/opt/homebrew/opt/llvm/bin/clang++ go install github.com/GeertJohan/go.rice/rice@latest export PATH="$(go...
After a while digging around I finally restarted the docker containers - and, after that, I was able to export again. The whole setup seems to be very fragile...
I just tried the canary version from Nov. 20, but the Theme Editor appears to be empty. Is there a "trick" to get it? Or is it actually just a...
People using the web client for AFFiNE who need to apply custom styling *now* may use a [Tampermonkey](https://www.tampermonkey.net/) script for that purpose. **Warning: using Tampermonkey is nothing but a rude...