James Lamb

Results 912 comments of James Lamb

no problem, thanks for the help!

@bburns632 @jayqi curious to hear what you think! Also...I've added the issue label `ux` to capture issues that are of the form _"nothing is wrong but doing this might make...

I've observed that _most_ of the packages on this list also have 0 dependencies in the report produced by `DependencyReporter`, with a message like this on the Dependency tab ```...

> How do we want to generate a report? Some potential options: Simple HTML template, use jinja2 Use Jupyter notebooks and nbconvert I personally prefer HTML + jinja2. `jupyter` and...

I'm ok with all of the "standards to discuss" things. I personally prefer line length 100 but not something I'm going to fight hard on. I think I could do...

I like `pyvis` for consistency with the R package. Then we can live or die with `vis.js`, and maybe even discover things in it that we can fix or open...

> I'm thinking now that it may be most straightforward to just write the visualization code directly in javascript, and just inject the network data as json. This might actually...

> So I've got a working implementation in place for the most part. Wondering if I should open a pull request. At some point it might be easier to start...

@bburns632 I think this sounds like a new type of reporter. Like instead of jamming this functionality into `PackageDependencyReporter`, this could be a new thing. That way, `pkgnet` can continue...

I _believe so_. @cyberninja22 since we have made some major changes recently, just be sure to pull the latest version of `master` and rebase your working branch to it. Second...