riziles
riziles
@brian-rose , for what it's worth, there are tools out there that will do this for you, for example: https://github.com/richardtallent/vite-plugin-singlefile , but serving the files is definitely the better way...
@pac84 , could be a path issue. Is `index.html` in your root folder or a sub-path?
@ludaavics , I ran into this same issue. The problem was using `date` instead of `datetime`. This minor fix works: ```python import datetime import pandas as pd import pandera as...
@lih7 , `pa.dtypes.Date` appears to be undocumented. @cosmicBboy , what are your thoughts on adding some sort of warning in the docstring on this class?
In VS Code, if I type `from pandera.dtypes import D`, then `Date` is the first autocomplete suggestion. If I hover over it, I can see the docstring `Semantic representation of...
@kiancross , unfortunately I had to uninstall Questionary because of this issue: https://github.com/tmbo/questionary/issues/344 . Do you know what the current status is?
Bump to issue from Feb from @fwkoch . Same appears to be true for PDFs: ```markdown --- title: Alignment Test authors: - name: Roger Wilco affiliations: - SCS Eureka email:...
@kmalloy24 , this looks amazing. FYI: I get a 404 for the diagram under "3. Add Accessory Components".
... looks like the Skeleton team has almost no images hosted on Vercel. They appear to be hosted on GitHub: https://github.com/kmalloy24/skeleton/blob/575992244c01b6d1f524ef17e3ee155a13db8eda/sites/skeleton.dev/src/routes/(inner)/docs/tokens/%2Bpage.svelte#L133 Apparently this is a common trick? https://haacked.com/archive/2013/12/02/dr-jekyll-and-mr-haack/#dsq-1148987401
@vincjo , fyi: https://github.com/skeletonlabs/skeleton/pull/2443#issuecomment-1915202337