Sebastian Davids
Sebastian Davids
I second this request. And please do so before/in the 1.0 release.
Any update?
``` ├── example.adoc ├── fonts │ ├── SourceCodePro-Bold.ttf │ ├── SourceCodePro-BoldIt.ttf │ ├── SourceCodePro-It.ttf │ ├── SourceCodePro-Regular.ttf │ ├── SourceSansPro-Bold.ttf │ ├── SourceSansPro-BoldIt.ttf │ ├── SourceSansPro-It.ttf │ └── SourceSansPro-Regular.ttf └──...
[Circled Numbers](https://www.unicode.org/charts/nameslist/n_2460.html) `U+2460` ① ... `U+2473` ⑳
The HTML entry point should also support import maps. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type/importmap index.html ```html import map support { "imports": { "lib": "/j/lib.mjs", } } import map support ``` j/app.mjs ```js import {...
Sill an issue in Sonoma.
[Webpack 5 supports ESM format for configurations](https://github.com/webpack/webpack-cli/pull/2381/files)
related #364
> How does one take the output of that and save it? ImageOptim will overwrite the selected files. Here are 2 example shortcuts:  --- An official shortcut would still...
Still a problem with: `golangci-lint has version 1.56.2 built with go1.22.0 from 58a724a0 on 2024-02-15T18:01:51Z` ```shell . ├── example │ ├── go.mod │ └── main.go └── go.work ``` go.work ```shell...