Joel Tio
Joel Tio
Hi, I would like to work on making the HarDNet code more readable so that others can understand and adapt it more easily. I have started working on some simple...
I am trying to setup a BOINC server but I am getting a 404 on http://127.0.0.1/boincserver: ```bash $ wget http://127.0.0.1/boincserver --2019-01-24 16:18:44-- http://127.0.0.1/boincserver Connecting to 127.0.0.1:80... connected. HTTP request sent,...
This PR clarifies where `data` comes from under the section on [mutations with optimistic data](https://swr.vercel.app/docs/mutation#optimistic-updates): ```jsx import useSWRMutation from 'swr/mutation' function Profile () { const { trigger } = useSWRMutation('/api/user',...