Sebastian Davids

Results 200 comments of Sebastian Davids

I second this request. And please do so before/in the 1.0 release.

``` ├── 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 {...

[Webpack 5 supports ESM format for configurations](https://github.com/webpack/webpack-cli/pull/2381/files)

> How does one take the output of that and save it? ImageOptim will overwrite the selected files. Here are 2 example shortcuts: ![shortcut](https://github.com/ImageOptim/ImageOptim/assets/201931/54b7a7ef-98d8-430d-ac30-cbba45b21988) --- 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...