Benjamin Hipple

Results 14 comments of Benjamin Hipple

I haven't used `crate2nix` and don't know for sure, but for what it's worth this *does* work with `rustPlatform.buildRustPackage` inside Nix, which suggests to me it's an issue (somewhere) in...

It still appears to work with my package: ``` λ brh ~ → /nix/store/3fgv4l77ip6ydafd2c9fqjvlphmwa0cp-hits-of-code-0.11.5/bin/hoc 2020-02-16T12:35:03.322505396-05:00 INFO actix_server::builder - Starting 4 workers 2020-02-16T12:35:03.322878178-05:00 INFO actix_server::builder - Starting "actix-web-service-0.0.0.0:8080" service on 0.0.0.0:8080...

Can you run a git checkout of https://github.com/bhipple/nixpkgs/commit/cc035068f25fd1dc2506b7b038ed2281539450c0, then `nix-build -A hits-of-code`, then try that binary? That'll determine whether it's your Arch/Nix installation vs. whether it's a crate2nix issue. For...

Every time I open a python file in any git repo, emacs hangs for ~20 seconds while I mash C-g, then I try to open the file a second time...

I have a large org-mode table with inactive timestamps inside logging gym workouts and what I did going back many years. I recently moved it into my org-roam folder and...

IMO the current behavior is fine. I just restart it via script with the location I expect. One thing that would be nice is an option to overwrite the file,...

I was able to get this working on emacs28 with: ```elisp (global-undo-tree-mode -1) (evil-set-undo-system 'undo-redo) ``` Without the 2nd, undo wouldn't work. This requires emacs28 off git, since `undo-redo` is...

This actually does work in RedHat / CentOS 7.4, but there are two steps: 1. Enable the grub kernel boot parameter `user_namespace.enabled=1` 2. Increase the maximum number of namespaces allowed...

It would be nice if the readme had some documentaiton about how to build NixOps with a plugin, such as the NixOps AWS plugin. CC @adisbladis @grahamc

Another standard technique is being able to put something like `# yapf: disable` or `// clang-format: disable` as a comment in the header of the file. For nixpkgs specifically, the...