Ramiro Gómez

Results 30 issues of Ramiro Gómez

I fetched the page http://bibviz.com/ using Lassie, the page has the following og:url setting `property="og:url" content="/"`. Lassie correctly returns the "incorrect" URL. I wonder if cases like that should be...

The goal is to create tests for common use cases, as well as edge cases that should work with d3-geomap. For example missing values in a CSV file should not...

enhancement
help wanted

The `test` command is defined in the `package.json`. To run the tests a dev server needs to be running, it is started with the `serve` command.

enhancement
help wanted

enhancement
help wanted
Hacktoberfest

Current USA.json file only supports states map. For counties I need a different data source. Also a new directory structure for topojson files would make sense, examples ## US specific...

enhancement
help wanted
Hacktoberfest

Add a `zoom` property that defaults to true. If set to false don't add zoom class on map units group.

enhancement
help wanted
Hacktoberfest

* [ ] Replace code with: ``self.extent = d3Array.extent(self.data, d => d[self.column()]);`` * [ ] Mark as deprecated and to be removed in the next major release * [ ]...

Ninja IDE allows to set supported file extensions. Similarly it would be nice to be able to exclude them from the project. Benefits would be less resources used for refreshing...

The regular expression for sources matches document.write( which is a sink and not a source

Bug