-
### Description
It's difficult to write unit tests for `Bugsnag` functions due to how the SDK is built and how the `Client` is initialized/managed.
#103 [describes a solution](https://githu…
-
Perhaps we can create a dedicated docs area for commonly used goog namespaces. Preliminary plan is to simply allow manual cljsdoc files for goog things:
- `cljsdoc//.cljsdoc` files for goog symbols
-…
-
Just got this error on two workers (different keys, same bucket) at about the same time:
```julia
ERROR: LoadError: Could not resolve host: s3.us-east-2.amazonaws.com while requesting https://s3.us-…
-
### What feature would you like to be added?
Add a test utility class for mocking a ChatCompletionClient for testing. E.g.
```python
mock_client = ReplayChatCompletionClient(chat_completions=)
#…
ekzhu updated
2 weeks ago
-
What is the best way to mock and resolve the $save without actually making the http request in Jasmine?
```
profile.$save().$then(function () {
vm.loading = false;
NavigationService.next();
}…
-
```
Mockito is easy to use, so people use it! Unfortunately, this means that
sometimes they ignore the helpful advice on the mockito docs, namely:
"
Remember
Do not mock types you don't own
Don't …
-
```
Mockito is easy to use, so people use it! Unfortunately, this means that
sometimes they ignore the helpful advice on the mockito docs, namely:
"
Remember
Do not mock types you don't own
Don't …
-
Hi @nspin !
As we talked, I had a brief look at the unsafe code in `rust-sel4` and whether Kani could be helpful here:
1. the `unsafe` logic is already fairly limited, e.g. a pointer dereference…
-
#### Expected behavior
Hi Everyone,
I'm trying to implement custom backend permissions for a specific role to show only a subsection of the node tree (like the footer pages). I tried multiple ways…
-
I'm testing groovy file that uses a function from a shared library
foo.groovy
```groovy
def call(branch) {
if (!git.fetch(branch)) {
error "Error fetching ${branch}"
}
}
```
I wan…