Nathaniel Kofalt

Results 28 issues of Nathaniel Kofalt

Slack has added a new [voice call](https://get.slack.help/hc/en-us/articles/216771908) feature, and it's pretty slick. When I hit the new call button in Scudcloud, nothing happens. When running Slack in Chrome, a new...

I was wondering if this pattern matches your usage for a WAMP client that should try to always maintain a healthy connection. Do you do something differently? If so, would...

question

Hi! Great project, I'm using it for single-digit-ms RPC in anger and loving it. Right now, I am using nexus to speak from & to Go clients which I control,...

The `request_body_tempfile_limit` key is only used in a single place in webapp2: ``` bash # grep -r request_body_tempfile_limit webob/request.py: request_body_tempfile_limit = 10*1024 webob/request.py: ``self.request_body_tempfile_limit`` webob/request.py: tempfile_limit = self.request_body_tempfile_limit webapp2.py: request_body_tempfile_limit...

Hi there - very neat project! Trying this out with a fairly large OpenAPI 3.0.2 spec file. Works great converting down to v2, throws a promise error trying for v1....

From my [runtime notes](https://github.com/polydawn/repeatr/blob/master/notes/which-runtime.md#dns): > You now have a network address access, but not DNS. > Inside the container, here is my immediate way to fix that: > > `echo...

type:enhancement

Given the following example: ```python file = ffmpeg.input('example.mp4') video = file['v'] audio = file['a'] # Part A: draw a box over the bottom half of the screen video = ffmpeg.drawbox(video,...

I occasionally run into this problem with existing graphs. Pretty sure it would be fixed by #53 but tracking it separately as it's a user-visible error. ``` Building from to...

As per @heavenlyhash, it is allegedly possible to isolate the index (staging area) from the graph with some git flags. We should map this to a temporary folder in the...

A command like `hroot build -s docker -d docker` won't involve a graph in any way, but hroot creates or opens a folder just the same. It shouldn't until it...