Jean-Yves Perrier

Results 209 comments of Jean-Yves Perrier

The weather may not be the most useful for the play, but I think we have a usage for the dawn and dusk messages that are also different for most...

There is a flag that can be added to an exit to indicate the direction of the flow, and an arrow is automatically drawn by MMapper. For the speed of...

I made some calculation to see if the size of MMapper in memory would be too big or not. On MacOS Sierra: MMapper at launch (without a map): 81.9M MMapper...

Yes, this is one of the reason that I don't share my personal map (except with 3 other players, 2 of them not playing regularly). (Nope, it is not for...

Note that Mozilla contracted Rachel Nabors to write these examples. cc/ @Rumyra

On two of the remaining pages, there are live example using `alert()`, like this one: https://developer.mozilla.org/en-US/docs/Web/API/eventtarget/addeventlistener#example_of_options_usage Such example are bad practice (we should not use `alert()` and are not working...

No, it is more complex than that. You need to add an element, like ``, and write inside it (using `textContent`) instead of using `alert(): Using `console.log()` is not enough...

Note that if you group them by broken fragments (rather than by page with a broken link), we can look for one and solve all occurrences, and the list can...

> > Note that if you group them by broken fragments (rather than by page with a broken link), we can look for one and solve all occurrences, and the...