Dan Kaplun

Results 51 comments of Dan Kaplun

Would it be possible to package `git` as a binary that works in NodeOS? That would be a good way to get npm working without having to implement or extend...

Is it possible to include a binary `git` distribution?

How complex would it be? Why don't we do that instead of writing/augmenting a JS git client?

Looks like we may have what we need: https://github.com/maryrosecook/gitlet

I think #67 git support is crucial, since so many npm packages depend on it! Can we add that under 'minimal system'?

This can be solved simply: ```js { ...currentState, [PAST_KEY]: [...], [FUTURE_KEY]: [...] } export const PAST_KEY = '@@reduxUndo/past'; export const FUTURE_KEY = '@@reduxUndo/future'; ``` [Prior art](https://github.com/reactjs/redux/blob/3e114f8c0fd4461e2f642c2737d2fa8297484728/src/createStore.js#L11)

Seems like the only way to see new redis keys appear in the UI is to manually refresh with Cmd+R. Or am I missing something?

Yep, it would be great if there was an option to select the amount of time between refreshes, or 0 to disable!

+1 also interferes with the Auth0 JWT debugger shortcut.

Any progress on this issue? Current behavior is incompatible with AirBnB's styleguide.