David Armstrong
David Armstrong
This PR fixes Issue #47 by adding a ```groupScaleFactor``` parameter that makes the font scale relative to the rest of the group. While it works perfectly in all my testing,...
I am having a problem were I am using two different font families that I would like to automatically resize together, so I put them both in the same group....
- **Package Name**: azure-ai-ml - **Package Version**: 0.1.0b6 - **Operating System**: macOS 12.5 - **Python Version**: 3.8.12 **Describe the bug** I have an Azure ML pipeline job defined in YAML....
- **Package Name**: azureml-pipeline-steps - **Package Version**: 1.39.0 - **Operating System**: macOS Monterey 12.3 - **Python Version**: 3.8.12 **Describe the bug** I can't install `azureml-pipeline-steps` on an M1 Mac because...
The Pexpect library supports passing an `async_` argument that runs the command in async mode, compatible with asyncio. This seems like a great option for an expect type system as...
I came across mypyc (always wanted something like this, and for some reason never found it!) and decided to try it out on a simple problem. The problem is a...
Hello, I've been working on a little [project](https://github.com/davystrong/Einsum-Pipe) to compile multiple einsum subscripts into a single operation, and was wondering if there would be any interest in integrating it into...
I would like a better way of requesting release builds of Rust code directly within Python. I know I can `import rustimport.settings`, then set `compile_release_binaries` to `True`, and `import rustimport.import_hook`,...
Please add a parameter to disable printing when sending messages.
Hello! Thanks for sharing this! It looks very interesting. Can you clarify something for me? If I set this up on a cluster can I have multiple functions use the...