perfectpan.bsky.social
@perfectpan.bsky.social
I scored 8/28 on jsdate.wtf and all I got was this lousy text to share on social media.
new Date("wtf")
How well do you know JavaScript's Date class?
jsdate.wtf
July 13, 2025 at 2:30 AM
Reposted
If you’re interested in Chromium embedding specifically, I’ll be giving a short talk on how we maintain our Chromium patches in Electron during this breakout session on Tuesday: github.com/Igalia/weben... Would love to hear about others’ experiences too
Chromium Embedding: Experiences and challenges · Issue #61 · Igalia/webengineshackfest
Logistics Date & Time: Tuesday 3rd June at 16:30 CEST (local time) URL: https://meet.jit.si/WEH2025-Chromium-Embedding Notes: https://hackmd.io/@rego/WEH2025-Chromium-Embedding/edit Room: CSS Facil...
github.com
May 31, 2025 at 4:26 AM
Reposted
Just landed support for HTTP_PROXY/HTTPS_PROXY/NO_PROXY for fetch in Node.js

github.com/nodejs/node/...

It's currently behind NODE_USE_ENV_PROXY=1 to avoid stepping on existing solutions.

Support for other http methods is under way though will take a bit more time to avoid..stepping on others😅
http: support HTTP[S]_PROXY environment variables in fetch by joyeecheung · Pull Request #57165 · nodejs/node
When NODE_USE_ENV_PROXY=1 is set, Node.js parses the HTTP_PROXY, HTTPS_PROXY and NO_PROXY environment variables during startup, and tunnels requests over the specified proxy. This currently only af...
github.com
March 21, 2025 at 1:34 AM