Re: Intellij: Support for TextMate Bundled

2019-07-25 Thread David Bennett via Digitalmars-d-announce
On Thursday, 25 July 2019 at 18:46:00 UTC, bachmeier wrote: Curious if there are a lot of D programmers using IntelliJ. It's $500 just for the first year. I've been using IntelliJ Idea Community for D development for years, mostly for the syntax highlighting, code completion and linting. Stil

Re: Intellij: Support for TextMate Bundled

2019-07-25 Thread Daniel Kozak via Digitalmars-d-announce
On Thu, Jul 25, 2019 at 8:50 PM bachmeier via Digitalmars-d-announce wrote: > Curious if there are a lot of D programmers using IntelliJ. It's > $500 just for the first year. Thats not true. I have all products pack (include idea, clion, pystorm, phpstorm ...) and I am paying something like $200

Re: Redis client hunt-redis RC1 released

2019-07-25 Thread ag0aep6g via Digitalmars-d-announce
On 23.07.19 09:57, zoujiaqing wrote: Porting from java Jedis, support redis 3.x / 4.x all features and 5.x  some features. If your library is ported from another language, you're creating a derivative work. That means you need to respect the original license. A quick google search suggests

Re: Intellij: Support for TextMate Bundled

2019-07-25 Thread Andre Pany via Digitalmars-d-announce
On Thursday, 25 July 2019 at 18:46:00 UTC, bachmeier wrote: On Thursday, 25 July 2019 at 16:20:15 UTC, Andre Pany wrote: Hi, Intellij added support for TextMate bundles. By adding the DLang TextMate Bundle[1] you get syntax highlighting. If you want also code completion, formatting and lintin

Re: Intellij: Support for TextMate Bundled

2019-07-25 Thread bachmeier via Digitalmars-d-announce
On Thursday, 25 July 2019 at 16:20:15 UTC, Andre Pany wrote: Hi, Intellij added support for TextMate bundles. By adding the DLang TextMate Bundle[1] you get syntax highlighting. If you want also code completion, formatting and linting you can install the LSP plugin from marketplace and setup

Re: Redis client hunt-redis RC1 released

2019-07-25 Thread Greatsam4sure via Digitalmars-d-announce
On Tuesday, 23 July 2019 at 07:57:06 UTC, zoujiaqing wrote: A Powerfull Redis client library for D Programming Language. Porting from java Jedis, support redis 3.x / 4.x all features and 5.x some features. So what can I do with Redis? All of the following redis features are supported: * S

Re: Intellij: Support for TextMate Bundled

2019-07-25 Thread Greatsam4sure via Digitalmars-d-announce
On Thursday, 25 July 2019 at 16:20:15 UTC, Andre Pany wrote: Hi, Intellij added support for TextMate bundles. By adding the DLang TextMate Bundle[1] you get syntax highlighting. If you want also code completion, formatting and linting you can install the LSP plugin from marketplace and setup

Re: Redis client hunt-redis RC1 released

2019-07-25 Thread aliak via Digitalmars-d-announce
On Tuesday, 23 July 2019 at 07:57:06 UTC, zoujiaqing wrote: A Powerfull Redis client library for D Programming Language. Porting from java Jedis, support redis 3.x / 4.x all features and 5.x some features. [...] Awesome! Huntlabs seem to really be putting in a lot of work on backend d-dev

Re: Redis client hunt-redis RC1 released

2019-07-25 Thread Dejan Lekic via Digitalmars-d-announce
On Tuesday, 23 July 2019 at 07:57:06 UTC, zoujiaqing wrote: A Powerfull Redis client library for D Programming Language. Porting from java Jedis, support redis 3.x / 4.x all features and 5.x some features. Can it connect to AWS ElastiCache cluster endpoint?

Re: Redis client hunt-redis RC1 released

2019-07-25 Thread Dejan Lekic via Digitalmars-d-announce
On Tuesday, 23 July 2019 at 07:57:06 UTC, zoujiaqing wrote: A Powerfull Redis client library for D Programming Language. Porting from java Jedis, support redis 3.x / 4.x all features and 5.x some features. Why? There is the excellent TinyRedis project. Does it not have some feature you nee

Intellij: Support for TextMate Bundled

2019-07-25 Thread Andre Pany via Digitalmars-d-announce
Hi, Intellij added support for TextMate bundles. By adding the DLang TextMate Bundle[1] you get syntax highlighting. If you want also code completion, formatting and linting you can install the LSP plugin from marketplace and setup DLS [2]. In addition there is also the complete D support in

Re: I was able to write some D last week!

2019-07-25 Thread Kagamin via Digitalmars-d-announce
From an earlier post: In particular, nginx can do a scgi proxy with a unix socket and this may be easier to use with your firewall and filesystem permissions. Oh, I tried it. First nginx didn't find the socket. Guess why? Because nginx runs in a virtualized filesystem. Relocated the sock