Jack Works
Jack Works
For me, the type of safety that is worth adding is if we can avoid casting things. (Cast is somehow a foot gun that might get unaligned with the actual...
My thoughts: The successful lesson is Promise, which was standardized in tc39 and used when the async function was proposed. A lesson learned from the failure is AbortSignal, which is...
> Rendering is very much also a server-side concern, so i’m much more optimistic that signals belongs in TC39. SSR is pretty active in today's Web (nextjs etc) but let's...
I have worked with new React and React DevTools. In the new version, React DevTools parses the source map and tries to find out the real position from it. This...
I do hope I have ADT enum at least once a week but I think TS won't do that cause JS doesn't have that. I'm strong desire to see ADT...
Without pattern matching, it is still useful. It can simplify the creation of the tagged union. For example ```ts const f = () => Result.Success(123) const x = f() switch...
Yes, papp is confusing
Uh, I think this fix doesn't work. It does generate `dist-types/*.d.ts.map`, but after the package published, the declaration maps are broken. For example, index.d.ts.map ```json { "version": 3, "file": "index.d.ts",...
> Usually people have only few accounts. It should remain horizontal but also have a button as item index 0 to expand a vertical account picker I have 27 accounts...
not stale, can you reopen this?