Re: [go-nuts] Generic "nillable" constraint

2023-10-18 Thread 'Axel Wagner' via golang-nuts
On Wed, Oct 18, 2023 at 5:24 PM Jon Watte wrote: > I think "making all values comparable" is a worse change though (there's a > reason they aren't comparable!) > FTR the proposal was not to make all values comparable, but to make all values comparable to the predeclared identifier nil - similar

[go-nuts] Clace: Secure web application development platform using Starlark

2023-10-18 Thread Ajay Kidave
Hey, I have been working on a new open source project https://github.com/claceio/clace for the past few months. Clace is an Apache-2 licensed platform for building secure internal web applications. The end goal is to allow fully custom applications as well as workflow type applications.

Re: [go-nuts] shiny, windows, and goroutines

2023-10-18 Thread Nigel Tao
On Wed, Oct 18, 2023 at 9:55 PM SuperTXT Team wrote: > I'm experimenting with shiny, trying to develop a wire protocol for > it. I have some questions about the interfaces. > > It seems from some of the examples in the documentation and some > tutorials that everything except perhaps sending

Re: [go-nuts] Generic "nillable" constraint

2023-10-18 Thread Jon Watte
> The two proposals above are a similarly big change, that are more general in the kinds of problems they solve. So they seem better. Well, if that would happen, my complaint would go away, so I'd be happy with that. I think "making all values comparable" is a worse change though (there's a

[go-nuts] shiny, windows, and goroutines

2023-10-18 Thread SuperTXT Team
Hi All, I'm experimenting with shiny, trying to develop a wire protocol for it. I have some questions about the interfaces. It seems from some of the examples in the documentation and some tutorials that everything except perhaps sending custom window events (to trigger updates to the UI) occur