J Webb

Results 7 comments of J Webb

For me, adding a context with a `.` clobbered my taskrc ``` $ task context define A.Dad "+wsw or +htw"  1 ✘  !1/37  Are you sure you...

I'm experiencing this on Manjaro Linux with KDE Plasma (I also installed Logseq via AUR logseq-desktop-git, and plugin from the Marketplace). Edit to add: - Experienced this issue with TODO...

Possible cause? The AUR package [patches package.json](https://aur.archlinux.org/cgit/aur.git/tree/build.patch?h=logseq-desktop-git) to change the electron version from v15.x to v17.x (to fix a bug with electron & wayland). See also: logseq/logseq#6032

Hmm - when running `yarn dev-electron-app` from macOS (following logseq's `develop-logseq.md`), I'm able to replicate this problem.

In testing I discovered that the CloudApiClient methods addSshKey, addSvnUser, addDatabase, moveDomain, and downloadDatabaseBackup are broken in commit bfb6830. I'll have an update to these soon. I also discovered that...

Another possible solution would be to add a command-line option with url/path to the phar to use ``` manifest publish:gh-pages --phar=file:///path/to/app.phar vendor/app ```