Ari Becker

Results 33 issues of Ari Becker

Please package storm with [`nix`](https://github.com/NixOS/nix) and make it available on [`nixpkgs`](https://github.com/NixOS/nixpkgs). (recently bit by this when moving from an OS X based development environment to a NixOS based development environment)

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement

Back in release [v8.0.0](https://github.com/dhall-lang/dhall-lang/releases/tag/v8.0.0), the language included support for record projection by expression - #499 . This permits for the following: ```dhall let someRecord = { firstName = "Foo" ,...

```dhall let contains : Text -> Text -> Bool = Text/contains let example0 = assert : contains "Foo Bar" "Foo" === True let example1 = assert : contains "Foo Bar"...

Version: 1.20.1 Execution only stops when maximum symlink depth is reached, which possibly violates Dhall's totality guarantee. Not sure whether this would be considered a bug or not-a-bug - submitting...

bug

Running: ```bash yaml-to-dhall '< Foo : Natural | Bar : Natural >'

json/yaml

Trying to run `kubectl apply` on: ```yaml apiVersion: v1 kind: Service metadata: name: foo spec: type: ClusterIP selector: app: foo ``` results in the following error: `The Service "foo" is...

Currently ConfigMap's `data` field's type is `List { mapKey : Text , mapValue : Text }`. This prevents ConfigMap from hosting nested object structures, which the domain permits. Can we...

help wanted

**1. Describe IN DETAIL the feature/behavior/change you would like to see.** AWS S3 has a feature called [Access Points](https://docs.aws.amazon.com/AmazonS3/latest/dev/access-points.html), which makes it easier to securely control access to state buckets....

Example pipeline: ```yaml resources: - name: repository type: git source: uri: [email protected]:foo/bar.git private_key: ((ssh-private-key)) check_every: 24h webhook_token: ((webhook-token)) jobs: - name: idempotent plan: - get: repository trigger: true - task:...