Jovansonlee Cesar

Results 75 comments of Jovansonlee Cesar
trafficstars

I was able to recreate the panic. Thanks @galou for reporting.

The fork I have https://github.com/ivanceras/itui make the widgets hold the area they are in, instead of passing it every draw call. The event listener is also attached to the widget....

FYI, I have cloned this [repo](https://github.com/ivanceras/stretch) and release a new crate named [expanse](https://crates.io/crates/expanse)

A lot of improvements has been added to the framework, this includes performance optimization and memory usage. Early development was made to allow leaking of memory in order to move...

The tagging is limited only to a detached limited shape primitives such as circle and rect. If it is touching or very close or inside another shape, the algorithm breaks.

A workaround to the issue is to change to version of imported QtQuick.Controls to a lower version ``` import QtQuick.Controls 1.2 --> import QtQuick.Controls 1.1 ```

In the `elm-spa-example`, clicking on the `tags` will not change the `url` since `href` is `javascript:void(0)` and also since `onClick (SelectTag tagName)` which execute the corresponding update on the models....

This needs to have the [chainbridge-substrate PR](https://github.com/ChainSafe/chainbridge-substrate/pull/115) for migrating to new version of substrate to be merged first, and then point the dependency into that repo, before merging this PR.

This looks like we have the same issue https://github.com/rtfeldman/elm-spa-example/issues/41

@ianjevans This seems to be a font issue, the demo is using Iosevka fonts which I found to fit well with svgbob. The downloaded svg will use your default monospace...