Victor Cordeiro Costa
Victor Cordeiro Costa
After executing this simple example... ``` Extension.new "mu_parser" do |ext| ext.sources 'equations-parser/parser/*.h' end ``` I'm getting this error message: `RuntimeError: Unable to find a castxml executable on your PATH.` Which...
# Description ✍️ How can I generate the audit item after calling the `update_columns` method? As I could notice, there is no audit item generated when calling the `update_columns`. However,...
# Bug Report ⚠️ The regex verification may be blocking safe regexes, such as: 1. `a+`, `b+`, `c+`, **...**, `\w+` 2. `-?\d+` _(classic number verification)_ 3. `[a-zA-Z]\w+` _(classic word verification)_...
### Describe the Bug When I try to run `sass`, there is an error on the `asdf` * **No preset version installed for command sass** # Steps to reproduce ##...
## Description ✍️ Error when installing ruby 3.2.2 via ```rb rvm install "ruby-3.2.2" ``` # Versions ⚙️ * Operational System * Xcode ```rb $ /usr/bin/xcodebuild -version Xcode 13.2.1 Build version...
Hello @letsar & guys that want to help! First, congratulations on developing such a wonderful library of "flutter_slidable", that's exactly what I personally need. Now, let's go to the question....
I don't want to automatic generate this database visual diagram based on my database data. I want to generate it based on customized data, for example, based in an YAML...
# Steps to reproduce 1. Add `gem 'yahoo-finance'` to Gemfile 2. `bundle install` 3. `rails c` 4. execute this... ```rb yahoo_client = YahooFinance::Client.new data = yahoo_client.quotes(["BVSP", "NATU3.SA", "USDJPY=X"], [:ask, :bid,...
# Steps to reproduce 🦮 1. Add `gem 'yahoofinance-typhoeus'` to Gemfile 2. `bundle install` 3. `rails c` 4. execute this... ### 1 ```rb > yf = YahooFinance.new NoMethodError: undefined method...
# Steps to reproduce 🦮 1. Add `gem "ystock", "~> 0.4.14"` to Gemfile 2. `bundle install` 3. `rails c` 4. execute this... ```rb Ystock.quote("aapl") ``` ### The result 🪲 ```rb...