dsl400
dsl400
The option could be a good thing. SSH port tunnel involves addin ssh keys in the router for all pc-s in the network
if the vpn connection is lost the program exits. It will be a better user experience if instead of exiting the program would expect a new authentication session
connection loss can last for an indeterminate period attempting to immediately reconnect is not the best approach, a backoff method is required placing this functionality behind a config option is...
I think my suggestion was misunderstood. The goal is to have the option to restart the vpn with minimal effort. Sometimes connection to the server is lost due to different...
I was hoping to migrate our existing code by loading some components as custom renderers until we have time to create schema for all our existing forms
> I don't think this PR is necessary. Instead of within JSON Forms you could await the renderers outside of JSON Forms and only render JSON Forms once they are...
@sdirix While I do agree that we will be creating custom renderers on our end, the whole purpose of this pr is to let the world benefit from angulars natural...
@sdirix Thank you very much for reconsidering this PR, I will come back with updates
One suggestion will be to create a dist folder and route all the build output to that folder and if some packages require source code copy the source code in...