Sarah Mount
Sarah Mount
Sometimes MM notifications are slow to appear because GH has DNS problems, or other status issues. It would be nice to check [GH status](https://status.github.com/api) periodically and notify users when GH...
In [GitLab merge request analytics](https://gitlab.com/gitlab-org/gitlab-dangerfiles/-/blob/master/lib/gitlab/dangerfiles/commit_linter.rb) there is a table which gives some useful metrics about MRs in a project:  However, if the project uses `marge-bot` to handle merging, the...
When a CI pipeline takes a long time, Marge un-assigns herself from the related MR. Until recently, the behaviour seemed to be that Marge would automatically set the MR to...
From old Google Code repo: At the Europython sprint people felt that the Sphinx documentation was a better place to put the tutorial. _Comment 1 by project member mount.sarah, Jul...
From old Google Code repo: _Reported by mjanos5, Jan 15, 2012_ http://code.google.com/p/python-csp/wiki/Tutorial problem: typo in: `CSP stands for Communicating Sequential Processes, which is a framework for writing concurrent or program...
_Reported by kwhitefo, Sep 21, 2010_ _What steps will reproduce the problem?_ 1. Download source: hg clone https://python-csp.googlecode.com/hg/ python-csp 2. Open `python-csp/csp/builtins.py` 3. Look at the `GenerateFloats` function: ``` python...
See the thread on the mailing list: http://groups.google.com/group/python-csp/browse_thread/thread/5a6f8ced3f61975d
From old Google Code repo: Think about whether python-csp "syntax" is optimal. The thoughts below are from an ancient email thread, never implemented: One is that I would like to...
From old Google Code repo: Russel had an idea for a new bit of python-csp syntax that would work like this: ``` python with Par() as PAR: P Q R...
From old Google Code repo: See `test/test_builtins.py` Run all tests with `set_debug(True)` turned on. It looks like a reader starts before a writer and the reader does not unblock after...