back
user profile
0x142857
444karma·235submissions·December 28, 2014
recent activity (235 total)
comment
If you use `<script setup>` in Vue, yeah it's some compiler magic similar to Svelte, but otherwise that's not really the case, for example Vue tracks depdendencies using ES6 Proxy, whi…
comment
esbuild is a bundler like webpack, it also does Typescript transform but the API is limited, e.g. you can't access the ast. Meanwhile swc is a Rust alternative to Babel.
comment
do you really think those people don't understand how the current vote works? you can't wake up a person who is pretending to be asleep..
comment
Based on the quality of the translation, I guess it's just using google translate under the hood
comment
> What I would enjoy would be a button to hide all the accounts that post more often than once per day. Because chances are the people who talk too much have no time to think about what they'r…
comment
contribution in general doesn't have to be "code" related.
comment
off-topic, but this is a great open-source anime image reverse search engine: https://trace.moe/
comment
this is the worst take I've seen in quite a while. no proof but based on personal experience and imagination.
comment
react-router like nested routes!
comment
I've updated the readme, basically it helps you manage `<title>`, `<meta>` and other elements inside document head.
comment
First it's for people who don't want a build step, but they can prerender if they want. And it does more than adding some CSS, JavaScript is also used for interactions.
comment
works pretty well for lodash. https://lodash.com/docs/4.17.15
comment
yes, already working on a fix.
comment
it's indeed a problem for large-scale docs, that's why I have another solution here https://docute.org/
comment
That command is essentially what I mean by "prerender". I will add this feature to docup later, for people who want to have a static html file instead.