-
Hi. When we run chaos experiments we are getting this error message. can anyone please help with this.
{"errorCode": "STATUS_CHECKS_ERRORS", "phase":"ChaosInject", "reason":"container is not comple…
-
> Thanks for merging. I just noticed that since this is doing the checks as it parses the shader, whether you get an error depends on the order of setting the derivative layout vs setting the workgro…
-
## Description
I've noticed an issue in `vocabulary.js` where the code attempts to add an event listener to `menuButton` and toggle a class on `menuPanel,` but these elements are not present in the H…
-
Hello, I have a problem about environment.
I installed ray, based on pip3 install -r requirements/ray.txt
But I get the following AttributeError: module 'numpy' has no attribute 'bool'.
If I chang…
-
**Bug Report** / Discussion
I want to write the code shown below where the types of the attributes are checked in a centralised consistent way to avoid duplication. However, this triggers the `unio…
-
## Description
The main `tsconfig.json` does have `angularCompilerOptions.strictTemplates` option enabled, but dev demos build with `"aot": false` and don't actually perform the checks at all. When…
-
This produces the correct value:
```
presto> select interval '1' month * 2147483647;
_col0
-------------
178956970-7
(1 row)
```
The next higher number will overflow:
```
pre…
-
Description
===========
I am deploying a Python solution on Azure Kubernetes. The code subscribes to a Topic in Azure EventHub. Everything worked well - till the time I switched to version 2.6.0 (r…
-
Very often when writing integration tests I need to wait for a condition to be true to continue (for example the database record is there, or an SMS message has arrived). I use the function below repe…
-
## Description
Implement a feature that regularly checks if the shortened URLs are still valid and not returning errors like 404 or 500. This will help maintain the integrity of the URL shortening se…