Michael H

Results 7 issues of Michael H

This PR should implement: * ~~lists properly (ordered and unordered)~~ edit: just removed as too weird * quotes styled * headings * masked link The original [`discord-markdown`](https://github.com/brussell98/discord-markdown) seemed dead so...

### What version of Bun is running? 1.1.36+ededc168c ### What platform is your computer? Linux 5.15.153.1-microsoft-standard-WSL2 x86_64 x86_64 ### What steps can reproduce the bug? Install `@napi-rs/canvas` and make a...

bug
napi
confirmed bug

allows `bun run` to load `bunfig.toml` and allows for `bunx` to load root config too. fixes #15484, fixes #11445, fixes #12538 (mainly so you can make bun `--bun` more often)

Bun added support for a new lockfile format called `bun.lock` (it will soon be default, but bun.lockb will be supported for awhile) https://bun.sh/blog/bun-lock-text-lockfile related #10

attempt sqlite (turso) -> posgres if successful, then will actually migrate to using transactions properly instead of the batch patch method TODO: \* for usernames & alias (inc temp) &...

### What does this PR do? fixes #20347 by not strictly checking 2nd+ index of argv and instead checking all argv and thus `--bun` is discarded. also updates the tests...

### What does this PR do? fixes #20308 Context: `module` gets converted to `require.module` in `--format=cjs --target=node`, unfortunately that isn't actually a thing in node/bun so this pr lets it...