Damien Radtke

Results 23 issues of Damien Radtke

When the server sends a message to a client, it should listen for an ACK response from the client to indicate that the send was successful, and drop the client...

enhancement

I'm trying to add gstreamer support, but I keep running into a weird build error. I already found and fixed a couple (mostly related to locating modules), but now it's...

Building gogobject failed for me because the internal go tool dist failed with [this error](https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1076017) (I'm using openSUSE, not Ubuntu, but it's the same error). The dist tool appears to...

Gradle by default uses `build` as its output directory, and Eclipse uses `bin`, but it doesn't look like there's a way to tell the language server to use Gradle's settings...

upstream
gradle

My setup has most Consul communication happening over a Unix socket, and it looks like [`registry.consul.addr`](https://fabiolb.net/ref/registry.consul.addr/) doesn't work when given a file path or a `unix://` address. Is there a...

This PR adds a `set_hostname()` method to the Github client that should enable it to be used for GitHub Enterprise as well as public GitHub. The library defaults to public...

I'm playing around with a new project, and so far I have it broken down into three main tasks: 1. `compile` -- prepares frontend resources, e.g. compiling JSX to javascript...

Following the instructions in the README and ensuring that I had the `kernel-default-devel` package installed with the correct version, I was able to build the modules successfully: Build output: ```...

I tried running this command according to the page: ``` sudo docker run -it --rm --name test-grpc -v "$PWD:/usr/src/myapp" -w /usr/src/myapp grpc/node:0.11 node test.js ``` and I get the error...

The README states ``` Note: This tool is not compatible with vim-lsp as it only supports LSPv2.0. ``` Is this still an issue, and if so, can the wording be...