δυς
δυς
> Any news on that? I have been absolutely buried for the last few weeks. I'm getting close to pushing a working product, but it's going to be another week...
> @dysbulic Any news? @julienduroure, I apologize [MetaGame](//discord.gg/metagame) is trying to get [MyMeta](//my.metagame.wtf) to a launchable state, so that we can seek funding, and keep our token's value out of...
@julienduroure, Christ, I'm sorry. I finally cleared a little time to look into this about two months ago, but when I got ready the build that was given as having...
To clarify the language a bit from my experience, I ran across this when I created ~40 `suggestion` comments on a pull request to allow the original author to fix...
[IDX](//idx.xyz) is being deprecated in favor of [Glaze](https://developers.ceramic.network/tools/glaze/overview/) which also requires Webpack 5 and motivates us to do this update.
I'm upgrading to React 18 and Next 12 as part of #1405.
I missed: > If these specific claim names and header parameters are present, their respective counterpart in the standard verifiable credential and verifiable presentation MAY be omitted to avoid duplication....
[Here](https://json-ld.org/playground/#startTab=tab-expanded&json-ld=%7B%22%40context%22%3A%5B%22https%3A%2F%2Fwww.w3.org%2F2018%2Fcredentials%2Fv1%22%2C%22http%3A%2F%2Fschema.org%2F%22%5D%2C%22type%22%3A%5B%22VerifiableCredential%22%2C%22RegisterAction%22%5D%2C%22credentialSubject%22%3A%7B%22verification%22%3A%7B%22agent%22%3A%7B%22name%22%3A%22dysbulic%22%7D%2C%22location%22%3A%7B%22name%22%3A%22Github%22%2C%22url%22%3A%22https%3A%2F%2Fgithub.com%22%7D%2C%22result%22%3A%7B%22name%22%3A%22gist%22%2C%22url%22%3A%22https%3A%2F%2Fgist.githubusercontent.com%2Fdysbulic%2F2d6173168e3418%2520DID%22%7D%7D%7D%7D)'s where I'm at currently: ```javascript { "@context": [ "https://www.w3.org/2018/credentials/v1", "http://schema.org/" ], "type": [ "VerifiableCredential", "RegisterAction" ], "credentialSubject": { "verification": { "agent": { "name": "dysbulic" }, "location": { "name": "Github",...
> Interesting, I'm learning as we go here. Haven't played around with JSON-LD much tbh! Linked Data is black magic to me. I get the sense it would be really...
I'd like to second this. I'm using Bottleneck to limit the rate images are loaded from an IPFS gateway in response to a search. When a new search is entered,...