Jasper van Merle

Results 21 comments of Jasper van Merle

Please provide a link to the problem that it's failing on.

~I'd say Gradle is preferred considering Jetbrains~ nevermind, ntviet18 beat me to it. Anyhow, +1 on this, except that it would be better to add the latest version of Gradle...

@scruel I think the argument ntviet18 gave to counter the "Maven is enough" is actually quite valid. JetBrains recommends that you use Gradle for new projects, or Plugin DevKit for...

Someone already tried to do this a few years ago: [rockon999/devdocs-es6](https://github.com/rockon999/devdocs-es6) and [the relevant Gitter conversation](https://gitter.im/FreeCodeCamp/DevDocs?at=5b675daf3a5a2d2f99fa011b). As for my 2 cents (I'm one of the people who has done extensive...

The feature you're suggesting to be removed is our mobile layout, which, hopefully for obvious reasons, won't be removed. Regarding your annoyances: 1. This is actually a feature on mobile...

There's not a toggle, no. Here's the [code](https://github.com/freeCodeCamp/devdocs/blob/34a2aad14241473cc72451759124eb7b6a23c1b4/assets/javascripts/views/layout/mobile.coffee#L16) that checks whether to show the mobile layout: ```coffeescript @detect: -> try (window.matchMedia('(max-width: 480px)').matches) or (window.matchMedia('(max-width: 767px)').matches) or (window.matchMedia('(max-height: 767px) and (max-width:...

I am not too familiar with JSON schemas, but is this something that should be publicly accessible (i.e. on the devdocs.io domain)? If not, I think this may fit better...

Nice! If you need any help, feel free to have a chat with other contributors on [Gitter](https://gitter.im/FreeCodeCamp/DevDocs) :)

At the moment the only way to dismiss notifications using the keyboard is to get the close button focused with tab, after which you can hit enter to close the...

The Circle CI configuration seems to automatically check for and deploy updates every night between 12:00am and 12:10am GMT+1, so the image will probably be updated to version 8 in...