Jay Qi

Results 108 issues of Jay Qi

When displaying a field error inline, the following `` tag HTML is added: https://github.com/ckrybus/crispy-bulma/blob/2e9abb011f0b5b9cf0dbc8a6def1cec8a44568c1/crispy_bulma/templates/bulma/field.html#L56-L59 The `is-danger` class used here is not correct. `is-danger` doesn't actually do anything for a ``...

Improve the colorblind-accessibility of the visualizations in the tool and on the documentation website. Examples of the home page and explorer page using [Chrome devtools' red and green colorblindness emulations](https://developer.chrome.com/blog/new-in-devtools-83/#vision-deficiencies)...

documentation

If CyFi is intended primarily for use as a CLI, then consider recommending installation with [pipx](https://pypa.github.io/pipx/). pipx is designed for managing the installation of Python CLIs—it will manage an isolated...

Hello, I'm the maintainer of erdantic, and I found your project from searching on GitHub for libraries that use it. I wanted to let you know that erdantic v1.0 is...

> I have one addtional question, you may could answer: Asumming a pydantic class structure, is it possible to exclude classes? I know its possible to definde end-points via terminal_models,...

This step in the sample workflow: ``` - name: Write output to file run: | printf '${{ steps.extract-changelog.outputs.markdown }}' > CHANGELOG-extracted.txt ``` will break if there is an apostrophe in...

Updates the sample GitHub Actions workflow to improve the "Write output to file" step. The previous version of this step breaks if the markdown content contains an apostrophe—see #25. The...

### Description I am the author of [erdantic](https://github.com/drivendataorg/erdantic), which uses runtime type annotation analysis to draw entity relationship diagrams for dataclass-likes. I recently added support for msgspec's structs to the...