Óscar Otero
Óscar Otero
Version: Deno 2.0.0 I suspect unicode ranges (starting with `U+[code]`) are interpreted as math operations, so the plus character is wrapped with spaces. ```diff @font-face { font-family: 'Inter'; font-weight: 400...
A plugin to download and self-host fonts from Google fonts. Experimental plugin: https://github.com/lumeland/experimental-plugins/tree/main/fonts
A plugin to get icons from many icons catalogs (phosophor, simpleicons, material, etc). Experimental plugin: https://github.com/lumeland/experimental-plugins/tree/main/icons
`check_urls` is a useful plugin to check broken links during development. https://github.com/lumeland/experimental-plugins/blob/main/check_urls/mod.ts
### Enter your suggestions in details: The Lume Server could have an option (or a middleware) to allow to serve precompressed files (for example, the file `/index.html.gz` for gzip encoding,...
### Version all ### Platform all ### What steps will reproduce the bug? I have this site: ``` /_components/title.vto /components.ts /index.vto ``` The `title` component exports some js code: ```yml...
Page files with the name `index.*` have the `index` basename. This is not practical to sort pages by basename with the `nav.menu()` and `search.pages()` functions. I propose to use the...
Version: Deno 2.0.2 I have the following file: ```html Report body { font-family: system-ui, sans-serif; margin: 2em auto; width: min(1200px, 90vw); } dl { display: grid; grid-template-columns: auto auto; justify-content:...
It seems that dnt 0.41.3 cannot handle this code: ```js export type * as ESTree from "@types/estree"; ``` I have the following error: ``` src/deps.ts:7:30 - error TS6137: Cannot import...