andre2007
                                            andre2007
                                        
                                    The information here are a little bit confusing for me: - Is this still an issue on linux? - Does the issue occur only when I do multi threading in...
code.dlang.org shows now 0.10.5
This topic becomes more and more important, I add the gsoc2021 label.
Yes, I highly miss a RSA signature validation within Phobos. One use case for that is JWT. Maybe this could be used as inspiration https://www.libtom.net/. Should we add the gsoc2021...
There is a tuple dip started some years ago https://github.com/tgehr/DIPs/blob/tuple-syntax/DIPs/DIP1xxx-tg.md
I wonder whether it makes sense to have it as a gsoc project: complete the DIP (https://github.com/tgehr/DIPs/blob/tuple-syntax/DIPs/DIP1xxx-tg.md) and drive through the dip process? Of course that means here is no...
@repeatedly same for me. I really miss the functionality from #411 and it would cause a lot of overhead for the company I work for.
Today I also stumbled over this issue. Use case: I want to create a Docker container which contains only D-Scanner executable. Therefore I use a multi stage Dockerfile. In first...
Another use case from @adamdruppe https://forum.dlang.org/post/[email protected]
It just came to my mind, it isn't as easy as thought. A dub package can produce multiple outputs (by using dub sub packages and setting main package to type...