Hannah McLaughlin
Hannah McLaughlin
It would be useful to have an indication of whether a TeamCity build configuration is paused (i.e. all triggers have been disabled, so the CI test isn't currently active). If...
On TeamCity, build configurations can be organised into projects. We can get information about the project, including it's status (e.g. SUCCESS or FAILURE) using [this API call](https://confluence.jetbrains.com/display/TCD10/REST+API#RESTAPI-ProjectSettings): `https:/teamcity-server/app/rest/projects/ProjectID` The project...
I have a dependency (https://github.com/m-labs/artiq) that depends on `llvmlite` -- however, it requires LLVM to be built with RISC-V support. The wheels that numba distribute on pypi.org are not built...
For some reason, the MathJax fonts in `strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/` are not always synced with the output directory`/_static/...`. (When `--enable-mathjax` is set, of course.) I think it might be a cache invalidation...
### Motivation I have had a read of #108 and #459, and I wonder if a use case has been overlooked. It's possible I just haven't realised how to achieve...
### Information - **retworkx version**: N/A - **Python version**: 3.8.11 - **Rust version**: 1.63.0 - **Operating system**: Ubuntu 20.04 ### What is the current behavior? ``` $ cargo add rustworkx-core...
### Description In the `.repl` file I have: ``` sysbus: init: Tag "GPIO_IN" 0xffffffff ``` However, in a GDB session connected to renode: ``` >>> x 0xe000a064 0xe000a064: 0x00000000 ```...