Re: Which language futures make D overcompicated?

2018-02-09 Thread tetyys via Digitalmars-d
On Friday, 9 February 2018 at 13:10:16 UTC, rumbu wrote: And not a language feature but I hate dub. Just saying. Why do people hate dub? I think it's a great package manager and build tool

Re: Debugging bad requests with vibe

2018-02-09 Thread tetyys via Digitalmars-d-learn
On Friday, 9 February 2018 at 11:46:31 UTC, Nicholas Wilson wrote: On Friday, 9 February 2018 at 08:06:53 UTC, Seb wrote: On Thursday, 8 February 2018 at 17:09:44 UTC, Nicholas Wilson wrote: Is there a way I can see/log what requests are being made? I can change both the client and server.

Re: How to convert hex string to string or ubytes? Thanks.

2018-02-05 Thread tetyys via Digitalmars-d-learn
On Monday, 5 February 2018 at 08:41:43 UTC, FrankLike wrote: On Monday, 5 February 2018 at 06:12:22 UTC, H. S. Teoh wrote: On Mon, Feb 05, 2018 at 05:48:00AM +, FrankLike via auto input = "48656c6c6f20776f726c6421"; auto str = input.chunks(2) .map!(digits

Re: Release candidate vibe.d 0.8.2-rc.2

2017-12-05 Thread tetyys via Digitalmars-d-announce
very nice to see development going strong

Re: Building is slow!

2017-12-02 Thread tetyys via Digitalmars-d
Something must be definitely wrong if compilation takes half an hour, unless you're trying to compile it on a toaster. An infinite loop?

Re: jai-like CTFE string formating

2017-08-12 Thread tetyys via Digitalmars-d
On Saturday, 12 August 2017 at 11:47:10 UTC, Stefan Koch wrote: [...] very nice

Re: New Garbage Collector?

2017-07-22 Thread tetyys via Digitalmars-d
On Saturday, 22 July 2017 at 10:17:49 UTC, Temtaime wrote: The new precise GC will be never added to druntime. It is dead, man. Why?

Re: WebConfig - a vibe.d HTML form generator & validator from D structs

2017-07-21 Thread tetyys via Digitalmars-d-announce
On Thursday, 20 July 2017 at 15:57:55 UTC, WebFreak001 wrote: I just released a vibe.d library that allows you to turn any D struct into an editable HTML5 compatible form with live JS updates but also normal no-JS updates with nearly the same experience. that's very nice, thanks

Re: Need help to get OpenSSL 64 work on Windows x64 | I hate D's GC!

2017-07-15 Thread tetyys via Digitalmars-d-learn
On Friday, 14 July 2017 at 17:24:05 UTC, Suliman wrote: GC on 32-bit machine show a lot of bugs. such as..?

Re: Released vibe-core 1.0.0 and vibe.d 0.8.0

2017-07-15 Thread tetyys via Digitalmars-d-announce
very nice! one question about the https://github.com/rejectedsoftware/vibe.d/commit/e4a600f911218c49f9984734b8ba36f193e99c17 wouldn't this https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet#Image_XSS_using_the_JavaScript_directive pass normally?

Re: Vibe.d - very low performance

2017-07-08 Thread tetyys via Digitalmars-d
these tests are pretty flawed considering that top places are taken by event loop libraries that have no other features other than 'respond to request'

Re: Release candidates vibe.d 0.8.0-rc.3 and vibe-core 1.0.0-rc.3

2017-07-01 Thread tetyys via Digitalmars-d-announce
Are you planning/Did you consider to support wildcards in @path attribure when using registerWebInterface?

Re: mysql-native + vibe.d example

2017-06-30 Thread tetyys via Digitalmars-d-learn
On Friday, 30 June 2017 at 00:52:28 UTC, crimaniak wrote: Hi! Moving my project from mysql-lited to mysql-native I faced the problem with null pointer error inside of mysql-native: seems like it's already fixed

Re: Documentation licence

2017-06-30 Thread tetyys via Digitalmars-d
On Friday, 30 June 2017 at 10:10:14 UTC, ANtlord wrote: Hello! I use service devdocs.io for some technologies. And I think that I able to add D to this service. I've read the project's wiki (https://github.com/Thibaut/devdocs/blob/master/CONTRIBUTING.md) and see the next: Important: the

Re: D error messages for function call mismatches

2017-06-27 Thread tetyys via Digitalmars-d
On Tuesday, 27 June 2017 at 14:29:05 UTC, FoxyBrown wrote: arsd\stb_truetype.d(1246): Error: function core.stdc.stdlib.qsort (scope void* base, uint nmemb, uint size, extern (C) int function(scope const(void*), scope const(void*)) @system compar) is not callable using argument types (void*,

Re: Using array slices with C-style fread() from file

2017-06-21 Thread tetyys via Digitalmars-d-learn
On Wednesday, 21 June 2017 at 18:58:58 UTC, tetyys wrote: On Wednesday, 21 June 2017 at 18:49:01 UTC, uncorroded wrote: Is there a way of making this work with D slices? Can they be used as C-style pointers? What about this Or simpler, while (left) left -= fread(buf[n-left .. $].ptr,

Re: Using array slices with C-style fread() from file

2017-06-21 Thread tetyys via Digitalmars-d-learn
On Wednesday, 21 June 2017 at 18:49:01 UTC, uncorroded wrote: Is there a way of making this work with D slices? Can they be used as C-style pointers? What about this: @nogc ubyte[n] rand_bytes(uint n)() { import core.stdc.stdio; FILE *fp; fp = fopen("/dev/urandom", "r");

Re: Visual D 0.44 released - VC project integration and Concord debugger extension

2017-04-07 Thread tetyys via Digitalmars-d-announce
On Friday, 7 April 2017 at 07:59:46 UTC, Rainer Schuetze wrote: On 12.03.2017 13:09, Rainer Schuetze wrote: preliminary support for VS 2017 (no VC project integration yet) VC project integration is now also available in VS 2017. Check out