Alan Karp
Alan Karp
The workaround seems to be to close Cargo.toml and reopen it after a good build.
I'm using Rust Analyzer and disabled RLS a long time ago, so I don't think that's the problem. -------------- Alan Karp On Tue, Mar 23, 2021 at 5:37 PM Alia...
Revoking by changing keys and distributing new ones seems like a lot of work and complicates chained delegation. Can’t you just revoke the appropriate capabilities? That being said, the re-encrypting...
My bad. The document specifies that the datePublished "MUST be an [Unix epoch timestamp](https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap04.html#tag_04_16)". However, I was wrong, since those time stamps are not used in the commit decision. Can...
I don't understand why a tenants interface is needed. As I understand it, a user requests permission to use the DWN by some out-of-band mechanism and gets back a capability...
@mistermoe raises an important point. Is the "object" an instance stored in an individual DWN, or is it the thing that you stored at one of them that got replicated?...
The cargo check command on the command line reports no errors when that feature is not included in the Cargo.toml, but I get the rust-analyzer error in VSCode. Does that...
https://github.com/dalnefre/ReActor is the one that needs no features. -------------- Alan Karp On Tue, Aug 17, 2021 at 9:36 AM Laurențiu Nicola ***@***.***> wrote: > Can you share your project or...
There is no connection between this project and the one that needs the feature. I originally had https://github.com/earthcomputing/CellAgent/tree/userspace-master/userspace/cellagent running in VSCode. I then added https://github.com/earthcomputing/CellAgent/tree/userspace-master/userspace/actix_server and got the problem. It...
ReActor gives me the error message unless I add api-old, simulator, and webserver as features in its Cargo.toml. I only open projects from their parent directories, so I don't have...