Brian Clapper

Results 8 issues of Brian Clapper

Requiring `-l` is silly (and, in fact, ignored, as expected) in this use case: ``` databricks workspace import -f DBC -l SCALA /path/to/some.dbc ``` The entire DBC is loaded, without...

UX
dbfs

From my tests, it appears that calling `getTemplateNames()` on an instantiated `STGroupFile` object only returns the names of templates that are defined in the group (`.stg`) file, itself, ignoring any...

See http://bower.io/ Also, `` now supports `ng-repeat`.

Currently, exceptions thrown within a custom `NodeVisitor` are wrapped into a `VisitationError`—sort of. The thrown exception's class and message are grabbed and augmented, but the original exception isn't captured. I...

... when the path (or a component) does not exist.

Split the API into two parts: - A set of API _traits_, which are logging framework-agnostic. - An SLF4J implementation of those traits. Allows alternate implementations (e.g., on CLR) that...

enhancement

ClassFinder does not examine jar file manifests. It should. (Version in Scala [ClassUtil](http://bmc.github.com/classutil/) library does support manifests.)

Bug

Needs to be reorganized, ideally with a lazy iterator.

Bug