Todor Imreorov

Results 512 comments of Todor Imreorov

http://depts.washington.edu/madlab/proj/dollar/index.html also https://github.com/arypbatista/godot-swipe-detector/issues/16

please improve it. It is very poor atm circles get recognized as squares and squares work 10% of the time. If you dont spawn 8 markers, nothing gets recognized. The...

what if you simply compile the damn thing to wasm and combine it with inkjs? Thats a fantastic idea! it is doable https://thunderducky.github.io/inkwasm/ That would eliminate this platform specific compilation...

the link is for autocomplete, not autocorrect

btw yarn-editor already implements autocorrect and even suggests correct spelling of words if you highlight and rightclick. It also supports ink mode. Give it a try at https://yarnspinnertool.github.io/YarnEditor/ One thing...

I am trying to add the wasm version to yarnspinnertool.github.io/YarnEditor/ But the version is from 2 years ago and is unofficial. Is there any reason the wasm target is not...

ctrl+f would work for webapps, but not for electron apps :) The feature I want to replicate is to sort of make the non-found nodes semi transparent and unselectable ![yarnGD](https://user-images.githubusercontent.com/6495061/62571206-b730c300-b888-11e9-810e-a21a5cb8dd33.png)...

I've been wrestling with this too. How do you make them responsive?

I was able to get it by giving the cells min-height and the grid a overflow-y="auto" max-height( to prevent it from over expanding - it's inside another grid) and columns="repeat(auto-fit,minmax(300px,1fr))"...

I still have a problem with this setup. I wish I didn't have to pass the red grid a max-height value in order to get overflow-y to work. Is there...