Moritz Lenz

Results 49 comments of Moritz Lenz

@zoffixznet if you server JS files from a CDN, you give then one running the CDN a pretty accurate picture about who visits your site, and when. Which is really...

As far as I can tell, there is no logic that prevents me from uploading any distribution with, say, `:auth`, so either that needs to change, or we need to...

I've enabled the same settings as you have, and cloned fine without any problem, both via HTTPS and ssh. So I'd guess this is either a problem with your git...

Wait, I cloned the wrong repo, my bad. I can reproduce it.

I don't have any running costs (except the yearly `p6c.org` renewal, which is negligible and is dealt together with all other domains I hold).

If it's outdated, or somebody wants to contribute a different wording or style, feel free, the content is on https://github.com/moritz/perl6book-web If you prefer to have that information elsewhere, I'm happy...

Isn't that approach a bit backwards? Shouldn't you/we *first* reduce coupling, and *then* possibly move things into a separate repositories, should it be still necessary afterwards? If we just split...

@lizmat you can achieve easier testing, and run tests for decoupled components, even if you don't split into repos. (FTR I don't really care about the splitting either way, as...

FWIW there is a significant difference between `.perl` methods and Data::Dumper; Data::Dumper has an obvious place to put the temporary data needed to find reference cycles (the `Dumper` sub itself)....

Thanks for your report. The X sequences now show up in the index at the end of the book. The rest of the ticket depends on proper cross links; I've...