james-li

Results 5 issues of james-li

``` [1989651.857481] dingtalk[788644]: segfault at 41989480000 ip 00007f3802d51b55 sp 00007fff2fffed60 error 4 in libappindicator3.so.1.0.0[7f3802d4d000+6000] [1989651.857488] Code: c1 ff ff 49 89 c5 48 8b 45 18 48 83 78 28...

### Description of Issue/Question When run ``` salt-run state.orch ceph.stage.2 ``` It reports ``` /srv/pillar/ceph/proposals/profile-default/stack/default/ceph/minions/susestor03.yml: could not determine a constructor for the tag 'tag:yaml.org,2002:python/unicode ``` ### Setup (Please provide relevant...

compile a LD_PRELOAD so using following code ``` //export fork func fork() C.pid_t { lib, err := dl.Open("libc", 0) if err != nil { fmt.Println(err) os.Exit(1) } defer lib.Close() var...

When I setup a gitlab server in tencent cloud and want to use the cos(object storage) to store upload artificate. COS uses a different api for put object. ``` PUT...

pinned

``` def tester(self, inputs, labels, labels_length): predict = self.get_features(inputs) pred_decode_labels = [] labels_list = [] correct_list = [] error_list = [] i = 0 labels = [int(x) for x in...