Re: Signal flare: vibed.org throwing 500 errors

2014-09-19 Thread Soulsbane via Digitalmars-d

On Saturday, 20 September 2014 at 04:11:01 UTC, Tim Keating wrote:

Okay, this is weird.

This is only happening for me using Google Chrome on OS X 10.9. 
I can hit the site with Safari and Firefox just fine.


I thought maybe I had some malicious infected extension or 
something (I was seeing some activity there in the network 
trace in the Chrome developer tools), so I disabled all my 
extensions. Still happening.


And the error page looks very clearly like the output from the 
errorOut function in server.d. Which suggests to me that I'm 
getting to the server and it's legitimately sending me a 500 
error. But there's no attached debugging information (debug_msg 
appears to be blank).


Scratching my head at this point.

TK


Works with Chrome 37 on Linux.


Re: Give DLS a try

2018-08-14 Thread Soulsbane via Digitalmars-d
On Wednesday, 8 August 2018 at 07:57:49 UTC, Laurent Tréguier 
wrote:

On Wednesday, 8 August 2018 at 07:25:57 UTC, Tab wrote:

I find DLS to be very stable


Perhaps I missed it but is there an option to disable dfmt 
completely. I see several options, for example, 
d.dls.format.dfmtSoftMaxLineLength.


Other than that dls is working great for me so far! Thanks a lot 
for this!





Re: Give DLS a try

2018-08-14 Thread Soulsbane via Digitalmars-d
On Tuesday, 14 August 2018 at 22:24:48 UTC, Laurent Tréguier 
wrote:

On Tuesday, 14 August 2018 at 21:07:34 UTC, Soulsbane wrote:
Perhaps I missed it but is there an option to disable dfmt 
completely. I see several options, for example, 
d.dls.format.dfmtSoftMaxLineLength.


If you're using the VSCode extension or Atom package, then 
there is no way to deactivate any features, I'm going to add 
that to the extensions' settings.


No problem. Thanks! It's the mainly the 
d.dls.format.dfmtBraceStyle that is bothering me. It seems each 
one uses the if () style and I prefer if(). If that makes sense. 
Again, thanks a lot for this!


Re: Give DLS a try

2018-08-14 Thread Soulsbane via Digitalmars-d
On Wednesday, 15 August 2018 at 01:26:36 UTC, Laurent Tréguier 
wrote:

On Tuesday, 14 August 2018 at 23:24:58 UTC, Soulsbane wrote:
No problem. Thanks! It's the mainly the 
d.dls.format.dfmtBraceStyle that is bothering me. It seems 
each one uses the if () style and I prefer if(). If that makes 
sense. Again, thanks a lot for this!


Maybe this should simply be a new feature for DFMT then.


That's true. code-d has a setting to completely disable it but I 
have no idea how each of your projects works. I think I'll post 
an issue with DFMT repository.


Btw, what path does dls search for the dfmt executable? I put my 
compiled version in my $PATH and it's not picking it up. This is 
on Linux.


Re: Give DLS a try

2018-08-15 Thread Soulsbane via Digitalmars-d
On Wednesday, 15 August 2018 at 11:34:42 UTC, Laurent Tréguier 
wrote:

On Wednesday, 15 August 2018 at 02:40:03 UTC, Soulsbane wrote:
Btw, what path does dls search for the dfmt executable? I put 
my compiled version in my $PATH and it's not picking it up. 
This is on Linux.


It doesn't use anything on your machine, it uses DCD, D-Scanner 
and DFMT as libraries instead.


Ok, thanks a lot for your help!


Re: Give DLS a try

2018-08-15 Thread Soulsbane via Digitalmars-d

On Wednesday, 15 August 2018 at 09:11:08 UTC, Seb wrote:
In theory it would be `dfmt_space_after_keywords` in the 
.editorconfig, but it's not implemented yet:


https://github.com/dlang-community/dfmt#dfmt-specific-properties


That's interesting! Thanks for the info!


Re: [OT] "I like writing in D" - Hans Zimmer

2018-08-22 Thread Soulsbane via Digitalmars-d

On Wednesday, 22 August 2018 at 22:51:58 UTC, Piotrek wrote:
You may already know that from youtube. It seems D starts 
getting traction even among musicians:


https://www.youtube.com/watch?v=yCX1Ze3OcKo&feature=youtu.be&t=64

That really put a smile on my face :D

And it would be a nice example of a D advertising campaign ;)

Cheers,
Piotrek


LOL I didn't get it at first! I was looking at the computers 
expecting some code!


Re: D wish list roll call game

2017-07-05 Thread Soulsbane via Digitalmars-d

On Monday, 26 June 2017 at 11:20:43 UTC, Andrey wrote:

Hi guys!!!

Let's play roll call. Add the desired feature in Dlang. Only 
one. I write my own. The following copy of the previous one and 
adds his. At the end will receive a list of.


ARM cortex lib


Multiple alias this.


Re: My statements related to terminating my SAoC relationship

