Hugh Davidson

Results 9 issues of Hugh Davidson

Tested using `cabal test --constraint 'vector == 0.13.0.0' --constraint 'string-conv == 0.2.0'` This should only require a metadata revision on Hackage

In dhall it is currently not possible to use computed field names, so I am not able to write something like the following: ``` let ResultType : Text -> Text...

Steps to reproduce: - Define a custom formatter in a VSCode extension ``` const completionProvider = vscode.languages.registerCompletionItemProvider('csv', { provideCompletionItems() { return [new vscode.CompletionItem("test")]; ``` - Install custom extension and edit...

https://github.com/regadas/github-actions-dhall/blob/afa7bc5f08b5804230f0d7b5137b2060ae1b7964/types/Input.dhall does not include all fields that are mentioned in [the GHA docs](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_dispatchinputs)

# Description Matches the [existing behaviour](https://github.com/postmanlabs/openapi-to-postman/blob/228c462c3f542e72e420c1e27fc9b5bfcb839a24/libV2/helpers/collection/generateCollectionFromOpenAPI.js#L92) of postman-cli's 'Import from openapi' with a couple of defaults: - uses `{{baseUrl}}` when no `servers` entry is found. This addresses https://github.com/usebruno/bruno/issues/1239 - uses...

When interacting with a library that may not have the most ergonomic types, a useful escape hatch is to overwrite fields using `with`. This gets unwieldy very quickly, though, when...

**Description** The installer (in my case, for MacOs) selects the latest unstable version of nix, which leads to the following surprising behaviour After installation: ``` $ nix --version $ nix...

installer

The provided `shell.nix` had an earlier default GHC than the minimum `base` package required to build `servant`. I've updated to use `ghc92` and added a flake.