Hamilton Turner
Hamilton Turner
As seen below, a 500KB apk uses up to 176MB (a 300x increase!!) of memory when decoding just the smali, without resources. This makes large scale analysis of many APKs...
It would be nice to have a strategy to "clean up" once you're all done - to let people try this project out without risk of cluttering their system. Something...
Sources no longer run together when viewed on github
Heyo, I wanted a one-off command that could install+run buster. This does that using docker, which acts as a lightweight virtual environment. It 1) installs buster 2) downloads the site...
The `CustomUserFederation` allows specifying the `CachePolicy` using one of the pre-defined defaults, but does not have the struct fields needed to define custom cache settings. For example, here are the...
in this doc section, could someone clarify "Copy your Grav site files there" - is that saying copy them inside web or inside the repo - eg when on heroku,...
After a configuration edit I accidentally entered `UnrarCmd={AppDir}/unrar` (Note the missing `$` e.g. `${AppDir}`. nzbget loads the conf and proceeds to run. Later when downloading errors start to appear in...
As far as I can tell, this has not been reported on this repository. It is a direct copy of https://github.com/docker/compose/issues/229 which was marked as closed on compose, but the...
PR adds: - Reports unit memory metrics by reading `memory.stat` from cgroupfs - Pulls cgroup code into distinct package to prep for upstreaming - Improves TravisCI setup - [example](https://travis-ci.org/hamiltont/systemd_exporter) -...
We currently export unit states, but we do not export the unit substate. Substates often include much more actionable information than states, such as why a unit is inactive (e.g....