Max Claus

Results 32 issues of Max Claus

Having the basic SQL keyworkds auto completion is a nice to have feature. Here is an example of how to implement that https://github.com/sqlectron/sqlectron-gui/pull/553/files#diff-59569bd2b15b3a005a490bab7cd9e24c380a50292dfb049b6edef11495bf1002. This should be done after the editor...

enhancement

I noticed that the reason info is not present in the UI error message when a SSH connection fails, and that field is usually more helpful than the description itself...

Task created from this request https://github.com/sqlectron/sqlectron-gui/pull/588#discussion_r586534439

I would like to change the app to use a theme that looks less like a web app, if we could get something like the Slack UI it would be...

enhancement

Have a in-app panel for Logs at the bottom of the app showing all executed queries history and any useful app logs.

First of all, we would NOT report any users' database details like the name databases, tables, columns, or any credentials. What I would like to know to help to improve...

The app has changed a lot since the version 1.0. Would be awesome get the [demo](https://github.com/sqlectron/sqlectron-gui#demo-version-100) updated with the latest version showing most of the existing features. Maybe we could...

enhancement
help wanted
Hacktoberfest

This would be a huge security improvement. Seems like https://github.com/atom/node-keytar is a good option. I guess it is not a top priority. But at least is good include in **icebox**.

enhancement
help wanted

Add support for the enum type usage https://flow.org/en/docs/enums/. Fixes https://github.com/gajus/eslint-plugin-flowtype/issues/502. Something I found during the tests, if you use `@babel/plugin-syntax-flow` plugin, then the `babel-plugin-transform-flow-enums` plugin must be placed before `@babel/plugin-syntax-flow`,...

Existing issue: ``` httpfake: not found request handler for [GET: /v1/users/1?isProcessed=true&userID=1]; registered handlers are: * [GET: /v1/users/1?userID=1&isProcessed=true] ```