Results 218 comments of Arnav Singh
trafficstars

For my custom functions I just write to stdout and stderr from the worker process and ignore the `Logs` array in the HTTP response entirely. That gives me two levels...

Yes. Azure Functions' "logs in the HTTP response as a JSON array" method (the topic of this issue) is fundamentally a non-starter. Easiest example - any function that hangs and...

Another approach I've been prototyping for my functions is to skip the middleman and log to Log Analytics directly, via https://docs.microsoft.com/en-au/azure/azure-monitor/logs/data-collector-api#sample-requests. Pros: - Full freedom of log levels and structural...

You can do this right now by wrapping the loop in a catch block since `#[async] for` uses `?` on the result of `Stream::poll()`. ```rust let stream = get_stream(); let...

This (using `arg.clone()` instead of UFCS `core::Clone::clone(arg)`) is also the cause of issues like #90 A workaround is to make the expansion use UFCS via `clone_with`. In OP's case this...

Based on the context of that line (if `pSlash` points to a `/`, advance the pointer and evaluate what character it points to) it was probably meant to be `if...

The previous sentence says "HexChat is completely free" so this would just make it confusing. And no, adding libre-gratis / speech-beer in parentheses is not the solution to that problem.

I don't see why we should even point out that it's legal. Just remove that sentence entirely.

Yes, @TingPing asked for this one a long time ago but I never got around to doing it.

Since this repo contains derivative files from a bunch of other software, every dependency's directory will probably need a copy of corresponding upstream license file (in case the project files...