Louis Ameline
Louis Ameline
Hello, my application crashes when Redis is/becomes unavailable and I'm not sure how to handle this. Should I be catching an exception somewhere ? Thank you.
Hello again and thanks for the great work. Unless I missed something, I think there is no way to tell Feedparser the feed encoding if we already know it. In...
Hello, I'm eventually trying out the library, thanks for your work! I have a list of feedback for later, but this is my actual first question :) In my app,...
I'm back sooner than I expected to talk about data persistence in v-e-f :p The concept of using `vuex-persist` (for example) is to cache the data in localStorage, indexedDB or...
Something which is pretty obvious for someone a little experience, but still might be worth a note in the docs: ```javascript state.array = [{ a: 1, b: 1 }] dispatch('module/patch',...
Hello all, the publish method currently returns true, or false if a subscriber returned false. I have thought of a handier behavior where the function would return an array of...
Hello, I think that rotate( ) should return the value of the angle without the unit ("deg"), just like width( ) returns the width without "px". Or maybe there is...
Hello, since the library can throw errors, it would be nice to document it and use try/catch blocks in the examples. Thank you for your work !
Hello, a quick question : I am currently using Resque implementations in PHP (php-resque) and Node (coffee-resque) to queue jobs between different parts of my application and they work fine...
Hi, thanks for your work, looks nice! I just wanted your thoughts on an idea. I'm using Google's Firebase, which seemlessly authenticates to a number of providers via a redirection...