-
If we have an issue with more than 90% match similarity, it should provide some information to the user instead of just closing the issue.
-
## Description
I wonder why it is not supported to compare `std::string` with `doctest::Contains`; it must be converted by `std::string::c_str`.
### Steps to reproduce
```cpp
#define D…
-
As an experiment I enabled tracing using TracingPreference = `TracingPreference.Always` in my SchemaBuilder. I didn't join the dots initially but this caused Strawberry Shake to break. My generated Re…
-
We have a very strange problem in our project when running unit tests. In very rare cases some tests fail with TypeLoadException or MissingMethodException when calling mocked methods. The tests which…
-
I would like to start this issue mainly to see interest for the support in robotframework community.
Ever since RoboCon 2021 GraalVM Python was on our radar as potential replacement for Jython. See…
-
I'm trying to utilize this package with a SwiftUI. The approach is pretty simple, wrap the view in a UIHostingController, pass it to the UIKit Coordinator, attach the context menu to the hosted SwiftU…
-
**Bug description**
Using nested generic structs with 4 levels, then building StandaloneLinux64 with IL2CPP backend and IL2CPP Code Generation set to "Faster runtime" causes the build to fail with …
-
## Description of the package
Non-blocking PostgreSQL client for Node.js. Pure JavaScript and optional native libpq bindings.
## Resources
- Github repo: https://github.com/brianc/node-postgr…
-
## Description
As other issues (such as #267) have pointed out here, doctest misbehaves when
used in a project that uses `clang-tidy`.
Any use of the `CHECK` basically makes clang-tidy barf a:
…
-
### 1.为什么提示没有webpack这个插件
``Can not load "webpack", it is not registered!
Perhaps you are missing some plugin?``
解决方法: npm install -g karma-cli
### 2.为什么执行``karma start``会出现缺少什么报错的情况
如果pa…