Daniel Porteous (dport)
Daniel Porteous (dport)
I have the following code (simplified to remove unrelated stuff): ```typescript import { Box, Flex } from "@chakra-ui/react"; import { ReactNode, useEffect, useMemo, useRef, useState } from "react"; import {...
The problem with this checker is only those with coding knowledge can really use it. This puts those without that knowledge at a disadvantage when trying to find a campsite,...
Love the book so far, it's a great intro. On https://danielkeep.github.io/tlborm/book/mbe-syn-macros-in-the-ast.html, you talk about Items and `impl` Items, but it's unclear at this point what an Item is. We refer...
Hey, I'm trying to install this on Windows, but I can't get it to work. It seems like this tool doesn't work on WSL (I figure the necessary sys calls...
The chain ID for local is always 4, barring some localnet genesis manipulation that I doubt anyone would bother with. So it could be hardcoded maybe.
Currently it is returned as a string, but this is not necessary since chainId is only a u8 under the hood.
This PR updates the tutorial to work with the latest Bevy release, 0.10. Mostly this is stuff around adding systems, but there are a few other changes. To make this...
It seems like SecureClientIpSource only has a RightmostXForwardedFor variant. With GCP LBs, the client IP is the 2nd rightmost IP. Can we add a SecureClientIpSource::XForwardedFor variant? I see this mentioned...
### Problem When building a crate that depends on other crates via git, sometimes you get an error like this: ``` Caused by: failed to load source for dependency `processor`...
You can imagine the same module being deployed at different addresses, for example when working with different networks. As it is now though, createEntryPayload uses the address from the ABI...