AlexV
AlexV
I ran the espec test on my setup (elixir 1.11), and, mostly as a way to slowly understand the code, I would like to address one of the warnings I...
Currently industrial_ci is testing build, run_tests, and install target. It would be useful to include a doc build test, probably following the way the buildfarm does it, or something along...
I have been doing CI for a while with ROS, before knowing about industrial_ci. I have decided to start using industrial_ci, mainly to merge maintenance effort, and make things more...
It would be interesting to have an interface for dynamic iterative sampling... Instead of doing something like: ```py process.sample(255) ``` for a more dynamic process (like a simulation of some...
Maybe it is something I missed, but after saving a map, where can we retrieve the list of maps saved on the server ?
I just noticed, in dpcontracts.py and in README.rst. Is that intentional ? it might be tricky to keep them both in sync...
In my setup, it kind of makes sense to have one repl for one group with multiple commands. In that usecase, I would like the group context (ie. options passed...
**How would this feature be useful?** Having `nox` running in the background would provide immediate feedback while coding. **Describe the solution you'd like** `pytest-watch` implements this for `pytest`. The point...
It would be helpful to check custom types. For example if an instance of a class is defined as such : ```python class CustomClass(object): class_member = 42 def __init__(self): inst_member...
While running the Calysto Scheme Language notebook (from master), I encountered this error : ``` (symbol "apple") Traceback (most recent call last): File "In [177]", line 1, col 2 RunTimeError:...