Vladimir Panteleev
Vladimir Panteleev
> Even docker and podman use this way to close fd: Great research! This is good evidence that we're on the right track. > libreoffice use a function from `dirent.h`...
> Is there a way to understand when these functions were added to posix standard? Bottom of that page says issue 7, which seems to have been released in 2017....
> Having said that, it is necessary to find a balance between the two methods, deciding when to use one or the other based on the ulimit. Any ideas? How...
> Benchmark: did you se the result.txt file? Am I missing something? Right - will the dumb `for` loop always be slower than `poll`, then? If so, I guess the...
Good idea to limit memory usage. Unless someone has better ideas, I can think of two options: 1. We pick an arbitrary number, like 64KB or 1MB 2. We pick...
OK, here is a draft of a start: ```d version (StdDdoc) { /++ $(BLUE This function is Windows-Only.) Creates a Windows symbolic link. "Developer Mode" may need to be first...
Great, thanks! > I would like to ask what was your intent with `isDir(original)` not being enough though. If `original` is relative, it needs to be relative to the parent...
@atilaneves What do you think about adding these two Windows-only functions for symlinks?
Is there any problem with creating an import-only .d file by hand? Or is this just for convenience?
Doable, though would need emitting twice the HTML.