Replies: 3 comments 1 reply
-
GUI INDEX
Other
Training
|
Beta Was this translation helpful? Give feedback.
-
Secure Git Guide
TypeScript
AI
Medium
|
Beta Was this translation helpful? Give feedback.
-
Torrust IndexI was searching for alternatives to The research: After the research, I decided to fork the To fix the problem, you need to:
pub nodes: Option<Vec<TorrentNode>>,
pub struct TorrentNode(String, i64); Instead, we have to use: pub nodes: Option<Vec<(String, i64)>>, The data structure we are trying to deserialize: {
"info": {
"length": 8,
"name": "minimal.txt",
"piece length": 16384,
"pieces": "<hex>30 9A 84 51 4A F1 09 D0 8C 34 42 11 26 67 7F 84 B3 23 4D 78</hex>"
},
"nodes": [
[
"188.163.121.224",
56711
],
[
"162.250.131.26",
13386
]
]
}
Torrust Serde BencodeI've been working on a forked version of the Tasks:
Cargo Pretty TestI've also spent some hours on: https://github.com/josecelano/cargo-pretty-test |
Beta Was this translation helpful? Give feedback.
-
Date: 2023-10-05
Time: 8:30 UTC (10:30 in Vaduz)
Location:
https://meeting.hodl10.io/ConsistentClassroomsMergeSideways
Expected duration: 2 to 4 hours with breaks
Communicated attendants:
Agenda:
During the meeting every team member will take their turns and follow this sequence.
The topics for further discussion will be noted in advance by each the team member and to the meetings agenda.
set another meeting date for the discussion of these or to hold the meeting hereafter.
Also the persons to be part of the meeting will be decided on so that the others will be free to continue their own work.
Beta Was this translation helpful? Give feedback.
All reactions