Results 8 issues of Shipeng Feng

Doing something like 2048 is not good already, what you are doing here is totally one copy of the original work. The problem here is that Threes is one commercial...

The latest raydp is 1.5.0, which does not work with ray > 2.2.0, for example, ray 2.3.1 Are we going to support ray > 2.2.0 ? When would we have...

Updated for the pattern of flask_ vs flask.ext.\* for creating extensions

I have noticed that flask-rq does not use context-locals to save the redis connection, which means that everytime one request comes in, we are having a new connection. What I...

I have the code: ```python import tablib data = tablib.Dataset() data.headers = ['test_id'] a = 568883383628111872 data.append([a]) with open('test.xls', 'wb') as f: f.write(data.xls) ``` Which produces one `xls` file with...

bug

I try the example play file: > > > python kryten.py -d 0.05 -n -p python101.play It turns out that I get the following errors: ....5> a = 'hello world'...

We currenty support Ray versions up to 2.2.0, however the latest Ray version is 2.4.0, in the long term, what Ray version are we going to support? should we always...

enhancement
p2