Results 39 comments of Thomas Tempelmann

Is this merge request still valid? Or outdated?

So, have you figured out how to locate the snapshots? Is there an anchor you can find, with its own btree? Or are snapshots just mixed-in with the main tree,...

Have you had a look at the apfs-fuse code? Maybe you can learn some tricks from it

I am now working on updating my code to use the latest ksy files. Is this pull request still valid, or have later changed superseded this?

Not sure if that's possible with the regex-based rules in CEF. But if it's doable, someone else than me has to do it. I have no time nor interest in...

Use my tool Arbed to compare your project with the demo project to see where the differences are. If you find the reason, post it here for others to see...

Here's a few files that the editor cannot open: - /System/Library/ScriptingDefinitions/CocoaStandard.sdef - does not like `` - /System/Library/ScriptingAdditions/StandardAdditions.osax/Contents/Resources/StandardAdditions.sdef - does not like multiple types: ``

Note that I "abused" the ImportList for collecting the lines. I didn't want to create yet another class with the same functionality.

About the bot warnings: I should probably declare them private. Also: It's still buggy: Comments (from "doc:") do not generate correctly.

The comments bug comes from the fact that I only add unique lines - a mistake, when it comes to comment lines. Fixing that now...