Bradley Hilton

Results 60 comments of Bradley Hilton

Just to add my two cents, I just verified that the `regenerate_ssh_host_keys.service` does not exist on the Raspbian 10 (buster). So, this would be a nice addition to the script....

One thing I really like about gorilla websockets framework is their upgrade function returns a pointer to the client, so I wonder if that would be a viable solution here....

``` func handler(w http.ResponseWriter, r *http.Request) { conn, err := upgrader.Upgrade(w, r, nil) if err != nil { log.Println(err) return } } ``` That is how gorilla websockets framework handles...

How do we get notified when a client connects and their last event id? I see where internally in the package it is stored, but I don’t see how to...

With doing this, we will need to always double check how we are loading content. This is something that we at Rocket.Chat have constantly run into issues with, hosting the...

Agreed, this would be extremely helpful as we have had a few people request private group import from Slack into Rocket.Chat and the limiting factor of them using this tool...

Would love to have this feature enabled. 👍

Agreed, this would be amazing to have

There are even more action buttons now. We need to work on documentation.

One thought on this that occured to me, Apps which use the new version of TypeScript will no longer be compatible with older versions of the App Engine. In my...