Tal Bereznitskey

Results 40 comments of Tal Bereznitskey

Just wanted to comment because I enjoy using Up and it is working well for me in a different number of projects. Up is almost feature complete for me, so...

My scattered thoughts: I think that the success of `Netlify` shows that people are willing to pay for: 1. Great developer experience and a wow effect 2. CI / CD...

A workaround is to do this: ```jsx import EnhancedSwitch from 'react-icheck/lib/EnhancedSwitch' import { Checkbox } from 'react-icheck' // Workaround for https://github.com/luqin/react-icheck/issues/43 EnhancedSwitch.propTypes = { ...EnhancedSwitch.propTypes, cursor: PropTypes.string } const Component...

Hi! Thanks for all the ideas and showing it in the gif. Welcome to GitHub as well. I like all 3 ideas and would love to see a PR for...

Great. I will review the PRs when they are available. Regarding advanced filters - I can see an icon that opens up an filters popup/popout modal to accept the filters...

Thanks for the suggestion @julioolvr I'm wondering if storing the latest tree state in localstorage (only of the last PR viewed) will provide a better experience than automatically collapsing the...

I'd accept a PR that: 1. Adds the feature of displaying in the same GitHub file order 2. The feature is optional and turned off by default (configured from the...

Yes, it is a problem indeed. The way the extension works is that it reads what's already on the page and creates the tree from that data alone. On very...

Thanks for the information. This extension works differently - by only looking at the DOM. This is limiting sometimes, but does not require access tokens to public/private repos. Open to...

Thanks @AaronDingman & @kopach for the contribution. This will have to be planned for version 2 (which will be based on Manifest 3)