WebSharik

Results 12 comments of WebSharik

@jscheid, 1) To skip "header" (N lines). 2) To correct parsing with attribute "header". 3) For big files with streaming. Now i have large file with 4 first rows is...

https://github.com/emilsedgh/modem/issues/5 was help me. alexislg2 sometimes not get sms, but me never get sms. SMS incoming: ``` modem.open('COM6', function(){ console.log('modem ready'); modem.execute('AT+CNMI=2,1,0,2,0'); setInterval(function(){modem.execute('AT+CNMI=2,1,0,2,0');}, 4000); modem.on('sms received', function(sms) { console.log('sms in');...

304. Invalid PDU mode parameter. Error sending message. Invalid PDU format. You may be sending a message to your phone in the format +7-xxx-xxx-xxxx. Remove the plus in front of...

modem/lib/modem.js:82 Replace `modem.port = new sp.SerialPort(device, options);` to `modem.port = new sp(device, options);`

@Toliak Problem is more deep and just wraping call in function - resolving only once addEventHandler.

FPS Monitor can working with most fullscreen apps. How ? I was try draw just red dot use more langs/libs and too cant do it on fullscreen app(

AltoRouter match return only first found route.

I resolve this problem localy in my project, now i already sent pull request to altorouter (on accepted, your next). Problem is - callback works only on first match route....

```php Routes::map('test/:value_low', function($params) { if($params["value_low"] 10) echo "hight"; }); ``` **localhost/test/8/** ``low`` **localhost/test/16/** `` `` because second callback not called

@billybigpotatoes, Yes are your right, but when i want single route and separate logic its broken.