Andrew Sears

Results 29 comments of Andrew Sears

Are there steps to manually expand the templates and run the rules? Have encountered this scenario when parameters are passed via Powershell rather than parameter file.

@thomasbrandon can this PR be merged or some issue with the PR?

Local.settings.json may (but shouldn't) include secrets or sensitive information if not using key vault references, environment variables or alternative approach. By default this also includes the storage keys used for...

Sorry for the late reply. Some links here. https://conda-forge.org/docs/maintainer/adding_pkgs.html https://levelup.gitconnected.com/publishing-your-python-package-on-conda-and-conda-forge-309a405740cf https://blog.gishub.org/how-to-publish-a-python-package-on-conda-forge

Hi there, Is there any way to turn formats off or adjust for Databricks? In Databricks we see ANSI character codes in the output instead of nicely colored results.

A .pesterignore file seems to be another option, with wildcard parameters (similar to .gitignore), and specific path (-ExcludePath) or wildcard parameters in the command line. First impression would be that...

Seeing similar regression issue. Is there a fix planned for this or flag to adjust behavior? StringBuilder should handle this use case? https://docs.microsoft.com/en-us/dotnet/api/system.environment.newline?view=net-5.0 *NewLine is automatically appended to text processed...

I started a similar PR on this before seeing this one. Having the option to do errors="ignore" and other encoding / error handling options would be beneficial. The other in-flight...

https://github.com/astral-sh/uv/issues/10288 relates and this issue could be reopened? Not sure if it will speed up the scanning process on the AV side but could make the redistributed uv python install...