particle-dev icon indicating copy to clipboard operation
particle-dev copied to clipboard

Particle Dev package for Atom

Results 53 particle-dev issues
Sort by recently updated
recently updated
newest added
trafficstars

The contents of `atom-text-editor` elements are no longer encapsulated within a shadow DOM boundary. Please, stop using `rootElement` and access the editor contents directly instead. ``` HTMLElement.rootElement (/usr/share/atom/resources/app.asar/src/text-editor-element.js:23:10) LoginView.initialize (/home/christopolise/.atom/packages/particle-dev/lib/views/login-view.js:65:87)...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.27.0 x64 **Electron**: 1.7.11 **OS**: Mac OS X 10.13.4 **Thrown From**: [particle-dev](https://github.com/particle-iot/particle-dev) package 0.2.2 ### Stack Trace Failed to load the...

I have a problem using Particle Dev which is autosave on compile, while it does save changed files, doesn't result in the changes making it into the build. I've recorded...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.23.3 x64 **Electron**: 1.6.15 **OS**: "openSUSE Leap **Thrown From**: [particle-dev](https://github.com/particle-iot/particle-dev) package 0.2.2 ### Stack Trace Uncaught TypeError: Path must be a...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.28.2 x64 **Electron**: 2.0.5 **OS**: linux 4.15.0-23-generic **Thrown From**: [particle-dev](https://github.com/particle-iot/particle-dev) package 0.2.2 ### Stack Trace Uncaught TypeError: No path specified ```...

[Enter steps to reproduce:] 1. On Atom, select show serial monitor **Atom**: 1.28.0 x64 **Electron**: 2.0.3 **OS**: Unknown Windows version **Thrown From**: [particle-dev](https://github.com/particle-iot/particle-dev) package 0.2.2 ### Stack Trace Uncaught Error:...

When compiling with a spotty/inconsistent network connection, compilation occasionally starts and never ends - presumably because it was started at a time when the network was down. Because there is...

As seen in the below screenshot, Particle IDE is looking in a double path. It's somehow using a `C:\foo\bar\C:\foo\bar\firmware.bin` pattern: ![screenshot_3](https://user-images.githubusercontent.com/1118185/37851316-d37da708-2eb4-11e8-8342-2a1b7fed8d08.png) This is when trying to upload via OTA, using...

bug

Calls to get devices are not working due to proxy configuration issues. Proxy settings are configured properly in ATOM, but not working properly in particle-dev package or whatever package(s) is...

enhancement
confirmed

I just installed the Particle Desktop IDE using a fresh install from the installer on the website (Windows 10 x64). https://docs.particle.io/guide/tools-and-features/dev/ When I first start using the Particle Desktop IDE,...

bug