Zach Probst

Results 19 comments of Zach Probst

Trying to find a resolution to this myself. Seems that the error message I keep getting is `offline: Warning: found unsupported runtime 'rust' for function 'xzy'`. Switching the order of...

In fact, looking a little closer, it looks like serverless offline creates a representation of each lambda right after you run `sls offline start` [here](https://github.com/dherault/serverless-offline/blob/d4d8c08344e3bb4e620ff19a9523f14b9d26b3b3/src/ServerlessOffline.js#L79) To that end, it doesn't...

Sorry! I should have been a bit more clear with my intentions. My motivations are not largely technical. I am mostly thinking about understandability. For those coming from other languages,...

1. I am interested in contributing to: - [x] Development - [x] Documentation - [x] Issue triage and community - [x] Technical advisory (review [governance document](https://github.com/artifact-ff/artifact-ff/blob/main/GOVERNANCE.md#technical-advisory-members)) 2. I am here...

I too am investigating this. I'll update here if I find a solution to this.

Coverage drop due to removal of covered lines.

I think the target for this will simply be: - `AddAdjacency` - `DropAdjacency` - `InvertAdjacency` More complicated types are probably not reasonably needed.

I think the solution here could be something like this: 1. Introduce `key_normalization` and `property_normalization` fields and deprecate `normalization`. 2. Keep the default of `key_normalization` to be what `normalization` currently...

This issue has been resolved and will be released with 0.13.

Based on feedback, a redesign using existing pipeline concepts: ```yaml - implementation: nodestream.analytics:CopyData arguments: source: persistent-graph nodes: - Person relationships: - KNOWS - implementation: nodestream.analytics:ProjectGraph arguments: nodes: - Person relationships:...