Kami commented on issue #2045: URL: https://github.com/apache/libcloud/issues/2045#issuecomment-2692899104
Thanks for the additional context. I didn't have time to dig in deeply, but the project looks interesting :) As far as the original idea goes - if I understand it correctly, it would be more like "repl in a browser" aka a way for people to try out and play with Libcloud? If that is the case, it could indeed be interesting and we could perhaps host it at https://try.libcloud.org or similar. In fact, I worked on a prototype for something like that many, many years ago. That was long before WASM so there was a server side component + client (browser + JavaScript), but securely sandboxing Python interpreter was anything but trivial so it has never seen wide use due to potential of abuse. And yes, if the secrets are stored locally (browser storage), I don't see a problem with it. If it would be anything more than that, my original comment still stands - it's not something which should be bundled with the core library, but built as an application on top of it which can be developed and live independently :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libcloud.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org