Max Claus

Results 84 comments of Max Claus

When I initially implemented the release for Mac I couldn't find a way of having a free Apple developer license. With that last link, it seems to be possible, I...

Ah, it was too good to be real. Since we don't have any income from this app, I don't think we should pay from our pockets. I think we could...

I like the tagging for servers. We could allow the search per tag such as `environment:production`. The ability to pin also look useful, it definitly could be done for any...

I just tested a Heroku Postgres connection with SSL and it is working fine for me.

It shows the version at the bottom during the app loading screen. Depending on the OS it is also possible to check that by the command line https://github.com/sqlectron/sqlectron-gui/issues/361#issuecomment-336529651

@terrywh If you include a limit of 100 for that table, does it still freezing? If it still freezing than is not directly related to #129. But could be related...

check this out https://github.com/sqlectron/sqlectron-gui/issues/561

Looks like a timeout issue. Is this a remote server? Could you try to change the `connectTimeout` and `acquireTimeout` properties in the mysql connection settings https://github.com/sqlectron/sqlectron-core/blob/master/src/db/clients/mysql.js#L353? Docs of how to...

That is an issue in Ace editor SQL syntax highlight. Take a look at this online demo: https://ace.c9.io/build/kitchen-sink.html If you are interested in getting it solved, please open an issue...

I don't have interest going through that work myself 😆 But if that editor supports all features we use nowadays with the current editor and anyone is willing in doing...