Ian Lee

Results 37 comments of Ian Lee

That's pretty cool with the 3d overlay. I think in the regular standard they really only do 2D though?

I usually use `git describe [--tags]` to get this information, as in: ``` > git describe --tags 0.3.0-3-g47d112c ``` Where the last tagged version is `0.3.0`, we are `3` commits...

Sure. Sorry about that. My goal would be to create an authoritative mapping of GitHub organizations to Agencies (and sub-components). Right now something like this is done non-authoritatively, and at...

I think I might have stumbled upon a way to reproduce this, or something very similar as I was working on my new github.com/llnl/hscs repo. In the el7/ directory in...

Good to know. I guess then the question becomes (if this isn't a feature to be added) what is the preferred way to resolve this? Would it simply be to...

Sounds good, let me check to see if we can do that in these cases...

Understood. Thanks for the explanation. FWIW, partially this was me being in the middle of our internal folks making the changes and my running the tool. And the case of...

Big :+1: to this! I've been trying to figure out myself what "20% of source code" means. For references, how to calculate the 20% was/is discussed/debated at: - https://github.com/WhiteHouse/source-code-policy/issues/12 -...

@okamanda / @brianv0 / @jbjonesjr -- Finally getting back to this.. I've gotten the code that I've been using to generate a ``code.json`` file for our (@LLNL) GitHub.com repositories, released...

I just created https://github.com/LLNL/scraper/pull/5 in our tool scraper for handling of this request. Currently uses no parameters beyond the defaults, and takes the naive approach to counting all lines which...