-
Some related display items (involving orient9 screens) are missing the `O=` macro.
Also note the differences in motor assignments. To facilitate different motor assignments (an installation detail),…
-
Hey Dennis, I'm aware you're already working on this when you have time, so please don't take this as pressure - just a convenient way for me and others to subscribe to this issue and see if it bears …
-
根据 gmssl 的来看 https://github.com/guanzhi/GmSSL/blob/master/src/sm9_lib.c#L373 ,是用的 HmacSM3 签名,而不是 SM3 签名
-
## Prepare certificates
```bash
# root certs
openssl ecparam -name SM2 -genkey -out root.key
openssl req -new -key root.key -out root.csr -subj "/C=CN/ST=LiaoNing/L=DaLian/O=kaisawind/OU=wind.kais…
-
Can SM3 be supported?
-
I recently ran into this issue with Kaldi's NAN assert check failing after I updated openblas: https://github.com/kaldi-asr/kaldi/blob/67548a31c45f93d8b25ee553c5969d6a6d5d9408/src/feat/mel-computatio…
-
### 🐛 Describe the bug
reproduce code:
```python
import torch
from torch import nn
class PaddingNet(nn.Module):
def __init__(self):
super(PaddingNet, self).__init__()
def…
-
###
I'am trying to install openssl 1.1.1m from source for linux-armv4 target and i get this error :
make
| arm-angstrom-linux-gnueabi-ar r r apps/libapps.a apps/app_rand.o apps/apps.o …
-
Good day to you sirs
I am trying to control a motor with the synapticon circulo and the SOEM library.
I can move from INIT to PRE_OP, define my own PDO map, then continue to SAFE_OP and OPERATIONAL.…
-
Got this while running a map between `agribalyse-3.1.1-biosphere` and `ecoinvent-3.9-biosphere`:
```bash
flowmapper map --fields config/simapro-ecoinvent.py \
--format randonneur -…