oleid

Results 35 comments of oleid

Ah, I would have thought that a hosts entry pointing to the correct IP would be enough. Thanks, that did it for me. :)

Thanks for bringing Thrift to rust! I just discovered Apache Thrift and I'm thinking about using Thrust in the near future for a litte project of mine -- just serialization...

Also, don't use CFLAGS for nvcc - build breaks when passing e.g. -march=native to configure.

Along the same line: CFLAGS are used when compining with nvcc. This breaks the build for me, as nvcc doesn't support "-march=native", which I pass to gcc. Please change this...

Consider this to be a request for comments, rather than a request for merge :)

Hmm, I don't think there is any client part in this docker container (or at least there shouldn't). It's all about the server. If anything, `org.flatpak.flat-manager-client` is the perfect partner...

I would be interested in this as well.

Proxy support might be quite handy ; I frequently use socks proxy at work, which are created via ssh's `DynamicForwarding` (`-D`) option.