Aymeric

Results 17 issues of Aymeric

Add a new option called "axislabels" to use any labels for the axis. It's documented, then it's ready to be populated

Hi, It's not an issue but more a tip for others. I've done a fork of gRaphaël with some improvements, and one of them is for the pie chart: you...

I found a bug with Alexa, but I don't know how to report it to the developers to get a fix. I called the Alexa support from the Alexa app,...

### Version 3.0.1 ### Reproduction link [https://codepen.io/Aymkdn/pen/MENZPx](https://codepen.io/Aymkdn/pen/MENZPx) ### Steps to reproduce 1. Use IE11 2. Open codepen at https://codepen.io/Aymkdn/pen/MENZPx 3. Click on "Open demo" 4. Click on "Go to foo"...

bug
ie

For people who would like to add `svg` support, you need to add it in *lower case*, as well as `path`, to the white list. A better solution is to...

Here is an example of how to stream a MP3 to your Google Home: ```php require_once("Chromecast.php"); // Use the local IP of your Google Home, and the port is 8009...

Bonjour, Tu sembles très bien informé sur les API de Free qui ne sont pas encore documentées ! Sais-tu s'il existe une API pour éteindre la Freebox ? J'ai vu...

enhancement

This little fix permits to make xlsx.js work with IE8

You use `Date.now()` in your xlsx.js file when it's not correctly supported by < IE9 So you probably want to add this below code somewhere: ``` javascript if (!Date.now) {...

Bonjour, Tout d'abord, bravo pour ce super projet ! Je viens juste de tester avec la config suivante : ```json { "days" : 1, "cache_max_days": 8, "output_path": "output/", "time_limit": 0,...