Aliaksandr

Results 32 comments of Aliaksandr

I can confirm, that using raw version from `/src/component/popler.js.vue` works perfect with SSR. @RobinCK could you please fix the issue ?

@RobinCK if you add the following line to webpack config: ``` globalObject: 'typeof self !== \'undefined\' ? self : this' ``` You package will be working in SSR mode, please...

Also there is an alternative with destroying functionality https://github.com/VodkaBears/Vide

I've just made an [alternative](https://github.com/shlima/click_house), very similar to this one: ```ruby ClickHouse.connection.select_value(' SELECT count(*) FROM tracks WHERE date = '2019-07-09'') #=> 0 ```

I've just made an [alternative](https://github.com/shlima/click_house), very similar to this one: ```ruby ClickHouse.connection.create_table('visits', engine: 'MergeTree(date, (year, date), 8192)') do |t| t.UInt16 :year t.Date :date t.UInt16 :id, 16, default: 0, ttl: 'date...

+1 Could you please alse use Time.current instead of Time.now and move frequency tine (5 minutes) inside DeviceConfirable ?

* DeviceLastseenable.config