-
Hi, I'm part of a team working on a polyfills for [anchor positioning](https://anchor-polyfill.netlify.app/) and [popover](https://github.com/oddbird/popover-polyfill). We are using WPT to evaluate ou…
-
In building workloads for the new Stargate JSON API, we want to clearly identify HTTP calls that result in errors. Due to the design of the JSON API, using the `ok-status` option is not sufficient to …
-
As in the title. I think inevitably when a language grows large enough the need for typing will be present.
(similar to JavaScript → TypeScript, Python → type hint etc.)
Although at the moment i…
-
# Suggestion
## 🔍 Search Terms
- JavaScript return never
- JavaScript method return never
- JavaScript override method return never
- JavaScript abstract method return never
## ✅ V…
-
[Enabling libstdc++ assertions](https://reviews.llvm.org/D142279) (`-D_GLIBCXX_ASSERTIONS`) introduces an unwanted dependency on libstdc++ for libomp. This causes a linker error when building libomp w…
-
-
it would be very convenient to accept string along with DocumentContext, and do the parsing under the hood.
In most cases that saves some space that is pretty important in tests, as there a lot of a…
-
I think it would be good to allow to not only assert on the final state but also on some intermediate states. This way you would also test the reducers with it.
The question would be if we would st…
-
ShouldEqual can't compare same value for custom type
Examples:
```Go
t := time.Now()
So(t, ShouldEqual, t)
```
And:
```Go
type test struct {
A string
}
a1 := test{"test…
mrLSD updated
3 years ago
-
ANSI colours aren't available ...
a) when the compiler output is piped, e.g. into an editor or IDE
b) in some terminals without the support
Much like the Rust compiler's warnings are still useful…