Robert Ma
Robert Ma
When bash-powerline is used, the PS1 magic in virtualenv's `activate.sh` script no longer works. This PR adds the support to display the name of current virtualenv, similar to what `activate.sh`...
When I was debugging a highlighting issue that was possibly caused by compilation errors, I found color_coded really lacked debugging support, especially verbose output. It seems there's only a `CCerror`...
"unsafe" (in this case, imported via "golang.org/x/sys/unix") cannot be used on AppEngine, so we need to add the "!appengine" build constraint to files that use it (namely a few terminal_check_*.go)....
It is really a strange problem I discovered when creating colorschemes. After trying my best to narrow down the problem, I got the following minimum requirements to trigger this issue:...
In https://github.com/web-platform-tests/wpt/issues/21424 , we accidentally deleted hundreds of branches and thus closed hundreds of PRs. Back then we were lucky to have BitBot in our IRC chat which captured all...
With the introduction of root queries (`exists`, `count`, `none`, `all`, etc.), `and` now behaves somewhat unexpectedly and our [doc](https://github.com/web-platform-tests/wpt.fyi/blob/master/api/query/README.md) is inconsistent/inaccurate on this regard. For example, `chrome:pass firefox:fail` works as...
Example: https://github.com/web-platform-tests/wpt.fyi/pull/2127/checks?check_run_id=1028311623#step:3:522 This passes on master with Chrome 84: https://github.com/web-platform-tests/wpt.fyi/runs/1023635956
Despite being advertised in the [official Polymer doc](https://polymer-library.polymer-project.org/3.0/docs/tools/tests), WCT seems to be falling out of favour nowadays. It has many issues (see our [past gripes](https://github.com/web-platform-tests/wpt.fyi/issues?q=is%3Aissue+wct+is%3Aclosed) and its public [issue tracker](https://github.com/Polymer/tools/issues?q=is%3Aissue+is%3Aopen+web-component-tester))...
It's useful sometimes to add metadata to passing tests (or retroactively to previously failing tests) to provide more context.
To repro: 1. Go to https://wpt.fyi 2. Type any valid query, e.g. `status:fail`; results get updated correctly 3. Type an invalid query, e.g. `!is:triaged`; results *seem* to get updated, but...