shadowtime2000
shadowtime2000
**Describe the bug** On the website the browser logs a 404 because it can't find `soph-iest`'s pfp. **To Reproduce** Go to the website. Open developer tools. **Expected behavior** `soph-iest`'s pfp...
Hi, This looks like a really cool project and I am wondering if you have benchmarks of your parser against SWC.
Issue 98
Solves #98
**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** A "Know the Codebase" section in the `CONTRIBUTING.md` **Describe alternatives you've considered** None.
It would be great to have a Webpack loader for `.eta` templates. It should have `.eta` files export the compiled function. Once the initial version with that is completed, we...
**Is your feature request related to a problem? Please describe.** Currently there isn't a nice clean way to inject methods or objects with plugins for usage in the template. **Describe...
**Is your feature request related to a problem? Please describe.** No not really. **Describe the solution you'd like** A function, `stream`?, that creates a stream which can be sent to...
This is a proposal for a breaking change in Eta. This would pretty much be a restructure of the project, restructured enough that it would be a breaking change. Here...
We should probably get a documentation site for Luciex. We should also probably register it under `luciex.js.org`. I am thinking we should use Docusaurus v2 like we did for the...
Possible usage: ```tsx import { Atom } from "luciex"; import { useAtom } from "luciex-react"; function Counter({ countAtom }) { const increment = useCallback((num) => num + 1); const [val,...