ivan baktsheev

Results 90 comments of ivan baktsheev

`locationId` should be preserved. It is available in linux by running `udevadm info -e` to get device path and then `udevadm info -a --path=` to get detailed info on device....

One day Atom authors changed html security and now it's not possible to use atom-jscad. Digging deeper, seems CSP now not allowing to create `blob:` with Function object. So, only...

Unfortunately, new Atom break some APIs to allow Blob CSP. At first, schema changed from `blob:` to `blob:file://`, then [they deprecated](https://github.com/electron/electron/blob/master/docs/api/breaking-changes.md) methods, which allows me to bypass security restrictions. So,...

I've already started migration, but there is much work to do. I'll try to describe the tasks and push my dev branch to github this or next week > On...

Hi, @kaosat-dev and everyone. Unfortunately, this summer I've lost my progress on some open source projects because of simultaneous fail of my notebook ssd and backup storage (seems like i'm...

Try again, I've added error tooltip

OpenJSCad not works that way. Please read the [documentation](https://en.wikibooks.org/wiki/OpenJSCAD_User_Guide) ![jscad-cube](https://cloud.githubusercontent.com/assets/85349/20966759/f32f57b8-bc8c-11e6-9ad8-27f74fb7de3d.png) ![jscad-cube-error](https://cloud.githubusercontent.com/assets/85349/20966814/3479cbae-bc8d-11e6-944f-b5d09d5b31d8.png)

This is a bug, list must be populated or dialog with runtime selection must pop up. Thank you! But: actually, brackets-cuwire supports only Arduino IDE 1.5.8+. This is due various...

@matjes- , I've fixed obvious things and will release update in few days. can you copy yours console messages to me? Those messages is available via `Debug > Show Developer...