Brad Peabody

Results 200 comments of Brad Peabody

Required features (not necessarily a complete list): * **Maps** - Vugu makes heavy use of maps, need a full implementation of that which supports thousands of entries with reasonable efficiency....

This would be great. Do you have any info on the process for getting that added? I help with the design of the highlighter itself but I don't have any...

Vugu does re-render on state changes. The way it works is the main() blocks on a channel in it's main loop and there is some glue under the hood that...

`` does not work with any child components. The code should probably be updated to explicitly enforce this. I think to accomplish what you're after one approach would be to...

I think it's fine to leave this open for now as a reminder to update the documentation and to update the code generator to error if `` has child elements...

I can think of a few different approaches for something like this. React Native uses react syntax to then create native components. So having a JSX `` [element](https://reactnative.dev/docs/textinput) will result...

@zoltanmakra Okay yeah that seems good to me. I'm not sure why you need to use the Rendered() call as opposed to Init or Compute but I agree the current...

Thanks for this. Is there a test case that you can add to the test suite in `wasm-test-suite`, so I can see what problem is being solved with this fix?

I suspect this a general issue with Go+WebAssembly (and possibly specifically in Chrome). The main render loop blocks on a channel and while it is of course using some memory...

I've looked at webview before and it's an interesting project - I really like the minimalistic approach and it seems to work surprisingly well... except that in Windows it uses...