-
### Does the feature exist in the most recent commit?
No
### Why do we need this feature?
Working on code bases that use C++23, std::expected is used extensively for error handling.
Having a _matc…
neg-c updated
9 months ago
-
### Checklist
- [X] I added a descriptive title
- [X] I searched open reports and couldn't find a duplicate
### What happened?
Trying to do "conda install pytorch torchvision torchaudio pyto…
-
### 🚀 Feature Proposal
_This is a copy of the issue https://github.com/jestjs/jest/issues/14700 with slight modifications._
Making all matchers available as asymmetric matchers.
### Motivation
H…
-
The equality matcher `eq` currently only checks the contents (via `==` semantics). It does not take into account the actual data type unless the `==` implementation validates that explicitly.
An ex…
-
### Describe the bug
When trying to detect license for https://github.com/Qix-/color-convert
See https://github.com/licensee/licensee/issues/534#issuecomment-1054406924
### Steps to reproduc…
-
```
操作系统:CentOS
1. 安装libevent http://monkey.org/~provos/libevent/
yum install libevent.x86_64 libevent-devel.x86_64 libevent.i686 libevent-devel.i686
2、安装libiconv
由于libdatrie依赖于libiconv来实现…
-
TSDBJNIConnector类
```java
private static void handleTimeZone(String posixTimeZoneStr) {
if (posixTimeZoneStr.startsWith("UTC") || posixTimeZoneStr.startsWith("GMT")) {
if (pos…
-
Currently, the `Matcher` class has a type arg `T` as it should, but `Matcher`s are currently invariant with respect to `T`. However, I think it's quite clear that the following should be legal code:
…
-
```
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…
-
Path concatenator is currently in the relation_embedder subsystem, but this is the wrong place for it as it writes to works-merged, so it belongs in the matcher/merger subsystem.
It could be trigge…