Nicolas Modrzyk

Results 10 issues of Nicolas Modrzyk

I had to change the wrong namespace first: -(def ^{:dynamic true} _migrations-namespace_ 'lobos.migrations) +(def ^{:dynamic true} _migrations-namespace_ 'lobos.migration) But then even after using, defmigration and calling (migrate) or (rollback) nothing...

hi, Thank you for the super project. Tried it out today, and all works cleanly. I had a quick question on the generated DLL. I have no idea how to...

Running the cluster ping pong example either lead to: ``` WARNING: fiber Fiber@10000001:fiber-10000001[task: ParkableForkJoinTask@d758092(Fiber@10000001), target: co.paralleluniverse.actors.ActorRunner@65c19b15, scheduler: co.paralleluniverse.fibers.FiberForkJoinScheduler@30638489] is hogging the CPU or blocking a thread. ``` or (on the...

Frontend is working great .. but can't figure out the server side just yet .. and my head hurts with "component" still :)

enhancement
help wanted
question

I am using gradle-processes to manage a set of long running services. I am basing my tasks on JavaFork, and simply using the main class with classpath and arguments. On...

Trying to run the samples running OSX Mountain Lion and installed opencv through homebrew. I can get the library to compile no problem: ``` [niko@Modrzyks-MacBook-Pro-2][13:18][~/projects/vision/resources/lib/] % make [ 50%] Built...

add methods to video.clj - [ ] add fourcc

I have a table, and want to handle row events. THe first row-factory gets me what I want ```clojure :row-factory {:fx/cell-type :table-row :describe (fn [row-data] { :on-key-pressed {:event/type :row-key :row...