Git Product home page Git Product logo

download-your-travelmap's People

Contributors

christianhaller avatar christianhaller3000 avatar dependabot-preview[bot] avatar dependabot[bot] avatar greenkeeper[bot] avatar greenkeeperio-bot avatar tootallnate avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

download-your-travelmap's Issues

An in-range update of gulp-jshint is breaking the build 🚨

Version 2.1.0 of gulp-jshint was just published.

Branch Build failing 🚨
Dependency gulp-jshint
Current Version 2.0.4
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

gulp-jshint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by 6 commits.

  • 32a25b0 2.1.0
  • 2c57c9f Merge pull request #157 from spalger/remove-gulp-util
  • 5f621f8 vinyl is only used in testing
  • 5eaabdd add yarn.lock file for dev
  • 154180d [gulp-util/PluginError] use plugin-error directly
  • 357ab98 [gulp-util/File] use Vinyl directly

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of aws-sdk is breaking the build 🚨

Version 2.46.0 of aws-sdk just got published.

Branch Build failing 🚨
Dependency aws-sdk
Current Version 2.45.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As aws-sdk is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/christianhaller/download-your-travelmap/builds/226114129)

Release Notes Release v2.46.0

See changelog for more information.

Commits

The new version differs by 5 commits0.

  • dca3aec Updates SDK to v2.46.0
  • 247154b Merge remote-tracking branch 'custom/rds-1574'
  • 48aca4d Ensure $HOME is used when present on all platforms
  • 35a8f57 Adds AWS.RDS.Signer class
  • 0a54ed2 fix typo in the documentation of retryDelayOptions.base (#1480)

false

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Number of countries visited

Hi,

Great tool! Could you add a simple feature that all the users on that forum are asking for -- counting the number of countries visited.

I think it should be quite simple to implement given the CSV file: Split city name by its comma. Place the second part (the country) in a set. Count the number of unique items in the set. Display it as a fat text above or below the map.

The number of cities is simply the number of items in the CSV file, not sure about the "percent of the world traveled", that is of course more ambiguous -- but it could just be number of countries visited divided by total number of countries (~193).

Cheers,
Johannes

An in-range update of expose-loader is breaking the build 🚨

Version 0.7.4 of expose-loader was just published.

Branch Build failing 🚨
Dependency expose-loader
Current Version 0.7.3
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

expose-loader is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes Release v0.7.4

0.7.4 (2017-11-18)

Bug Fixes

  • hash: inconsistent hashes for builds in different dirs. (#28) (efe59de)
  • remainingRequest: resolve issue when multiple variables are exposed for the same request. (#30) (335f9e6)
  • ensure userRequest stays unique (module.userRequest) (#58) (51629a4)
Commits

The new version differs by 21 commits ahead by 21, behind by 11.

  • 5227cc5 chore(release): 0.7.4
  • a1b6628 chore: Adds contrib standard release tooling
  • 51629a4 fix: ensure userRequest stays unique (module.userRequest) (#58)
  • 3191765 docs(README): add missing syntax highlight annotations (#57)
  • e789b77 docs: #globals_require_resolve --> #modules_require_resolve (#52)
  • 2f36785 docs(README): add links to docs (#45)
  • 15e105b docs(README): link to webpack 2 docs (#44)
  • 381db4a docs(README): remove outdated React references (#42)
  • 2152a24 docs(#36): add webpack 2 usage (@wuxiandiejia)
  • f607c80 docs: Fix Typo
  • 1011308 docs(readme): updates for JSF maintainers (#34)
  • 343b10d chore(license): update to JSF standard license (#33)
  • dab3406 chore(release): expose loader v0.7.3
  • 335f9e6 fix(remainingRequest): resolve issue when multiple variables are exposed for the same request. (#30)
  • 14418a3 chore(release): expose loader v0.7.2

There are 21 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

% of world traveled

So someone came up with the idea to measure how much of a world traveler one is using the Risk map:

http://www.atlasandboots.com/what-qualifies-travel-world/

This might be a nice feature and give a more reliable percentage.

Implementationwise one could assign each actual country to a Risk territory, and then just count the number of unique territories visited.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.