Daniel Bergey

Results 7 issues of Daniel Bergey

I'm using graphmod on several packages that define multiple executables, each module implicitly named Main. graphmod does a fine job when each executable has an explicit (unique) `module` declaration, or...

I've been digging a bit to understand where time is spent while building my $WORK codebase, and found this interesting behavior. I'm hoping others interested in investigating the root cause...

bug

In HEAD, AVR_BIN_PREFIX is set twice, to `/usr/share/arduino/hardware/tools/avr/bin/avr-` and to `/usr/share/arduino/hardware/tools` At least on debian sid, the first is where ar is located. Prior to bb206967f9f0abf65b83716f2206153dc33b7437 arscons finds avr-ar. I'm...

Can you tell me what the licensing terms are? More concretely, may I license my (substantially modified) [fork](https://github.com/bergey/thingspeak) under a BSD license?

Add functions to convert NURBS to and from lists of Bezier segments of equal or lower order. Most of the work is in knot insertion and refinement.

On a typical day at work I load 10-30 cabal projects, and the first file I open in each takes ~ 4 seconds to load. I have `flycheck-haskell-setup` in my...

How should I interpret the error `ghc-events-analyze: _startup not set`? Is this a problem with my eventlog? Is there something I can do to work around it?