Trevor Brindle

Results 24 comments of Trevor Brindle

So the question here is whether envinfo will run (not necessarily build) on older versions - and realistically, as long as we CAN support them, we should. I say we...

There's definitely a use case for this - yarn workspaces and lerna monorepos. My only concern is the current implementation is not fast, and this could very easily result in...

I like it! Could certainly add this to the system header.

Agreed. Happy to approve a PR for this.

I think you might be right. The original intention was to obscure the user directory for paths that frequently contained them, but due to the wonderously diverse nature of environments,...

Running into what I think is the same issue, but there's another distressing element to it - it works on macOS, and fails on Linux (CI). ```javascript import styled from...

I believe I have traced the probable cause of these errors. Turns out that there is code that checks a react component's prototype for an `isValidated` method. **The problem is...

If you would like to do this for the entire Solidarity file, you could use a shell `||` or. This is fairly common practice, and many other libraries have fought...

We don't currently have this to my knowledge, but it is an interesting idea! This would require us to make a network call to a package manager to find the...