amano-kenji

Results 76 issues of amano-kenji

### Your environment Which OS do you use? Gentoo Linux Which version of GHC do you use and how did you install it? 9.0.2 from Gentoo Linux How is your...

type: bug
component: ghcide
multi-component

### Your environment Which OS do you use? Gentoo Linux Which version of GHC do you use and how did you install it? 9.0.2 from gentoo linux How is your...

type: bug
can-workaround
component: hie-bios
multi-component

## The Problem I want a queue that drops everything while something is processed. A minimal example is ``` #!/usr/bin/env raku unlink "/run/user/1000/sock"; my $t = IO::Socket::Async.listen-path("/run/user/1000/sock").throttle: 1, -> $conn...

ASYNC

I temporarily allowed a USB microphone that is not allowed in rules. However, the USB port malfunctioned and dropped momentarily before coming back. Thus, my USB microphone was unplugged and...

Module documentations can show images in extra-doc-files field on local haddock documentation and hackage. Package description on local haddock documentation can show images in extra-doc-files. Package description on hackage can't...

re: relative links

## Description When sound effects start and end, I hear popping. I have to minimize popping by reducing system volume. Reducing OpenBOR volume doesn't decrease popping noise. ## Debugging ###...

## Description ``` $ ./build.sh 4 ------------------------------------------------------- OpenBOR v3.0 Build 1 (commit hash 7f6f175) - http://www.ChronoCrash.com All rights reserved. See LICENSE and README within OpenBOR root for details. Copyright (c)...

There is `haskell_indent_case_alternative` which minimizes indentation. I also want to minimize indentation for `if`. Thus, adding `haskell_indent_if_alternative` to haskell-vim would be helpful. Because haskell-vim doesn't have `haskell_indent_if_alternative`, I just indent...

A minimal example of unwrapping a newtype ``` {-# LANGUAGE TypeApplications #-} import Optics.Core newtype Index = Index Int deriving (Show, Eq) ix :: Index ix = Index 3 ix2...

This was recreated from https://github.com/haskell-beam/beam/pull/655 after accidentally deleting my beam fork along with other repositories. * T152, T152 // IS (NOT) DISTINCT FROM * FULL OUTER JOIN * SQL2003 Null...

enhancement