Git Product home page Git Product logo

jobs-done's People

Contributors

aausch avatar devmaxiss avatar dremex avatar georgehahn avatar ovidiuch avatar timothee 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  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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jobs-done's Issues

You were added to Awesome Humane Tech

This is just a FYI issue to notify that you were added to the curated awesome-humane-tech in the 'Mindfulness' category, and - if you like that - are now entitled to wear our badge:

Awesome Humane Tech

By adding this to the README:

[![Awesome Humane Tech](https://raw.githubusercontent.com/humanetech-community/awesome-humane-tech/main/humane-tech-badge.svg?sanitize=true)](https://github.com/humanetech-community/awesome-humane-tech)

https://github.com/humanetech-community/awesome-humane-tech

`yarn start` Error: Cannot find module '../../data'

I tried installing the project locally and got an error on yarn start.

After git cloning the repository, I ran the following steps (see the log in this gist)

  1. yarn install installs seemingly fine (some benign warnings?)
  2. yarn start error occurs
$ yarn start
internal/modules/cjs/loader.js:589
    throw err;
    ^

Error: Cannot find module '../../data'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:587:15)
    at Function.Module._load (internal/modules/cjs/loader.js:513:25)
    at Module.require (internal/modules/cjs/loader.js:643:17)
    at require (internal/modules/cjs/helpers.js:22:18)
    at Object.<anonymous> (/Users/georgep/Documents/GitHub/jobs-done/components/App/Routes.js:5:1)
    at Module._compile (internal/modules/cjs/loader.js:707:30)
    at Module._compile (/Users/georgep/Documents/GitHub/jobs-done/node_modules/pirates/lib/index.js:83:24)
    at Module._extensions..js (internal/modules/cjs/loader.js:718:10)
    at Object.newLoader [as .js] (/Users/georgep/Documents/GitHub/jobs-done/node_modules/pirates/lib/index.js:88:7)
    at Module.load (internal/modules/cjs/loader.js:605:32)
error Command failed with exit code 1.

Environment:

  • yarn v1.12.1
  • MacOS 10.13.6 (17G65)

Occasionally the boxes become unclickable

I wish I had more information to help troubleshoot, but I can't reliably make it happen. In Chrome on Windows, occasionally clicking the box does nothing. Sometimes clicking several times will eventually get it to work, and other times I have to reload the page completely to get it to check off.

Handle app:// URLs better

I use Bear and Things which use :/// native app URL schemes.

Example:

    {
      name: 'Transfer mental tasks and notes to official task list',
      urls: ['bear:///today', 'things:///show?id=inbox']
    },

By default those don't render at all because there's no "host name" in the URL. You can work around it by including the x-callback-url scheme but then the link test isn't terribly descriptive.

    {
      name: 'Transfer mental tasks and notes to official task list',
      urls: ['bear://x-callback-url/today', 'things://x-callback-url/show?id=inbox']
    },

screen shot 2018-11-03 at 9 48 44 pm

Could the URLs have an optional name parameter, or have fallback logic to use the "scheme" if there's no hostname. That'd result in bear instead of x-callback-url

Calling 'yarn start' causes 'Error: Cannot find module 'Stylesheet'

I see this is similar to the other currently open issue #12 but I am getting an error for finding the stylesheet.

I was able to successfully do yarn install minus some warnings which I think are expected but stumped on what to do with this problem.

# yarn start
yarn run v1.12.1
$ NODE_ENV=development babel-node tools/start.js --config-file ./.babelrc.js --only '*.js,components/**,tools/**,node_modules/styled-components/**'
internal/modules/cjs/loader.js:582
    throw err;
    ^

Error: Cannot find module 'StyleSheet'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:580:15)
    at Function.Module._load (internal/modules/cjs/loader.js:506:25)
    at Module.require (internal/modules/cjs/loader.js:636:17)
    at require (internal/modules/cjs/helpers.js:20:18)
    at Object.get StyleSheet [as StyleSheet] (C:\Dev\jobs-done\node_modules\react-native\Libraries\react-native\react-native-implementation.js:96:29)
    at Object.<anonymous> (C:\Dev\jobs-done\node_modules\styled-components\dist\styled-components.native.cjs.js:5522:44)
    at Module._compile (internal/modules/cjs/loader.js:688:30)
    at Module._compile (C:\Dev\jobs-done\node_modules\pirates\lib\index.js:83:24)
    at Module._extensions..js (internal/modules/cjs/loader.js:699:10)
    at Object.newLoader [as .js] (C:\Dev\jobs-done\node_modules\pirates\lib\index.js:88:7)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

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.