Chris Coggburn
Chris Coggburn
It would be pretty trivial for somebody who's familiar with the installer to add support to [scoop](https://github.com/lukesampson/scoop) as well.
Just noticed the discussion at https://github.com/Level/packager/issues/1
I can confirm, it seems it's the ``` $values: #{$values}, #{$i}px #{$i}px #{$kolor}; ``` causing the issue. This is a libsass bug and can be found [on their bugtracker #1277](https://github.com/sass/libsass/issues/1277)....
Yeah, looks like reverting to 3.0.4 has resolved this issue for now, until @jonkemp merges in his changes to remove streamManager
Yeah, so this still isn't in the documentation. Five hours later I finally found it. Wow.
I'm having this problem with String type as well. It looks like this isn't specific to Objects.
@thebigredgeek This is also exactly what I was experiencing: Error is null, messages array is empty and offset is being incremented (unless configured to not have automatic offset handling).
@Iradul Does this mean you also received permissions to publish a new release to npm?
The following configuration changes allowed me to switch to using Arduino 2.0.0 and successfully increase the `CONFIG_ARDUINO_LOOP_STACK_SIZE` to 32768 ``` yaml esphome: name: power-monitor platformio_options: platform: https://github.com/platformio/platform-espressif32.git#feature/arduino-upstream platform_packages: - framework-arduinoespressif32...
@ptmt looks like it's being maintained now, I'm sure your help would be valuable!