Results 23 issues of Jude

Leaving this as an unclosed issue for (far?) future discussion, once full-fat becomes a thing. The desired default behavior for runtime checking might be more of a 2%, rather than...

* mashumaro version: 3.12 * Python version: 3.12.2 * Operating System: alpine 3.19 docker ### Description In the past, I've used the below JSON type definitions, which have worked well...

enhancement

On the following page: https://2022.stateofjs.com/en-US/libraries/ There is a scatter graph of Retention percent vs User count I noted a library or two I'd expect wasn't listed, and esbuild was half...

charts

I tend to write / have a bunch of hybridized packages, C++ and python. This might sound noob-ish, but I am not familiar with a better way to do this...

``` o "Put remote subrepo content into '$subdir/'." RUN git read-tree --prefix="$subdir" -u "$subrepo_commit_ref" ``` https://github.com/ingydotnet/git-subrepo/blob/73a01294bf1bef2e746d6c4c3054decf79dafa8f/lib/git-subrepo#L872 For the record, what I want is to have some sort of partial/sparse cloning...

This library looks great, as the only maintained c++ ordered map library. However I was trying to use it as a replacement in a large codebase that had only key-ordered...

I believe this is related to #314 and #321, so my apologies if it is. But, from the docs and those comments, it almost seemed like the below use case...

Every package manager has git-delta... except ubuntu. But, having used https://github.com/wagoodman/dive before, they have a smart installation suggestion for their latest debs. I tried it out for delta, and it...

**Good news everybody!** [PEP 747](https://peps.python.org/pep-0747/) will likely land soon (unlike some of the same-numbered planes ^^). It defines a new annotation `TypeForm[T]`, which can be used in place of `type[T]`...

Specifically, bash completion of commands

enhancement
area/CLI