You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2025/src/components/KeynoteSpeakers/index.astro
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,15 @@ import rbtnn from "../../assets/speaker-icon/rbtnn.png?url";
18
18
<KeynoteSpeaker
19
19
keynoteSpeaker="hrsh7th"
20
20
imageUrl={hrsh7th}
21
-
title="comming soon"
21
+
title="nvim-cmp retrospective: Exploring Completion and Facing FOSS Challenges"
22
22
profile=`hrsh7th is a Web frontend engineer based in Japan.
23
23
With around 15 years of experience using (n)vim, he's the author of popular plugins like vim-vsnip and nvim-cmp.
24
24
As a Web frontend engineer, he has a strong interest in enhancing editor-based workflows and user experience for daily development.`
25
25
/>
26
26
<KeynoteSpeaker
27
27
keynoteSpeaker="rbtnn"
28
28
imageUrl={rbtnn}
29
-
title="comming soon"
29
+
title="Introducing the TabPanel Feature: Motivation and Implementation"
30
30
profile=`rbtnn is what you might call an SIer in Japan.
31
31
These days, his main role is team management, so he doesn't get to write code as often.
32
32
That said, he worked across the stack throughout his career—from server-side and client-side development to embedded systems—making him a so-called full-stack engineer.
0 commit comments