Skip to content

Commit

Permalink
Improve layout of hints
Browse files Browse the repository at this point in the history
  • Loading branch information
evancz committed Jul 11, 2017
1 parent 331f017 commit 3b91986
Show file tree
Hide file tree
Showing 14 changed files with 125 additions and 98 deletions.
15 changes: 8 additions & 7 deletions hints/0.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ The application you are using ran into a problem.
If you let their support team know about this error, please give them a link to this web page as well!


> ### Info for Developers
>
> When you initialize your Elm application, you are providing some flags like `Elm.App.fullscreen({ name: 'Tom' })` but the application is not expecting any flags.
>
> You can get more detailed information if you can reproduce the error in dev mode.
>
> Hopefully that helps!
<br>

## Info for Developers

When you initialize your Elm application, you are providing some flags like `Elm.App.fullscreen({ name: 'Tom' })` but the application is not expecting any flags.

You can get more detailed information if you can reproduce the error in dev mode.

Hopefully that helps!
16 changes: 9 additions & 7 deletions hints/1.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ The application you are using ran into a problem.
If you let their support team know about this error, please give them a link to this web page as well!


> ### Info for Developers
>
> When you initialize your Elm application, you are not providing any flags like `Elm.App.fullscreen()` but the application needs some flags.
>
> You can get more detailed information if you can reproduce the error in dev mode.
>
> Hopefully that helps!
<br>

## Info for Developers

When you initialize your Elm application, you are not providing any flags like `Elm.App.fullscreen()` but the application needs some flags.

You can get more detailed information if you can reproduce the error in dev mode.

Hopefully that helps!
16 changes: 9 additions & 7 deletions hints/10.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ The application you are using ran into a problem.
If you let their support team know about this error, please give them a link to this web page as well!


