sentisso

Results 5 comments of sentisso

So I created my own fork (duh), but I also published this fork containing these features to npm [@sentisso/react-modern-calendar-datepicker](https://www.npmjs.com/package/@sentisso/react-modern-calendar-datepicker), so now you can use them!

I have created a pull requests that contains a feature to **disable specific week days** and to **forcely enable specific calendar days**. For example: disable every monday and friday and...

@Aareksio Makes sense, I'll remove the requirement for defining the location of the manifest file, since it should be very easy to do so. But then you're gonna have to...

### Found the problem that's causing it in the bunyan CLI (`bin/bunyan`). 1. When the `process.stdin`'s `"data"` event is fired ([line 1148](https://github.com/trentm/node-bunyan/blob/master/bin/bunyan#L1148)) 2. the line chunk that is received is...

### A way to fix it? Created a PR #683 1. What is the reason for the leftover when processing a `stdin`? I removed it in my PR, because in...