Radoslav Dimitrov

Results 62 comments of Radoslav Dimitrov

> It might be nice to clarify what implementations there are in other languages, but I couldn't find an active list of all the TUF implementations and don't think that...

@abs007 - Sure, here are a few tips, but do check out the rest of the code too 👍 * https://github.com/theupdateframework/go-tuf/blob/b4b954d5250b438b244ebaeed5fab56fec8f06b0/repo.go#L125 * https://github.com/theupdateframework/go-tuf/blob/b4b954d5250b438b244ebaeed5fab56fec8f06b0/repo.go#L236 * https://github.com/theupdateframework/go-tuf/blob/b4b954d5250b438b244ebaeed5fab56fec8f06b0/repo.go#L461 * https://github.com/theupdateframework/go-tuf/blob/b4b954d5250b438b244ebaeed5fab56fec8f06b0/repo.go#L572

@asraa - Should we close this one? As @mnm678 and @trishankatdatadog said, that might be too costly. I see that python-tuf too doesn't update the whole delegated metadata set upon...

@erickt - Hey, I think #209 partially covered the topics of this issue, at least in regards to the timestamp update process. Are the rest of the thoughts still relevant...

Hey, @juangascon You can signoff your commit by doing `git commit --amend --signoff` and then force push to your branch by `git push -f`

@juangascon Oh, I see. You're right, in that case you should clone the branch that was created - `git clone https://github.com/juangascon/networkservicemesh.git -b doc/guide-aws/title` and then follow the commands from above...

I like the idea of polling for available CrossConnects 👍 What comes to my mind is: 1. How do we choose a forwarding plane in case two or more forwading...

We had a brief discussion with Nikolay last week and I think we were brainstorming mostly around the 1st option. Each mechanism for each forwarder comes with a priority and...

@edwarnicke In that sense, which would be the "unit" that we want to prioritize - forwarding plane, connection type or mechanism type?

I thought of touching that in the maintainer guidelines for go-tuf, so I'll be following 👍 One thing I had in mind is in go-tuf we have this policy where...