2018-10-15 Thread Soulsbane via Digitalmars-d

On Monday, 15 October 2018 at 21:26:52 UTC, solidstate1991 wrote:
I have done two mistakes: I underestimated the scope of the 
project and overestimated my capabilities. This caused a chain 
reaction, which in turn made the first milestone unreachable.


[...]


Have you tried melatonin? My doctor has me take a 1mg tablet and 
split it in two. So I take 1/2 at bedtime. That is the sweet 
spot. If you take more than that you will end up groggy.


Re: No D bindings in Atom editor

2018-10-16 Thread Soulsbane via Digitalmars-d

On Tuesday, 16 October 2018 at 02:34:47 UTC, Jabari Zakiya wrote:
Just updated Atom editor and noticed D files read as plain .txt 
and no D bindings in list of programs. Maybe someone should 
bring that to Atom's devs attention.


Interesting, since my main editor, KDE's Kate, does have D file 
syntax highlighting.


Kate also has a plugin for D called Lumen. I don't use it anymore 
though since I prefer VSCode.


Re: code.dlang.org 500 Internal Server Error

2016-09-01 Thread Soulsbane via Digitalmars-d

On Friday, 2 September 2016 at 04:43:46 UTC, Uranuz wrote:

code.dlang.org 500 Internal Server Error

Does anyone experience the same probleme?


Yes, its been like this for a few hours at least. It's causing 
travis-ci build failures also.


Re: Best Lua integration?

2016-11-16 Thread Soulsbane via Digitalmars-d
On Thursday, 17 November 2016 at 03:46:26 UTC, rikki cattermole 
wrote:

On 17/11/2016 11:53 AM, Kim wrote:

Hello

what is the best Lua integration available?

I have found these two so far:
* https://github.com/JakobOvrum/LuaD (only Lua 5.1)
* https://github.com/DerelictOrg/DerelictLua (Lua 5.3)

The former seems better/more active. Are there other similar 
projects

that I am missing?

Thanks


LuaD is a lot more then just a binding. It does have static 
bindings to Lua. Where as DerelictLua has dynamic bindings 
(linking is done at runtime to shared libraries).


Not to mention much more high level(LuaD).


Re: `in` no longer same as `const ref`

2017-01-30 Thread Soulsbane via Digitalmars-d

On Monday, 30 January 2017 at 00:26:27 UTC, Walter Bright wrote:

On 1/29/2017 3:50 AM, Nordlöw wrote:

Why is `in` no longer the same as `const scope`?


Because it was unchecked and largely unimplemented. I was 
afraid that by checking it, too much code would break.


Unless I'm completely missing something the documentation still 
says:


http://dlang.org/spec/function.html#parameters
in  equivalent to const scope


Re: code.dlang.org internal server error

2017-02-10 Thread Soulsbane via Digitalmars-d
On Wednesday, 8 February 2017 at 13:40:56 UTC, Eugene Wissner 
wrote:
On Wednesday, 8 February 2017 at 12:54:00 UTC, John Colvin 
wrote:
On Wednesday, 8 February 2017 at 05:49:55 UTC, Ali Çehreli 
wrote:

code.dlang.org gives the following error:

500 - Internal Server Error

Internal Server Error

Ali


Seeing as code.dlang.org is pretty critical these days, it 
would be great if there was a better way to handle this than 
"wait for Sönke to notice it's down".


or just support git/githab & co. directly from dub.


Exactly!


Re: D future ...

2017-02-17 Thread Soulsbane via Digitalmars-d
On Wednesday, 15 February 2017 at 21:07:06 UTC, Arun 
Chandrasekaran wrote:

On Wednesday, 15 February 2017 at 19:47:28 UTC, Cym13 wrote:
There's little point in having more features if what's already 
there is

half broken and not well-defined.


+1


Indeed.


Re: Spotted on twitter: Rust user enthusiastically blogs about moving to D

2017-03-07 Thread Soulsbane via Digitalmars-d

On Tuesday, 7 March 2017 at 03:04:05 UTC, Joakim wrote:

https://z0ltan.wordpress.com/2017/02/21/goodbye-rust-and-hello-d/


Very welcoming and helpful community that actually focuses on the 
technical side of things rather than getting sidetracked by 
social causes


What does he mean by sidetracked by social causes? I've seen this 
mentioned before. Is this a big thing in the Rust community?


Re: Spotted on twitter: Rust user enthusiastically blogs about moving to D

2017-03-07 Thread Soulsbane via Digitalmars-d

On Tuesday, 7 March 2017 at 20:47:12 UTC, Ali Çehreli wrote:

On 03/07/2017 11:33 AM, Soulsbane wrote:

What does he mean by sidetracked by social causes? I've seen 
this

mentioned before. Is this a big thing in the Rust community?


The author had opened the following thread:

  
http://forum.dlang.org/post/dvmsnoxvdbmraisoc...@forum.dlang.org


  "community seems infused with both the Feminism/SJW"

Ali


Ah, thanks for the link Ali!