pawelmalak

Results 25 comments of pawelmalak

Is this a new instance or are you updating an existing one? I created a new one, restarted it 10 times and can't reproduce it.

Can you open your database file with [DB Browser for SQLite](https://sqlitebrowser.org/) and show me content of `SequelizeMeta` table content and also schema of `snippets` table?

Ok. Can you add `-e NODE_ENV=development` to your run command and check if something new shows up in the logs?

I was just able to reproduce this error on my side. Can you try to mount container data to host directory with path, instead of named volume?

I created one with Docker Desktop on Windows and it gave me the same error but when I provided normal path it worked. That would also explain why I wasn't...

I'm still trying to figure out why is it happening only with named volumes and how to fix it.

You mean like edit history within the app?

Do you know any node.js libraries that support code formatting for multiple languages? I was only able to find formatters for html, css, json and js.

Snippet-box is already using highlight.js for, well, syntax highlighting. Afaik, it doesn't have option to format your code.

Do you know any node libraries for formatting VBA code? I couldn't find anything.