Facundo Quiroga
Facundo Quiroga
Great examples! just wanted to let you know now you have to do: import org.scalajs.dom.html val canvas = dom.document.createElement("canvas").asInstanceOf[html.Canvas] to create a canvas (or access one) Cheers!
David, it's sad to see Gitpitch shutting down. For those interested in continuing the open source version of GitPitch, could you clarify which would be the latest version available with...
Is there any doc on how VGrive resolves conflicts? I see [this](https://github.com/bcedu/VGrive/blob/e582d28ad018bb92d9a5707a672d627a68551235/src/VGriveClient.vala#L304) comment where apparently when a file has been modified both in local and remote, you move to .trash...
Alexey, I'm the author of https://facundoq.github.io/unlp/sign_language_datasets/index.html. We are currently developing https://github.com/midusi/handshape_datasets, a library to automate downloading and reading handshape datasets. We are also plan on creating a similar library for...
Don't show numbers, just gray them out
The following program silently fails because of the ":" in the variable definition. ````org 1000h a: dw 4 org 2000h hlt end ````