Scott Tadman
Scott Tadman
At least let us login using OmniAuth.
Yeah, it's a very old web convention, and while it works fine for things like Wikipedia headers, the sections in Ruby docs can often be quite tiny and cluttered together...
That's a good point, but having a permanent link solution would be very helpful. If something gets removed it'd be a lot better to show "Removed in Ruby x.y" and...
Due to how these are being delegated by a "Wrapper" which encapsulates them in an `Async::Task` there's no way to rescue them before the task exception reporter has already raised...
I agree it's not the place of the library to decide what is or isn't important, but there should be a way to `rescue` these somehow, and presently there isn't...
Fixed some typos in sla100's loader fix and added the `import`: ```javascript import path from 'path'; export async function getFormat(urlString, context, defaultGetFormat) { // support for extensionless files in "bin"...
This is still an issue in the current version and takes some fussing to figure out (with the help of this ticket).
A reworked example that seems to function: ```ruby class ExampleController < Async::Container::Controller def setup(container) Async.logger.debug(self, "Container established.") container.run(count: 1, restart: true) do |instance| Async.logger.debug(self, "Child process started.") Async do |task|...
Is there a rough roadmap or place (Slack? Discord? IRC?) where this will (eventually?) be coordinated? I'd like to see better support for Ruby + Kubernetes, and if this is...
I can do my best to chip in on priority issues. If there's a Discord channel let me know.