Vladimir Panteleev

Results 783 comments of Vladimir Panteleev

This and #64 are only reasonable if it's done with a fresh new group / account, otherwise all actually important announcements and discussion will get lost in the noise of...

This can be done with no code written: https://www.google.com/search?q=rss+to+twitter https://www.google.com/search?q=rss+to+facebook

Share buttons is a possible idea. As long as it's not done by embedding other websites' widgets, as is popular. Perhaps a "share" action on the first post of every...

OK, so it seems that I misunderstood your ticket. > It would be interesting to group/cluster modules with similar imports for optimal parallel build times. I understood this as a...

I'm not sure how meaningful that would be, especially considering cyclic imports.

Why not use `dhclient`? And, why not run `./dhcptest --mac $(ip link show eth0 | tail -1 | cut -d ' ' -f 6)` OSLT?

I am hesitant to add platform-specific functionality to this tool. I think there are many Linux-specific tools, e.g.: https://github.com/saravana815/dhtest

Here is some Windows code: ``` d struct NetworkInterface { string name; ubyte[] mac; string[] ips; } NetworkInterface[] getInterfaces() { version (Windows) { // For this functionality, the Windows bindings...

I answered this 10 minutes ago in your other issue: > This is an old issue caused by Mailman rewriting message-IDs. It is a long-standing anti-feature that causes breakages in...

> is there any workaround or it's really hard to fix? A workaround is possible: - Subscribe to both NNTP and mailing list - Keep track of two message-IDs per...