Graham Knop
Graham Knop
This seems like a chrome bug: https://issues.chromium.org/issues/41495913 I'm looking at possible mitigations.
The content of this looks good. I've marked it as draft so that it doesn't get merged yet, until we can get the front end switched over to our new...
The largest issue here seems to be that the source view, which is also used for viewing markdown files, doesn't include the same sidebar entries. This will require some changes...
I've been wanting to add a separate dedicated dependency page. I wonder if we could have a popup in the sidebar like the github links do, but also have it...
We're intentionally limiting the width of the main content, but the alignment is definitely off.
Rather than color code, I think having two lists that are separated would work better. Some core deps we could just remove entirely (strict, warnings). I've also considered having a...
Do we know what kind of hashing is used for the base address, and how likely conflicts are in general? It sounds like if we waited until we bumped the...
Module::Install was fixed long ago. The problem is that when using Module::Install, a copy gets included with the released dist. So the broken versions of Module::Install will never go away...
I've checked dists that were broken when this was last discussed. None of them have been updated. ``` Distribution Date Deps: River Direct All =================================================================== ADAMK-Release 2013-12-17 0 0 0...
There isn't really any reasonable way to do this in older perl versions, but it will work in perl 5.35.10+ with JSON::PP 4.08 and newer.