vlaaad

Results 46 issues of vlaaad

Code ``` getEngine().runOnUpdateThread(new Runnable () { @Override public void run() { Log.d("Test", "runnable a"); getEngine().runOnUpdateThread(new Runnable () { @Override public void run() { Log.d("Test", "runnable b"); } }); } });...

### Problem Datahike can't pull instant attribute when it is specified in a pull pattern. ### Repro ```clj (let [uri "datahike:mem://pull-inst-repro" _ (d/create-database uri) conn (d/connect uri) tx (:db/current-tx (:tempids...

bug

### Problem [Differences with Datomic](https://github.com/replikativ/datahike/blob/master/doc/datomic_differences.md) article states that `as-of` has no differences from Datomic, but the behavior is actually different. Datomic [defines a time-point](https://docs.datomic.com/cloud/time/filters.html#as-of) for `as-of` as one of: >...

bug

There are couple of higher level design decisions that I feel are somewhat limiting, so if I were to make `cljfx-next` (I'm not), I would do these differently: 1. I...

idea

Current implementation forces distinction between functions and maps on user. Actual event handler should be a function of 2 arguments: handler definition (which are currently functions or maps) and event...

enhancement

Extra care needed to make sure we mutate only specifed keys, because other props use properties map as well (such as `:h-box/hgrow` etc.)

enhancement
idea

Something like that: ```clj (fx/observe (comp (dedupe) (map (fn [progress] {:fx/type :stage :showing true :scene ...})) (render-on-fx-thread)) (fx/ref->observable *progress)) ``` Open questions: - what about opts? they can be changed!...

idea

It can benefit from caching done in lifecycles, currently renderer middleware is invoked on every call to renderer. - [x] `wrap-many` middleware can be done as `ext-many` that has some...

idea

**Describe the bug** An unhandled exception is thrown on incorrect use of `go.property()`: ``` java.util.concurrent.ExecutionException: java.lang.AssertionError: Assert failed: (not (g/error? bytecode)) java.lang.AssertionError: Assert failed: (not (g/error? bytecode)) ``` **To Reproduce**...

bug
editor