sandercm
sandercm
Personally ran into this issue when trying to implement the example into my first project when learning.
Currently you are forced to copy the items into the tree. With this change you can avoid this overhead. It works for my use case but if I missed something...
I would like to add an event handler that opens all child leaves when a parent leave is selected. Currently it seems to only be possible to open 1 level?...
Hi, I was wondering if it would be possible to add a method that would set a coroutine object from the "outside". For example ``` boost::cobalt::promise request; // save the...
Hi I noticed that the parser would stop parsing more json thinking it reached the end of the file. My code is using the example ``` let feeder = AsyncBufReaderJsonFeeder::new(BufReader::new(reader));...
## Description Talk about your changes here. Currently all error codes are wrapped in an Option type, this is not a causes the Option type to leak into a lot...