Kai O'Reilly
Kai O'Reilly
### Describe the feature We have reached 40% test coverage, which is good enough for v1, but we should try to increase that even more eventually. All of the testing...
### Describe the feature We had this before the Cogent Core rewrite, and we should add it back once we have the time, as it would serve as a good...
### Describe the bug Probably due to a monitor being plugged in while the app was running. ### How to reproduce Try plugging a monitor in while an app is...
### Describe the feature These gradients shift by angle (instead of distance like radial gradients). See https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/conic-gradient. This is low priority until someone needs it; I think that the color...
### Describe the feature This would be somewhat similar to the already existing splits, except instead of having a gradient handle for how much space each component should get, there...
### Describe the feature Using https://github.com/tinygo-org/tinygo for web could drastically reduce binary sizes, making it much more viable to use Cogent Core for websites. I tried to do this and...
### Describe the feature We should support more native features such as bluetooth. This is related to #712. See https://github.com/fyne-io/fyne-x/pull/58/files and https://git.wow.st/gmp/ble/src/branch/master/BlessedConnect.java (from @MatejMagat305 in #981). This is not super...
### Describe the feature Using https://github.com/ebitengine/purego could simplify development and deployment prerequisites. This is not a high priority, but we should look into this at some point. This was originally...
When compiling this program with `tinygo build -target wasm -o app.wasm` on macOS: ```go package main import _ "cogentcore.org/core/icons" func main() {} ``` The compiler crashes with this error: ```...
Various TODO items that used to be in the README (not mine): * ch7: fix bg description of da learning --- kinda buried * ch7: update PVLV to latest bvPVLV...