-
Hi there. I'm currently trying to mock out `CBCentralManager` using the experimental ObjC stubbing feature. I've run into an issue with the `delegate` property on this class... If I don't stub the `de…
-
First of all, thank you for taking care of this project; I appreciate it.
After a quick review, I have prepared a list of potential improvements:
- Generally, the project seems to be a little b…
-
### Current Behavior
I have nx workspace which contains angular and dotnet projects and libs.
At root of mono repo, I have root package.json file which contains npm mondules.
##[error]EXEC(0,0)…
-
Hello.
I can't get css module fully working in my React app.
The problem is that it only works if I use the `:local(.myClassName)` notation in my .scss files
Here's a js sample
````js
impor…
lowki updated
2 years ago
-
As soap-ui does for soap ws
-
From https://github.com/StateSmith/StateSmith/issues/264:
> It’s best practice to implement automated testing for your state machines. These tests are typically dependent only on the generated stat…
-
**System information**
Output of `clangd --version`: clangd version 9.0.0 (tags/RELEASE_900/final)
Editor/LSP plugin: VSCode 1.44.2 / clangd extension 0.0.23
Operating system: Windows 10/Linux
W…
-
Our fixtures are kind of ... a pain to deal with. The other day I suggested using [factoryboy](https://factoryboy.readthedocs.io/en/latest/) to generate all our fixtures.
I haven't used it much bef…
-
### Scope
Adds a new behavior
### Compatibility
- [ ] This is a breaking change
### Feature description
I would love to see a official way to mimic responses when polling a endpoint...
so for th…
-
Generated mocks on Windows use the slash separator for relative imports and cause compilation issues.
For exemple, if a file `/test/fixture.dart` is created with the following content :
```dart
…