Guillaume de Jabrun
Guillaume de Jabrun
#70 Footer may be translated too (not in this PR).
https://github.com/mapbox/mapbox-gl-js/pull/7039
I read through https://reasonml.github.io/docs/ ("Language Basics") for the first time and got confused about `|>` operator. This operator is mentioned for the first time here : https://reasonml.github.io/docs/en/pipe-first#js-method-chaining > We also...
Following the doc : http://fluxible.io/addons/connectToStores.html connectToStores is listening to the stores for updates. It should only listen to the array of store passed in arguments, no ? Using the generator-fluxible...
Hi! I'm not sure if it's the right place, but I'm just leaving a simple status of the current state of the project. Because there's a lot mixed information, and...
Currently there is `Cache-Control:max-age=43200` but it's not appropriate if the source update frequently. It would be great to have an option to control this header. Also `Last-Modified` would be usefull...
Hi, A little modification in order to add the ability to change the filename http://obsproject.com/forum/viewtopic.php?f=22&t=2614&start=50#p44475 Wylk
Hi, A little fix about the problem with auto playlist in Youtube. Hope this is good enough for you :) (PR remade because of branch fail...) Wylk
In the test "it will execute **every threshold** ms", the result expected is [0, 11, 22, 33, 44, 55] But If we strictly respect the definition of throttle (and the...
Hi, I'm trying to make a simple Toast component, and I'm using the Popover for this (as suggested in the doc). While it's working as expected in Chrome, I'm not...