Lucian I. Last
Lucian I. Last
XMPP uses [email protected] as well, I suggest keeping it how it is
If it's alright with you I'd like to move to strict = false first, this makes most JavaScript okay for TypeScript. It allows for untyped code and missing types. That...
`rnr -rf '(.*)\.jsx$' '$1.tsx' ./src ./test` rnr has been a huge help
1. You've made it impossible to separate the frontend from the backend an `/api` prefix would have been great. This would allow for a Vite dev server + live reload...
Instead of using absolute imports like "components/card.tsx" use "src/components/card.tsx" or "~/src/components/card.tsx" simpler still "./../card.tsx" I attempted to add each dir in src as a base in my configs but it...
+1 on bad install manual: - What are the dependencies? - Which of the 3 files do I download? - Install a plugin?, Run how?, Pre-required files + where to...
@knezi `|` pipes are used for tables, not lists :-1:
@knezi then it would use non standard syntax. And italics to me does not seem an issue: --- # Groceries - Bread *half* - Bananas *7* - ~~Pizza *2*~~ ---
@woefe underscore `_` works just as well if you're worried about the asterisk `*`. --- ``` This is *an* **Asterisk** ``` This is *an* **Asterisk** --- ``` And this is...
Fixed here: #34 But not it's not available yet on anki addons website. I suggest keeping open until then for searchablity.