LacticWhale
LacticWhale
## Self-check - [x] The changes are tested against the [contribution checklist](https://osu.ppy.sh/wiki/osu!_wiki/Contribution_guide#self-check) - [ ] *(translations only)* The changes are reviewed on GitHub [by a fluent speaker](https://osu.ppy.sh/wiki/osu!_wiki/Contribution_guide#review)
Added support multiline strings in Dart.
Is there a way to open more pipes? In normal PHP I can use proc_open to do something like this: ```php $descriptors = array( 0 => array("pipe", "r"), // STDIN...
Problem: I need to create api and some methods I call can take up to 45 seconds to generate a response. Is there a way to remove or increase timeout....