-
### What happened?
This does not do I expected:
```
In [10]: hl.nd.array([hl.array([[[0,1],[2,3]],[[4,5],[6,7]]]), hl.array([[[0,1],[2,3]],[[4,5],[6,7]]])])
Out[10]:
```
This does what I expect…
-
### What did you do?
I use a prometheus to collect metrics, and write to an OpenTSDB remote storage.
Then all the prometheus remote metrics stoped to grow.
It looks like #10264 , but I am very su…
-
### FlutterBluePlus Version
all
### Flutter Version
all
### What OS?
All
### OS Version
Supported Chrome
### Bluetooth Module
any
### What is your feature request?
With Chrome ( behind flag…
-
#8447 adds some reporting of thread pool performance stats to CI, but you have to go in and copy-paste it from stdout on each bot if you want to use it for something.
It would be cool if we had two…
-
`tensorflow==2.8.1` 现在哪个源应该都不支持了吧,至少都到`2.10.1`了
```
$ pip install -r packages/requirements_cp310-2.1.0.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/
Looking in indexes: https://pypi.tuna.tsinghu…
-
**OCS Inventory version**
Version : 2.12.0
Client : 2.10.1.0
**Describe the bug**
I have 9000 host who update my OCS, some time few clients who get error in OCSinventory.log :
ERROR *** AGENT …
-
the current code is quite slow, which takes about 20 seconds to generate a picture. So I speed it up by using GPU. I set the HL_TARGET and other environment parameters like the following:
```
tar…
-
### Related issues
### [REQUIRED] Version info
upgrade from ^5.0.1 to ^6.0.1
**node:**
V10
**firebase-functions:**
^6.0.1
**firebase-tools:**
**firebase-admin:*…
-
I am missing some form of requirements engineering workflow.
The german Wikipedia article is very good:
- [Softwareanforderung](https://de.wikipedia.org/wiki/Softwareanforderung) ([Google Translat…
-
### What happened?
```
import hail as hl
mt = hl.import_vcf('vcf')
mt.write('1.mt')
mt = hl.import_vcf('vcf')
mt.write('2.mt')
```
I expected 1.mt and 2.mt to have the exact same partitionin…