Nguyễn Hồng Quân

Results 52 issues of Nguyễn Hồng Quân

Can be scraped from http://gis.chinhphu.vn/.

Reported from Владислав Малышев: - Drag and drop here. (works) - Copy from somewhere and paste (Ctrl+V) here. (does not work) - Choose with button below (non Flatpak). (works, including...

The current type hint of `Retry` makes MyPy check failed when user passes a tuple to `interval` parameter, thought that usage is correct.

We have a schema: ```js z.object({ created_at: z.string().datetime().pipe(z.coerce.date()) }) ``` and data: ```js { created_at: '2024-05-17T01:08:19.550454Z' } ``` If call `.parse`, the `created_at` field is converted to `Date`, which is...

Tried to upgrade pydantic or django-stubs in my projects and got this error: ``` Because no versions of pydantic match >2.8.2,=4.12.2), pydantic (>=2.8.2,=4.12.2). And because pyngo (2.0.1) depends on typing-extensions...

Note: Running `maturin build --target x86_64-unknown-linux-musl` on a glic Linux produces wrong binary *.so file.

Closes #16503 Release Notes: - Properly show app icon in Ubuntu dock

cla-signed

To help IDE highlight code better, please don't use the same quote style when nesting. Please write: ```django ``` Don't write: ```django ``` Later on, I suggest to use [djLint](https://www.djlint.com/)...

documentation

One of Django best-selling point is its builtin Admin site feature. But don't know why `venueless` doesn't use it and instead implement its own "Control" area (`/control/`), which is not...