RoccoSmit
RoccoSmit
Feature added and will be in the next release
Not sure what is causing checks to fail. Will revisit tomorrow
Makes sense. I wasn't sure if the `LASTEST.sql` files were for creating the initial db structure and the migrations were to add data to the tables. If migrations are not...
@JodhwaniMadhur in your IDE run `pnpm run lint` and it will show you where the linting error is taking place. You can also run `pnpm run lint --fix` to let...
Existing:  PR:  Can the `Name` column be resized to match the original size. The new design does not allow for the full `URL` to be viewed so the...
> [#4145 (comment)](https://github.com/usememos/memos/pull/4145#issuecomment-2495978403) > > can we address this in a new feature? and ofc, I would like to take it up as usual. I would consider a way to...
What version did you upgrade from? v0.22.5 introduced caching functionality that would require thumbnails to be generated on first load. This could be the cause for a slow first load
The request that might be sow on first load due to caching would be the `/file/resources/{id}/{imageName}` image requests. Are you finding the site is slow with an fresh db? So...
The only other example I can think of where "the page gets stuck" is this issue https://github.com/usememos/memos/issues/3922. Does your experience align with this?
As @JodhwaniMadhur mentioned, it looks like this is a limitation of the db (by choice). See: https://www.sqlite.org/faq.html#q18