Frames White

Results 504 issues of Frames White

Right now the github generator includes the full license text. That isn't required, just a like would do. Including the full text bloats it to unreadability. We should just include...

@oxinabox [ 1:40pm] So the task here, really is to make: `generate(DataDryad(), "https://datadryad.org/resource/doi:10.5061/dryad.74699")` return something like the string: @oxinabox [1:47 PM] ```RegisterDataDep( "doi:10.5061 dryad.74699", """ Dataset: Data from: Ecology and...

Socrata ise used by the New York City Data portal. See docs: https://dev.socrata.com/foundry/data.cityofnewyork.us/5hyw-n69x I'm not actually sure if it can be downloaded from except via authenticated apps.| which is not...

Data Repo

It keeps the folder structure as remotepath structure, but it doesn't use that structure to eg `mkdir...;mv...` (`mv-p`?) each to its own.

Here is my idea for how to make a generic DataDeps generator for any website. Have a function that is something like: `generate(website, href_filter, content_filter)` `website` is a URL, scraper...

Right now, as I understand it there is 2 levels of package updating: - **Update:** get the latest patch release (but keeping same minor version) i.e. **X.Y.a -> X.Y.b** -...

Pkg3

The following occurs when I try and enable pkgbutler on a repo cloned with ssh. ```julia julia> PkgDev.enable_pkgbutler("ProjectManagement") ERROR: Only packages that use https as the git transport protocol are...

enhancement

eg ![image](https://cloud.githubusercontent.com/assets/5127634/26750120/75c1c098-484d-11e7-876a-d45ff0f146ce.png) Related: I think the plot should be horizontally centered maybe

It would be useful to have a constructor that accepts an general iterator, as 1. most collection types have this 2. it would be especially useful to avoid allocating a...

`typeof(Int) == DataType` As does basically all other types of types, with the exclusion of unions and unionalls. While we can have multiple things using same name because of shadowing,...