Hakanai

Results 230 comments of Hakanai

It seems like rustup will take care of running the right toolchain already so the only thing that's missing here is the bootstrap scripts and the tasks to create those.

I have a lead on the line thickness problem - when I tried the same file in Batik, it complained about the scientific notation because it only supports CSS2. After...

The bit I can't quite account for is the way there is both a thing at the start which looks like an xid and a thing at the end which...

I just did a manual merge so some manual verification that the overall result is still fine would probably be a good idea...

They're present in the same omap tree alongside all the other versions, so you get, for instance, a (oid=1026,xid=67) mapped to one block and a (oid=1026,xid=81) mapped to another block....

Solving part of the confusion - omap_key doesn't actually contain oid - the oid is in the header already parsed. Actually, in my own model, the omap keys aren't mixed...

The snapshot metadata table is a bit of a weird one though. * 0 [NodeEntry]: (SNAPSHOT_INFO) #68 -> TODO "com.apple.TimeMachine.2018-05-08-140522" * keyOffset = 0x0 = 0 * keyLength = 0x8...

More stuff that is semi-known: * `unknown_0` is a reference to some other block which is always present but which I haven't found any purpose for reading yet. * `unknown_20`...

I'm having a similar struggle over in my Kotlin version. I initially implemented all three as just `Tuple`. Then once I wanted more implementations of color than what a tuple...

Yeah, there is definitely some annoying stuff to handle for some applications which hide the caret (games spring immediately to mind) and in some cases I've had to open tickets...