Adam Perlin
Adam Perlin
From ifql created by [jsternberg](https://github.com/jsternberg) : influxdata/ifql#345 This covers a few different sections of the spec. In the data model section, a record is listed as a "tuple of values"...
From ifql created by [mark-rushakoff](https://github.com/mark-rushakoff) : influxdata/ifql#356 We don't need keyword expansion for MVP of the spec, but I wanted to raise the topic in case it's worth keeping in...
**What this PR does / why we need it**: We haven't yet documented how to opt-in to TARGET{OS, ARCH, VARIANT, PLATFORM} args in Dalec. This PR adds those docs. **Which...
### What kind of request is this? None ### What is your request or suggestion? After encountering #298, it certainly seems possible that we may encounter further issues in Dalec...
### What kind of request is this? None ### What is your request or suggestion? We now have several new artifact types in Dalec including config files, doc files, license...
From ifql created by [jsternberg](https://github.com/jsternberg) : influxdata/ifql#346 I think we should provide a way for function polymorphism by allowing a formal function declaration keyword. Something similar to how go uses...
From ifql created by [jsternberg](https://github.com/jsternberg) : influxdata/ifql#353 The join function should be substantially simpler than it currently is. Based on my use of the join function in the transpiler work,...
**What this PR does / why we need it**: This is a draft PR with some initial work to add the ability to import custom package repos for a dalec...
### Expected Behavior When a user makes use of an image source, they should be able to run commands in the context of that base image, including being able to...
### What kind of request is this? None ### What is your request or suggestion? Dalec currently has a `debug/sources` target in place which will output the state of all...