Bohdan Mart

Results 102 comments of Bohdan Mart

@delatbabel wow. That's interesting. I remember using it as CLI tool for free. As open-source tool. I don't know what Enterprise version is, I believe it allows to test from...

same error here ( tryeing to run type generation for [bda-research/node-crawler](https://github.com/bda-research/node-crawler)

Does an body know, are there any plans to add kernel support for async files? Found out, that FreeBSD supports it :-(

Same here in IDEA ``` Build #IU-221.5080.210, built on April 12, 2022 Runtime version: 11.0.14.1+1-b2043.25 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. ``` Stack trace ``` java.lang.Throwable: Assertion...

I mean other code is having this check: ```rs let color_choice = if atty::is(Stream::Stdout) { ColorChoice::Auto } else { ColorChoice::Never }; let stdout = BufferWriter::stdout(color_choice); ```

I think the hard part would be to test and check all corner cases. Perhaps I'll be able to take this issue but can't guarantee.

Lunux's du also don't cross boundaries. IDK what is the reasoning. One of possible reasons -- to not fail to endless recursion from symlinks. Perhaps other reasons exist as well.

P.S. when I used du last time it crossed boundaries, but I definitely noticed code related to fs detection side du sources. But I am not 100% sure how du...

Hello @coreybutler, any hope it would be fixed? I've already created fresh issue #596 which describes current behavior, and some code research from @Serializator . The current issue seems reporting...