Markus Heberling

Results 52 comments of Markus Heberling

- rebased to curent master - extended AbstractInput - squashed commits and splited in two semantically meaningful commits

Thanks for testing in windows. Unfortunately I don't have a windows system here, so I can't reproduce the error easily. I'll try it in a VM.

I have rebased against current master. Unfortunately I could not get it to work in windows inside a VM, so the flickering is probably still there. Could anyone look into...

Rebased again against master. I still can't test/debug on windows. Would it be better to split the PR? One PR for the addition of the Lwjgl3AWTCanvas, which would not break...

@Trurl101 You can try out my branch from #6247, which adds lwjgl3-awt support and contains a working ParticleEditor on Mac OS.

Squashfs (https://github.com/kaitai-io/kaitai_struct_formats/pull/596) would also benefit from this. Metadata is stored in blocks, that need to be processed individually and then concatenated, before being able to parse it. I have it...

Not all inode types are implemented yet, but the most used basic_file, basic_directory and extended_fil) are implemented. The other types shouldn't be a big problem. Export and xattrs tables are...

I have used this PR as a base for a plain java squashfs reader. I will create a PR as soon as I have a stable format. If anyone is...

I have added my extensions this PR in #596. I'm open to comments there. 😄

I have worked on an ANTLR Lexer TokenMaker. I am currently playing around with it in #353 and I'm open for feedback.