Steffen

Results 11 comments of Steffen

Yes please! A build like ... at fuse.js .... to target different module patterns would be nice. Otherwise just go for esm? As this is and will be the way...

I think it would be nice to treat the issue as a typo als long as the exercise isn't thorougly reworked. That would certainly prevent some confusion - as I...

Gigasecind exercise: Same error for the original version 0.3 as well as with updated version 0.3.5 or 0.3.3 ``` error: failed to select a version for the requirement `time =...

I hope TypeScript syntax support in templates will come, too! One thing which confuses me though: The typescript checking seems to work? So I am currently adding `//@ts-ignore` to some...

We ran into the same problem with `next.js 14`. I second @keller-mark remarks. Also, the CSS file currently doesn't do anything really for consumers, couldn't this be removed without harm?...

```json { "json": { "indentWidth": 2 }, "excludes": [ "**/node_modules", "**/*-lock.json" ], "plugins": [ "https://plugins.dprint.dev/json-0.19.3.wasm" ] } ``` Just a very simple test project. Oh no, I was afraid it...

Oh gosh, of course! I was so close ... I gitignore everything `*` in `~/.gitignore` to track just a few specific files. And that `.gitignore` was taken into account by...

Apart from my problem being quite the edge case, I wonder if it would be helpful if `--verbose`/`--log-level=debug` should also print the gitignore patterns (and their origin) which were taken...

Sorry! I pasted the wrong link here. This one should be the correct link. (also edited the original post) https://codesandbox.io/p/sandbox/practical-sid-pwywgc What you suggest is also my fix for now, prepending—or...

I would expect something like this, this is the composition with `useWindowScroll=false`: (You can try it also in the codesandbox, I just took the screenshots from there) This is with...