Kamil
Kamil
The same issue on my tablet Mi Pad 4 Plus Android 8.1.0 MIUI by xiaomi.eu 10.3 Tried versions: 0.5.5 - 0.5.9 Vault path: `/storage/emulated/0/Documents/Logseq/logseq-vault/` Stacktrace (the same for all versions):...
> I made an attempt at fishing out the error message from the crash through logcat. It appears to be the same as the one shared by @MrModest Sorry, but...
It's interesting. When I tried to choose folder like `/storage/emulated/0/Logseq` (or `Download` folder), I got a new stacktrace: ``` java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at com.getcapacitor.Bridge.lambda$callPluginMethod$0$Bridge(Bridge.java:601) at com.getcapacitor.-$$Lambda$Bridge$25SFHybyAQk7zS27hTVXh2p8tmw.run(Unknown Source:8) at android.os.Handler.handleCallback(Unknown Source:2) at...
I asked it discord: https://discord.com/channels/686053708261228577/840286264964022302/848550877773955102 > Is this possible to add backlinks behavior without use links exactly in text? > For example, I want add array of internal links to...
@mertalev if you created new PRs, could you please link them here, so people can follow the progress of the feature? :)
For those who don't see the notification, try to go to Focus settings in your Mac and add "NearDrop" as allowed app for all your focus modes. It helped to...
> Try vite For me, vite has the same issue. I use `vite-plugin-svgr` plugin for this. And imported SVGs give the same error in TS 🤔 Did you fix this...
Maybe this script will be somehow helpful in implementing a built-in feature: https://github.com/jmcker/monica2neo4j
I believe this first docker-compose file comes from this SO answer: https://stackoverflow.com/a/49021109/7422280 btw, for me these 3 options together made mounting work withour setting `priveleged: true`: ```yaml cap_add: - SYS_ADMIN...
@MrRobz > If using v4 of this package, you need to change your imports from With this approach, TS won't allow you to use SVG properties like `fill`. It will...