Konstantin Dichev

Results 8 issues of Konstantin Dichev

This branch adds basic keyboard arrow keys support. Open to discussions about the implementation. Solves: #6

When scrolling with trackpad or touchpad onScroll is triggered multiple times. This fixes the issue with the velocity that the trackpad has which triggers the event multiple times. Tested on...

How do you feel about adding keyboard arrow support to navigate between slides? I have implemented it and can pull request it!

When I try to deploy on Heroku using the 1 click there is no deploy button ![image](https://user-images.githubusercontent.com/12297753/204839712-28cfbfcf-46e1-40e2-b8a7-73f653f78c8e.png)

The fragment generation step is very useful but my schema is very big and I don't use everything from it so I would like to skip generating some fields. Our...

I have a lot of types and a lot of nodes to be fetched and looks like this kind of reporting slows down the fetching process. When I remove the...

Context: I am currently building a blog website using Next.js, where I will frequently add internal links to connect relevant blog posts. Next.js provides a powerful internal linking system via...

enhancement
help wanted
good first issue

This PR adds two simple in-memory caches to speed up the HTML stitching process: sliceCache - stores the raw HTML of each slice after it's read from disk stitchedSliceCache -...

topic: performance
status: needs core review
topic: core