Andrew Kane
Andrew Kane
Was looking to add bigartm to Homebrew to make installation quicker and easier on Mac, but it'll need to use system libraries to be accepted. It'd be great if cmake...
Hey @bt2901, I think that makes sense for the Python library, but it's probably better to use a system package manager (like apt or Homebrew) or a C++ package manager...
I'm not aware of any write-ups on the topic, but it's a common way to distribute C++ libraries and CLI programs. You could use it for 1. 2 isn't a...
fwiw, I was able to get things working with Homebrew, which would allow Mac users to install the CLI and shared library with: ```sh brew install bigartm ``` However, Homebrew...
@ameft I created a PR for this a while back #7
Yeah, I think that should solve it.
Hey @bars0um, redacted attributes were added in https://github.com/collectiveidea/audited/pull/485 but hasn't been released yet so you'll need to point your Gemfile to GitHub to use it. Also, it sounds like it...
Hey @KamalPatel365, I couldn't tell if you've already tried this, but this seems to work for me for local gems with iRuby. In Gemfile: ```ruby gem 'payapi_client', path: 'path/to/payapi_client' ```...
This should be fixed in 0.4.0. https://github.com/SciRuby/iruby/commit/514c7475f4d01a3c25fc8caf943e5d58675bd6ad
Hey @zverok, thanks for the update, and all of your work on SciRuby. Since it sounds like Daru is in a holding pattern, I put together a take on data...