Code Monkey home page Code Monkey logo

bob-emploi's People

Contributors

dedan avatar florianjourda avatar pcorpet avatar pyduan avatar rap2hpoutre avatar zozoens31 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

bob-emploi's Issues

Design issue on Chromium 53

Congrats for https://www.bob-emploi.fr!

The display of the top bar looks wrong on Chromium Version 53.0.2785.143 Built on Ubuntu, running on Ubuntu 16.04. See below:

bob-emploi-display-chromium

No plugin is activated. The display is fine on Firefox 50 though.

docker - unable to run and build the frontend

I tried to run and build the frontend using the command docker-compose up -d frontend-dev, but it does not work. One row of code seems to run indefinitely. I tried it on different versions of the GitHub. I also have an error with the test command. Would you have a suggestion? Is there a problem only with the most recent version of docker?

bug_docker

Thanks in advance

UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory

I am currently working on a project and desperately need help.In summary. According to Read-Me,I should download the Docker app and apply this command "docker-compose up -d frontend-dev" to Windows PowerShell,But I get these problems :

Running node tests…


(node:161) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open '/usr/app/release/nginx.conf'
(node:161) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:161) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
  download.js
    ✓ should run properly (359ms)
    ✓ should restrict the download to specific table if specified in argument

  aux-pages-redirect lambda function
    ✓ should not touch the landing page
    ✓ redirects "/conseiller/ressources" to the client endpoint "bootstrap"
    ✓ redirects "/eval/" to the client endpoint "eval"
    ✓ redirects "/mini" to the client endpoint "mini-onboarding"
    ✓ redirects "/retours" to the client endpoint "nps"
    ✓ redirects "/statut/" to the client endpoint "statusUpdate"
    ✓ redirects "/unsubscribe" to the client endpoint "unsubscribe"
    ✓ redirects "/conseiller/ressources" to "/bootstrap.html" and the client knows about it
    ✓ redirects "/eval" to "/eval.html" and the client knows about it
    ✓ redirects "/mini" to "/mini-onboarding.html" and the client knows about it
    ✓ redirects "/retours" to "/nps.html" and the client knows about it
    ✓ redirects "/statut" to "/statut.html" and the client knows about it
    ✓ redirects "/unsubscribe" to "/unsubscribe.html" and the client knows about it
    ✓ redirects "/conseiller/nouveau-profil-et-projet" to "/bootstrap.html" and nginx knows about it
(node:161) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection id: 1)
(node:161) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open '/usr/app/release/nginx.conf'
(node:161) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
    ✓ redirects "/eval" to "/eval.html" and nginx knows about it
(node:161) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open '/usr/app/release/nginx.conf'
(node:161) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 3)
    ✓ redirects "/mini" to "/mini-onboarding.html" and nginx knows about it
(node:161) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open '/usr/app/release/nginx.conf'
(node:161) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 4)
    ✓ redirects "/retours" to "/nps.html" and nginx knows about it
(node:161) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open '/usr/app/release/nginx.conf'
(node:161) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 5)
    ✓ redirects "/statut" to "/statut.html" and nginx knows about it
(node:161) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open '/usr/app/release/nginx.conf'
(node:161) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 6)
(node:161) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open '/usr/app/release/nginx.conf'
    ✓ redirects "/unsubscribe" to "/unsubscribe.html" and nginx knows about it
(node:161) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 7)


  21 passing (430ms)

Checking Typescript types…
src/components/france_departements.tsx(1700,13): error TS2322: Type '{ children: (Element | Element[])[]; max?: string | number | undefined; required?: boolean | undefined; low?: number | undefined; high?: number | undefined; disabled?: boolean | undefined; ... 355 more ...; viewBox: string; }' is not assignable to type 'SVGProps<SVGSVGElement>'.
  Types of property 'crossOrigin' are incompatible.
    Type 'string | undefined' is not assignable to type '"" | "anonymous" | "use-credentials" | undefined'.
      Type 'string' is not assignable to type '"" | "anonymous" | "use-credentials" | undefined'.
src/components/pages/eval.tsx(766,9): error TS2774: This condition will always return true since the function is always defined. Did you mean to call it instead?
src/components/suggestions.tsx(145,9): error TS2322: Type 'string | null' is not assignable to type 'string'.
  Type 'null' is not assignable to type 'string'.
ERROR: Service 'frontend-dev' failed to build: The command '/bin/sh -c test -n "$SKIP_TEST" && echo "Skipping tests" || ./entrypoint.sh ./lint_and_test.sh' returned a non-zero code: 1

so, please how i can fix these problems.

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.