Krisselack

Results 11 comments of Krisselack

can confirm with julia 1.5.3. I tried: `Pkg.add(url="https://github.com/ayush1999/Keras.jl")` resulting in: >ERROR: could not find project file in package at `https://github.com/ayush1999/Keras.jl` maybe `subdir` needs to be specified or with: `Pkg.add("Keras")` it...

Same for me. Without .xpi file I also was not able to install the new version from github.

Can confirm. Crawl Version 0.22.2.

Hi, i was not able to run a processing sketch under windows 7 (emacs 25.1.1, processing 3.3.). .emacs-modification: (setq processing-location ""C:/Program\ Files/processing-3.3/processing-java"") (setq processing-application-dir ""C:/R/wd/processing/"") (setq processing-sketchbook-dir ""C:/R/wd/processing/"") processing-compilation-output: -*-...

Double quotes are apparently necessary, otherwise the path wouldn't be recognized at all. The addition of .exe didn't change the output. Thanks.

Thank you! I tried to change it: (setq processing-location "C:/Program Files/processing-3.3/processing-java.exe") The value of processing-value: processing-location is a variable defined in ‘processing-mode.el’. Its value is "C:/Program Files/processing-3.3/processing-java.exe" Original value was...

Thanks! I applied the patch, however nothing changed. What helped now, was to rename the folder from "Program Files" to (german) "Programme". Apparently the issue was the space between "Program"...

thank you, it was me twice accidentally :-)