jade
jade
Sample we want to parse: ```nix { inherit (yarn2nix-moretea) yarn2nix mkYarnPackage mkYarnModules fixup_yarn_lock; } ```
Make it possible to disable the heuristic if we are not finding anything while using it. Also, consider including searching non-functions in this heuristic-disabled case. motivation: ``` dev/nixpkgs - [master●]...
**Expected behavior:** Specifying `"newLine": "LF"` in tsconfig.json will cause the compiler to emit the correct newlines **Actual behavior:** The compiler emits the native (CRLF) newlines **Your gulpfile:** https://github.com/screepers/screeps-typescript-starter/blob/master/gulpfile.js **tsconfig.json** *Include...
I am on Direwolf20 1.16, version 1.6.1, with JER version 1.16.4-0.12.0.104. This was happening on a server join where I had some failures due to "Connection Reset by Peer" errors,...
Sample: ```haskell -- | Smart constructor that deduplicates plugins pattern IdePlugins :: [PluginDescriptor ideState] -> IdePlugins ideState pattern IdePlugins{ipMap} ipMap) _ where IdePlugins ipMap = IdePlugins_{ipMap_ = HashMap.fromList $ (pluginId...
**Is your feature request related to a problem? Please describe.** I thought that in the past the queries were reloaded from disk when they're saved, but it seems like that's...
**Describe the bug** On my NixOS and nix-darwin machines I pin the system nixpkgs as `nixpkgs` so building stuff is faster, using `nix.registry.nixpkgs.flake = nixpkgs;` in my configuration. /etc/nix/registry.json looks...
## Problem I want to run `builtins.compareVersions` from the command line with argument strings. However, I can't figure out how to actually do that. I've tried `nix eval --raw --argstr...
Currently cabal tries to build HUnit and more with cabal instead of grabbing them from nix since nix provides old versions in the current ghc942 configuration. This is largely because...