Philipp Balzarek

Results 8 issues of Philipp Balzarek

Floskell takes 6s on my machine to reformat the following code fragment: ```haskell foo x | Just x1

When setting `"formatting"."layout"."type"` to "vertical" or "try-oneline" (with a long declaration) and `"formatting"."indent"."typesig": "indent-by 2"` I would expect the following formatting: ```haskell function :: Bool -> Int -> Double ->...

The telegram bot API requires URLs to be of the form `https://api.telegram.org/bot/...` but this library constructs them as `https://api.telegram.org//...` , so users have to add the "bot" manually to the...

A new primitive to run MomentIO computations in compiled networks would be useful: ``` haskell run :: EventNetwork -> MomentIO a -> IO a ``` It can already be simulated...

Type: Enhancement
Status: In Progress

According to the documentation[1], you can install haskell-language-server via `stack install --stack-yaml stack-.yaml`. However, the ghc-versioned stack yamls have been removed in 5a6b079af2b8cb1429953adce81635c5061653d1. There are still some stack.yaml left, specifically...

type: bug
status: needs triage

### Context: `recvfrom()` stores the source address of a received package in the `sockaddr` structure pointed to by the `address` pointer and the length of the address is stored in...

I needed ipv6 addresses to at least include the scope-id, so I replaced your custom structure with SockAddr from network. I also added support for multiple addresses per interface. The...

I have added nixos-hardware as a channel: ``` > sudo nix-channel --list nixos https://nixos.org/channels/nixos-21.11 nixos-hardware https://github.com/NixOS/nixos-hardware/archive/master.tar.gz ``` running `sudo nix-channel --update && sudo nixos-rebuild switch` fails with: ``` Failed assertions:...