Mike Schilli
Mike Schilli
Sounds like a great idea! Here's a few things you might find useful: First off, there's a little known feature in the built-in perl debugger that lets you do something...
Looks like `use Foo; use Dancer2; ` above sets the app's "serializer_engine" attribute while `use Dancer2; use Foo; ` doesn't, which can be shown by running `print Dumper( Dancer2->runner )`...
Hmm, how do you then combine code that's been spread out over several packages? The docs say to use the "appname" import option, but this seems backwards, as I might...
Sounds crazy, but *dis*abling mouse support works, it *en*ables support for cut-and paste of the text displayed in the UI! Thanks for digging that up.
Hey @angusryer, thanks for your report, much appreciated! Pretty strange what MacOS Sequoia is doing here and you've already provided a workaround. Now, the question is should we fix it...