Travis Glenn Hansen

Results 832 comments of Travis Glenn Hansen
trafficstars

I seemingly have the same issue. I had 2 entries in the `select * from event_forward_extremities efe left join events e using (event_id) where e.event_id is null;` query both of...

> * Is this affecting a federated room (ie, are there now, or have there ever been, any users on other servers in this room)? My install is fully isolated...

Pretty sure it's an issue with the query: ``` 2017/07/17 16:54:51 [error] 287#287: *472 FastCGI sent in stderr: "PHP message: PHP Fatal error: Query SELECT ref_id, feed_id, title, link, content,...

The connection is to a separate project: https://github.com/kubernetes-csi/csi-proxy (not my own service). I'll gather up more info but afaik the other 'csi' drivers are using actual uds on windows. I'm...

OK, have confirmed that the csi drivers written in `go` are indeed using 'real' `uds` on windows and not named pipes.

Is it possible to write my own transport/dialer and plug it into the grpc-js stuff or that's not feasible?

I seem to find the edge cases don't I...

Not sure if it's viable in your use case but I had similar thoughts. Ultimately I found a fully containerized solution in the following which may be helpful for you:...

If you want to run everything fully as containers you can also do something like this that runs both `clair` and `clair-scanner` in the same networking namespace so they can...

I'm interested in following this conversation. I had a similar request for an auth server I author over here: https://github.com/travisghansen/external-auth-server/issues/57 If one has control over the app/SPA I ended up...