Óscar Otero
Óscar Otero
### Enter your suggestions in details: Related: https://github.com/lumeland/lume/discussions/350 A plugin to search links to images, css, videos, etc in the html pages and add a suffix. Then, it adds the...
### Enter your suggestions in details: More info: https://jsonld.com/ It could use: https://www.npmjs.com/package/schema-dts Inspo: https://github.com/codiume/orbit/tree/main/packages/astro-seo-schema
### Enter your suggestions in details: Using the Notion API: https://developers.notion.com/
### Enter your suggestions in details: It would be a helper similar to `search` but returning pages and posts from a WordPress instance. For example: ```ts export const layout =...
### Enter your suggestions in details: Add the `webc` plugin to use [webc components](https://github.com/11ty/webc). Based on https://github.com/dz4k/denizaksimsek.com/blob/master/_build/webc.ts
The total size of the grid template depends on different things. For example, if all columns have fixed sizes, the template grid is the sum of all columns: ```css .grid...
Version: Deno 1.42.4 I have the following script: ```ts import * as types from "jsr:@std/[email protected]"; import * as mod from "jsr:@oak/[email protected]/media_types"; ``` `deno info` outputs the following dependencies tree: ```...
Sharp
I miss a good image processing library like sharp: https://github.com/lovell/sharp/issues/2583 There's an alternative based on imagick (https://github.com/lumeland/imagemagick-deno) but it's a bit slow.
Hi. When I run udd to update my dependencies, it always update the react version to the "next" version: ``` https://esm.sh/[email protected] 18.1.0 -> 18.2.0-next-e531a4a62-20220505 ``` I guess this is a...