dev590t

Results 34 comments of dev590t

I have seen the performance of swing version of SwiftVis2 in https://dynamicsofprogramming.blogspot.com/2018/08/swiftvis2-and-speed-problems-with.html. It is pretty good. Actually I use `alexarchambault/plotly-scala`. It is a js librairy. So I know already it...

Actually, I don't use the librairy for the big data. It is ok. If the speed of js librairy is similar than SwiftViz2. In performance comparison, I would like see...

You should update the package in requirements: ``` "yfinance>=0.1.68", "requests>=2.26", ``` It is soo bad that this project is no longer maintained. I wonder if the author still accept PR

plotly-scala miss many feature compare to python API of plotly. The project isn't heavy maintained. A other alternative can be to use [scalapy](https://github.com/shadaj/scalapy) wrapper on python API of plotly

Did this solve your issue? https://github.com/moby/moby/issues/42963

I propose to use `MUnit`. It is a more modern test framework

gear0 solution word for me. This my .emacs ``` (load-file "org-caldav/org-caldav.el") (setq org-caldav-url "http://localhost:5232/org-mode2") (setq org-icalendar-include-todo 'all org-caldav-sync-todo t) (setq org-caldav-debug-level 2) (custom-set-variables ;; custom-set-variables was added by Custom. ;;...

Did a refresh buffer work for you? hit "g" after your step 4

> org.apache.spark.ml is present, but I'm not sure why it's expecting org.apache.spark.ml.dsl to exist After check the code source, I see `org.apache.spark.ml.dsl` is a package contained in the directory `mldsl/`...