Victor Cordeiro Costa
Victor Cordeiro Costa
@jasonroelofs Thanks for the quick reply! Yep, the `export PATH=$PATH:/path/to/castXMLSuperbuild-build/castxml/bin/` is working very well here. I searched over the `RbGCCXML` inner code and I discovered that if we place the...
Ok, thanks! 👍 The perfect scenario would be a more robust way to find `castxml` binary file without the need to set up the `PATH` or the `:castxml_path` all the...
Ok! Therefore, at least the first solution to expose the `castxml_path` through `rb++` would be a really nice improvement, since we don't need to fill the whole full directory path...
@botandrose I am facing the same issue as the author of this PR @sevab And I took a time to write a very simple way to reproduce the issue ##...
I can see a possible solution is to use `Model#update_attributes` to handle this situation. However, this method enables all the callbacks for the provided model. Which is not the ideal...
> Please check your `.gitconfig`. > This might help: > > ``` > [mergetool "meld"] > trustExitCode = true > cmd = open -W -a Meld --args --auto-merge \"$PWD/$LOCAL\" \"$PWD/$BASE\"...
Same issue here ```py >>> import pyfolio as pf /usr/local/lib/python3.8/site-packages/pyfolio/pos.py:26: UserWarning: Module "zipline.assets" not found; multipliers will not be applied to position notionals. warnings.warn( ```
I'm currently fixing this annoying warning message with this... ```py >>> import warnings >>> warnings.filterwarnings('ignore') >>> >>> import pyfolio as pf ``` But I know it is definitely not ideal.
I want to run the global `sass`, installed by `brew install sass/sass/sass`. * https://sass-lang.com/install/ However, it looks like `asdf` is preventing from the global `sass` to be execute and trying...
@nicolasrouanne Thanks, I tried it, but I still got error while installing `ruby-3.2.2`. Please take a look: * `rvm install ruby-3.2.2 --reconfigure --enable-yjit --with-openssl-dir=$(brew --prefix openssl@3)` ```rb $ rvm install...