Domen Kožar
Domen Kožar
If one has openapiv3 with server urls: ```yaml - url: https://app-pr-{prId}.herokuapp.com/api/v1 description: Staging variables: prId: default: '1' ``` Then using `https://app-pr-56.herokuapp.com/api/v1` will result into `InvalidServer('Invalid request server https://app-pr-56.herokuapp.com/api/v1/user/login',)`. Workaround for...
I know it comes with some heavy dependencies, but the good news is [80% of worldwide internet uses TLS](https://letsencrypt.org/stats/) and those numbers are only going up. Switching between two managers...
Maybe even switch to Web.Cookie that already has http://hackage.haskell.org/package/cookie-0.4.4/docs/Web-Cookie.html#t:SameSiteOption?
https://github.com/nmattia/niv - nixpkgs - hie
As per https://github.com/domenkozar/proxsign-nix/pull/1
Talking to @alanz we could upstream Nix files to HIE itself and provide faster CI cycles and static binaries.
I've written to CircleCI to sponsor this project with a bit more concurrency. It would be so cool to just merge PRs without the overhead of building everything on beefy...
Try using https://github.com/nh2/static-haskell-nix to distribute small standalone executables. ``` # nix-store -q --graph /nix/store/glsk6wx7q8fdwmlw8d2sj42zhxx5c84x-haskell-ide-engine-0.2.0.0|grep haskell "/nix/store/glsk6wx7q8fdwmlw8d2sj42zhxx5c84x-haskell-ide-engine-0.2.0.0" [label = "haskell-ide-engine-0.2.0.0", shape = box, style = filled, fillcolor = "#ff0000"]; "/nix/store/5fypaay3g4lzbd70qc30d3v2zbzsjkrb-hlint-2.1.5-data" ->...
How hard would it be to specify what nix file to use and which attribute to package outside nixpkgs? cc @matthewbauer
It's nice to run elm2nix on CI and see if something should be updated. However, since currently `versions.dat` is always updated this is a bit harder than it should be.