Jim Newton
Jim Newton
This fix is commit dd4929b35c578b4cef5a148d8d2b1a872505cb5f
It could be that this is a bug, because I am indeed logged in. Yet when I Save, I don't see any updates to the snippits list.
Experimenting a bit more, it behaves a bit differently than it did earlier. If I change the code in the editor, and press save, then activates the snippits menu item,...
Would it be possible to annotate the snippit list a bit? Either some user text? or at least the date/time/time-zone the snippit was saved?
There is a suggestion on [stackoverflow](https://stackoverflow.com/questions/2833185/write-xml-file-using-lxml-library-in-python) to use `sys.stdout.buffer` instead of `sys.stdout` in the first argument of the `write` method of `xml.etree.ElementTree`. To write the xml text to stdout. In...
BTW, should I really be using version 0.0.4 as indicated on the web page? ``` libraryDependencies += "org.sameersingh.scalaplot" % "scalaplot" % "0.0.4" ```
This issue is also discussed here https://ask.clojure.org/index.php/10897/is-this-a-bug-in-cl-format?show=10900#c10900
I'm getting 100s/1000s of these warnings as well using gtk. It would be nice if I could fix it, work around, or suppress the warnings as they potentially hide other...
I've created a pull-request for CFFI which simply suppresses the style warning. https://github.com/cffi/cffi/pull/61
If I change the data structure to the following, no points get plotted. ``` {:data {:values polished-data} :title {:text chart-title} :description chart-title :axes [{:orient "bottom" ;; TODO this is NOT...