Vladyslav Fedoriuk

Results 10 issues of Vladyslav Fedoriuk

The dependencies parsing for repos is quite slow. The reasons for this are: - To parse dependencies for repo, a repo needs to be cloned into a temporary directory: -...

enhancement
chore
backend

When we use the Next.js router navigation (even just to update the query parameters), the hard reload is happening and the table is flickering (first, the unfiltered table is shown,...

bug
frontend

- A changelog should be kept - A new release should be created for a batch of changes (with corresponding build and a tag) - Standardize the git flow

chore

Investigate if we could add a dark mode easily.

enhancement
frontend

It would be nice to show some statistics about the data which is gathered. The concept is to display at least: 1. The total number of repositories in the dataset...

enhancement
frontend
backend

Currently, when the page is opened on a mobile device with a small screen, the following problems occur: 1. The header is missing (probably some tailwind CSS class is responsible...

enhancement
frontend

Consider improving the pagination UI (the "Next" and "Previous" buttons at the bottom of the table). It would be useful to jump straight onto a selected page or skip some...

enhancement
good first issue
frontend

Currently, the repositories in a table are randomly ordered. To sort them either in descending or ascending directions, one would need to tap/click on the stars column header. It is...

enhancement
good first issue
frontend

Some of the dependencies need upgrading. The project utilizes `pip-tools` for `Python` dependencies management, so one may adhere to: https://github.com/jazzband/pip-tools#updating-requirements Essential packages to keep updated and to pay the most...

good first issue
chore

# Summary This pull request makes it possible to retrieve the pings from locally defined services, as discussed in https://github.com/hynek/svcs/discussions/81 and referenced to in https://github.com/hynek/svcs/issues/82. # Pull Request Check List...