Marcelo Lazaroni
Marcelo Lazaroni
In OSX I fixed it by removing my custom config of `eslint_path` and `node_path` in Eslint-Formatter settings. I had these settings because I imported my config from my Linux installation....
The caches Nix can use, so that I can know whether I've added all the caches I need/want.
btw, `nslookup` resolves the internal hostname to an IPv6 address. I am not sure if this could be a factor here.
I see what you mean. You may find it difficult to do it using `rg` to select the lines. Lines are cropped at 80 characters, so if a type signature...
Yes! It's on my todo list. It's nice to see some demand. I might get around to it tonight.
I tracked it down to a more specific issue. If I dispatch ` Task.perform identity (Task.succeed MyMsg)` together with a port, the port call becomes asynchronous. Here is a demo...
Cool. I'm willing to help implementing things but I'm not very familiar with how the search is architected nowadays. Last I remember it used to download a large JSON of...
@SuperSandro2000 For a lengthy discussion spanning more than 8 years about whether this is a good idea or not please see https://github.com/NixOS/nixpkgs/issues/9682. For what it's worth my take is that...
> How are we supposed to have an official feature in the search where we cannot fix problems?! I definitely see your point here. I agree that putting this feature...
Yes, it can be used with stack by adding this line to your `.vimrc` ``` vim let g:hoogle_search_bin = 'stack hoogle --' ```