Michael
Michael
Actually, I tried building again (inside VSCode although I'm not sure how that would make a difference) and it succeeded. Feel free to close this issue: ``` ➜ skhd git:(master)...
Sorry all. I’ve decided to take a break from maintaining the app; the codebase is also going through a refactor & is not functional. I’ve put the app into maintenance...
Hey, the app is built to expect timezone-aware datetimes everywhere. Maybe the datetimes you have in the database are not timezone-aware? I would go in the direction of trying to...
In order to reset the status to what it was before I'd have to have "read" permissions for Slack profiles. I don't have this type of access currently and I'd...
Thank you. I've done a `brew install libicu` and added the following to my `.zshrc` file: ``` export LC_ALL="en_US.UTF-8" export LDFLAGS="-L/usr/local/opt/icu4c/lib" export CPPFLAGS="-I/usr/local/opt/icu4c/include" ``` I also have openssl installed. Interestingly,...
Unfortunately `lsp-mode` still says the server is crashing 🙁
You're right it may be the server. I wish I could be more useful debugging this (sorry). I'm using Spacemacs. I have the following layers enabled: ```elisp (python :variables python-backend...
I am also having an issue initializing the rasterizer when running on a headless Linux server (inside Docker). I've set `useEGL=true`. At first the error was `java.lang.UnsatisfiedLinkError: Failed to locate...
I'd appreciate that, thank you. But definitely don't feel obligated or rushed. My base image is `openjdk:8-jre-alpine` and here's my Dockerfile, although it's fairly specific to my server (e.g. getting...
And `config_tectonicus.xml` is: ```xml ```