-
i keep running into this same problem in different ways and am not exactly sure what to do about it in a general sense but thought i'd open an issue to keep track
we currently have `for-tpl` as the…
-
### Just an idea
As someone pointed out (#130), a **faster** Datascript implementation is needed for applications with a lot of entities.
Moreover, it would be great to have a system that would offe…
-
Hey guys,
I was checking around what I thought was normal behavior for clojure and found out that it is probably a Lighttable thing. My problem is that any error that occurs in Lighttable creates a st…
-
there's a lot of good questions and info being shared in slack on repeat.
for the most part the answers are out there, but stuck deep in the wiki or code comments or something else. for the really …
-
The first example (bar chart) on http://keminglabs.com/c2/ should be updated to remove use of `c2.core/style` which has apparently been removed.
(also, a complete worked-out cljs example for the bar…
ghost updated
9 years ago
-
Steps to reproduce:
1) add a new key binding to your user keymap such as [:editor "pmeta-9" :paredit.grow.left] that conflicts with an existing keybinding in the default keymap. pmeta-9 is bound to s…
-
We would like to better understand who is using our libraries. Are you using reitit at work? Please comment below!
A link to the company website would be great too.
-
Hello,
Several months ago I forked this repo and started working on it. After some additions, I found myself unable to work with such a large codebase with which I was so unfamiliar, so I decided t…
-
```
(deftest input-fn
(async done
(let [c (j/cell nil)
f #(reset! c true)
i (h/input :click f)
e (.createEvent js/document "HTMLEvents")]
(.initEvent e…
-
How to reproduce:
- search for models, making sure the result list is higher than your window
- scroll down
- click on a model
- go back (using browser's back button)
- list is shown scrolled to …