Come to think of it, the reason I wasn't logged in was because I was banned. I don't know the reason, but I probably hit the API too many times :)
I created a chrome extension cuz I found it annoying that retweets disappear when you go to a profile on Twitter(X??) github.com/takurinton/t...
GitHub - takurinton/twitter-profile-redirect-to-all
Contribute to takurinton/twitter-profile-redirect-to-all development by creating an account on GitHub.
github.com
Switched (a branch of) preact-iso over to use the upcoming Navigation API and it's really solid! Reduces lib code, fixes a few edge case situations that most routers struggle with, and adds a few features for free, no lib code necessary. It might've taken a while but I'm hyped for the future!
refactor: Switch to Navigation API by rschristian · Pull Request #75 · preactjs/preact-iso
No intention of landing this anytime soon, it's still Chrome-only, but it's a fun & promising test. Blocked on the upcoming .sourceElement property, else we can't handle anchor targ...
github.com
TypeScript 5.8 is now out, with ✅ Better Checks on return expressions ✅ Support for require(esm) in --module nodenext ✅ --libReplacement to speed up program loading ✅ --erasableSyntaxOnly and more! Try it today! devblogs.microsoft.com/typescript/a...
Announcing TypeScript 5.8 - TypeScript
Today we’re excited to announce the release of TypeScript 5.8! If you’re not familiar with TypeScript, it’s a language that builds on top of JavaScript by adding syntax for types. Writing types in our...
devblogs.microsoft.com
I usually write TypeScript, so I find it refreshing and strange that Rust types have meaning in the runtime.
The Temporal JavaScript API is now activated in Firefox Nightly bugzilla.mozilla.org/1946823
1946823 - Enable Temporal on Nightly
RESOLVED (dminor) in Core - JavaScript: Standard Library. Last updated 2025-02-15.
bugzilla.mozilla.org
The Popover API is now Baseline Newly available https://web.dev/blog/popover-baseline?hl=en
The whole hydration 2.0 work in Preact has me really excited. It enables this middle ground solution between streaming and rendering to string. We have renderToStringAsync which resolves promises on the server, so your whole html document can be created.
We just released the beta for TypeScript 5.8! This release brings support for Node.js' require(ESM), smarter/safer checks for functions using advanced types, a few great optimizations for editor scenarios, and more. Give it a try! devblogs.microsoft.com/typescript/a...
Announcing TypeScript 5.8 Beta - TypeScript
Today we are excited to announce the availability of TypeScript 5.8 Beta. To get started using the beta, you can get it through npm with the following command: npm install -D typescript@beta Let’s tak...
devblogs.microsoft.com
Is it appropriate to use Rust for a JavaScript module bundler? Actually, I think any language other than Rust is fine as long as it has a reasonably high degree of freedom in memory allocation. For example C++...
I would like to know if there is a better way to do this. eslint-plugin-storybook seems to use a similar technique as integration tests. github.com/storybookjs/...
eslint-plugin-storybook/tests/integrations at main · storybookjs/eslint-plugin-storybook
🎗Official ESLint plugin for Storybook. Contribute to storybookjs/eslint-plugin-storybook development by creating an account on GitHub.
github.com
Tested to safely migrate flat config. Load and execute the config in a pseudo manner using a fixture. The testing of the linter itself is guaranteed by unit tests, so here it is sufficient to confirm that it is executed. github.com/yukukotani/e...
Flat config test using fixtures by takurinton · Pull Request #225 · yukukotani/eslint-plugin-chakra-ui
ref #218 When supporting flat config, test whether lint can be executed using a plugin. This is a temporary implementation needed to migrate to flat config, and we do not intend to merge it. It is ...
github.com
flat config support for eslint-plugin-chakra-ui released. github.com/yukukotani/e...
Release v0.12.0 · yukukotani/eslint-plugin-chakra-ui
What's Changed Features Flat config support by @takurinton in #223 Update Node.js version v22 by @takurinton in #224 Internal Changes Flat config test using fixtures by @takurinton in #225 Depe...
github.com
I updated Node.js at work. Since I was originally using an old runtime, I haven't been able to reach LTS yet. I'll work on that next week.
I looked at the datadog dashboard for the first time in two weeks, and I was impressed that there were no errors.
Since it's difficult to migrate to chakra-ui v3, I'm thinking of creating another component library with the same(like??) interface. I won't make it public because it's for work, but I'm sure I'll make something good. And the anatomy system will stop.
I'll start working on this at the end of the year since I have some free time after finishing my job. github.com/yukukotani/e...
Flat config support · Issue #218 · yukukotani/eslint-plugin-chakra-ui
SSIA
github.com
And for Vite integration: we are now passing all relevant tests in github.com/rolldown/vite, the temporary fork of Vite that runs on Rolldown instead of esbuild / Rollup. Expect a proper release early 2025!
GitHub - rolldown/vite: No-bundle Dev Server for Vue 3 Single-File Components
No-bundle Dev Server for Vue 3 Single-File Components - rolldown/vite
github.com
🎁 A surprise holidays gift: after over a year of hard work, we have just published Rolldown 1.0.0-beta.1!
自分がメンターしていた学生の記事が出た。いい感じ! tech.plaid.co.jp/intern-at-pl...
プレイドインターン体験記:インターンを通じて得た技術力と開発力の学び
こんにちは!8月から12月までの5ヶ月間、KARTE Blocksチームでエンジニアインターンをしていた池田毅翔(@2002_yoshi10) [https://x.com/2002_yoshi10]です。 プレイドのインターンを知ったきっかけは、京都で開かれたハッカソンにスポンサーとして社員の方が参加されていたからです。 そこから、過去のインターン生のブログを拝見し、インターン生でもレベルの
tech.plaid.co.jp
When will datadog on-call become public? Also, is lock-in scary? Is it okay to be on call? What is the cost? docs.datadoghq.com/service_mana...
On-Call
Datadog, the leading service for cloud-scale monitoring.
docs.datadoghq.com
How can we express logical sum and logical product to create an easy-to-understand UI without specifying the order or grouping? I don't know it...(´・_・`)