Will Sewell
Will Sewell
It's also not clear to me how to use this. It would be helpful if this approach to turning off hindent was documented somewhere.
If anyone else is having this issue, see https://github.com/eagletmt/ghcmod-vim/issues/19 for more information.
OK I figured out one cause of this bug: it is caused by the combination of foreign imports and `{-# LANGUAGE TemplateHaskell #-}`. Essentially if a module depends (possibly indirectly)...
I was using GHC 7.10.3. That's great to have an answer on the root cause of this issue. Hopefully it's something that can be fixed properly in the future.
@brendanhay would it be possible to share an example of your workaround?
OpenAPI object properties are optional by default (unless specified in the `required` list). I feel like it would be nicer if `dhall-openapi` respected this and treated all properties as `Optional`...
This has now been fixed by https://github.com/slack-go/slack/pull/770.
This is a bit tricky for `./cmd/query/app/`. The problem is `StaticAssetsHandler` does not provide a method for closing the underlying `watcher.Close()`. We could wrap this in a `(*StaticAssetsHandler).Wrap` method, but...
That was my initial thought, but then I was concerned that this would introduce a breaking change if anything happened to be importing the `cmd` package as a library (an...
@yurishkuro I had a go at this approach in https://github.com/jaegertracing/jaeger/pull/5299/commits/ef4b791cf1f9d4ea6a1f9c9a2377a8a3f7cbacc4. Interested to hear your thoughts.