Neyts Zupan

Results 152 comments of Neyts Zupan

Ah, OK, this would be sufficiently covered by what I had in mind: raise a more descriptive error when accessing `request.openapi_validated`. `AttributeError` seems an appropriate error. So, yes, good, we...

Hey @grinspins, the issue 1. described above should be resolved with this PR: https://github.com/Pylons/pyramid_openapi3/pull/172 Could you take a look please?

I've updated `nix-darwin` to latest master and nixpkgs to latest 22.05. All relevant files are in https://github.com/zupo/dotfiles, including `zshrc`, `zprofile`, etc.

Seems to be related to https://github.com/LnL7/nix-darwin/issues/122 and https://github.com/LnL7/nix-darwin/issues/391.

Browsing related issues above, I found a workaround that works for me: [comment out `path_helper` in `/etc/zprofile`](https://github.com/zupo/dotfiles/commit/687e8a2123982621e65dbb9013b64eb4c1456d46): ```sh #if [ -x /usr/libexec/path_helper ]; then # eval `/usr/libexec/path_helper -s` #fi ```...

Hey @ivaquero! I haven't used Homebrew for a while (am using [Nix](https://nixos.org/explore.html) these days) and my memory is a bit off, but isn't Homebrew meant more for CLI tools, and...

Hey @ivaquero, I couldn't find anyone on the current list of contributors that is willing to support this, so I'm closing this issue. If you wanna champion it, and support...

I'm reopening because there seems to be interest.

I'm bumping into the same problem. Using https://github.com/niteoweb/nix-docker-base as the docker image. Works fine locally, on CircleCI and on Heroku, does not work on GitHub Actions.

After a suggestion by @K900, I tried using https://github.com/nix-community/poetry2nix/pull/736, but the error remains the same: https://github.com/teamniteo/monterey-poetry-test/tree/isort_pull_736 ``` downloading 'https://github.com/nixos/nixpkgs/archive/81a3237b64e67b66901c735654017e75f0c50943.tar.gz'... evaluating file '/nix/store/bmyw96kdilalipziklp47rva12f0fhbz-source/default.nix' evaluating file '/nix/store/bmyw96kdilalipziklp47rva12f0fhbz-source/lib/minver.nix' evaluating file '/nix/store/bmyw96kdilalipziklp47rva12f0fhbz-source/pkgs/top-level/impure.nix' evaluating file...