Christopher Hiller

Results 253 issues of Christopher Hiller

There are two separate dirs full of tests; one in `filesystem/tests/` and `tests/`. I'm not sure how to run them.

I can use `mkspiffs` to build the SPIFFS filesystem image. `esptool` can flash it. In other words, `make flashdata` is successful, AFAICT. However, upon mount, SPIFFS doesn't recognize the filesystem;...

To build this project, you need: 1. The xtensa build toolchain 2. the `build-essential` (or equivalent) toolchain 3. Python (2.7, I think) 4. `ESP-IDF` & its submodule(s) 5. Some stuff...

- The documentation mentions use of JSHint, but I don't see a configuration file anywhere. AFAIK JSHint was actually abandoned as everyone (including JSHint's developers) has moved to using [ESLint](https://eslint.org)....

It would be helpful to have tooltips or documentation to explain the significance of "weighted" vs. "size", and "dependants" vs "imports".

enhancement
question

This question might not yet be answerable. I'm curious about the impact on this proposal on resource-constrained devices. Am I correct that a spec-compliant VM would need to implement a...

In this case I'm leveraging `grunt-contrib-watch` to watch `Gruntfile.js`. Instead, Gaze watches `Gruntfile.js` and _every subdirectory_ of `Gruntfile's` dirpath. I don't understand why.

## Detailed description Inline code wants to wrap on what seems to be a "word boundary", which (IMO) is problematic, given the context. Example: ![image](https://user-images.githubusercontent.com/924465/65718635-cd712900-e058-11e9-8118-930b5963b757.png) > What did you expect...

type: enhancement 💡
hacktoberfest

## Detailed description When using the `Code` component in JSX, multiple classes in a `className` property cause syntax highlighting to break. ![image](https://user-images.githubusercontent.com/924465/65925226-c160d080-e3a4-11e9-8178-72681bfb4132.png) > What did you expect to happen? What...

type: enhancement 💡
role: dev 🤖

This PR will ask users to report unhandled rejections or uncaught exceptions to the project issue tracker. It also detects a DNS or network problem and prints a nicer message...