Byoungchan Lee
Byoungchan Lee
What steps will reproduce the problem? 1. Create a google test exe with no test case. (source : https://gist.github.com/bc-lee/1ae17cec82d36e3e5d64 ) 2. run with gtest-gbar What is the expected output? What...
Hi, When a file has square bracket character in its path, eclint crashes. (eclint v2.7.0, Linux, Nodejs v.4.2.6) ``` $ eclint infer \[T\]test.txt /home/leebc/.npm-packages/lib/node_modules/eclint/dist/eclint.js:234 Object.keys(setting).forEach(function (value) { ^ TypeError: Cannot...
Sorry if this is not a suitable place to request. I've seen a Googler’s code review comment mentioning http://go/totw/151, but I can't find it at https://abseil.io/tips/. If it's C++ related...
It seems like the recent release(3.1.0) does not including latest commit.(678933e) For example, `getPublicPath` of https://unpkg.com/[email protected]/lib/extractLoader.js does not changed since 3.0.0.
Currently, `framesPerSecond` ([RTCInboundRtpStreamStats](https://w3c.github.io/webrtc-stats/#dom-rtcinboundrtpstreamstats-framespersecond), [RTCOutboundRtpStreamStats](https://w3c.github.io/webrtc-stats/#dom-rtcoutboundrtpstreamstats-framespersecond) , [RTCVideoSourceStats](https://w3c.github.io/webrtc-stats/#dom-rtcvideosourcestats-framespersecond)) is defined as the number of encoded frames during the last second. The problem with the current definition is that it is too restrictive...
Host System: MacOS 11.5.2 (`Darwin Kernel Version 20.6.0: Wed Jun 23 00:26:31 PDT 2021; root:xnu-7195.141.2~5/RELEASE_X86_64`) Device/Version: `iPhone 5s 12.5.1` Target Version: `10.3.3` I had to compile the binaries from each...
I'm trying to build a project that uses `-MM` to generate dependencies. However, it seems that ccache does not support this option. I checked the ccache log and found the...
Technically, it isn't a bug of AppRTC. But users may need to be aware of this, since without changes, this code won't be deployable after 2024-01-30. While the AppRTC Server...
Related: #673 `RTCOutboundRtpStreamStats.scalabilityMode` represents the `scalabilityMode` value set for the RTP stream, and it provides useful information for the SVC stream. However, the SVC stream may have a different temporal/spatial...
- Extend Htb struct in qdisc.go to include DirectQlen field - Implement the DirectQlen option in qdisc_linux.go - Modify TestHtbAddDel test to validate DirectQlen changes