João Ferreira Loff

Results 5 issues of João Ferreira Loff

Hi, I wanted to disable cluster for a single marker (that would show the user's location), but so far I have only been able to disable the clustering all together....

For the Microservices 2021 dataset, in the `MS_CallGraph_Table` there are 5 different types on the `rpctype` column: - `rpc` : rpc caller - `http`: http caller - `db`: database calls...

I have the latest version `1.10.0` installed and I'm running on Rails 6. My `production.rb` configuration looks like this: ```ruby config.action_dispatch.rack_cache = { metastore: ::Rack::Cache::MetaStore::Redis.new("#{ENV['REDIS_TLS_URL']}/1/metastore", ssl_params: { verify_mode: OpenSSL::SSL::VERIFY_NONE }),...

Hello there, I'm trying to configure this gem, but I'm getting some errors. Currently, this is my configuration (similar to the one found in the README): ``` config.action_dispatch.rack_cache = {...