@sebastienlorber@jasper_teo@feross Socket actually provides the scanning logic for that Bun API. It hooks directly into the package manager lifecycle without needing any shell alias wrappers.
https://t.co/wxXoJVokvZ
Thank-you♥️to Microsoft who dedicated several pages of their NTIA submission to the #AppleBrowserBan adding their voice to Mozilla and Google's. Every major browser vendor except Apple says the ban causes real harm to developers, competition and to the web.
Thank-you♥️ to Mozilla & Google for their submissions in support of Browser Competition on iOS. Apple's defense of the #AppleBrowserBan is noticeably absent in their submission to the NTIA.
Mozilla's Submission:
https://t.co/URyjvgsP4U
The latest text of the EU Digital Markets Act puts an end to the #AppleBrowserBan!
Rather than wait, @Apple should start working with the other browser vendors to bring their browsers to iOS today.
State management libraries can be roughly categorized 2 ways:
⏺ Single (global, atomic store) vs. multi (local, distributed)
⚡️ Direct (manipulate state) vs. indirect (send events)
Here's how I'd categorize some JS state management libraries:
@tobi@beaulne Add the following meta tag to your website head, so people can read your blogs on mobile devices. Trust me I'm a frontend developer.
<meta name="viewport" content="width=device-width">
@beaulne 100% there should be no such thing as a front end developer outside of super junior contexts. All developers need to think across all the layers that they build on to be effective.
@ahmadalfy@googlechrome The reason is to help non-tech users to spot the spoofs https://t.co/6LYSrS1rt8
Also btw, there is an option to disable it as mentioned in the article.
ECMAScript excitement 😉
TC39 has advanced the Record & Tuple proposal to Stage 2!
This brings immutable datastructures to JavaScript.
Congrats to my colleagues @TechAtBloomberg @r_ricard @rickbutton@NicoloRibaudo who are championing the proposal.
https://t.co/geetQ4MJcm
I absolutely agree. WebKit should remove the implementation of the "Web Bullying API" and open iOS and iPadOS for other web engines to compete and leave the decision to the user.
🔥 Capsize is a *massive* leap forward for web typography.
✂️ It uses font metadata to crop space from text nodes above capital letters and below the baseline.
🔍 It adjusts font-size so that the height of capital letters is a multiple of your grid.
👉 https://t.co/EnFeBTd9gV
@kripod97 Haha, actually it doesn't matter a lot since both would act as a container for the absolutely positioned children elements, however I don't recall that I ever made a position absolute inception like so! 😄