-
Requesting the following URL causes Solr to return an HTTP 500 error response:
```
http://localhost:8983/solr/films/select?fq={!frange%20l=10%20u=100}or_version_s,directed_by
```
The error response …
-
If there is proto like this:
```proto
syntax = "proto3";
package proto.v1;
service TestService {
rpc Login (LoginRequest) returns (LoginResponse);
}
message LoginRequest {
string n…
mpx2m updated
2 years ago
-
After each meetup, walk around and ask people if they could give a talk then add them to this list. When a talk is given, check it out, so we don't repeat ourselves. When organizing a new meetup, cont…
-
We need to verify the impact of **"IBM Cloud Container Registry is Deprecating Container Builds"**.
This could have impact for our bash scripts and other automations we made for the workshops.
h…
-
Hi,
It seems from the web UI (viewer) that you planned at some point to automatically fetch the latest status for all shipping numbers found in the emails.
Not sure if it might help, but I know …
Phyks updated
6 years ago
-
**Describe the solution you'd like**
Currently, when creating a `Flaky test cases table (TOP-20)` widget one can only select launches in the drop-down for filtering in the widget.
It would be help…
-
## Describe the bug
When logging into the web interface, the API call to `/api/server/about` fails with a 500. Other similar API calls are successful.
## Steps To Reproduce
Steps to reproduce…
-
There have been many requests to allow disabling HTTPS certificate checks. I pushed back on it, because strict checks are absolutely essential to HTTPS security (without them active MITM attackers can…
-
今週の雑談会のログです:memo:
-
Hi,
I have Azure Function App running under dynamic consumption based plan. Inside my function app, I have functions which communicate with the MS SQL server database which is located at AWS window…