Sirn Thanabulpong
Sirn Thanabulpong
Right now we set environment variables in `/entrypoint`. This means any invocation of `docker exec` (or the equivalent) will require prefixing the command with `/entrypoint`, e.g. `docker exec -it ewallet...
Erlang by default [do not use cryptographically strong seed for its random generator](http://erlang.org/doc/man/rand.html). This can result in generating a random number that could be predicted. This also applies to `Enum.random`,...
Maths, lots of it
Issue/Task Number: #739 closes #739 ------ Me, attempting to fixing Dialyzer: > "I got very bored and depressed, so I went and plugged myself in to its external computer feed....
On some systems such as OpenBSD, the `diff` program does not support some of the features available under GNU diff, e.g. `--strip-trailing-cr`. AFAIK, there's no way to reproduce the behavior...
Otherwise it would be unexpected by the user when they see their CSS being applied to all sites. Warning message in the manager would be nice, too. Ideas: - Bare...
Need to find some way to strip out all Mozilla-specific stuffs. Planned for 1.2.
Xhyve do not natively support port forwarding, so to forward from VM to local, we'll have to use either: - `pf` — need to run as root (so probably not...