Marten Mooij
Marten Mooij
From James McLeod: "That’s a limitation of the Java nio standard library (the file position is given by a 32-bit integer). I have never stress tested my library with a...
Hello Richard, I have forwarded your message to James McLeod. There is 50GB worth of PST files also ranging from 4GB-11GB from [Hacking Team](https://en.wikipedia.org/wiki/Hacking_Team) available via this torrent magnet link...
The latest version of pstreader now supports larger PST files (over 4GB). I have also published my own library for reading PST files in Golang: https://github.com/mooijtech/go-pst If you try with...
It doesn't seem correct for the path to WebKitNetworkProcess to start with "././/". What's the output of `find /usr/lib* -name WebKitNetworkProcess`? See this comment: https://github.com/kimlimjustin/xplorer/issues/179#issuecomment-1012668962 References: https://github.com/tauri-apps/tauri/pull/2940
Your Tree component is missing an event listener for `onToggle`: https://github.com/brimdata/react-arborist/blob/4fe9659d2c4cbd57582294330863d4fd7e7af74b/packages/demo/src/backend.ts#L43
This is solved by https://github.com/brimdata/react-arborist/pull/49 as the tree nodes is now an array.
Closed by merge of go-pst v5 where we switch to [tidwall/btree](https://github.com/tidwall/btree).
References https://github.com/ory/kratos/pull/3411
I cannot get the mapper to pass the value to the frontend, it's returning the `browser` flow after OIDC instead of `flow` containing the requested information. This is my `kratos.yml`:...
References https://gitlab.gnome.org/GNOME/gtk/-/issues/3787