lambdaq

Results 17 comments of lambdaq

cdfangxie 有价格吧?只是在 pdf 里。可能不是很方便解析。

freeze columns/rows would be very helpful.

Can we merge this PR? This is extremely useful for me.

the reason periodic tasks are not supported by most web frameworks is because server process are spawned in a "stateless" way, so if one of your process spawns a scheduled...

support simple tuple, list (single type `array`) or dict would be awesome.

@arigo I am kind of n00b to this, > There is a good reason for why lists and dicts can't be passed but is it because lists are mutable both...

Sorry but I have a question to ask. Is it possible to handle server closed connection event in Gevent? I guess in epoll there's a `EPOLLHUP` can be captured in...

Hi, @wbond I hope this lib can add `ECB` is not for security reasons, but because many dumb-ass Java programmers write code like Cipher.getInstance("DES") Cipher.getInstance("AES") without second thinking. According to...

I am also using ` files={"upload": f}` where `f` is a multi-part **async** file upload from FastAPI. It says `TypeError: object of type 'coroutine' has no len()` which kills me....

> I am also using files={"upload": f} where f is a multi-part async file upload from FastAPI. I solved this problem, for FastAPI. When reading a uploaded file in a...