Philipp Arndt
Philipp Arndt
TLS issue
Hi, when using the MQTT protocol with TLS, there are some issues (with versions 2.x and 1.x. LetsEncrypt certificates generated with Traefik are denied with `errSSLXCertChainInvalid = -9807, /* invalid...
The Hue API v2 (currently in beta) added support for push notifications using SSE. This would be a great enhancement when working with buttons. Do you have a plan to...
Hi the `vsce` npm package is deprecated has been renamed to `@vscode/vsce` See: - https://www.npmjs.com/package/vsce - https://github.com/microsoft/vscode-vsce#usage this PR will switch to the new package name
in All options are gray in sublime 3
Hi, This PR adds the ability to toggle the table mode from the status item: fixes https://github.com/rpeshkov/vscode-text-tables/issues/46 I've implemented some more features for the table editor on https://github.com/philipparndt/vscode-text-tables in case...
Thanks for the great VSCode extension! It would be nice to toggle the table mode using the status item. I've already implemented a small patch for this. PR will follow.
Do not persist empty subscriptions, as they are pointless. Example, the following empty subscription should not be persisted:
Currently, the folder and topic limits are only presented on the root page. Add this warning to any subpage as well.
Implement more MQTT features like: - message expiry - password without username - improve properties view to show an long list of properties by using a details page