Casper da Costa-Luis

Results 737 comments of Casper da Costa-Luis

@gagb if I rebase this will you merge?

New: ```sh usage: markitdown [-h] [-v] [-o OUTFILENAME] [-d] [-e ENDPOINT] [-p] [--list-plugins] [FILENAME] Convert various file formats to markdown. positional arguments: FILENAME if unspecified, defaults to stdin options: -h,...

Really should be installing cpu-only packages. GPU versions should be skipped on GitHub's runners.

we can rename this to whatever we want, not sure what that has to do with unification... 1. CCPPETMR/SIRF 2. CCPPETMR/`` 3. CCPPETMR/VM (ideally to be merged into 2)

Think we can rename it to just `SuperBuild`. The way redirection works with github means previous clones should continue to work.

ok, FYI I'm using this work-around: ```toml [tool.setuptools_scm] version_file_template = """ version = '{version}' commit_hash = '{scm_version.node}' distance = {scm_version.distance} # work-around for https://github.com/pypa/setuptools_scm/issues/1059 if (commit_hash, distance) == ('None', 0):...

Perhaps adding e.g. `(?P)` and `(?P)` to `DEFAULT_TAG_REGEX`?

you mean you'd prefer `SETUPTOOLS_SCM_PRETEND_{NODE,DISTANCE}`?

vis. https://github.com/SyneRBI/PETRIC-backend/blob/main/Dockerfile which also uses `pip` :)

"double free" sounds related to wrapping pointers without handling ownership properly :/