Aleksandr Kunin

Results 30 comments of Aleksandr Kunin

For OS X I think it can be possible with `kiobsdnamekey`. ``` CFStringRef bsdName = ( CFStringRef ) IORegistryEntrySearchCFProperty ( usbDevice, kIOServicePlane, CFSTR ( kIOBSDNameKey ), kCFAllocatorDefault, kIORegistryIterateRecursively ); ```...

I made simple usb-mount-notifier if anyone interested to. https://github.com/skyksandr/usb-mount-notifier/tree/master going to use it this way: ``` var spawn = require('child_process').spawn, usb_notifier = spawn('usb-mount-notifier'); usb_notifier.stdout.on('data', function (data) { console.log('stdout: ' +...

@sboudouk Nope, it doesn't. But I figured out how to handle this on windows. You can find 'copy-pastable' solution here: https://github.com/skyderby/skyderby_desktop/blob/master/app/usb-mount-notify.js Windows part a bit complicated but it is it...

I hit rate limit when trying to issue a single certificate for 3 domains. I found out vultr api v1 has rate limit of 2 requests/sec and vultr api v2...

@mjkrg does `-E` mean the same on FreeBSD as on macOS: ``` -E, --extended-regexp Interpret pattern as an extended regular expression (i.e., force grep to behave as egrep). ```

@dmitru I created a component inherited from original slider and adjusted code in scales. Have a look on - [RangeSlider/Slider](https://github.com/skyderby/skyderby/blob/feat/tracks-on-react/app/javascript/components/RangeSlider/Slider.js) - [RangeSlider/DiscreteScale](https://github.com/skyderby/skyderby/blob/feat/tracks-on-react/app/javascript/components/RangeSlider/DiscreteScale.js) - [RangeSlider/LinearScale](https://github.com/skyderby/skyderby/blob/feat/tracks-on-react/app/javascript/components/RangeSlider/LinearScale.js)

Изменить штраф не авторизованному пользователю не выйдет, но то что пользователь может открыть окно - это проблема. Исправлю

@FloKas we would need to specify each jump run (aircraft heading) direction and distance from runway center or landing area

@ksarfaks87 this could be a good one to start