ipinyagin97
Results
2
issues of
ipinyagin97
Consider this simple component, which sends an API request on mount and sets component's state to the response: ```jsx import React, { useState, useEffect } from 'react'; export const TestComponent...
I'm setting up a Wireguard-over-Shadowsocks UDP-only connection using `2022-blake3-aes-256-gcm` cipher method. In order to set up the Wireguard interface's MTU, I need to accomodate for Shadowsocks overhead. I found the...