-
Create a functional test that can assess the accuracy of a particular map-matcher. This probably has to be done with respect to a particular road network.
An idea for how to do this:
- create / d…
-
~~A站视频如果投的是4k 120帧(也就是最高等级),根据app缓存选项,分辨率可以有2160P120,2160P60,2160P,1080P60,1080P+,1080P,720P60,720P,540P,360P,也就是说理论上视频会有这么多个流。~~(似乎网页端没有这么丰富的选项)
~~但是经常下载器搜到视频的分辨率只有4个:360p(360会奇怪地排在最前面)、1080p、720p…
-
```
What steps will reproduce the problem?
1. Expose a web service that returns a JSON with special characters (charset
should be UTF-8) like £
2. Call RestAssured.given().header("Accept",
"applicat…
-
# Describe the problem
I've got a situation where `workloadMetadataConfig.mode` is set to `GKE_METADATA`, and yet the `workload_meta_config.mode` matcher seesm to be nil. This is using a slightly…
-
### Why?
This rules helps ensure that we use getBy matchers when we want to assert element exists, are check, are accessible etc and queryBy only when elements don't exist. This is our standard for…
-
**Feature request:**
When using `.toResolve` or `.toReject` and the promise doesn't settle as we expected we see the error:
> Expected promise to resolve but rejected instead
(This error is not the …
-
![213_13093151](https://user-images.githubusercontent.com/10995302/111014545-18166a80-83df-11eb-987b-51a85f4951ea.png)
| |
:---|---|---|
url-RegExp-Applied to|`^https://github.com/[^/]+/[^/]+/i…
dnknn updated
3 years ago
-
When running tests in `t.Parallel()`, the Golang race detector often fails with a data race:
```
==================
WARNING: DATA RACE
Read at 0x000003717960 by goroutine 48:
github.com/peter…
-
`rustfmt` messages usually starts with line similar to this:
```
Diff in /home/runner/some/random/path.rs at line 135:
```
We could probably add the problem matcher similar to [rust one](https…
-
```
We need a matcher to do bitwise comparison. This is useful for validating
binary data or POD types that don't have operator== defined. For example,
BitEq(x) -- the value equals x bitwise.
…