Jeff Pal

Results 4 comments of Jeff Pal

That's it, it worked for me, but should we worry about the current [Docusaurus swizzle caution](https://v2.docusaurus.io/docs/cli/#docusaurus-swizzle) for v2 in the near future?

I tried to compile the project with QT6 but I got **unknown type name 'QRegExp'** ``` In file included from src/schemaparser.cpp:19: src/schemaparser.h:49:16: error: unknown type name 'QRegExp' static const QRegExp...

Thank you for your giant effort to make pgModeler the best design tool ever! You're getting it.

I have the same issue. The DevTools does not show when I initialize knex and assign its return to a variable. **main.ts** ``` import knex from 'knex'; const connection =...