
Jack Works 🕊️
134 posts

Jack Works 🕊️
@jackworks_asref
Frontend dev at Sujitech.
Katılım Mart 2020
27 Takip Edilen519 Takipçiler
Jack Works 🕊️ retweetledi

ECMAScript excitement 😉
Congrats to @jackworks_asref @NicoloRibaudo hai-x on landing flagged support for @TC39 Stage 3 Import Defer in upstream webpack 🎉
import defer * as ns from "m"
Import Defer means lazy evaluation of modules; loading at the point of namespace usage 🔥
English

I found @npmjs leaked my email. I use a different email for every website, and I received two scam emails sent to the address I only use for NPM.
English

we the JavaScript pattern matching team are still working on it, this is the similar C++ code in our proposal (for now). pic 1 is what current proposal contains, pic 2 is what might happen with other proposal in the future


Adam Rackis@AdamRackis
Yo wtf how is C++ getting pattern matching before JavaScript 😭 @BrendanEich please assume creator superpowers and rectify kthx
English
Jack Works 🕊️ retweetledi

📰 Today, I write about patching globals, why it's so appealing, and five reasons that make it a bad API design. I really think you should read it.
Huge thanks to @leeerob and @ljharb for helping me proofread this one.
kettanaito.com/blog/why-patch…
English

To library authors, never ship .ts files as "types" directly. Your user may use stricter tsconfig and they have no way to ignore errors in your code. #typescript

English

@NicoloRibaudo @isukkaw 17.3.1 is broken. Other versions don't know. Also it's good on JavaScriptCore (using eshost).
English

Don't know why #Safari is the new IE? Safari basically implements JavaScript without being ECMA-262 compliant. You can just test this out on Safari 17.4:
nonzzz.github.io/safari-scope-r…


English

#Firefox 122 supports native passkeys on macOS, this is the last pain point after I switched from the evil Chrome (remember Manifest V3, FLoC, Privacy sandbox or WEI?).
English


sad. vsce (the tool you need to use when developing a vscode (@code) extension) officially declined to support yarn 2+ and pnpm. github.com/microsoft/vsco…
English

@_nicojs I know this class field problem very early and when I actually hit one in real world, I was surprised that TypeScript did not check that, therefore I made that PR. Nice to see it fixes others real world project!
English

This makes one wonder: how many libraries will have this problem? Using class properties in JavaScript effectively _breaks_ polymorphism 😣.
I am glad TypeScript 5.3 is smart and catches these edge cases. 👏
Thanks to @jackworks_asref for adding this check! 🎉
English

It's been a while since I've found an actual _bug_ in my code by upgrading to the latest version of @typescript .
🤓 See this thread for what I've discovered 🧵👇
English

@waterwhite_ref thaaaaaank you for your support! 🙏 I'm happy to see that I helped anyone in the community
English

I'm sponsoring @jackworks_asref because of his selfless dedication to the open-source community. Wishing him recognition for his valuable contributions.
github.com/sponsors/Jack-…
English

#Google #Chrome has not solved the _basic_ developer experience regression of MV3 for 3 years (you cannot refresh via F5 since MV3 day 1, issue reported in 2020) and they’re starting to push the deadline again. 👎️
developer.chrome.com/blog/resuming-…
English

this is why we should all use dual licenses (AGPL+...), to not "code for free". OSS is used by big companies and OSS devs are hated by their HRs. disgusting 🖕
gabe@allgarbled
my two cents: as a FAANG hiring manager, when i see a developer resume that has open source contributions, i put it in the discard pile. to me it’s a red flag. how dedicated can you really be to your job if you have this much spare time to write code for free?
English

Stop the evil #eIDAS! last-chance-for-eidas.org
European citizens, take action! This is a crime to everyone in the world, The law doesn't even allow certificate transparency, which means EU governments will definitely forge certificates. #Mozilla #EFF
English
Jack Works 🕊️ retweetledi

I've already commented on this before. And the exact same thing just happened again, and this time is @nextjs.
I made a PR months ago github.com/vercel/next.js… and no one reviewed it. The Next.js team member's PR github.com/vercel/next.js… has been merged within hours.
Jack Works 🕊️@jackworks_asref
I feel very uncomfortable. I made a PR last year github.com/facebook/react… and no one reviewed, then last week another contributor independently created the same fix github.com/facebook/react… and merged within a week. I don't know why React team ignores me, it hurts my enthusiasm.
English

@oliverdunk_ I also read this shopify.engineering/internationali… today and this #37091425" target="_blank" rel="nofollow noopener">news.ycombinator.com/item?id=370627… hope we can have a better thing
English

@jackworks_asref We have briefly discussed this in the WebExtensions community group as something that may be interesting to support in extensions 🙂
English

@oliverdunk_ but the web extension already has support for some other format right? I also wonder how we use it in JSON (imo it is only readable in multiple lines) or if we will have any other format for the Web.
English


