δυς

Results 84 comments of δυς

When connecting an account. a user creates an artifact in the target system containing their DID (i.e. a gist on GitHub or a tweet on Twitter.) [IdentityLink](//github.com/ceramicstudio/identitylink-services/) is a set...

> How difficult would it be to detect unauthorized access? Relatively without having something that actually the Ceramic protocol monitoring access because we get writes directly from the clients. I...

> On the backend, I'm seeing stuff like `daoHausXdaiGraphqlURL` in [`packages/backend/src/config.ts`](https://github.com/MetaFam/TheGame/blob/306f7f0dd600d42ced90841f05c548000ba1093f/packages/backend/src/config.ts#L61-L64) — I'm not planning to touch any of that. I would think it's safe to change this to `daoHausGnosisGraphqlURL`...

Another option is to write the DAOHaus Graphs as a single indexed object: ```typescript daoHausGraphQLURL: { mainnet: parseEnv( process.env.DAOHAUS_GRAPHQL_URL, 'https://api.thegraph.com/subgraphs/name/odyssy-automaton/daohaus', ), polygon: parseEnv( process.env.DAOHAUS_POLYGON_GRAPHQL_URL, 'https://api.thegraph.com/subgraphs/name/odyssy-automaton/daohaus-matic', ), gnosis: parseEnv( process.env.DAOHAUS_GNOSIS_GRAPHQL_URL, 'https://api.thegraph.com/subgraphs/name/odyssy-automaton/daohaus-xdai',...

They get chastised when they switch chains because if they save to anything other than the mainnet they're profile entry won't appear in MyMeta. A preferable alternative might be to...

> Unfortunately, I don't have a bigger screen @firattale, you should be able to zoom out on the page (`ctrl`+`-`) and get the same effect as being on a larger...

DAOHaus used to have the DAO name on-chain which is why older DAOs don't show up as nameless. The name has since moved to a metadata file that is downloadable...

I agree with not storing the names. Not only might they be transfered, but we'd also have to worry about people registering someone else's name with ill intent. I like...

¿You are discussing refreshing copies of the profile page open in other browser windows? The only way to prevent a 404 in that case is to save the username history...

#943 makes it so that a user's profile is resolvable both through their username and through their Ethereum address. When a user makes a change to their username, they are...