Diederik de Groot

Results 252 comments of Diederik de Groot

Nat = [Auto | On | Off] Default value is 'Auto' In CLI they are shown as [On | Off | Auto | Auto (On) | Auto (Off) ]. Meaning:...

Adding a nice compatibility (wrapper) interface for memcpy in druntime with a clean d-implementation along side the libc-version is fantastic. Gaining all the niceties of dlang is great (bounds checking...

Suggestion: You might want to consider including a generic backend interface for config info. So that the config data specification is/can be decoupled from the source of the config information....

- config Interface definition -> in the standard (phobos) - reference implementation -> in the standard (phobos) - other implementations can start outside and might mature into phobos later on....

How about: - "duh" (Patently obvious to the most casual observer.) - "da" (Russian "yes") - "doh" (Homer Simpson) - "de" (Dutch version of "the")

Could it be that you overlooked System V / Posix IPC queue ? Any chance of including a standardized way to do RPC at the same time ?

Don't forget (binary serialization) like: - [cerealed](https://github.com/atilaneves/cerealed) - [collie](https://github.com/huntlabs/collie) and others in the hunt framework(s) - [ae](https://github.com/CyberShadow/ae)

@Laeeth How about updating/extending [d-repl](https://github.com/dlang-community/drepl)

I will have to run a couple of tests to see what is going on there.