Brad Peabody
Brad Peabody
Not specifically but if you use [tls.Listen](https://golang.org/pkg/crypto/tls/#Listen) to create a TLS listener, you should be able to make a `godap.LDAPServer` with `Listener` set to this. The calling `Serve` on the...
As another note on this, a good hold-over solution might be to just have a decent example of the workaround people can use in the mean time. There's this https://medium.com/@skdomino/watch-this-file-watching-in-go-5b5a247cf71f...
My overall thought on this would be to make an example site based on TailwindCSS styling and just start adding to it. We could probably even follow a bunch of...
Yeah I think the issue here is TinyGo generally doesn't have a good way to implement net/http on Microcontrollers (TinyGo's original and primary target environments) because the environment is just...
@powerman I think the issue is that there is unlikely to be a generic way were components can just be reused from other libraries. Vugu does have the concept of...
Okay actually one thing I did want to bring up here is that one simple thing that could be done is the ability to mark a section as "do not...
Another solution would be to generate a random value for the node part at startup and then increment it by one each time a new ID is made (with logic...
I understand. This does raise the question of whether or not there should be several different modes available or options of some sort. I do understand where you're coming from...
Vugu doesn't really do anything with MDL right now, but if it works without JS it could be useful. The main issue with most libraries is the JS dependencies they...
Some feedback on this: The CDN script concept is essentially just for development, I believe because it results in a much larger client download. I'm also not sure how well...