Adam Tal

Results 5 comments of Adam Tal

@dsheiko - Thanks for the response. My error is in Windows (not mac) and the permission issue is not in the TEMP directory but in the installation directory (under Program...

@dsheiko - About the MAC issue, I've made some tests and it seems that if I use `exec` instead of `spawn` it manages to open the app. Do you have...

I managed to run the process with my fork using `exec` on MAC.. It just didn't work with spawn. If you have any idea what the cause of the issue...

As the owner didn't answer your issue. I picked up on cleaning up the code and publishing it to npm: https://github.com/adamtal3/knockout-react The code is cleaner, doesn't contain the ToDo component....

I'm guessing that if the footer if fixed to the bottom, you would expect the middle part to have a scrollbar.. So maybe just add an "overflow: auto" to the...