Cedric BAIL
Cedric BAIL
Yes, the GL and GL ES shader between 110 and 100 are very close.
I wonder if it isn't a float problem. The shader doesn't initialize color with a default value and rely instead on comparing switch_var to a float. Maybe those float are...
The problem seems to be that MacOS X expectation of clang and the clang used to compile are not aligned. A work around is to override NS_FORMAT_ARGUMENT(A) ( `-DNS_FORMAT_ARGUMENT(A)=` or...
To solve the problem, updating LLVM from v12 to v14 fixed it.
This is pretty cool. Just an idea here, what do you think of changing `field` to actually be the widget type to use. For example, you could have: ``` type...
> Isn't this what `dialog.NewForm` is for? This generate the item of NewForm by using reflection. It could use NewForm internally I guess.
Chroma seems like potentially a good fit for fyne. It might be possible to write a chroma formatter that directly connect to a fyne rich text. I don't know how...
Feel free to propose your integration with a demo to fyne-x. I think it will fit there.
Oh and something that would be cool is to figure out a way to extend the markdown support to be able to register things like that to enable rendering code...
I got the following error while compiling a Go fyne application with latest Go 1.20 and zig 0.11.0-dev.632+d69e97ae1: ``` 2023-04-24T21:40:59.4077489Z /usr/local/go/pkg/tool/linux_amd64/link: running zig failed: exit status 1 2023-04-24T21:40:59.4077841Z ld.lld: error:...