ncaq
ncaq
### What happened? The locate source section in `helm-for-files` has started displaying only filenames without their directory paths. Previously, the locate results showed full paths including directories. # Expected behavior...
I work depend hell of [data-default-class](https://hackage.haskell.org/package/data-default-class) from [servant-auth-server](https://hackage.haskell.org/package/servant-auth-server). However, it it fixed by [Use data-default instead of data-default-class (#1796) · haskell-servant/servant@2dff6e8](https://github.com/haskell-servant/servant/commit/2dff6e8e246f04232c630b47caf6b8c3d2e0b636). Please release patch version of servant-auth-server.
# 問題 CLAUEDE.mdというシンボリックリンクのあるファイルをプロジェクトに追加したので、 `yarn archive`で実行されるMozilla向けのソースアーカイブが機械的に拒否られるようになってしまった。 内部的には以下のコマンドを実行しています。 ```zsh git archive HEAD --output=google-search-title-qualified.tar.gz ``` # とりあえずの対処 ソースコード全体をzipとして提出することでとりあえずの提出にはしました。 zipにはシンボリックリンクとかの概念はありませんからね。 本当に深く調査したいならこのリポジトリは公開されているのでそれ見てもらいます。
I fixed an issue where running `nix flake check` locally would cause a PostgreSQL permission error. This was likely caused by PostgreSQL version 15 introducing stricter permission checks. While I...
`cabal-fmt` and `cabal-gild` can discover module and autocomplete. ```cabal -- cabal-gild: discover ./src exposed-modules: ``` The current system, treefmt can't detect change haskell module. I write to depend to haskell...
I discovered that the cabal-gild formatter destroys the `sha256` hash pragma in `cabal.project`. [[Add cabal-gild, a cabal formatter by jian-lin · Pull Request #361 · numtide/treefmt-nix](https://github.com/numtide/treefmt-nix/pull/361)](https://github.com/numtide/treefmt-nix/pull/361) I was happy to...
I would like to request custom keybinding support for the Claude Code CLI interface. # Proposal Implement Readline-compatible configuration and automatically load the user's `~/.inputrc` file. # Rationale - I...
Address the following GHC breaking changes. [!13511: EPA: Remove AnnKeywordId · Merge requests · Glasgow Haskell Compiler / GHC · GitLab](https://gitlab.haskell.org/ghc/ghc/-/merge_requests/13511) I merge from [ghc-lib-parser 9.12 by amesgen · Pull...