Jean-Paul Calderone
Jean-Paul Calderone
For easier reading.
https://docs.coveralls.io/parallel-build-webhook only gives partial documentation for the webhook which is not sufficient to understand how to use it except in a couple narrow configurations (TravisCI, CircleCI). If it documented all...
Using 0.16.0 and acme 0.39.0, I get this behavior: ``` 2019-11-01 23:21:32,619:DEBUG:simp_le:1522: ('-v', '-d', '... DOMAIN', '--default_root', '/var/lib/acme/acme-challenges', '--valid_min', '2592000', '--email', '... EMAIL ...', '-f', 'account_reg.json', '-f', 'account_key.json', '-f', 'full.pem',...
### Expected Behavior This data source: ``` data "archive_file" "salt_configuration" { type = "zip" source_dir = "foo" output_path = "foo.zip" } ``` should construct a zipfile containing the contents of...
[exctube.txt](https://github.com/twisted/tubes/files/971388/exctube.txt) I would expect `flowStopped` to be called on each participant in the flow. It seems that `stopped` is called on the tube with the buggy `received` method but the...
I have no explicit pause / unpause logic in my code but I reliably get this after the first value dribbles through the tube: ``` 2017-05-02T13:49:41-0400 [twisted.internet.defer#critical] Traceback (most recent...
https://bugs.launchpad.net/divmod.org/+bug/1099041
**Describe the incorrect behavior you saw** `twisted.python.filepath.IFilePath.exists` states: > def exists(): > """ > Check if this file path exists. > > @return: C{True} if the file at this file...
**Describe the incorrect behavior you saw** `_FakeReactor` is a helper used to test `twisted.internet.task.react`. It purports to implement `IReactorTime` and `IReactorCore`. However, it doesn't. It uses `twisted.internet.task.Clock` for its `IReactorTime`...