janckerchen
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 
julia +1
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:)  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.  If vscode-deno can achieve the...