Óscar Otero

Results 82 issues of Óscar Otero

More info: https://hacks.mozilla.org/2017/01/using-immutable-caching-to-speed-up-the-web/

enhancement

I have the following css code: ```css @keyframes firecircle { 0% { transform: translateY(0) scale(1); } 100% { transform: translateY(-11em) scale(0); } } ``` That is minified to: ```css @keyframes...

bug
upstream

Hi. Thanks for this project. It would be great if the Deno version was available at `deno.land/x/minify_html` so it is easier to have the up to date version.

enhancement

Hi. I just realized that the widget doesn't work on Safari. On open it I see this: ![imaxe](https://user-images.githubusercontent.com/377873/152259222-ca5be092-fa53-40c8-9c97-c3c69815f4ec.png) This is the error I got:

Hi. Is it possible to order the results by relevance? For instance, right now when I search `markdown` I have the following result: The first results are pages from "Getting...

Hi. As I can see, this component use a style tag in the shadow root to apply styles and use themes to apply colors and fonts. I recommend to use...

[Lume](https://lume.land/) is not the most popular static site generator, so feel free to close this PR if you don't want to include it. Disclosure: I am the maintainer (one more...

### Enter your suggestions in details: Useful for blogs with multiple authors. - It's a top-level value and a per-item value. - It must contain name and url subfields, so...

enhancement

### Is your feature request related to a problem? Please describe. Hi. First of all, thank for this great library. I have been maintaining a version of this code to...

The [front matter std](https://deno.land/[email protected]/front_matter/mod.ts) library supports different formats of frontmatters, but these formats are not recognized by fmt. For example, let's say I have the following markdown file with a...

fmt
enhancement