Andrey Petrov
Andrey Petrov
@mveytsman I suspect the latest `file://` image was not a malicious attempt, just confusion. Let's add something to the client side. (I might do this later if I feel better,...
@IDEA-godwin if you're interested in working on something else, this might be a good one. I imagine clicking on the readonly calldata block (or having an `[Edit Calldata]` button or...
Reference for how rivet does it: - https://twitter.com/_jxom/status/1748069466884460841 - https://github.com/paradigmxyz/rivet/blob/8bd5bc836f18782786eab5b65461f4e40c0e2eac/src/components/abi/AbiFunctionsAccordion.tsx
Make sure we can handle Safe's storage API: https://twitter.com/spengrah/status/1712573701902807314
Better yet, let people override but add a warning.
cachix build: https://github.com/mjlbach/neovim-nightly-overlay
Re ci/cd: Consider using https://github.com/marketplace/actions/the-determinate-nix-installer, I haven't tried it yet but it's supposed to be very comprehensive and automagically takes care of caching store stuff iirc. Also related post: https://nix.dev/tutorials/nixos/continuous-integration-github-actions.html
Re docker: Nix can generate docker images, use `pkgs.dockerTools.buildLayeredImage`, some posts: https://nix.dev/tutorials/nixos/building-and-running-docker-images.html https://xeiaso.net/talks/2024/nix-docker-build/
Some other fun features to experiment with: - Can add app entrypoints so people can `nix run` the repo, for example something like: `nix run github:shazow/foundry.nix#cast -- gas-price` - There's...
Not sure if this is the same crash, but happening on `0.17.1`: ``` [...] 2025-11-11T15:32:17.614797Z WARN system_tray::client: 469: org.freedesktop.DBus.Error.InvalidArgs: No such property “IconPixmap” 2025-11-11T15:35:11.614458Z WARN system_tray::client: 469: org.freedesktop.DBus.Error.InvalidArgs: No such...