Rasmus Scholer

Results 10 comments of Rasmus Scholer

Having the same Windows issue. I'm using a setup.py entry-point (installed in my conda environment on `C:`, available in my PATH envvar), which is executed from a folder on the...

Hi @aryehbeitz , Is the autoselect also erratic if you save the file by pressing "ctrl + s"? I think this is something that has to be solved by fixing...

Yeah, I can see that might be annoying. Although what we really need is just to not trim the _current_ line; I would like to trim other lines that I...

FWIW, version 1.0.22 had an explicit check to see if the url looked like a local windows filepath, and dealing accordingly in that was case. https://github.com/Kozea/CairoSVG/blob/1.0.22/cairosvg/parser.py#L299

The following also works: ``` cairosvg -o test.png "file://localhost/D:/temp/input.svg" cairosvg -o test.png "file://localhost/D:\temp\input.svg" cairosvg -o test.png "file://localhost//D:/temp/input.svg" cairosvg -o test.png "file://localhost//D:\temp\input.svg" ``` Maybe a fix could be to change https://github.com/Kozea/CairoSVG/blob/2.1.3/cairosvg/url.py#L95,...

Is this a TIFF file or RAW file? The original TIFF format only supports files up to 4 GB. If you have a TIFF file larger than that, it is...

Having delta-spark available on conda-forge would be fantastic. We often use conda-forge to set up environments. The Conda ecosystem still has advantages over plain pypi, particularly for more complex environments,...

Hi André, Thank you for you response - and please let me know if you want me to clean up anything before the merge. Note that in my branch I...

@Nemeczek - crashed some of our Databricks jobs as well (although not any production jobs, fortunately). We have previously allowed non-production jobs to not pin minor and/or patch versions for...

> On the point that is commonly being raised as a counter re crossplatform; it's worth noting that Windows/NFTS -does- support symlinks (and hardlinks, can we please preserve hardlinks while...