WebSharik

Results 14 issues of WebSharik

I have problem with similar routes via: "flight/[:city]/[:country]/" - From city to country "flight/[:country]/[:city]" - From country to city AltoRouter return only first match and "country to city" never be...

Console have some warning on enqueue browser-vue-loader in wordpress. I think browser-vue-loader use babel but it already loaded from another plugin. How resolve conflict ? Can i use some noconflict...

Bot send videos + photos to user. User trying share video from tg to instagram, but cant it becouse video is .dat format. (original video is mp4) When i use...

Vue was cant change wrapper class.

I have idea to make build faster... add caching per required file. I was try find some caching plugin but its not found, if you know about caching plugin pls...

Modem HUAWEI E1715. SMS sends ok. ``` modem.open('COM5', function(){ modem.on('sms received', function(smsc, sender, time, text) { console.log('sms in'); console.log('sender:'+sender+' text:'+text); }); modem.getMessages(function(messages) { console.log(messages); }); }); setInterval(function(){}, 1000); ``` getMessages...

(node:15707) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

Simple give class method to addEventHandler not working: ```typescript addEventHandler('onClientKey', root, this.blowOnSpace) ``` "Unable to convert function with a 'this' parameter to function 'handlerFunction' with no 'this'. To fix, wrap...

enhancement

I have routes: "/flight/:city/:country" - From city to country "/flight/:country/:city" - From country to city On callback i check params and do somthing or nothing. Second route callback dont work.

needs info

Ex1 (di in just js file): ```js let l = 'en' //'en.svg' work fine let u = require(`@assets/img/flags/${l}.svg`) //'.svg' will loss console.log(u) ``` ``` Error: Failed to load url /src/assets/img/flags/ru...