Gabriel Sobrinho

Results 59 issues of Gabriel Sobrinho

enhancement

### Specs - Leon version: 1.1.2 - OS (or browser) version: N/A - Node.js version: 16 - Complete "leon check" (or "npm run check") output: N/A - (if using Docker)...

bug

Not supported by all browsers but at least by Chrome it is: https://jsbin.com/pafeketato/1/edit?html,js,output When you use the hidden property, the option is literally hidden (not disabled). That could be used...

enhancement
4.x
status: stale

``` $ docker run \ host Gabriels-MacBook-Air pwd jobs vcs intg-1505 ruby 2.7.2 node 14.15.4 --interactive --tty --rm \ --env CODECLIMATE_CODE="$PWD" \ --volume "$PWD":/code \ --volume /var/run/docker.sock:/var/run/docker.sock \ --volume /tmp/cc:/tmp/cc...

Hi there! When recording deprecations as suggested on https://about.gitlab.com/blog/2021/02/03/how-we-automatically-fixed-hundreds-of-ruby-2-7-deprecation-warnings/ we are seeing recordings like: ``` - DEPRECATION WARNING: /Users/sobrinho/Developer/my-app/models/concerns/logable.rb:36: warning: Using the last argument as keyword parameters is deprecated; maybe...

How to remove the white border from the image? I already have the border in my app and the extra border in the generated image make it harder to position.

This will make users with `\timing on` in .psqlrc on PG 12+ happy because it does not ignore the psqlrc with -c anymore.

``` $ heroku accounts:add personal Enter your Heroku credentials: Email: [redacted] Password: [redacted] ▸ Multi-Factor Authentication is required for your account. Please remove the '--interactive' parameter and try again to...

My fields have `value=""` but when the mask is applied it defaults to `0,0` but empty have a meaning in my context.

Legacy applications want to migrate from SHA1 to SHA512, for example. Inspired in what Authlogic has with `transition_from_crypto_providers`.