Juan Julián Merelo Guervós

Results 533 comments of Juan Julián Merelo Guervós

> @andreineculau unfortunately, yes. It's all about underlying infrastructure at the moment. Is it possible that the fact that the runners use the CSharp runtime makes it not perform so...

I would also like an Alpine variant, but probably the way to go would be to change everything from the ground up, including Releases.yaml and generate.pl

So this can happen out of the blue for no reason? No way to overcome that?

Ping? Is anyone paying attention to this?

Actually, it does not depend on where you put `use Dancer2`. It reads from `lib/My` anyway

And if you place a (undocumented feature) `.dancer` file at the top of your thing as indicated in #1580, it reads from that directory!

It's actually a bit more complicated: When `DANCER_CONFIG_VERBOSE` is set, it "merges" the config file *twice* without the `.dancer` file, *three times* *with* that file. Even so, it fails to...

OK, I see what you mean. Let me try that. Maybe once I do I also fix the problems #1584 and #1585

OK, changed to ```perl use v5.14; use lib qw(lib); use My::Hitos; My::Hitos->to_app; ``` And it boots up alright. Still no trace of #1584 and #1585 working. It's reading the configuration...

The original issue still stands (kinda). Your comment is not entirely clarified in the documentation.