Hyeseong Kim
Hyeseong Kim
Runtime binding will be completely removed from #6196 The problem is that it is no longer checked even from tsc. I could make it generate an additional hidden type to...
@benadamstyles Of course. The next version of genType output will be "library types". It will only have `.d.ts` files. So, library projects will not need any additional TypeScript configuration at...
> Ok thanks, I get it. And what about other kinds of `@gentype.import`, such as functions? Will that still be supported? There is no particular restriction on specifying types on...
@cknitt @fhammerschmidt We need to restore the genType shims documentation for v11 users.
This is assigned to the v12 release. It is not a simple task as it requires a complete reimplementation of genType. I think I can start implementing it next month....
#6781 is waiting for v12.x release
`actions/cache/save` is also failing
If you're using the devcontainer, it's a problem with the container which is installing `opam` via APT. The latest version of OPAM in the Bookworm's registry is `2.1.2`
Oh wow, recent version now printed the correct format. And it seems a significant portion of the main loop was correctly inferred as `i32` only operations. Well, I'll check if...
`Blob` is a part of Web API (`File` API spec), not a JS primitive. It is actually an outer class and has more complex semantics at the prototype level than...