Víctor
Víctor
The build status badge is actually missing, it is a nice to have feature.
Hi! I am experiencing this issue, the reordered callback is called simply with clicking in a brick, is this possible? ``` javascript /* gridly init */ $('.gridly').gridly({ base: 170, gutter:...
Hi! Our team are actually working with a third `staging` branch, the `staging` branch have to include the same changes as `feature`, `hotfix` and `bugfix` branches. How to include the...
Hi!! It is possible to use external data sources into rules to initialize variables? I mean, e.g, reading a JSON file. It is possible to make a http request? I...
Some websites use `WAF` for protection, in that cases it is possible that we need some additional headers (`Host, Cookie.. etc`) to avoid 403 errors. As a proposal, a new...
Related to the Step 2, _Initialize the OpenTelemetry SDK_, it says _Initialize the otel sdk by adding below lines to config/environment.rb of your Ruby on Rails application._ ```ruby require 'opentelemetry/sdk'...
Added project specific settings via `.lrproject.json`config file: ``` { "command": "/home/dev/.rvm/gems/ruby-2.5.5/bin/rubocop", "disableWhenNoConfigFile": true, "fixOnSave": true } ```
fix for https://github.com/atom/ci/issues/94
With the new NW.js the dialog is never opened, now it is mandatory to specify the NW.js window object as option because the DOM window of node context is on...