Urban

Results 6 issues of Urban

Currently, I think Node.contains is used for detecting if the click happened outside of the element. I have a case where the element within the directive's host is replaced after...

If this is the database: `{:schema {}, :datoms [[1 :count 1 536870913]]}` ``` (ns posh-todo.core (:require [posh.reagent :as p] [datascript.core :as d])) (d/q '[:find ?count :where [_ :count ?count]] @conn)...

First, thank you for this addon, I needed something to organise my revision process. I'd like to offer an idea. When memorising something like T.S.Eliot I find that the lines...

I'm on win7 64 bit using nim 32bit 0.13.0. I downloaded wxWidgets-3.0, extracted it next to the wxnim clone dir. I then built it via "mingw32-make -f makefile.gcc SHARED=0 UNICODE=1...

Currently, if you use this module to convert types on which you are using the Lens library, you get an invalid output file since it generates variables with underscores. Fixing...

When trying to use widgets from the IupControls library, I get "could not import" runtime error. Do I need a dll? import iup let m = iup.matrix(nil)