XiNiHa
banner
xiniha.dev
XiNiHa
@xiniha.dev
FE/DX Engineer / 🇰🇷 / https://xiniha.dev
I always did this through a theme-based approach like below, but the shortcuts-based approach looks much simpler! Not sure if it's also possible to block the usage of arbitrary z-indexes with shortcuts-based approach though 😅
June 6, 2025 at 12:59 PM
Looks expensive indeed 😂
April 21, 2025 at 7:17 AM
Ooh, @zed.dev meets @cap.so? 🚀
March 29, 2025 at 7:00 AM
Today I discovered a neat utility called ts-macro, and got an idea for creating a plugin with Relay support, so I made one!
The plugin adds support for automatically inferring the operation/fragment type and passes it to Relay utils. It's very convenient!
github.com/XiNiHa/ts-ma...
January 24, 2025 at 3:22 AM
Actually I was referring to these, and these rules work for implicit anys 😋
December 30, 2024 at 10:19 AM
I was somewhat scared about porting useSubscription() overestimating its complexity..... and then found that the implementation was about 10 lines XD
December 11, 2024 at 7:38 AM
Just found a bug in Zed (actually in its dependency)
This one was somewhat tricky to debug 😂
December 10, 2024 at 6:31 AM
😵‍💫
December 10, 2024 at 2:26 AM
btw, it seems like publishing a package right after the NPM maintenance is not a good idea 😅
December 8, 2024 at 10:32 PM
Just released Solid Relay 0.2.0:

- Mutations with createMutation()
- Fragment refetches with createRefetchableFragment()
- Imperative queries with loadQuery() and createQueryLoader()
- Reliability issue fixes for createLazyLoadQuery()

Now it does something interesting!
December 8, 2024 at 10:31 PM
🙄
December 8, 2024 at 8:29 PM
Writing Rust procedural macros is pretty fun to do, although it sometimes drives me crazy 😇😇😇
November 29, 2024 at 5:51 PM
😵‍💫
November 22, 2024 at 7:11 AM
I... don't like this
November 19, 2024 at 2:30 PM
😋
November 19, 2024 at 11:10 AM
Never expected to see calling this icon "chevron pipe" 😂
November 14, 2024 at 4:26 PM
Tempted to do this
November 13, 2024 at 12:08 PM
TIL: `as const satisfies T` instead of `as const` can be used to prevent result types from having `readonly` modifiers 🤯
November 13, 2024 at 10:51 AM
I like this scrolling behavior of the navbar 😋 should dig into the code soon
November 6, 2024 at 4:09 PM