Philipp Gackstatter
Philipp Gackstatter
Perhaps one of you can try `gloo-timers` as a git dependency with commit `c798e33fec12837bf60a722c9b8e882d1ad19c26`, which is the first commit from PR #185. This was before `thread_local`s were removed, and perhaps...
The answer from the linked issue on `StatusList2021Entry` is that the `id` field should uniquely identify the `credentialStatus` property. This is useful if a larger graph of credentials is created...
We discussed this more in yesterday's weekly. ## Key Deletion Publishing currently can wait for milestone confirmation or not, depending on user-supplied options, but only when using the `Client` directly....
I don't think this is a bug. The network is not the method id, so they are checked independently. The network name length is checked in `IotaDID::check_network` and not in...
I see, you're right. We should indeed update our code to match the spec.
Option 1 would be my preference. Others might be in a similar situation as we are.
I can take a look, though I am not sure where to begin. A build log would certainly help. Also, I don't know how quickly I'll be able to work...
Any particular target that fails when cross-compiling? And any particular package? I've never worked with openwrt before. Do I have to start by compiling https://github.com/openwrt/openwrt?
I've tried to look into it, and I'm not sure I understand what the actual problem is. It seems none of the packages in openwrt/packages actually use Rust (according to...
> port the recent version of tokio's interval implementation [...] or even better contribute an `Interval` implementation to `futures-timer` upstream Can't comment much on the issue itself, but out of...