Earlier quoted context omitted.
if enough people call out the lack of accessibility in UI libraries, it brings that requirement into the cultural norm. The commenter is merely trying to push this into the cultural norm. I concur with such sentiments.
I think there are better times to do this than the initial version 0 release of an open source production. Taking the chance to "call out" its "lack", is essentially shaming people for doing social good (open source), and not going far enough in someone's opinion.
JetBrains Web UI components open-sourced
91–96 of 96 posts
Re: JetBrains Web UI components open-sourced
#92Earlier quoted context omitted.
if enough people call out the lack of accessibility in UI libraries, it brings that requirement into the cultural norm. The commenter is merely trying to push this into the cultural norm. I concur with such sentiments.
I think there are better times to do this than the initial version 0 release of an open source production. Taking the chance to "call out" its "lack", is essentially shaming people for doing social good (open source), and not going far enough in someone's opinion.
Also it is possible to call out a critical oversight in the design of a product while not shaming them for releasing it.
Re: JetBrains Web UI components open-sourced
#93Earlier quoted context omitted.
Your experience with VS and your desires for Rider reflect my own. Correct me if I'm wrong, but isn't Visual Studio still a 32 bit application? That would definitely limit the utility of those 128GB.
I tend to have a number of solutions open. But mostly I was just trying to convey that my setup isn't to blame (fastest possible ram, large amounts of it, super fast cpu, all off SSDs too). Obviously a 32bit app could run a number of sub app domains, so it can still make use of more than 2gb. I think ultimately though is it's not the resource that's the issue, it's the buggyness of the system. It just feels unfinishe…
Dave twitter.com/davkean
Re: JetBrains Web UI components open-sourced
#94Re: JetBrains Web UI components open-sourced
#95Earlier quoted context omitted.
Is isomorphic Kotlin a thing yet?
This stack is isomorphic no?
Re: JetBrains Web UI components open-sourced
#96JetBrains 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...