Nikita Karamov

Results 95 comments of Nikita Karamov

Glad I was able to resolve this! I'll reopen this issue until I've appended to the documentation

You can use the `data-url` attribute on either the button or the button container (the one with class `shareon`). See the documentation [here](https://github.com/kytta/shareon#share-metadata)

Oh, yes, you have to call `Shareon.init()` after every update. For some reason, it's not in the documentation... I'll have to adjust that

Hi Robert, thank you for your support! > we're approaching the point where the vue 2 have to be replaced with vue 3. Is there any chance for vue 3...

> I never really tested the package with vue 3, just the dependencies from your package.json tell me it is not going to work :) > > `"vue": "^2",` Well...

@robertsulkowskiclicktrans okay, I've published an alpha to NPM: https://www.npmjs.com/package/vue-tinybox/v/2.0.0-alpha.3 Use `npm i vue-tinybox@next` to install it. There are some changes you'll need to make: 1. Update the `v-model` to specify...

**Inbox Zero**: Have `@actions/stale` enabled in all your repositories

> I created a little systemd unit to start and stop it, it could be nice to add it to the files of the project, so interacting with it will...

In Vite 5, the build step now prints the CSS filename for each JS format: ```sh $ vite build vite v5.0.0 building for production... ✓ 3 modules transformed. dist/libraryName.css 17.22...

> Would you create a new issue with reproduction? Will do later today 👌