Pico12
Pico12
Yes sure. `getTablesFull` was taking too much time, because MySQL do not have a real table where it stores all tables information. So when it runs a query like `select...
I wrote a small bash script to create lots of tables (it takes a lot of time, try it with 10k will be enough) ``` #/bin/bash db='-h 127.0.0.1 testdatabase -u...
I tried to use this PR in my project, it does not work for me. I have warnings like 'You are importing createRoot from "react-dom" which is not supported. You...
I have noticed that if you use vite-plugin-react, both host and remote have to be in dev mode. If not, you will have this error message "@vitejs/plugin-react can't detect preamble".
> I tried to use this PR in my project, it does not work for me. I have warnings like 'You are importing createRoot from "react-dom" which is not supported....
I think it could be merged as using dev mode is not working at all without this, it's not like it will break anything. I tried this PR in a...
I tried it on a project using vite and having a lot of protocolbuffers messages and it works great, thank you safranaj !