Mateusz Podlasin
Mateusz Podlasin
Hi. My cruel designers want me to implement such a view:  You would choose desired month by swipe'ing up and down on touch screen. I wanted...
Currently you can only pass `slideCount` prop, which enforces `[0, slideCount]` range on rendered list. In other words, index is limited from both sides. What I would like to do...
We are getting lots of noise in the repo from angular update attempts. Would be probably good to make a single PR attempting to update the example to v13. *WARNING*...
1. Create react app with [email protected] 2. Install elements in the created repo. 3. Import API component in the app. 4. Cry.
I worked on this while solving #595 . I won't continue now, because I want to focus on current sprint goals, but I also don't want it to stay undocumented,...
Currently `elements-utils` is not used by elements packages at all. Some of its functions are used in elements service and likely in some other places. **Theory** We suspect it should...
Currently hooks in dev portal allow for conditional fetching, but only by not passing certain parameters, like nodeSlug etc. This is bad, because: a) It's implicit and undocumented. Users will...
There are cases where unit tests fail in CI randomly, always with similar output:   This might be hard to reproduce, but at...
 When users choose an option in Request Samples, we save it in local storage. If however that option disappears from code (let's say we decided it's...
There is still some awkward spots here IMHO, so I would like to discuss it. (Note that for the sake of discussion I simplified some types here) A single parameter...