jgranduel
jgranduel
Thank you for your reply. It might be the issue as it works on WSL Ubuntu but not with Linux/zfs. Any workaround?
Just a quick comment. I cannot display `user` when I'm not the owner of the folder (even as root), but it works with my files. OS/filesystem might have been misleading?...
I don't know zfs enough I'm afraid. Why do `ls -ld ..` or `stat -c "%U" ..` work, but not fselect? what is different in your approach? Shouldn't it work...
Hi, whether this is a bug or not, please provide a complete example fot getting shared calendars ! I've seen CalendarFolder cf = (CalendarFolder) Folder.bind(service, new FolderId(WellKnownFolderName.Calendar, new Mailbox("email@domain"))); code,...
Just to mention folktale-2.0.0 (http://folktale.origamitower.com/) released on 2017-07-11 has breaking changes in its API: - Maybe http://folktale.origamitower.com/docs/v2.0.0/migrating/from-data.maybe/ doc: http://folktale.origamitower.com/api/v2.0.0/en/folktale.maybe.html - Either Either[Left, Right] is replaced by Result[Error, OK] http://folktale.origamitower.com/docs/v2.0.0/migrating/from-data.either/ doc...
Hi, if I may, as I've just discovered this tool, do you mean something like described in [pandoc documentation](https://pandoc.org/MANUAL.html#metadata-variables) and reported in this short example? file : a.md, containing embedded...
Happy I could help you. AFAIK, metadata block should be terminated by `---` but not `...` as pandoc allows. By the way, have you come across this [post](https://dgl.cx/2020/06/sqlite-json-support) or [SQLite...
Hi, probably due to missing `com.sun.awt.AWTUtilities` which was removed in Java 11. ``` > java --version openjdk 11.0.12 2021-07-20 OpenJDK Runtime Environment GraalVM CE 21.2.0 (build 11.0.12+6-jvmci-21.2-b08) OpenJDK 64-Bit Server...
Hi, sorry for the late answer. Default output might end into a SQLite table for convenience for avoiding retraversing thousand if not millions of folders and extracting metadata from files....
@kpym yes, I tried and added `\documentclass[a4paper]{article}` at the end of my issue. My issue was about getting the list of allowed page-size in in help and if possible, having...