Sawyer X

Results 170 comments of Sawyer X

@GeekRuthie This is a great service to all Dancer2 users. Great job! I have a few notes which might (or might not) help: * For the deprecated and unrecommended keywords,...

@vlyon Good stuff. I'm not sure about the `eval`s or the `local $SIG{'__DIE__'}`. I'd also like to try it out first. Regarding the css file: we can also use `File::ShareDir`...

I'm still quite scared of this change and don't feel comfortable adding it as it, at least right now. Other options: - Give up. - Convince me I'm wrong (it...

:+1: This reminds me that we should attempt to use [Unicode::UTF8](https://metacpan.org/pod/Unicode::UTF8) if available. [Path::Tiny](https://metacpan.org/pod/Path::Tiny) does that[1](https://metacpan.org/source/DAGOLDEN/Path-Tiny-0.084/lib/Path/Tiny.pm#L43), [2](https://metacpan.org/source/DAGOLDEN/Path-Tiny-0.084/lib/Path/Tiny.pm#L502), [3](https://metacpan.org/changes/distribution/Path-Tiny#L675). Does anyone want to open a ticket for this enhancement?

Any updates about this?

I suggest we close this and open a ticket that refers to this implementation and discussion to fix the matter.

The problem, as far as I can tell, is that you're using `dance`. It creates a single dispatcher around two web apps. The order would screw you over. We have...

I haven't checked but I assume the reason it won't work is because the `send_error` is used within a routing mechanism and will eventually reach the route exception hook. This...

I think this is doable in core. It is unlikely to break any existing applications because I don't imagine many of them would be using something like `$ENV{...}` as a...