-
The error is straightforward, but the reason for it is not. I want to use `uv` everywhere.
All I did was create a new test project with `hatch new foo`, then add the minimal config sections as well…
-
Consider the following code:
```dart
extension on int? {
int? operator+(int? other) {
if (this != null && other != null) {
return this! + other;
} else {
return null;
…
-
### Problem description
- `dns_resolver` doesn't refresh the DNS over time, or we don't know how to make this configuration.
- We are using `round_robin` lb_policy_name. In the case of `TRANSIENT_F…
-
**Docker images tagged: 0.99.0 onward don't support the usage of a web proxy in an air-gapped environment**
We have an OTEL collector running in a Docker Swarm cluster ( using image: **otel/opent…
-
**Bug severity**
3
**Describe the bug**
It came to notice that we will need to use meta-transaction with `options: { metaIdentifierKeyId }` for `didManagerAddService` as it is encapsulated as `et…
-
I tried using the stable version but no matter what I tried, the initial screen was the only thing I could see.
I tried Windows with Java 8 first which did not even run because Java 9 is needed (I th…
-
During BAPC we had a team as this:
```
{
"id": "22",
"icpc_id": "1000118",
"name": "(\u256f\u00b0\u25a1\u00b0)\u256f (\u2299\uff3f\u2299') (\u25a0_\u25a0--)",
…
-
I have a project that is declared as ESM module (it has `"type":"module"`) in `package.json`. When I import and try to use `@sphereon/ssi-sdk-ext.did-resolver-key` I get the error:
```
Error [ERR_…
-
```
Header set Access-Control-Allow-Origin *
Header set Access-Control-Allow-Headers DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified$
Options +FollowSymLinks
RewriteEngine on
…
-
### What happened?
It seems like errors (and panics) in a field resolver are ignored if the type is being returned as part of a subscription. Instead, it simply returns the zero value for the field…