-
**Describe the problem**
internal error: cannot map variable 17 to an indexed var
**To Reproduce**
```sql
create table t1 (c0 int4 primary key);
insert into t1 values (1);
select 1
from
…
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Ihosted-service-Task-hosted-in-IIS-proce/10717550)._
---
[severity:It bothers me. A …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Hi,
I create bellow [custom factory](https://github.com/mehdihadeli/e2e-test/blob/mast…
-
Seen in https://jenkins.scylladb.com/job/scylla-master/job/scylla-ci/11852/testReport/junit/(root)/test_tablets/test_read_of_pending_replica_during_migration_true__dev_2_8/
Zipped logs: [test_read_…
-
### Description
Hi all,
I'm having difficulty setting up a proper Dockerfile for a service in a monorepo that doesn't require the source code for the services and libraries included in the mono…
-
### Describe the bug
The service request was not made within 10 seconds of doBlockingWrite being invoked. Make sure to invoke the service request BEFORE invoking doBlockingWrite if your caller is sin…
-
### Which tests failed?
https://github.com/solo-io/gloo/actions/runs/11736417801/job/32695634114
```
get_proxy_suite.go:100:
Timed out after 10.001s.
proxies should be available…
-
## File a bug
[x] Please check that the documentation does not explain the behavior you are seeing.
[x] Please search in both open and closed issues to check that your bug has not already been filed…
-
Hello, I'm trying to implement a client for a Web Service using Feign. The problem with web services is that they always require sending a SOAPAction even if that header is empty. Right now, the Feign…
-
* Otherwise, lazy assembly loading breaks during prerendering.
* The workaround/fix is to register the service yourself.
* builder.Services.AddScoped();
This never worked in the past with webas…