Óscar Otero

Results 82 issues of Óscar Otero

Hi. The site https://lume.land is a pure static site hosted in deno deploy. Occasionally, the first time to access it takes like 10 seconds or so and return a SSL...

bug

I'm getting this error: ``` Error: Call to undefined method Latitude\QueryBuilder\Query\UpdateQuery::limit() ``` and have noticed that limit capability is missing in Update queries. orderBy is missing too.

enhancement
help wanted

Hi. I just added your plugin to Lume and will be available in the next version. I notice that it fails on compile `.sass` files but works fine with `.scss`,...

This json: https://oembed.com/providers.json from this repo: https://github.com/iamcal/oembed

Hi, thanks for this great library. I'm getting some repetitive errors with some icons. Each time a icon fails, I get the following 5 warnings consecutively: ``` PHP Warning: unpack():...

Hi! In my projects, I'm using [markdown-it-container](https://github.com/markdown-it/markdown-it-container) allowing to create block-level custom containers within markdown. The markup syntax is the same as for fenced code blocks. Difference is, that marker...

Hi! It's would be great to have Terser working on Deno and seems like it's something easy because the code is pure ESM and the only required dependency is `source-map`,...

enhancement

This PR adds a github action that is runned after creating new tags, so it will update automatically the code in the https://github.com/postcss/postcss-deno-import repository (the Deno version of the plugin)...

enhancement

Hi. I've created this repository: https://github.com/oscarotero/postcss-deno-import that converts the code of this plugin to be compatible with Deno. It's similar to what I did to postcss main repo: https://github.com/postcss/postcss-deno I...

enhancement
discussion