Nikita Karamov

Results 52 issues of Nikita Karamov

This MR removes Python 2 compatibility. It may be subject to change, because the changes were mostly made automatically: - use https://github.com/asottile/pyupgrade to remove old code - replace `six` modules...

This is a big PR meant to implement lots of issues outlined for v3 - (breaking) using esbuild instead of Vite - everything is faster and not as boilerplate-y -...

This PR remakes the whole CSS used in the package. - old `position: absolute` hacks get replaced with Flexbox - instead of `background-image`, icons use `mask-image`. This allows us to...

Instead of manually generating and pushing the documentation to the `pages` branch, let's put the docs sources in the repo, use Vite to build them and upload them to the...

docs

[As discovered while trying to implement a new parameter](https://github.com/kytta/shareon/pull/60#issuecomment-1630925255), our URL building is not ideal. In this particular case, we URL-encode stuff twice: when we pass parameters to the builder...

enhancement
help wanted
good first issue

This will streamline the process a little bit for adding new buttons. Let's take inspiration from https://github.com/simple-icons/simple-icons

enhancement
dev

As of now, wasabi just calls `print()`, which by default prints to the stdout. In my opinion, this is wrong, as stdout (in the Unix ideology) should be used to...

It would be of great help, if there was a possibility to filter the reports based on the permissions the app requires. My use case, for example, would be to...

enhancement

This PR enables support for Vue 3. As this is, of course, a breaking feature, this will be available in v2. Not much code changes were done. `v-model` works differently...

enhancement