-
This seems related to #5248, but it looks like it was only partially fixed.
When both `@psalm-assert-if-true` and `@psalm-assert-if-false` assertions are used together, Psalm doesn't seem to correc…
-
**Epic:** https://github.com/elastic/kibana/issues/153633
## Summary
Audit existing test coverage for the Detection Engine area.
- Create a list of all Detection & Response features that are …
-
Per https://developer.apple.com/swift/blog/?id=25 this would greatly improve RestKit's ease of use with Swift.
-
### I have checked the following:
- [X] I use the newest version of bruno.
- [X] I've searched existing issues and found nothing related to my issue.
### Describe the bug
**Issue**
Bru cli …
-
# Questions
The hw document says max_heapify() will guarantee the result subtree with root=i a max heap. Does it mean the result tree might not be a perfect max heap? do we need to deal with this sit…
-
It's already possible to write nearly that by using `apply`:
```
assertThat(foo).apply {
isNotNull()
isNotEqualTo(bar)
}
```
Might it be worth a shortcut? Anecdotes welcome.
-
In section 4.1.9.1 5.4, Recommended Practice for Security, it currently states
"When using the "no security" or "Basic Auth" security schemes it is strongly recommended to use transport layer encry…
-
I'm working on the [PowerMock issue](https://github.com/jayway/powermock/issues/504). At first I thought that it's PowerMock issue with mocking private methods. But the issue also could be reproduce w…
-
[RDF-star](https://www.ontotext.com/knowledgehub/fundamentals/what-is-rdf-star/) is a well-defined mechanism for describing the temporal aspects of a property or sets of properties (and more). There i…
-
I have been debating failures as exceptions a bit with myself now and it basically boils down to this:
## The price to support failures as exceptions is too high
With combined asserts it makes sense …