dhall-haskell icon indicating copy to clipboard operation
dhall-haskell copied to clipboard

Maintainable configuration files

Results 171 dhall-haskell issues
Sort by recently updated
recently updated
newest added

There have been a few reports of slow binary decoding performance on Discourse recently: * https://discourse.dhall-lang.org/t/figuring-out-performance-bottlenecks/251 * https://discourse.dhall-lang.org/t/high-memory-use-when-decoding-dhall-expressions/171 In general, people seem to get only about 10 MB/s. I've tried...

performance
caching

I was doing a refactor on the Prelude (https://github.com/dhall-lang/dhall-lang/pull/1026) and I see that it could be useful to have a `dhall start-refactor` command that: 1. When execute it on a...

enhancement

I am trying to use dhall to generate JSON config for an application in which key order actually matters. It is a GUI program for visualizing tabular data, and the...

enhancement
json/yaml
ZuriHac

I am using dhall with `dhall-openshift` as such: ``` let oc = env:OC let project = oc.Project::{ , name = "cicd-doc-dev" , displayName = "cicd doc site" , requester =...

performance
LSP
ZuriHac

As discussed in https://github.com/dhall-lang/dhall-haskell/issues/1794, it might be useful to retry HTTP requests after certain failures. That might also help with the robustness of the testsuite: https://github.com/dhall-lang/dhall-haskell/pull/1808#issuecomment-633271566

enhancement
ZuriHac

Accepting the https://github.com/dhall-lang/dhall-haskell/issues/1135#issuecomment-513241959 greatly. That thread further given a glimpse of resolution possible. I have a good idea how to solve it. --- Premice: Nixpkgs escapes testing the package in...

build
ZuriHac

At the moment there are 4 ways to output JSON from a dhall Union: ```dhall let JSON/Nesting = https://prelude.dhall-lang.org/v11.1.0/JSON/Nesting let Foo = { f : Text } let Bar =...

enhancement
json/yaml

I am using the language server with vim and besides formatting, the feature of a language server I use the most is go to definition. Would be really nice to...

enhancement
LSP

With the following dhall expression `{ env1 = env:ENV1 as Text, env2 = env:ENV2 as Text}`, and neither of `ENV1` nor `ENV2` defined, the reported error is ``` ↳ env:ENV1...

error messages

I'm doing some file renames for dhall-bhat, and the error message for missing imports can get a little confusing. For example: ``` ↳ ./NonEmptyList/applicative ↳ ./NonEmptyList/functor ↳ ./NonEmptyList/traversable ↳ ./List/traversable...

error messages