Levin Keller
Levin Keller
still working on this
_I put in this issue to discuss the topic and remember it for the future. Will also do some work on it, when I find the time, but first lets...
This is to investigate #87. I cannot reproduce the issue. Please advise @thomasdavis. I run `pnpm turbo lint` and I get a return code 0.
The pages router from next is still supported but the app router really is better. One can [migrate](https://nextjs.org/docs/app/building-your-application/upgrading/app-router-migration) incrementally. Also we should update to next@14.
Currently the registry has some special routes like `/interview`, `/jobs` etc. We should host these routes on a different domain or stop using the root for the cv generation (e.g....
Users might get errors when trying to render resumes with deprecated / removed themes. Currently they get a misleading error message, claiming that they mistyped their username but actually they...
I just had a look at the setup for the preview images for https://jsonresume.org/themes/. The images are generated via a function using https://github.com/thomasdavis/screenshot. The results are cached for 1 day....
I recently [migrated](https://github.com/levino/roessing.de/pull/70) one of my websites to [astro](https://astro.build/). I think it is perfect for simple websites and "the new jekyll". Way better than nextjs because of simplicity and [content...
… print outs Before:  After:  ## Summary by CodeRabbit - **Style** - Adjusted the styling of pseudo-elements for...
#253