Phuong Le

Results 6 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`...