Anthony Pessy

Results 37 issues of Anthony Pessy

I need to create a custom mode for ace editor but I have no clue on how to proceed to package it into an ember app. - How to import...

question

Offending piece of code: ``` java public Map getNewSampleValues() { log(Level.DEBUG, "Getting %s", getUrl()); HttpClientStarter httpstarter = find(HttpClientStarter.class); HttpClient cnx = httpstarter.getHttpClient(); ``` The method find() may return NULL if...

In pom.xml, the JaCoCo plugin is configured like this: ``` xml ${basedir}/target/coverage-reports/jacoco-unit.exec ${basedir}/target/coverage-reports/jacoco-unit.exec ``` Whereas it should be: ``` xml ${basedir}/target/coverage-reports/jacoco-unit.exec ${basedir}/target/coverage-reports/jacoco-unit.exec ``` According to the plugin configuration: http://www.eclemma.org/jacoco/trunk/doc/dump-mojo.html#destFile

Apparently Dojo had the exquisite idea to use the same shortcut as the browser to navigate within a TabContainer: http://dojotoolkit.org/reference-guide/1.10/dijit/layout/TabContainer.html#keyboard The problem is that when I switch tab on my...

How to reproduce: - Select "Last hour" - Click in the "from time" input The scale will change to "Manual" (expected) but the from date will change to the T-24h,...

It would be very helpful when trying to work with the UI to have the JS source maps files (*.map) of the Dojo framework.

**What is the current behavior?** The `robots.txt` is re-parsed for every request but those files can be big. Today Google only reads the first [500 Kb](https://developers.google.com/webmasters/control-crawl-index/docs/robots_txt?csw=1#file-format) and ignore the rest....

feature

**What is the current behavior?** The `Crawl-Delay` is ignored. **What is the expected behavior?** The `Crawl-Delay` should be honored, it can be retrieved using `getCrawlDelay()` on the robots parser. **What...

feature

**What is the current behavior?** Today the project automatically resolves the robots.txt. **What is the expected behavior?** It would be useful to be able to provides the robots.txt instead to...

feature

**What is the current behavior?** _collectLinks only keep the href of URLs. **What is the expected behavior?** Would be nice to have, or be able to request also: - The...

feature