John
John
Alice is Here! It’s the 2nd Party and everyone is invited 💃🥳. - What to expect - Alice ready for contribution - Completed: 2022-07-29 - [Coach Alice Our Open Source...
Issue came about when `return` was added in error in 5e7c10da4183a81f5f3ddaffe3f436f6dd611629
``` DEBUG:dffml.MemoryOperationImplementationNetworkContext:alice.please.contribute.recommended_community_standards.recommended_community_standards.OverlayREADME:readme_issue Stage: PROCESSING: alice.please.contribute.recommended_community_standards.recommended_community_standards.OverlayREADME:readme_issue DEBUG:dffml.MemoryOperationImplementationNetworkContext:alice.please.contribute.recommended_community_standards.recommended_community_standards.OverlayREADME:readme_issue Inputs: {'repo': GitRepoSpec(directory='/tmp/dffml-feature-git-hbj3lg70', URL='https://github.com/pdxjohnny/testaaaa'), 'title': 'Recommended Community Standard: README', 'body': 'References:\n- https://docs.github.com/articles/about-readmes/'} DEBUG:dffml.MemoryOperationImplementationNetworkContext:alice.please.contribute.recommended_community_standards.recommended_community_standards.OverlayREADME:readme_issue Conditions: {} DEBUG:dffml.AlicePleaseContributeRecommendedCommunityStandardsRecommendedCommunityStandardsOverlayreadme:ReadmeIssueImplementationContext:Running ['gh', 'issue', 'create', '-R', 'https://github.com/pdxjohnny/testaaaa', '--title', 'Recommended Community...
- [ ] dataflow configurable sending and receiving - [ ] git hooks Related: - https://github.com/intel/dffml/pull/1061#discussion_r819930461 - https://intel.github.io/dffml/main/examples/webhook/index.html - https://bovine.readthedocs.io/en/latest/tutorial_server.html - `activitypub-webhook-relay` - https://github.com/LemmyNet/lemmy/blob/main/docker/Dockerfile - https://join-lemmy.org/docs/administration/configuration.html - https://join-lemmy.org/docs/contributors/04-api.html#curl-examples - https://github.com/LemmyNet/lemmy-js-client/blob/main/src/types/CreatePost.ts
Ask Alice: Go through pull requests, chats, mailing list, issues and answer. You directly answer their questions. Can use video QA model and combine to capture misses to not found...
Current implementation of `MemoryLockNetworkContext` is such that it locks all parent inputs and the input itself. What it should do is look at the parents and let descendants of a...
```console $ mkdir .output; alice please contribute -log debug -repos https://github.com/pdxjohnny/testaaaa -- recommended community standards 2>&1 | tee .output/$(date +%4Y-%m-%d-%H-%M).txt DEBUG:dffml.MemoryOperationImplementationNetworkContext:Stage: PROCESSING: alice.please.contribute.recommended_community_standards.alice.operations.github.pull_request.AlicePleaseContributeRecommendedCommunityStandardsOverlayGitHubPullRequestReferenceIssue:readme_pr_body DEBUG:dffml.MemoryOperationImplementationNetworkContext:Inputs: {'readme_issue': 'https://github.com/pdxjohnny/testaaaa/issues/6'} DEBUG:dffml.MemoryOperationImplementationNetworkContext:Conditions: {} DEBUG:dffml.MemoryOperationImplementationNetworkContext:Outputs: {'result':...
## Describe the bug Something bad happened!? A clear and concise description of what the bug is. ## Steps To Reproduce What were you doing when the bug happened. ```python...
Enable stacking of chains of validation opertions executed in defined sequence or with ordered registred prirority via overlays. Probably done by modifying input/conditional flow of each operation with data type...