> ### Info for Developers
>
> Your application is triggering a bug in the `Task` module of this library! The root cause may be in your code or in a dependency.
>
> Try to reproduce the issue in dev mode. From there, create an [SSCCE](http://sscce.org/) that reproduces the issue and report it [here](https://github.com/elm-lang/core/issues) with a title like “Scheduler bug: ...” and a description that explains your understanding of the problem.
>
> Hopefully that helps!
<br>

## Info for Developers

Your application is triggering a bug in the `Task` module of this library! The root cause may be in your code or in a dependency.

Try to reproduce the issue in dev mode. From there, create an [SSCCE](http://sscce.org/) that reproduces the issue and report it [here](https://github.com/elm-lang/core/issues) with a title like “Scheduler bug: ...” and a description that explains your understanding of the problem.

Hopefully that helps!
16 changes: 9 additions & 7 deletions hints/11.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ The application you are using ran into a problem.
If you let their support team know about this error, please give them a link to this web page as well!


> ### Info for Developers
>
> Your application is calling `n % 0` at some point, causing a crash. This may be happening in your code or in a dependency.
>
> You can get more detailed information about when this happens if you can reproduce this error in dev mode.
>
> Hopefully that helps!
<br>

## Info for Developers

Your application is calling `n % 0` at some point, causing a crash. This may be happening in your code or in a dependency.

You can get more detailed information about when this happens if you can reproduce this error in dev mode.

Hopefully that helps!
16 changes: 9 additions & 7 deletions hints/12.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ The application you are using ran into a problem.
If you let their support team know about this error, please give them a link to this web page as well!


> ### Info for Developers
>
> Your application is triggering a bug in the `Dict` module of this library! The root cause may be in your code or in a dependency.
>
> Try to reproduce the issue in dev mode. From there, create an [SSCCE](http://sscce.org/) that reproduces the issue and report it [here](https://github.com/elm-lang/core/issues) with a title like “Dict bug: ...” and a description that explains your understanding of the problem.
>
> Hopefully that helps!
<br>

## Info for Developers

Your application is triggering a bug in the `Dict` module of this library! The root cause may be in your code or in a dependency.

Try to reproduce the issue in dev mode. From there, create an [SSCCE](http://sscce.org/) that reproduces the issue and report it [here](https://github.com/elm-lang/core/issues) with a title like “Dict bug: ...” and a description that explains your understanding of the problem.

Hopefully that helps!
16 changes: 9 additions & 7 deletions hints/13.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ The application you are using ran into a problem.
If you let their support team know about this error, please give them a link to this web page as well!


> ### Info for Developers
>
> Your application is running into a bug in `elm-lang/virtual-dom` at some point. The root cause may be in your code or in a dependency.
>
> Try to reproduce the issue in dev mode. From there, create an [SSCCE](http://sscce.org/) that reproduces the issue and report it [here](https://github.com/elm-lang/virtual-dom/issues) with a title like “Implementation bug: ...” and a description that explains your understanding of the problem.
>
> Hopefully that helps!
<br>

## Info for Developers

Your application is running into a bug in `elm-lang/virtual-dom` at some point. The root cause may be in your code or in a dependency.

Try to reproduce the issue in dev mode. From there, create an [SSCCE](http://sscce.org/) that reproduces the issue and report it [here](https://github.com/elm-lang/virtual-dom/issues) with a title like “Implementation bug: ...” and a description that explains your understanding of the problem.

Hopefully that helps!
16 changes: 9 additions & 7 deletions hints/2.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ The application you are using ran into a problem.
If you let their support team know about this error, please give them a link to this web page as well!


> ### Info for Developers
>
> When you initialize your Elm application, you are providing bad flags.
>
> You can get more detailed information if you can reproduce the error in dev mode.
>
> Hopefully that helps!
<br>

## Info for Developers

When you initialize your Elm application, you are providing bad flags.

You can get more detailed information if you can reproduce the error in dev mode.

Hopefully that helps!
16 changes: 9 additions & 7 deletions hints/3.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ The application you are using ran into a problem.
If you let their support team know about this error, please give them a link to this web page as well!


> ### Info for Developers
>
> Your application has multiple ports with the same name.
>
> You can get more detailed information if you can reproduce the error in dev mode.
>
> Hopefully that helps!
<br>

## Info for Developers

Your application has multiple ports with the same name.

You can get more detailed information if you can reproduce the error in dev mode.

Hopefully that helps!
16 changes: 9 additions & 7 deletions hints/4.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ The application you are using ran into a problem.
If you let their support team know about this error, please give them a link to this web page as well!


> ### Info for Developers
>
> You are trying to send an invalid value through a port.
>
> You can get more detailed information if you can reproduce the error in dev mode.
>
> Hopefully that helps!
<br>

## Info for Developers

You are trying to send an invalid value through a port.

You can get more detailed information if you can reproduce the error in dev mode.

Hopefully that helps!
16 changes: 9 additions & 7 deletions hints/5.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ The application you are using ran into a problem.
If you let their support team know about this error, please give them a link to this web page as well!


> ### Info for Developers
>
> Trying to use `(==)` on functions. There is no way to know if functions are "the same" in the Elm sense. You can read more about why it works this way [here](http://package.elm-lang.org/packages/elm-lang/core/latest/Basics#==). The root cause may be in your code or in a dependency.
>
> You can get more detailed information on when this happens if you can reproduce the error in dev mode.
>
> Hopefully that helps!
<br>

## Info for Developers

Trying to use `(==)` on functions. There is no way to know if functions are "the same" in the Elm sense. You can read more about why it works this way [here](http://package.elm-lang.org/packages/elm-lang/core/latest/Basics#==). The root cause may be in your code or in a dependency.

You can get more detailed information on when this happens if you can reproduce the error in dev mode.

Hopefully that helps!
16 changes: 9 additions & 7 deletions hints/6.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ The application you are using ran into a problem.
If you let their support team know about this error, please give them a link to this web page as well!


> ### Info for Developers
>
> Your application tries to compare tuples with more than six elements at some point. This is not permitted. The root cause may be in your code or in a dependency.
>
> You can get more detailed information on when this happens if you can reproduce the error in dev mode.
>
> Hopefully that helps!
<br>

## Info for Developers

Your application tries to compare tuples with more than six elements at some point. This is not permitted. The root cause may be in your code or in a dependency.

You can get more detailed information on when this happens if you can reproduce the error in dev mode.

Hopefully that helps!
16 changes: 9 additions & 7 deletions hints/7.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ The application you are using ran into a problem.
If you let their support team know about this error, please give them a link to this web page as well!


> ### Info for Developers
>
> Your application does a bad comparison. Comparison is only defined on ints, floats, times, chars, strings, lists of comparable values, and tuples of comparable values. It looks like some other kinds of values got compared somehow. The root cause may be in your code or in a dependency.
>
> You can get more detailed information on when this happens if you can reproduce the error in dev mode.
>
> Hopefully that helps!
<br>

## Info for Developers

Your application does a bad comparison. Comparison is only defined on ints, floats, times, chars, strings, lists of comparable values, and tuples of comparable values. It looks like some other kinds of values got compared somehow. The root cause may be in your code or in a dependency.

You can get more detailed information on when this happens if you can reproduce the error in dev mode.

Hopefully that helps!
16 changes: 9 additions & 7 deletions hints/8.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ The application you are using ran into a problem.
If you let their support team know about this error, please give them a link to this web page as well!


> ### Info for Developers
>
> Your application is calling `Debug.crash` at some point. The call may be in your code or in a dependency.
>
> You can get more detailed information on who is calling `Debug.crash` if you can reproduce this error in dev mode.
>
> Hopefully that helps!
<br>

## Info for Developers

Your application is calling `Debug.crash` at some point. The call may be in your code or in a dependency.

You can get more detailed information on who is calling `Debug.crash` if you can reproduce this error in dev mode.

Hopefully that helps!
16 changes: 9 additions & 7 deletions hints/9.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ The application you are using ran into a problem.
If you let their support team know about this error, please give them a link to this web page as well!


> ### Info for Developers
>
> Your application is calling `Debug.crash` in a `case` at some point. The call may be in your code or in a dependency.
>
> You can get more detailed information on who is calling `Debug.crash` if you can reproduce this error in dev mode.
>
> Hopefully that helps!
<br>

## Info for Developers

Your application is calling `Debug.crash` in a `case` at some point. The call may be in your code or in a dependency.

You can get more detailed information on who is calling `Debug.crash` if you can reproduce this error in dev mode.

Hopefully that helps!

0 comments on commit 3b91986

Please sign in to comment.