thegreathir

Results 9 issues of thegreathir

As I recognized from your docs at this point navitia can not read the Taxi routes from gtfs. Actually the Taxi service that is supported by navitia is just like...

What is the best way to wait behind multiple queues and being notified when a message is coming from any of them? Actually I want something like select (in linux...

Is it possible to get per thread flame graph? I mean get a separate CPU flame graph for each thread.

Is there any plan for supporting `IPSec` protocol? `IPSec` protocol is contained in a full implemented network stack like Linux and BSDs. I know that the key exchange part is...

kind/feature

This [docs](https://github.com/Cockatrice/Cockatrice/wiki/Setting-up-Servatrice) is stale, The docker section suggests a series of commands and ignores the nice newly added `docker-compose` option.

Help Wanted
Documentation

I'm using v1.0.2, this is my code: ``` #include "kj/async-io.h" kj::Promise loop(kj::AsyncIoContext &io) { auto addr = co_await io.provider->getNetwork().parseAddress("", 12); auto receiver = addr->listen(); auto conn = co_await receiver->accept(); co_return;...

Hi, I'm using `v1`, and I'm using Capnp in a bazel project with something like this in my WORKSPACE: ```bazel http_archive( name = "capnp-cpp", sha256 = "3cfd0ed58080d78b3a3381305489f2175cdaf1ef1cb55425d8fc8246a76bdff3", strip_prefix = "capnproto-1.0.2/c++",...

Failed to open pcap.gz file ``` sharkd sent unexpected stderr: 'sanity check(3a): [3] wrong type ``` Wireshark and tshark are OK with this.

I'm trying to allocate concurrent_hash_map on Shared Memory using Boost shared memory allocator ```c++ #include #include #include template using ShmAlloc = boost::interprocess::allocator; using Key = int; using Value = int;...