Olaf Alders

Results 486 comments of Olaf Alders

I think this is a general issue. Probably due to caching it's not happening everywhere.

Thanks for this! My proposal would be to try to do this with the existing functionality. A few options: ```perl use Foo::Bar; ## no perlimports ``` ```shell perlimports --ignore-module Foo::Bar...

Can you give me some concrete examples of what `perlimports` is doing vs what you think it should be doing? Maybe a couple of diffs to illustrate the problem.

My problem with `use Mojo::DOM;` is that I have to know that `Mojo::DOM` does not, by default, import anything into the current package. `use Mojo::DOM ();` makes clear that this...

I took some time to think about this. If someone or some people were to take on the entire lifecycle of this feature, then I think we could do this....

@ThomasLamprecht this all sounds good. I only mention the other code reviewer because that can help speed things along if it's a bigger diff. Having said that, I'm at the...

@ThomasLamprecht I apologize for not commenting on your work yet. I have looked at it briefly, but I wanted some time to take a proper look before commenting. Could we...

I'm going to close this for now. We do still get some 503s, but it might be helpful to open tickets specific to 503 errors. Also, we'll be meeting up...

I'm guessing we'd need to be looking here: https://github.com/metacpan/metacpan-api/blob/d87b27522e6584fcd3fb0eacea8f0b0745633d07/lib/MetaCPAN/Server/Controller/Diff.pm#L80

The explorer looks to be sending `Accept: text/plain, */*; q=0.01`