Andreas C. Osowski

Results 18 comments of Andreas C. Osowski

`properties` is populated as follows for a manually created graph. It might be related to #488 though. ``` "properties": { "name": "main", "id": "test/main", "project": "test", "environment": { "type": "noflo-browser"...

Assuming that ``` "properties": { "name": "ttttt", "environment": { "type": "noflo-browser", "protocol": "iframe", "address": "http://th0kus.ngrok.io/everything.html" } }, ``` is a valid header properties header for an imported gist, it'd seem...

Well, I tried out various combinations, including `{"type":"html","src":"http://...","protocol":"iframe"}` to no avail. And the official graph-schema.json doesn't specifcy the properties contents... where'd be a better place to look?

Yes - that'd be awesome! On Mon, Aug 10, 2015 at 1:12 PM, Jon Nordby [email protected] wrote: > There is probably no place better :) We should update it! >...

Ideally, this will work in hand with buildkite artifact uploads, bloaty, and a bot that parses the outputs and reports back if size increased by too much via some combination...

I beg to differ. I'm not well-versed enough in Python3 codecs to pinpoint exactly where things need to change, but: `as_bytes()` should split the trits into chunks of up to...

We should ignore this API call for now. I don't think anyone actually uses it.

We don't want to support CMake entangled-wide, my comment on CClient just meant that we should add a CMake-based example to build cclient if people really want to pull it...

Remote signature is implemented via #164

Hi @mhmazrooei a) please make sure you're running MariaDB & not MySQL b) this might be a simple socket timeout issue (in which case the correct solution is to just...