Nando Vieira

Results 35 issues of Nando Vieira

Proposal: 8f014e049c221b64d8651b03693818bc7037c614 Suggestions are welcome! :)

Add flag so we can generate SVG base64 representation without converting to PNG and adding to the sprite. Sometimes you just don't care about old browsers, but still have a...

I think it would be nice to create an alias `html_safe` as in Rails 3, so we don't have to conditionally call the method when making a compatible plugin for...

The tasks directory should be moved to the lib directory. This will also work on previous versions. ``` DEPRECATION WARNING: Having rake tasks in PLUGIN_PATH/tasks or PLUGIN_PATH/rails/tasks is deprecated. Use...

Looks like browsers are moving away from user agent strings in a sense; I'm adding this ticket so we're aware, in case anything breaks in the future. https://groups.google.com/a/chromium.org/forum/m/#!msg/blink-dev/-2JIRNMWJ7s/yHe4tQNLCgAJ

Notice how the error message includes `undefined` (in this case, I had two rules defined as `"link.primary"` and `"link.secondary"`.

bug

Hi there! I'm trying to create a zip file and I'm noticing one inconsistency when generating the same zip using the CLI (`zip` command) versus archiver. This is file file...

It would be nice to have a data type `url`, which validates the scheme against `http`/`https`. It would be nicer if this extension had support for hostname validation against TLDs.

The `--json` output is adding some logging information that shouldn't be there (two lines with `INFO`, one line with `Skipping pattern match`). ```console $ dawn --json . 2> /dev/null I,...