DCsunset
DCsunset
I'm looking forward to this feature too. It will be helpful if there are a lot of tasks.
I've come across the same issue too. This error then causes failure in UCP.
Hi, if it's a problem in Vuetify, can you try a newer version of it to see whether it can fix this issue? Then I can bump the version in...
Hello, I have changed the build workflow to GitHub actions. It is now able to build the armv7 and arm64 docker images. Feel free to reopen it if there's any...
I'm using GitHub actions and QEMU to build the armv7 image. It seems to be the same issue here: https://github.com/docker/buildx/issues/521. I currently have no idea how to fix it. If...
Hi, thanks for your proposal. I've been quite busy recently and may not be able to implement it immediately. I will take a look at this feature when I'm available.
Hello, maybe the [vue-i18n](https://kazupon.github.io/vue-i18n/) project would be useful for translation. As for date input, since Ttaskwarrior supports a lot of formats, it is difficult to have a component to support...
It is a good component to pick datetime. But Ttaskwarrior supports a lot of synonyms (see ) that are not supported in this component. It might be inconvenient if someone...
Hello, currently Nginx listens at port 80, and then it forwards the traffic to the backend. So although the backend listens at 3000, you should still bind port 80. Could...
It seems that there's some dependency not compatible with Safari. I still have no idea how to fix it. Maybe I can try bumping all dependencies when I have time.