Parker Bremer
Parker Bremer
@ppakorn (months later lol) and anyone else from this thread https://stackoverflow.com/questions/56706002/how-can-i-make-the-label-of-an-edge-displayed-just-in-the-middle-position you can make something like ``` cyto.Cytoscape( id='cyto_sample', elements=[], stylesheet=[ { 'selector':'edge[label', 'style':{ 'label':'data(label)', } }, ), ```
i experienced this. clicking on anything in the "index" on the left caused the 'second main header and its children' to disappear. i rm -r everything in the build as...
I went to work on this and I got a little confused. For me, it seems like 1) genpydantic handles empty enums the same way, regardless of major pydantic versioning...
Hi Thanks for the response. I made my own topic here: https://github.com/squidfunk/mkdocs-material/discussions/7095 TLDR - I have about 0 hope of making a custom plugin in an amount of time that...
@CGH20171006 Did you ever find anything that worked?
@jamesbraza this was not my thread, but I imagine that OP meant something like this ``` class CompoundAnnotation(BaseModel): accession: Optional[str] chembl_id: Optional[str] name: Optional[str] description: Optional[str] activity: Optional[str] biological_implications: Optional[str]...