Sandro Stikić

Results 29 comments of Sandro Stikić

Having the same issues on my M1 Mac mini.

Personally, I'm not a fan; we have types to check constraints and markdown enabled doc comments. If a function is complex enough that each individual parameter needs elaboration that's code...

@rszamszur @DylanRJohnston-FZ This worked for my use case: ```py poetry = pkgs.poetry.overridePythonAttrs (old: { propagatedBuildInputs = old.propagatedBuildInputs ++ [pkgs.python3Packages.keyrings-google-artifactregistry-auth]; catchConflicts = false; doCheck = false; }); ``` Hopefully this helps...

Hey @yukinarit, don't stress. I would never demand maintainers fix my problems. Thanks for taking a look 🙇‍♀️

Do you mind posting the definition of `MessagePacket`?

Having the same issue with both the [stable Nix version (v0.30.3)](https://github.com/NixOS/nixpkgs/blob/nixos-22.11/pkgs/development/tools/go-swagger/default.nix) and the [latest binary release (v0.30.4)](https://github.com/go-swagger/go-swagger/releases/tag/v0.30.4) on `darwin_arm64`.

Here's the nix-darwin config I used to start the daemon: ```nix launchd.user.agents.atuin = { command = "${pkgs.atuin}/bin/atuin daemon"; serviceConfig = { RunAtLoad = true; StandardOutPath = "/tmp/atuin.log"; }; }; ````

@Jack-NimbleTron Hi there! Thanks for getting back to me. > 1. The probe-rs executable (the DAP server)) needs to be present to allow probe-rs VSCdode extension (the DAP client) to...

> It was developed using TypeScript for the extension, and Rust for the server, but it enables embedded debugging irrespective of what language the embedded binary was developed in. Does...

> Can't you click on the cogwheel and say "don't show again"? As far as I can tell, that option will silence all notifications from the extension, which isn't ideal.