Yanick Champoux

Results 123 comments of Yanick Champoux

This is not a bug. The per-component class names are not guaranteed to be the same across different machines. Off the top of my head, there are two things you...

[incorporate Tim's ideas here as well] Absolutely. [road map] I agree that many small steps is the way to go. The sooner we have a core to play with, the...

[naming] **see also** is, imho, _too_ soft. The razor edge's we are walking, I think, is to have something that won't degenerate in bloodbaths, but still provide a venue to...

Just a quick word to say that I'm chugging along with the UI part at https://github.com/yanick/metacpan-web/tree/recommendations I have stubbed in a MetaCPAN::Web::Controller::Account::Recommend, and I should be in a position to...

Because I'm obviously bonker, I began to look at the cpan-api side of things. Result: https://github.com/yanick/cpan-api/tree/recommendations I have _absolutely_ no idea what I'm doing... but I have tests that are...

@ranguard That's the plan. :-) If nothing else, it gives me an excuse to learn ElasticSearch, which I wanted to do for some time now. I'll push my latest code...

I... I think I have a working prototype. https://github.com/yanick/metacpan-web/tree/recommendations and https://github.com/yanick/cpan-api/tree/recommendations In the database, I have Recommendation documents that have a user / module / alternative triplet, which can be...

I think that I went as far as I could go. For the next step, I'd need somebody from the MetaCPAN team to look at what I did, and provide...

PerlDancer/Dancer2-Plugin-REST Using the new `plugin_keyword` keyword triggers a warning that using the DSL is deprecated. (see `t/04_helpers.t`) https://github.com/yanick/Dancer2-Plugin-REST/compare/master...PerlDancer:d2?expand=1 Using the 'sub foo :PluginKeyword` alternative does not trigger the warning.

On 2015-12-29 12:08 PM, Sawyer X wrote: > What @SysPete https://github.com/SysPete was tracking was how to make > the most minimal changes to get the next version running without >...