Poscat

Results 68 issues of Poscat

The AST contains a lot of uninteresting information such as commas, making it really bloat. It would be ness to have a way to prune out that information.

### Problem Currently cargo won't parse a cargo.toml file that contains [multi-line inline tables](https://github.com/toml-lang/toml/pull/904). ### Proposed Solution Change the toml parser to allow multi-line inline tables ### Notes _No response_

C-feature-request
A-toml
S-blocked-external

The current implementation of `withSinkFile` is: ```haskell withSinkFile :: (MonadUnliftIO m, MonadIO n) => FilePath -> (ConduitM ByteString o n () -> m a) -> m a withSinkFile fp inner...

It would be nice if we can provide a specification for Hoogle's JSON API (presumably using servant)

right now the JSON API uses empty object to indicate failure https://github.com/ndmitchell/hoogle/blob/f9ca6a1669961386f4293be9edd7267136602d59/src/Input/Item.hs#L136-L150 https://github.com/ndmitchell/hoogle/blob/f9ca6a1669961386f4293be9edd7267136602d59/src/Input/Item.hs#L123-L134 I think it would be desirable to use null or to omit that field entirely. The proposed...

Hi, please consider adding the lock file so that the building process is deterministic/reproducible. This also helps distro maintainers to correctly package your program.

Hi, would it possible to implement `Clone` for `IntoIter`? I have the need to iterate over the same iterator multiple times. This of course can be done by first collecting...

It would be nice to add ToHttpApiData instances for ToJSON instances like so ``` instnace (ToJSON a) => ToHttpApiData a where toQueryParam = toStrict . encodeToLazyText ```

It seems that haskell-mode assumes that PatternSynonym and Arrows are enabled by default and highlights proc and pattern as keyword when it should not.