Noctiflore

Results 7 comments of Noctiflore

Glim already creates hybrid USB, with a single partition. But, it assumes a MBR table, not GPT. @asmodehn: this check is not necessary, although a second partition is neither necessary...

If you still have this issue: your USB stick seems to be partitioned with a GPT. Try to reformat it to MBR. You may have to explicitly erase the GPT...

It is possible, but you would need to disable sanity check, lines 56-60 in glim.sh.

@davidsan : Ant is no longer available on the labs' cluster, so I moved to Maven (which is now the only one available). If I had the choice now, I...

+1. At least OpenTasks should not delete categories set by other clients, in case of a CalDAV share for example.

I saw you plan to do it using a git diff command to get the list of changed files, but modifying files and staging them without staging unwanted modifications from...

Some other useful readings and details: - [my first link](https://medium.com/@alistair.cerio/android-ktlint-and-pre-commit-git-hook-5dd606e230a9) is a good starting point but fails with partially staged files. - [git-format-staged](https://github.com/hallettj/git-format-staged) discusses the different alternatives ; a bit...