Chris

Results 9 comments of Chris

I think the way it was designed to work is that the native messaging host is supposed to do all the "out of browser" work and talk to the browser...

Kind of just came to say me too.. Like @tdreyno and @cseelus, I installed sprockets 4 and sassc. When you look at the sitemap, you will find a `style` where...

> Importing a .css.scss or .css.sass file isn't supported by Sass natively, per their docs Sass will try to find a file with that name and the .scss or .sass...

@konradhalas I appreciate you probably develop this in your free time, don't want to bother you, but any chance you could review this please? :)

I just disabled debug mode because of the same issue. Paths are taken from `os.path`, which always contains a `""` AFAIK. I can't not reproduce it. ``` docker run -it...

BTW, the bug plays out like this: - Paths are taken from `sys.path` [here](https://github.com/pallets/werkzeug/blob/d3dd65a27388fbd39d146caacf2563639ba622f0/src/werkzeug/_reloader.py#L128), this function then makes a `set` of unique absolute paths and passes it to: `_find_common_roots` -...

Hey, can you share the board make and model? SoftSerial is only available on Arduino, and not only that, specific boards have specific ports of Arduino. E.g. the underlying hardware...

IIRC names can be only 5 characters, excluding the extension. Are you saying it only worked with 4, or that 6 didn't work? Because the latter is expected.

> Can someone confirm the above work-around works? @masterzen No unfortunately it does not..