Mengu Kagan

Results 11 comments of Mengu Kagan

this actually happens even without any connections @thaven. also, with 0.8.5 beta the app does not even start.

hi all, does anyone have any idea as to what might cause this issue?

thank you @kares . i'll give it a try.

hi @aschmied, sorry i could not. i did not have the time to do so. i've just chosen to deploy an executable war rather than a compiled one. i'll give...

hey @NazarTopolsky, thanks for the update. i will update the pypi package tomorrow.

have you ran the python setup.py install command?

@zendevil, i don't know your figwheel version but you should define `:figwheel` as a key under the defproject declaration. ```clojure (defproject myproject "0.1.0" ;; some definitions here :figwheel { :server-port...

what does your project.clj look like @dchacke? production builds are exactly the way you describe.

I'll second this request. I was building[ this example application from dlangui](https://github.com/buggins/dlangui/tree/master/examples/ircclient) and all I wanted to do is run `dub -v` and have it running. > Relying on this...

> > that's not a terrible idea, that's a great idea. anyone who wonders how this or DYLD_LIBRARY_PATH works can dig into how static and dynamic linking works. please merge...