Chih-Mao Chen

Results 69 comments of Chih-Mao Chen

Does burst mode work by the way? Any reports from Nexus 9 as well?

This is a known issue. It appears that when re-creating capture sessions, Nexus 5 will fail into an error state and start to report incorrect focus distance, and sometimes the...

@ivandisi I would rather not take that approach as this is not really a serious bug. @utkarshns Well, you can always extract each frame from the video afterwards. That said,...

The log you posted do not contain the relevant information, see #14 for examples of the log that should be posted. My guess is that it is the same situation:...

> 1. Is it possible to give a better error message when you try to use a record with more than 8 fields? Currently I get a bunch of `Label...

As of 9e366a58d988526bbfd017471952e68e7266d27b, error messages when attempting to construct records with over 8 fields should be improved: ```haskell > R ( #a := (), #b := (), #c := (),...

I don't think this is fixable, since `(->)` is hard-wired as `infixr 0` in GHC. As you mentioned, adding parentheses around would be the easiest workaround of this issue.

As a temporary workaround you can invoke host's `localedef` to compile locale definition files: I18NPATH=$HOME/.junest/usr/share/i18n localedef -i en_US -c -f UTF-8 -A $HOME/.junest/usr/share/locale/locale.alias --prefix=$HOME/.junest en_US.UTF-8 This should at least allow...

So, what's the current take on this? `systemd-boot` now stores a random seed on `/boot/loader/random-seed`, which should be non-world-readable. Since `/boot` is usually on vfat, the only way to achieve...

`bootctl install` or `bootctl random-seed` prints the following warnings: ``` ⚠️ Mount point '/boot' which backs the random seed file is world accessible, which is a security hole! ⚠️ ⚠️...