Nikolay Aleshkovskiy

Results 9 issues of Nikolay Aleshkovskiy

Hello, thank you for awesome and useful package. I have troubles setting it up inside React component. If I put publication definition outside of component everything works just fine: ![image](https://user-images.githubusercontent.com/3371143/46754317-d5f71500-ccca-11e8-9a91-a95f3675e290.png)...

Hello, yesterday I was using publication strategies for a first time and was confused with: [getPublicationStrategy(publicationName)](https://docs.meteor.com/api/pubsub.html#getPublicationStrategy) Obviously `publicationName` should be a `collectionName` which we use when publish documents on a...

confirmed
Project:Docs
Project:DDP

Hello, I'm using rangeslider with my Meteor project like this: ``` ``` `sizeSliderValue` is a Meteor reactive helper, so it updates value automatically. If I set slider in `polyfill: true`...

I've setup user accounts and added basic pages. I've made my Profile page with a link to change-password page. When I open it I see: ![image](https://cloud.githubusercontent.com/assets/3371143/25130081/8d035262-2449-11e7-93ea-eb291a03b94e.png) After changing password I...

Hello! Thank you for you work on the app. I'm trying to setup connection to my Mi 5s phone and can't understand how to do it properly. It seems like...

Hey, there is a small mistake in package example 👍 ``` ```

Here is my code: ``` const svgString = barcode(original?.label?._id, 'code128', { width: '50', barWidth: 1, barHeight: 20, bgColor: '#ffffff', showHRI: true }); const url = svg2url(svgString); ``` And it looks...

Thank you for a great plugin, I use it much. But on my latest VS Code it stops working very often. I use default keybindings from install manual: ``` {...

Hey, thanks for a great package. I wonder if there is a way to define config options for pagefind, because I want to adjust index for my app. Looks like...