Guo Ci

Results 16 issues of Guo Ci

From: https://youtu.be/R5PHRY5Pnlg?si=eSqaT0wj4_bGwHNi&t=949 - I used a stateless allocator method and left the nlohmann JSON library unmodified. - This allows the `std::pmr::memory_resource` instance to permeate the nlohmann JSON parser, and `std::pmr::polymorphic_allocator`...

### Describe the Bug The hover text on the `full_url` attribute is `(attribute) full_url: Unknown` ```python import urllib.request urllib.request.Request('http://example.com', method='GET').full_url ``` This seem to happen on property attribute with setter...

help wanted

docs: https://docs.python.org/3/library/http.cookies.html#http.cookies.Morsel.expires src: https://github.com/python/cpython/blob/77399436bfc87663f9058b749b6cb598bab273f9/Lib/http/cookies.py#L257-L268

docs: src: https://github.com/python/cpython/blob/77cb39e0c7ef606ef68a0e09fd7c8c9c360f97f1/Lib/enum.py#L1428

docs: https://docs.python.org/3/library/ctypes.html#ctypes.CField