Git Product home page Git Product logo

gimlet's Introduction

Hello!

I am a software engineer. As a programmer, I use 99% Java at work. In my free time I like to dabble in other languages. I prefer:

  • Java, because that's what I know best.
  • Lua (+ Love2D) for game programming.
  • Go, because it's fairly easy, fast, and type safe.
  • C, because it's also relatively easy. I wanted to learn it to understand more about memory management, Linux kernel programming and so on. I believe that understanding C will make you a better programmer.

Learning Rust more thorougly is also on my TODO list.

I've also attempted to do things in C++, but it's quite comprehensive. I decided it's not worth it anymore (in my free time), because there is just too much to know, and life is too short :)

gimlet's People

Contributors

krpors avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

gimlet's Issues

Logging Tab with Table rendering usage.

The logging tab with a "table" as a rendering looks really cool and polished, and more than most tools have :) , but:

  • can't select more than one row
  • can't copy the selected row to the clipboard
  • can't select all with Ctrl+A (as it's possible in other tables)
  • can't sort the table
  • can't filter (search) the columns to find something useful
    If the Logging tab were a simple text output (e.g. formatted with colors maybe), all the above would be possible.

On PostgreSQL, column type bytea has improper rendering

On PostgreSQL (maybe also other RDBMS?), the blob type bytea is rendered using the hashcode of the value in the table view. For example, this table definition:

image

is rendered as follows:

image

Ideally this would be rendered differently. Probably depends on size of the content (don't want to render 500 megabytes of data, for instance).

Missing Vertical Split Bar

There's a horizontal Split Bar, but not a vertical one.
Especially when using on some laptops (without external monitor), or when having deep drill downs, it would be useful to be able to resize the vertical split too.

Operations on more than one connection?

Any plans allowing operations on more than one connection?

It seems that quite allot of cases involves work on more than one DB (and sometimes those are not even the same DB type, or support DB Link like Oracle to be able to work with a single connection).

Thank you.

There's no disconnect context menu item

There's no disconnect context menu item on the connections in the Aliases Tab.

Since DBs in embedded mode (like H2) can have only one connection at a time, it's important to know if the connection is open, or not, and maybe disconnect.

Usually in most tools after the users clicks connect, the menu item(or action) is transformed in "Disconnect".

By this operation I don't mean to close the Tab that was opened :), but just the connection, in order to allow other tools to do something on the embedded DB.

Icon for the app?

The app looks very polished and nice, and it even has a splash screen in About, so it's missing just an icon :).

Drivers directory!

Please create a /drivers directory where users can copy their drivers, in order not to mix them with the application JARs from /lib

'Port' code to Java 11

Java 8 has been "EOL" for quite some time now. There is a jdk11 branch. It requires some merging here and there but the master branch should be targeting JDK 11.

Copy as Plain Text.

The functionality from the context menu on a Table "Copy as Plain Text", looks more like "Copy as a Wiki Table" .

It is very useful, but not what most users would expect.

Maybe Plain text should be just plain text (tab separated, so that it can be pasted into any spreadsheet) ?

Also I'm not sure if the encoding of the copied text is the usual default to UTF-8, since most tools seems to recognized it as UTF-16 on Windows (but maybe this is a tool problem).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.