xave
xave
ISSUE Missing method yet examples still reference it. BACKGROUND I have been using the 0.7.2 version of Streamly where the `parse` function was exposed in Streamly.Internal.Prelude. In the Streamly.Internal.Data.Parser module,...
Issue: Following the instructions on the IOHK site fails to build on M1 Mac. Error Message: ``` error: attribute 'sources' missing at /Users/xavier/Documents/projects/webdev/scotty-site/default.nix:24:5: 23| # But you can also just...
It would be nice to be able to specify tags to ignore. For instance, say I tag some files as "archive". I could then run a search as normal but...
Functionality works as expected normally. **Steps to Reproduce** If a window is named something like `Workspace(β)` upon restore after closing tmux, the tmux before the rename will be resurrected. If...
At times one is in a `do-block` doing exploratory coding. In such cases, some lines might be commented and uncommented to facilitate rapid prototyping. At present it seems that `fourmolu`...
In a production codebase, it can be the case that one is working in multiple directories. Changes in a file in one directory could cause errors in many others across...
Running a command such as `ghcid -o quickfix --command="stack build --test --pedantic --fast --ghc-options='-DDEVELOPMENT -fobject-code -j +RTS -A64m -n2m -RTS'"` fails to generate a quickfix file if stack exists with:...
I'm running through this tutorial and have received a Setup.hs variable not in scope error. My setup: ``` - macOS - nix 2.3.4 (default everything) - cabal-install 3.2.0.0 - ghc...
**Describe the bug** https://vim-jp.org/vimdoc-en/popup.html `vim` has the following pop up features. They work properly in `iterm2` but do not work in `kitty`. **To Reproduce** Stock kitty config. Changed a color...
Currently, if you try to search for something when offline, the app hangs. Current behavior: ``` $ hdc $ fromString fetching: https://hoogle.haskell.org/?mode=json&start=1&hoogle=fromString ``` Desired behavior: 1. Check network connection 2....