Dan Lipsitt

Results 14 comments of Dan Lipsitt

Current CI failure seems to be due to a bug in pytest 7.0.0 (https://github.com/pytest-dev/pytest/pull/9609). Run tests again when 7.0.1 is out (should be very soon) or [work around](https://github.com/pytest-dev/pytest/issues/9608#issuecomment-1030370532) it in...

I added the pytest workaround. Any remaining failures should be due to the Schemathesis bug mentioned above.

Updated per @Stranger6667's suggestion.

> Renaming away the Ruby script will of course work, but it shouldn't change any outcomes (and if it does, then there's a bug that should be fixed). That appears...

@antont Yes, relationship info is important. Otherwise it isn't an entity relationship diagram. 😉

If ``` nix build -f . \ -I nixpkgs=nixpkgs \ -I machine=machines/beaglebone \ -I image=images/ssh --show-trace ``` gives me ``` The option `boot.loader.generic-extlinux-compatible.dtbs' defined in `./machines/beaglebone' does not exist. ```...

```console $ npx --ignore-existing create-react-app my-app npx: the --ignore-existing argument has been removed. $ asdf current nodejs nodejs 17.9.0 ASDF_NODEJS_VERSION environment variable ```

The npm cache seems to be involved. ```console $ npm cache ls create-react-app make-fetch-happen:request-cache:https://registry.npmjs.org/create-react-app make-fetch-happen:request-cache:https://registry.npmjs.org/create-react-app/-/create-react-app-4.0.3.tgz make-fetch-happen:request-cache:https://registry.npmjs.org/create-react-app/-/create-react-app-5.0.1.tgz ``` The following did not help: ```console $ npm cache clean 'make-fetch-happen:request-cache:https://registry.npmjs.org/create-react-app' Deleted: make-fetch-happen:request-cache:https://registry.npmjs.org/create-react-app...

I can't even view the extended attributes of the database file: ```console $ sudo xattr '/Library/Application Support/com.apple.TCC/TCC.db' xattr: [Errno 1] Operation not permitted: '/Library/Application Support/com.apple.TCC/TCC.db' $ ls -lO '/Library/Application Support/com.apple.TCC/TCC.db'...

If there's a way to expose the functionality of [click-option-group](https://click-option-group.readthedocs.io/en/stable/index.html), that might be a good way to achieve this.