lyenliang

Results 15 issues of lyenliang

Hi, this line here should be `garageDoor.down()` instead of `garageDoorup()`.

I have a code (`test_condon.py`) like this. ``` from python import decimal foo = 1.5 if type(foo) is float: print('convert float to Decimal') foo = decimal.Decimal(str(foo)) print('done') ``` When I...

Hi, I'm using the `docker-comse.yml` file of version`15.11.5` to run a gitlab server on my computer. I encountered the [this bug](https://gitlab.com/gitlab-org/gitlab/-/issues/364763) on my gitlab server recently. ``` FATAL: the database...

Change "deamon" to "daemon".