YuanPei Li

Results 7 issues of YuanPei Li

Hello Everyone: I tried to intall tff on my Mac but met a problem. ``` Preparing wheel metadata ... done Collecting h5py Using cached h5py-3.2.1.tar.gz (368 kB) Installing build dependencies...

enhancement

## Description Fixing a typo. ## Affected Dependencies Nope. ## How has this been tested? Nope. ## Checklist - [x] I have followed the [Contribution Guidelines](https://github.com/OpenMined/.github/blob/master/CONTRIBUTING.md) and [Code of Conduct](https://github.com/OpenMined/.github/blob/master/CODE_OF_CONDUCT.md)...

Hello! This plugin is great and it helps me a lot when using Obsidian. But recently I met a problem when I tried to check for updates about the _Copy...

## vim version neovim v0.2.1-dev ## Problem The error ``` Error detected while processing function 61_changesurround[9]..61_dosurround: line 41: E21: Cannot make changes, 'modifiable' is off ``` will raise when using...

Hi @diegodlh: You extension is great, thanks for your sharing. But I met a problem after I highlighted some content. The transparent DOM named `hypothesis-adder` obscures the text behind, and...

bug

I want to resolve #50 issue. The predicate should be "less than".

其中 `goodenough` 的判断应该是 ``, 大部分情况下, 例如 `x = 2`, 在第一轮判断中, `old-guess = 1`, `new-guess = 1.5`. 则绝对值的差为 0.5, 大于 0.01, 直接跳出递归. ```lisp (define (good-enough? old-guess new-guess) (< 0.01 (/ (abs...