lukebatchelor

Results 18 issues of lukebatchelor

Hiya, We stumbled across a bit of a weird edge case that we thought you might like to know about. After doing some digging, it appears the required steps to...

Just putting some of our discussion about bolt publish here for further discussion and visibility. **Current state** `bolt publish` currently only accepts one flag (`--access`) and will currently do the...

As a part of #214 we had to skip some tests that were technically never actually testing anything. To get them passing would require some pretty gross hacking of `process.argv`...

Through no fault of this project, `bolt publish` can still fail when npm has data replication issues. We are now seeing this issue tens of times a day in the...

This could be enabled using an envioronment variable like `BOLT_USE_EXTERNAL_YARN="$(which yarn)"`, or something like that.

Follow on from the hack added in https://github.com/boltpkg/bolt/commit/69c1c55ba5aa007906e28156471e0f1988a00c57 We need to find a way to correctly load the users preferred npm registry. We *should* be able to just use `npm...

Just happened in CI twice now where network connectivity issues caused yarn to fail, but bolt install didnt return a non-zero code. Will look into this | Title | Description...

We were discussing some ideas of how this might work in the Skate repo. The idea would be to return a list of packages that had changed since master We...

``` bolt add pkgName --ignore-engines ``` and ``` bolt install --ignore-engines ``` do not work as expected, the flags are not passed on to yarn | Title | Description |...

Some more checks we should perform * peerDeps and devDeps are the same version range (I think this will be a requirement for internal deps only?) * internal deps can...