Óscar Otero
Óscar Otero
Hi, thanks for this awesome project. `transform` allows to set the source code but `bundle` only works by setting a filename. I need to `bundle` a css code passing the...
Hi. I know that one point of the basic idea of this library is: > NO complicated/overengineered code, e.g. no classes/interfaces, test-frameworks, libraries, ... -> It is supposed to be...
Related with #13 Example: ```php $post->relate($comment, $category, $user); ```
Hi. I'd like to be able to add a character separator betwen the row number and column number. For example, instead this: `101_Step1`, be able to change to this `1/01_Step1`....
Hi, I have a directory with pretty urls, so requesting for urls such `/about-me/`, it should serve the file `/about-me/index.html`. This does no work in v2.0, so made this change...
I have the following code to extract front matter data from files: ```ts import { extract, test } from "./deps/front_matter.ts"; if (test(content)) { const { attrs = {}, body }...
Once in a while I have CPU time exceeded errors: I think it would be great to have more info about the context of these errors, like the http request...
This module has the `Options` interface with a property of type `MinifyOptions`: https://doc.deno.land/https://deno.land/x/[email protected]/plugins/minify_html.ts/~/Options The link `MinifyOptions` returns a not-found error: https://doc.deno.land/https://deno.land/x/[email protected]/deps/minify_html.ts/~/MinifyOptions This is because the interface was imported with an...
There's a dev version in the experimental-plugins repo: https://github.com/lumeland/experimental-plugins/tree/main/remark
It was renamed to lightningcss and parcel_css is just a temporary alias.