Brandon Elam Barker

Results 89 comments of Brandon Elam Barker
trafficstars

I love CBT, but I also use maven. With the new Scalor plugin for Maven, step (1) above becomes more general in applicability, so maybe we can create a new...

I just realized this seem to be a new issue for 1.6.0

Not sure if I'm totally following as I'm new to both Haskell and this library (I guess this is a likely library to catch newbies? not sure ;-)). Anyway, I...

So far all I did in the above PR was to make a Dockerfile that should be able to build the original book, but I like where this thread is...

I'm trying to use `@JsonCodec` as described here, but keep running into `macro annotation could not be expanded`. Relevant code snippet: ```scala @JsonCodec sealed trait Command { val id: CommandId...

I don't think it is necessary with the `addCompilerPlugin` call (also I think the following may be for the scalameta based plugin), but if I add `"-Xplugin-require:macroparadise",` I get `Missing...

For my purposes it would be really great if I could use RunnerUp with indoor activities as well, where no GPS is needed. So far RunnerUp is better than any...

I seem to be hitting a similar issue with my derivation: ``` building '/nix/store/dmx6kg8s5x4c99pmkyp5jl6mga0hj1nh-nix-user-chroot-2c52b5f.drv'... unpacking sources unpacking source archive /nix/store/yhvhnlv9l52vdb7i18q0hpkniyc4r35i-nix-user-chroot source root is nix-user-chroot patching sources configuring no configure script,...

And as I wasn't clear, I am using a local (non-nixpkgs) derivation, like so: ``` $ nix-bundle '(pkgs.haskell.packages.ghc865.callPackage ./package.nix {})' /bin/arxiv-pandoc-exe ```

Here's my build.sbt + plugins.sbt, if it helps: https://gist.github.com/bbarker/91deee614bc64f39ba13805c868500a5