Armin Becher

Results 48 comments of Armin Becher

Ah, right. Did the same mistake and ran it on wrong branch locally 🤦‍♂️

@diegorondini would 'Accept-Encoding: *' help in this case? Might be a sane default since we don't care about the content anyways right now. To make it configurable I think a...

Yes, I am using reqwest. I did turn on all supported encodings (brotli, gzip, deflate) and that did the trick for now. But I guess there are other cases where...

@NukeManDan I don't fully understand what you tried to do and what did not work? You passed an invalid TOML file to mlc? Then the expected behavior would be a...

@NukeManDan that is unexpected. Just coppied your config on my lokal setup and there I don't have the issue. When I set debug to true I get the following (expected)...

@NukeManDan reading your comments in the PR #80, can this issue be closed? Do you have a solution for your problem?

@NukeManDan I don't really know what the bug is? Can you provide me a minimal working example of what is not working with the toml file, but does work without...

@nuke-web3 so sorry that I forgot about the issue. I just tried it again and could reproduce it. Will provide a fix ASAP..

Fixed with version `0.17.1`

Good idea. It would require to add and support the full gitignore syntax in mlc which is currently not the case.