Cedric BAIL

Results 37 issues of Cedric BAIL

It should be possible to support web assembly as a target for this library. The only way to support wasm target is to use a websocket library that support it...

This is only working at the moment with go wasm port and it is my main interest. Nhooyr websocket library allow also for simplifying NewWebsocket code. gopherjs doesn't work for...

### Description: **THIS IS A REQUEST FOR COMMENT, DO NOT APPROVE/MERGE.** This PR is just to show what I have in mind on how to address race condition in Fyne...

### Is your feature request related to a problem? Please describe: Calling Refresh from within the Render thread expose race condition between the Render thread and the user of Fyne...

enhancement
future
races

### Is your feature request related to a problem? Please describe: Currently the user of Fyne API, the rendering thread and the input thread are all accessing the same data...

enhancement
future
races

### Description: This does add a Kubernetes engine to fyne-cross. Fixes #98 ### Checklist: - [ ] Tests included. - [x] Lint and formatter run with no errors. - [...

### Is your feature request related to a problem? Please describe: It is possible to setup a cluster of machine that will be able to run multiple containers at the...

enhancement
meta

### Is your feature request related to a problem? Please describe: fyne-cross need to follow fyne behavior closely and having two different repository increase complexity in managing two different release...

meta

### Is your feature request related to a problem? Please describe: Modern web browser do not happily open local files anymore. They need to be served by a web server....

The gorilla websocket library does not support webassembly. It would be nice to use https://github.com/nhooyr/websocket to have support for it. It would require test to make sure it also work...