janckerchen

Results 12 comments of janckerchen

+1, same to me. OS: Mac OSX Ruby: 2.4 ``` $ bundle exec src/examples/dsl_alignment.rb /usr/local/lib/ruby/gems/2.4.0/gems/vedeu-0.8.32/lib/vedeu/common.rb:102: warning: constant ::Fixnum is deprecated /usr/local/lib/ruby/gems/2.4.0/gems/vedeu-0.8.32/lib/vedeu/common.rb:102: warning: constant ::Fixnum is deprecated /usr/local/lib/ruby/gems/2.4.0/gems/vedeu-0.8.32/lib/vedeu/common.rb:102: warning: constant ::Fixnum...

yes, another failed is about backtest status. ``` Failures: 1) Jiji::Model::Trading::BackTestRepository テストが3つ登録されている場合 追加したテストは永続化され、再起動時に読み込まれる Failure/Error: expect(status[:status]).to eq :running expected: :running got: :wait_for_finish (compared using ==) Diff: @@ -1,2 +1,2 @@ -:running...

Another useful info http://stackoverflow.com/a/15261422 > Calling setVolume after calling prepare fixes this, so that audio is played at max volume. Actually, according to the docs I just quoted, you should...

me too ``` > [email protected] postinstall /opt/dev/+demos/scalable-architecture-demo > gulp check.versions && gulp build.bundle.rxjs && npm prune && gulp webdriver && gulp print.banner [23:50:29] Requiring external module ts-node/register /opt/dev/+demos/scalable-architecture-demo/node_modules/ts-node/src/index.ts:312 throw new...

npm run rebuild 遇到同样问题 macOS Catalina 10.15.7 ![2020-12-24_10-46-53 (24)](https://user-images.githubusercontent.com/68181/103055771-1bffd100-45d6-11eb-9237-ba1cce928539.png)

I fixed temporarily ``` ruby module Gondler class CLI < Thor def set_environments path = Pathname.new(options[:path]) path = Pathname.pwd + path unless path.absolute? #change this: Gondler.env.path = path ori_paths =...

(maybe I should post here) I make sure it's big, mac standalone has 216M, jar file has 106M no picture, no truth:) ![image](https://f.cloud.github.com/assets/68181/1464642/048b5ce6-454e-11e3-93ee-bd2411cd191d.png) Dig into jar file, found MB killer...

`The main goal of v2 would be to make python optional and not an hard dependency` Strongly agree, looking forward to a pure Julia version.

vscode offers a native solution, [InteractiveWindow](https://code.visualstudio.com/docs/python/jupyter-support-py), that improves the REPL + notebook experience and currently only supports python and jupyter. ![Jupyter Code Cells Plot Viewer](https://github.com/user-attachments/assets/33006e1c-e2e9-44d2-9b14-37629c87bd91) If vscode-deno can achieve the...