Daniel B.

Results 8 issues of Daniel B.

In the general Cpp-Extension there is a possiblity to configure a so called pipeTransport as part of a launch configuration. Over this way it is possible for example to pipe...

enhancement

I did not find a possibility to check that a client connection has been successfully established like `client.is_connected`.

A given gitman.yml like: ```yaml location: demo sources: # gitman sources part 1 - name: gitman_1 repo: https://github.com/jacebrowning/gitman-demo rev: example-branch # --------------------------------------------------- # Here some more documentation about the dependencies...

bug

First try to implement the flat hierarchy resolution strategy as described here #128 The following resolver-strategies are implemented: * recursive-nested: this is default resolver and represents the well known basic...

help wanted

i'm thinking about to implement a flat hierarchy resolution strategy like bower. I think it would be good extension to gitman as long it is configurable in the update or...

help wanted
feature

my proposal is to introduce some etl::string-typedefs with the size of power of two, to simplify common usage. ```cpp typedef string string8; typedef string string16; typedef string string32; typedef string...

**Is your feature request related to a problem? Please describe.** I want to use the isoalloc as a kind of memory pool by usingh iso_alloc_from_zone. Unfortunately two things are missing...