Phuong Le

Results 15 comments of Phuong Le

This solution worked for me: change the `Content-Type` response to `audio/mpeg`, for files with a .wav extension, use `audio/wav`.

I'm aiming to keep the content flowing smoothly, much like reading an ebook. The main challenge lies in navigation, but I found that GitHub supports a fixed TOC on the...

Thank @oOHenry, we found a similar issue in Golang repository: https://github.com/golang/go/issues/68373. It was related to kernel 4.11 (not our case), but it’s possible that a similar edge case could be...

Should we try reverting to the version that didn't cause the issue? Would there be any inconvenience or problems if we downgrade? Just want to confirm if the crash is...

Hi @oOHenry, do you have any updates on this issue?

I will summarize the decision for this issue, correct me if I'm wrong. We'll adopt a strict, predictable default for variable interpolation. Wherever a variable represents field values, expand `field:$var`...

You might want to add: ``` settings: errcheck: exclude-functions: - fmt.Fprintf - fmt.Fprint - (*os.File).Close - (net/http.ResponseWriter).Write - (io.Closer).Close - (*log/syslog.Writer).Close - (*cloud.google.com/go/storage.Reader).Close ```

It would be great if we had a benchmark to easily evaluate the solution. > behaves pretty much the same as my branch and just gets oom killed in this...

> I can attach my script tomorrow, but it depends on a very large journal file which I guess isn’t ideal for putting into source control. I guess I could...

> the fields we most use for bootstraping queries are all under kubernetes_* and metadata_* We need to consider cases where the user hasn’t typed anything, or has typed only...