Nikita Karamov

Results 52 issues of Nikita Karamov

To ease the contribution process contribution guidelines should be written, which explain all important processes; most importantly — addition of new icons.

docs
dev

shareon can be customizable — users can change icons' text colour, size, shape, etc. Users can also use shareon's style backend to create custom icons (see #6 as an example...

docs

Since the last two versions or so, I have a problem with updating my web browser. Every time I update it, my cookies are being deleted. Weirdly enough, it's _only_...

Although the mention of the CC0 license in the README is enough, [GitHub Docs say](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/licensing-a-repository#determining-the-location-of-your-license): > As a best practice, we encourage you to include the license file with your...

# What / Why There shall be support for [Codeberg.org](https://codeberg.org/), a community-driven, non-profit software development platform. Since it's a public [Gitea](https://gitea.io/) instance, which itself is a fork of [Gogs](https://gogs.io/), one...

Enhancement

In order not to do testing by hand (including what affects #2 and #13) a testing environment is needed. I propose using [Jest](https://jestjs.io) for unit tests and [Cypress](https://www.cypress.io) for e2e...

enhancement
dev

### Pitch When one user decides to share something on Mastodon via the /share endpoint (for example, by clicking on a “Share” button), the page has a “Sign out” button....

suggestion

This PR closes #22547 by adding the `title` and `aria-label` attributes to the "Sign out" button in the modal (as seen on the /share endpoint, for example)

### What should be improved? SVGO supports external configuration via `svgo.config.js`: https://github.com/svg/svgo#configuration. Now, even if I have this file, `postcss-svgo` will not respect it and use the default config. ###...

enhancement

In v2 Docs, there was a very nice Cookbook recipe about how to publish a Vue component to NPM. It is based on Rollup and is really outdated; at the...