Theo

Results 22 issues of Theo

**Tell us about your request** Allow the task definition to contain network configuration such as subnets and security group. **Which service(s) is this request for?** Fargate **Tell us about the...

Fargate
Proposed

I noticed two details that were outdated in the contributing guide. * The repo URL is for what I assume is an old name for the repo, the URL redirects...

When I click a branch in the sidebar the history view scrolls so that the topmost commit is the commit just before the head of the branch. In other words:...

In version 0.15.1964 when I've opened a couple of windows the diff view under the tree view eventually stops displaying. It's just a grey rectangle.

If you comment out the producers from the select example the consumer uses 100% CPU since it's doing busy waiting. The loop in `select` does `poll` on the queues and...

``` $ jubilee -v jubilee version 2.0.0 on Vert.x 2.1M3 $ cat config.ru run lambda { |env| [200, {}, ['Hello world']] } $ rackup --server jubilee Jubilee 2.0.0 starting... *...

bug

Add `#host` and `#port` to `Ione::Io::Acceptor` so that you can find out the host and port that the server runs on when you specify `'0.0.0.0'` and/or `0` as host and...

Make it possible to provide a thread pool where `#on_data` and `#on_accept` will be run. Processing the data from a connection is usually the most time consuming part of a...

Add streams (push streams for the moment, not reactive streams), and replace some of the event listeners with them. This enables a new style of protocol handlers: ``` ruby data_chunk_stream...

When the receiving future is completed many of the combinator methods can be optimized to avoid creating intermediate futures. This is a work in progress, it basically doubles the size...