Kevin Butler

Results 9 comments of Kevin Butler

Maybe this is naive in some way, but this has caused me trouble when trying to build your wireguard-p2p project, would it not be possible to build this as just...

Testing downstream crates with [cargo-crusader](https://github.com/brson/cargo-crusader) might also be something worth investigating, although probably only on CI since it executes random code.

Updated link: https://github.com/dalek-cryptography/curve25519-dalek/issues/11

@benashford friendly ping :)

@kirhgoff Ensuring that your path to `racer` is a fully explicit path seems to resolve it.

@yankeeinlondon it seems the behavior of `-s` may have changed so it should handle this use case and this issue could be closed. From the docs (yarn 1.22.18): ``` -s,...

@max-sixty Is there any workaround for this currently? Have you had any further thoughts on what direction you'd like to go? It seems like an `if` expression might be nice:...

Edit: The answer is yes: ``` chai.config.showDiff = true chai.config.truncateThreshold = 0 ``` Relevant code: https://github.com/debitoor/chai-subset/blob/master/lib/chai-subset.js#LL18C31-L18C39 Old question: Is there an option to enable this diff, we're using the same...

@attilaorosz (pinging you as you're the first human in the [review history](https://github.com/typestack/typedi/pull/1117) of master) Can you take a look at this?