JetBrains is kinda crushing it. I've spent the last two days looking into Kotlin. I didn't realize not only that Kotlin can compile to JS but also that you can interact with say React from it. So you can build a full stack app in it, without ever touching JS. (I think that the JS compilation is still technically in beta but w/e). https://github.com/Kotlin/kotlin-fullstack-sample Combined with the fact that you can us…
JetBrains Web UI components open-sourced
61–70 of 96 posts
Re: JetBrains Web UI components open-sourced
#62GitHub repo: https://github.com/JetBrains/ring-ui It's only linked in the comments; also - they're dogfooding issues in their own YouTrack thing. It looks like JetBrains does this for all their open source projects. Can anyone with some experience compare against GitHub's issues?
It's not perfect, but it hits more of the marks I'd want than anything else I've tried.
Re: JetBrains Web UI components open-sourced
#63JetBrains is kinda crushing it. I've spent the last two days looking into Kotlin. I didn't realize not only that Kotlin can compile to JS but also that you can interact with say React from it. So you can build a full stack app in it, without ever touching JS. (I think that the JS compilation is still technically in beta but w/e). https://github.com/Kotlin/kotlin-fullstack-sample Combined with the fact that you can us…
I was coincidentally looking at Ktor yesterday. I quickly ran into pages which are linked from the Getting Started guide (such at http://ktor.io/Features ) which don't exist. Doesn't give the best first impression, but I gather it's a very new framework so I'm sure it'll be corrected soon...
Re: JetBrains Web UI components open-sourced
#64Earlier quoted context omitted.
Enterprises are already moving in this direction.
Facebook is a large geek shop; not how the vast majority of enterprises work or can work for that matter.
Re: JetBrains Web UI components open-sourced
#65Earlier quoted context omitted.
Why are you being downvoted for expressing an opinion?
I don't know, but it is common in HN. I'd like to hear someone explaining why it isn't awful to use with a mouse.
Re: JetBrains Web UI components open-sourced
#66Earlier quoted context omitted.
I was coincidentally looking at Ktor yesterday. I quickly ran into pages which are linked from the Getting Started guide (such at http://ktor.io/Features ) which don't exist. Doesn't give the best first impression, but I gather it's a very new framework so I'm sure it'll be corrected soon...
http://ktor.io/features/ seems to work
Re: JetBrains Web UI components open-sourced
#67JetBrains is kinda crushing it. I've spent the last two days looking into Kotlin. I didn't realize not only that Kotlin can compile to JS but also that you can interact with say React from it. So you can build a full stack app in it, without ever touching JS. (I think that the JS compilation is still technically in beta but w/e). https://github.com/Kotlin/kotlin-fullstack-sample Combined with the fact that you can us…
They really do put out some great stuff - ReSharper is tremendously useful for .NET developers, YouTrack is one of the best (if lesser-known) issue trackers out there, and DataGrip is a fantastic database management tool (especially for Postgres, since pgAdmin 3 doesn't support newer versions and pgAdmin 4 is a major step backwards).
Re: JetBrains Web UI components open-sourced
#68Earlier quoted context omitted.
They really do put out some great stuff - ReSharper is tremendously useful for .NET developers, YouTrack is one of the best (if lesser-known) issue trackers out there, and DataGrip is a fantastic database management tool (especially for Postgres, since pgAdmin 3 doesn't support newer versions and pgAdmin 4 is a major step backwards).
There is a pgAdmin 3 fork by BigSQL that supports new postgres versions. I can't say how it compares to DataGrip, but compared to pgAdmin 4 it's a godsend. https://www.openscg.com/bigsql/pgadmin3/
I don't think I can go back from DataGrip, though. Too many nice things I've gotten used to (query tabs, multi-format result exports, etc).