Hyeseong Kim

Results 397 comments of Hyeseong Kim

Umm, do you have set `$GITHUB_API_TOKEN` in your env? If so try: ```sh curl \ -H 'Accept: application/vnd.github+json' \ -H "Authorization: token $GITHUB_API_TOKEN" \ "https://api.github.com/repos/oven-sh/bun/releases" ```

No, I thought there was no way to get any error then. 🤔

Can you try `asdf plugin update bun` and again?

umm, I cannot reproduce the issue on same environment, maybe it is better to debug on your end here is a standalone script equivalent to the `list-all` ```bash #!/usr/bin/env bash...

As you can see, it's not much. To make it precise, you can test the commands one by one without piping. just `list_github_realeases` first. Excluding `s`(slient) from `curl_opts` also help.

> I would include removing shims as a goal. Do we need them? This is possible if we embed `.d.ts` for things that are treated first-class like `Js`/`React`/`Belt`, etc.

## Retreat Update: GenType We (@cometkim, @JonoPrest, @cristianoc) discussed the roadmap and detailed design of the output formats in the ReScript Retreat 2024. And we have concluded most issues! If...

Ok, that makes sense. IMO, just `@as` should be fine. In the end, GenType needs to minimize having special grammar and to work well within regular ReScript codebase without any...

> Can't we just drop support for nodejs 16 and only support node > 18? They dropped support for node 16 last August already. related: #6429

With large scale codebases (especially web clients) this is a bit of an issue. Error usage is a major cause of bundle bloat, and major libraries such as React and...