Tom McKenzie
Tom McKenzie
+1 this would be a great addition, so there's a record somewhere of _what's_ been deleted.
Save the ContentState to your server, it's just a JSON object and (unless you parse it in an unsafe way) it doesn't pose an XSS risk. You can use something...
I believe this fails due to the same root cause: ``` export type QuerySingle = {| id: number, ...BaseQuery, |} ``` in `babel-plugin-flow-react-proptypes/lib/convertToPropTypes.js:165`, `spreadShape.properties.forEach` explodes because `spreadShape` doesn't have a...
see https://github.com/tleunen/babel-plugin-module-resolver/issues/346
+1 it would be great to sync all local files to Glacier, but only delete files over 3 months old. Perfect rolling backup for cheap!
From issue #3: "Is it possible to download individual archives, list them?" > You can delete individual archive(s) now using purge-vault command with --filter options. (only filter by filename, only...
You'd have to mux your existing messages with the scuttlebutt ones. I know you can easily do this with [socket.io's "rooms" or "namespaces"](https://socket.io/docs/rooms-and-namespaces/), but I'm not familiar enough with pusher...
Thanks for checking it out and the feedback! Synchronising the actions themselves has a number of benefits, including * Unrecognized actions are still compatible with outdated reducers, they simply won't...
Thinking back, we might need to extend the underlying protocol to ensure when initial subscription occurs, we replay all old actions, or use a timestamp counter per-scope.
+1 for changing the icon when Spotify is playing or not. At work I have many screens and windows and my biggest problem is leaving Spotify playing forever in my...