-
The west launcher scripts need to replicate the logic to find the top-level west if it exists and preferentially use that, and fall back on existing behavior to run the copy of west in zephyr/scripts/…
-
I am trying to install @stackbit/unibit on a new MacBook Pro with macOS 10.14.5
I have created a new folder and from inside that folder I do:
`sudo npm install -g @stackbit/unibit`
It always fail…
-
The launcher scripts need to replicate the logic to find the top-level west if it exists and preferentially use that, and fall back on existing behavior to run the copy of west in zephyr/scripts/meta/…
-
**Issue**
With `west` as repo tool it is possible to do `ninja flash`
However, `west` should not be mandatory for users as repo tool.
`ninja flash` should still work, even if `west` was not used fo…
-
The maven-versions-plugin has a task called ``use-releases`` https://www.mojohaus.org/versions-maven-plugin/use-releases-mojo.html
Which allows me to automatically updated dependencies like ``com.e…
-
* [bug] **What is the current behavior?**
```npm install != yarn```
If I do
```
npm install
npm run installer:ci
```
then some packages are missing to let the installation / app execution…
-
You are running a postinstall script to bootstrap the lerna multirepo. That is nice. But you do not commit the package-lock.json. That is good practice and should be done. Will save you lots of headac…
-
## Description
After the `onPreExtractQueries` step of the build process, Gatsby gets when looking through 60k or so pages. Specifically, the `isDate` method (which is run on every string to ch…
-
I think it will help to communicate organizational structure of jss more clearly if we move this code to the core. I want to avoid people thinking of jss as of this repository only, but rather to show…
-
Hi,
Now that Apispec nears 1.0 release, and given how many issues are open right now I was thinking that maybe web framework plugins should be living in a separate `apispec_plugins` package.
For…