Daniel Vianna
Daniel Vianna
This is similar to #140. ng-inspector displays an icon for {} (object) in the right panel (Chrome 39), but when I try to open it, it will remain blank. However,...
It seems to me that whenever I have a JavaScript date in a scope variable, ng-inspector will display an icon for {} (object) in the right panel (Chrome 39), but...
```bash nix-shell --run "cabal repl --builddir=dist/dante" ``` is hardcoded into `dante`. However, it will not work in a project with multiple targets such as [qfpl applied fp course](https://github.com/qfpl/applied-fp-course). I find...
I am shopping around for a Haskell replacement for `Gnu make` / `npm script`. How would I accomplish this with turtle? Also, how would it compare to [shake](http://shakebuild.com/manual)?
That took me the whole day to figure out. Installation runs smoothly, and installs what's in `darwin-configuration.nix`, but when I type this in `zsh` ``` $ darwin-rebuild switch building the...
[7.7. Enough of nix-repl](https://nixos.org/nixos/nix-pills/working-derivation.html#idm140737316179104) Fails to build in OSX. Solution, inspired on #35: ```nix with (import {}); let gcc = stdenv.cc; in derivation { name = "simple"; builder = "${bash}/bin/bash";...
[8.1. Packaging GNU hello world](https://nixos.org/nixos/nix-pills/generic-builders.html#idm140737316150720) I've seen mentioned before that gcc doesn't work on Darwin... Still, it is a reasonable ask that Nix Pills should allow people to get acquainted...
I have deployed a VM to GCP. It works fine. Now I want to change its configuration without redeploying. I just want to use `sudo nixos-rebuild switch`. But `/etc/nixos/configuration.nix` just...
I just ran some profiling during a session that lasted at most one hour, and look at this snippet from `*Memory-Profiler-Report*`: ``` 1,352,822,593 30% - redisplay_internal (C function) 1,271,546,132 28%...
The `{~zod}` set syntax doesn't work on my fakezod. This repo hasn't been updated for 2 years. However it is used as an example in [App School](https://developers.urbit.org/courses/asl). So I'm contributing...