-
The failing assertion¹ `` is specced in S05-mass/stdrules.t but missing in /language/regexes .
Example:
```
my @texts = 'One should love peace.', 'One should break peace.', 'One should hate…
-
In phetsims/molarity#57 @twant and I accidentally left out a11yDecimalPlaces in `VerticalSlider.js`. This made the "step" of the input set to `1`, but the keyboard step size is `.05` and this shift ke…
-
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 …
-
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…
-
It feels like leaving the verifier to wade through a schema definition or 'scheme-sniff' returned data for the crypto schemes the response items use would be messy, misfire-prone process. As such, sho…
-
### 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 …
-
Swagger Core's ModelResolver (which takes care of converting JVM types to JSON Schema types using Jackson and with a lot of custom logic) has a bunch of problems. It is very difficult to read (the fun…
-
[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…
-
`WithRejection` requires `E` to implement `IntoResponse`. If you forget that you get the familiar "handler not implemented" error and `#[debug_handler]` doesn't help:
```rust
use axum::extract::re…
-
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.