Jon Walsh
Jon Walsh
Thanks for trying @akonwi. I knew it would be *very* difficult when I suggested it. Like you said, hopefully someone will be able to implement it one day :)
Just a note for icons that Material guidelines specifies: > Clearance area (non-dense) > Icon: 24dp > Touch target: 48dp > > Clearance area for dense icons > Icon: 20dp...
Yes, that's correct to both. As currently, it seems as though the value in `content="{{ desc }}"` is simply a static string, when in fact it will be replaced by...
> Serve range requests from a complete cache entry Any hope that this will be implemented, in terms of being able to do it from a SW cache? It certainly...
Thanks for the link, [the workaround worked](https://code-tree.github.io/sw-partial-content/) for my audio problem too.
It seems like it isn't due to 2.11 actually, as just downgraded to 2.10 (which previously worked for me) and still getting a memory leak. Any ideas? thanks
Sorry, I'm not very familiar with Scala nor Java. Any ideas what might be triggering it? / Something I can do to work around it? As I'm not able to...
~~I was using openjdk7 but downgrading to openjdk6 solved this. So I assume it is a bug with openjdk then? Hope it'll be fixed sometime as v6 probably won't be...
Sorry, that was actually a misdiagnosis. It doesn't matter which version, it works in 6, 7 and 8 openjdk. Instead, the problem occurs when there are too many files to...
Thanks for the fix, though unfortunately the problem still remains. Process went to 500MB before I stopped it (using 2.11.1), running from root (/) with --site set to my project....