Ara Adkins

Results 48 comments of Ara Adkins

To update this issue with chroot progress, I followed [this](https://wiki.alpinelinux.org/wiki/Running_glibc_programs#Debian) guide to create a chroot, but it currently fails with a missing syscall 191 at the stage of starting the...

I'm currently in a bit of a crunch with the project for which all my questions were intended, but once that ends I'll gladly give this a shot! I'm going...

I'm sorry to have left this so long without a comment, but it's starting to seem like I will not be able to dedicate nearly enough time to this to...

I'm seeing this one as well.

I should note that this is _not_ platform specific. I've reproduced it on iOS too.

I often have notes where fields that I may want to query later can be gleaned from the title with a little bit of code (e.g. pulling an author out...

To clarify, making the inline query, the main query, or both with DVJS?

This does actually work correctly if you write the main query in DVJS. If you write the inline query in DVJS it still fails, much as you would expect.

While it's not working is it possible to mark `isDesktopOnly` as true? That prevents it from trying and failing to load on every mobile start for the moment.

You may be able to debug this more effectively using [Obsidian REPL](https://github.com/ktemkin/obsidian-repl). Though it won't show the initial failure to load, it will pick up the error when you try...