Sacha Weatherstone

Results 119 comments of Sacha Weatherstone

Out of scope, webui/cli/apps/etc will handle these

Very similar issue, token from discovery does not work after setup.

This can be implemented client side, I have added last heard counters in the webui, if you could express how exactly you would want this to look/function, we could look...

@aelmaker Have you got any update on this? If you are having trouble, there are a number of people that can answer your questions.

This is a requirement for me too, specifically `@meshtastic/meshtasticjs`

This is how I'm currently using it: ```ts getUsers: UnaryImpl = async (req, ctx) => { return new GetUsersResponse(); }; ``` as opposed to: ```ts async getUsers( req: GetUserRequest, ctx:...

It appears that it's just using whatever the inferred type definition is to scaffold it: ![image](https://github.com/connectrpc/connect-es/assets/11172820/1333a58f-aee3-4eda-9677-b03c22c8a894) My class definition is simply: ```ts export class Model extends BaseService implements ServiceImpl ```...

+1, just got a lifetime Plex pass subscription, currently using a custom script, but this would be better.

They have some overlapping functionality, but it should also be able to convey the presence of an IP network or generic wired network

I really think everyone needs to start dropping support for eol Node versions. It's just holding the whole community back.