Óscar Otero

Results 82 issues of Óscar Otero

I have a server with Deno running and every few days, the server got stuck due 100% CPU usage: Restarting the process fixes the problem. I found [several bugs about...

bug

Markdown-it has a plugin [for definition list](https://github.com/markdown-it/markdown-it-deflist) based on the [Pandoc syntax](https://pandoc.org/MANUAL.html#definition-lists), which uses the syntax of [PHP Markdown Extra](https://michelf.ca/projects/php-markdown/extra/#def-list). It would be nice to support this. ```md Apple :...

Version: Deno 1.43.6 I have the following file to run a proxy. - It opens the server `https://localhost:8000`. - It also opens the secondary server `https://localhost:3000` on demand to proxy...

Hi. In this PR I'm adding support for Vento templates. ## Description Vento (`.vto` extension) is a template engine with support for Deno and Node. You can see more info...

Pending Popularity

### Enter your suggestions in details: Lume by default doesn't allow to export two urls with the same name but different cases (like `/example/` and `/Example/`). This restriction will be...

enhancement

### Enter your suggestions in details: Some plugins like tailwind/unocss are runned for every rebuild, even if the html page doesn't change. This can be improved by creating a cache...

enhancement

### Discussed in https://github.com/lumeland/lume/discussions/621 Originally posted by **boeckMt** June 24, 2024 Is it possible to include/inline non-local (css) styles so that they are all fetched at build time? For example,...

enhancement

I'm using dnt to generate the NPM version of https://github.com/oscarotero/keep-a-changelog After updating to the latest version and got this error: ``` [dnt] Transforming... panicked at wasm/src/lib.rs:62:64: called `Result::unwrap()` on an...

**Is your feature request related to a problem? Please describe.** I want to create a front matter with a code like this: ```yml --- title: Post title date: 2024-09-01 ---...

yaml

### Enter your suggestions in details: A middleware to block request from IA agents. Similar to this https://wordpress.org/plugins/dark-visitors/

Idea