Paul Colomiets

Results 159 issues of Paul Colomiets

Hi, It turned out the approach I've used in `tk-sendfile` doesn't work in any useful way. The basic issue here is: * we must use `as_raw_fd` to get file descriptor...

While `tokio_core::net::Incoming` provides simple `Stream` interface to accepting connections, there are few important issues for real-world scenarios: 1. `Incoming` returns every accept error as an error in stream, which means...

Hi! I'm also building container runtime in rust ([vagga](http://github.com/tailhook/vagga) and [lithos](http://github.com/tailhook/lithos)). I'm very interested in using what you have done here for creating bridge. The reason I've not done it...

This shows alternative to approach to one in #26 and targets the problems stated in #25

Hi, Is there any way to debug where trap happened? At least function would be good, file+line and/or traceback is even better. I'm using rust's wasm32-unknown-unknown for generating wasm code...

Hi, Since there is no activity in #32 I've decided to write a separate crate for [graphql-parser](https://crates.io/crates/graphql-parser). It's not based on code here but built using excellent `combine` crate (making...

The crashed process: ``` ERROR:vagga::builder: Error building container "py": step Install(["ca-certificates", "python3.6=3.6.2-1~16.04.york0"]) failed: error running killed by signal SIGBUS[7] ``` The waiting process: ``` Get:15 http://ua.archive.ubuntu.com xenial-security/restricted Translation-en [2428 B]...

# Motivation As projects managed by vagga get bigger, we need more tools to manage them easily. Here is a set of ideas in unified discussion to find out how...

* [x] when `node_modules` are present in directory, yarn uses it instead of `--modules-folder` (warn?/create a signature file?) * [ ] `YarnInstall` which does `yarn global add` (?) * [...