Batiste Bieler
Batiste Bieler
Just as a reference this is the full implementation of this middleware (80 LoC): https://github.com/batiste/imaginary/blob/master/middleware.go#L104-L186 I am about to put it on production soon. I will report the results.
@jbergstroem > rate limit incoming requests with a small proxy like nginx I am unconvinced a simple proxy would work because you wouldn't need much requests to put a service...
@Dynom pre-heating the CDN is quite difficult in my case, I have about 10 millions images to work with, and they are changing daily. The reverse proxy could help. If...
@jbergstroem they are changing in the sense that there is new ones all the time. The source file don't change per say. I would love to avoid pre generating and...
"Well, to be honest, nobody actually wants to write their grammars this way" http://www.reddit.com/r/javascript/comments/2pzn4k/epegjs_an_easy_to_use_javascript_grammar_parser/cn2d1mo There is already 1 person plus me so we are 2. Trust me there is nothing...
You have now a language that can be used to generate the grammar: https://github.com/batiste/EPEG.js/blob/master/grammar.txt
I will see if I find time today.
Hello Dave! Thanks for the kind words. If fact this is rather easy to do already with likely.js ``` input disabled={{ false }} input disabled={{ any variable or expression that...
Hi Dave, It is indeed quite hard to get any traction in Open Source considering the plethoras of libraries. Big companies release libraries have a better luck (Angular.js) although the...
Hi! I think the problem is probably that the image is not yet loaded when you try to draw the sprite. Sprite.js will load the image automatically but it cannot...