Activity for Max Bruckner

  • Max Bruckner Max Bruckner posted a comment on discussion Open Discussion

    I think that Lennart Pötterings casync would be a useful backend for hard drive and partition images. https://github.com/systemd/casync Essentially casync divides a block device (or directory) into content defined junks (similar to rsync) and stores them in a git like data store. The block device is then represented by an index file that contains "pointers" to these chunks in the form of their hashes. This could be really useful for Clonezilla because it helps to save space. From a UI perspective...

  • Max Bruckner Max Bruckner posted a comment on discussion 4. Developers

    I am the maintainer of the Archlinux User Repository package of freac and one of the users complained that when pressing F1 the browser opens file:///usr/bin/usr/share/doc/freac/manual/... instead of file:///usr/share/doc/freac/manual/... as it's supposed to do. ~~~ S::System::System::OpenURL(String("file://").Append(GUI::Application::GetApplicationDirectory()).Append(Config::Get()->documentationPath).Append("manual/").Append(i18n->TranslateString("index_en.html"))); ~~~ I fixed the problem by removing...

  • Max Bruckner Max Bruckner committed [77e5ce]

    documentation: fix "hello" -> "hello_world"

  • Max Bruckner Max Bruckner created ticket #50

    Fix printing of empty string pointers

  • Max Bruckner Max Bruckner created ticket #49

    Fix format problem with empty objects

  • Max Bruckner Max Bruckner created ticket #48

    Line that will never be executed.

  • Max Bruckner Max Bruckner created ticket #47

    Memory leaks in cJSON_Utils.c and test_utils.c

  • Max Bruckner Max Bruckner created ticket #46

    Incorrect boolean expression

1
MongoDB Logo MongoDB