kunokdev

Results 9 issues of kunokdev

I am using range option and my component looks like this: ``` console.log('change regular')} onChangeComplete={value => console.log('change event', value)} /> ``` in this case `onChangeComplete` doesn't get executed but if...

Add new line at the end of env.sh LF Could fix #23 ?

I've added script to my crontab somewhat like this: ``` @reboot /path/to/script * * * * * /path/to/script ``` code runs, however there is no notification. ``` return notifier.notify({ title:...

I am trying to implement sitemap similar to one from BBC. http://www.bbc.co.uk/sitemap.xml Basically they have index sitemap with various `` links to actual sitemaps, but they also have `` at...

Question

Hello, first of all, this is a very nice module; I've been using scheduler service in such way: ``` @Injectable() export class ScheduleService extends NestSchedule { constructor( @InjectModel("Subscription") private readonly...

question

I have a method to download file from FTP server and it works fine on smaller files, but when I use it to download file of ~5GB size of zip...

After installing this package and running dev server, I get this screen: What is the most convenient way to go around this? > The react-scripts package provided by Create React...

It reloads webpage, but it says connection failed and I need to reload page anyway. I am using Node.js with Express and running it with nodemon npm module in development.

When using Express.js page reloads but then it shows **Unable to connect** page and reload by hand is required.