JavaScript taking notes
JavaScript taking notes
That page freezes my firefox and uses a lot cpu power
Not really afaik, you can make file immutable with chattr +i /path/to/something
but that means you cannot write to it either, which will probably cause problems.
Exactly, now we are talking
pub async fn foo() -> Pin>>>>>
oh fuck commonmark cant display the syntax :( well anyone who has done async rust can imagine
they are sorry
i’m not that funny but there’s no one else who’d laugh so i need to force myself
You can imagine how many node projects there are running in production with
npm run
. I have encountered js/ts/node devs that don’t even know that you should like, build your project, withnpm build
and then ship and serve the bundle.