Marco Esters

Results 84 comments of Marco Esters

> Thanks -- this is looking good! Would you be able to add tests to `contrib/auto-render/test/auto-render-spec.js`? If not, I can try. I'm working on a test with two strings long...

That makes a lot more sense than what I was trying to do. The current tests should do the trick. The math parser fails in the current KaTeX version but...

> > I wonder now if we should rename existing shortcuts so there's a backup in case we overstepped accidentally. > > Any thoughts about this question? I think this...

> I was thinking about how the macos case is a bit different. On Windows and Unix, the "shortcut file" is just a file whose sole purpose is metadata to...

> None is ideal... I'm leaning towards (3), but we should check something first. Does the name of the .app directory affect the display name in the UI? Because it...

The `conda` recipe in this repository does not use `bld.bat` and the call to install it in the recipe is using `pip`: https://github.com/conda/menuinst/blob/main/recipe/meta.yaml#L17 Could you point out where you see...

From the output, I don't think it's likely that this is a `menuinst` problem. The build fails in the testing stage because it cannot find the `mswms.exe` binary (I doubt...

I can add some more perspective about that log file and why we (on the Anaconda side) don't use it in production: 1. If you install into an empty directory...

For CIs, enabling logging could be okay because these corner cases don't apply there/are easily fixable. What I do is enable logging for dev builds of installers and integration testing....

I would also be in favor of naming it `conda/setup-conda` as suggested by the pattern @kenodegard mentions. The only thing to consider here is that we would lose all issues...