Albert Cui

Results 8 comments of Albert Cui

Yes, this affects all tabs. You can see the match header is messed up. Resolution is 1200 x 800. I think the problem is that we have a min width...

This would probably be a good task for a graph based storage backend. A background task could run this on an interval. I don't think it needs to be updated...

It will also fail ifbthe replay has expired (7 days since played). On May 28, 2015 6:23 PM, "Howard Chung" [email protected] wrote: > If you try to parse a replay...

I can reproduce this as follows: `docker run --rm --network host -e POSTGRES_HOST_AUTH_METHOD=trust postgres` `/usr/bin/ncrack -vv -d10 -T3 --user anonymous --pass test -f psql://127.0.0.1:5432` postgres output is continuously: ``` 2022-03-10...

Started in #24 but it's not creating an optimal one. I don't really have time to keep tinkering with this, so anyone feel free to take this over!

The Reddit example doesn't have repeated alliances. On Thu, Aug 1, 2019 at 12:57 AM Howard Chung wrote: > How are you defining "optimal"? > > — > You are...

So I kind of fixed this in https://github.com/odota/underlords-web/commit/683fe70150c03315e828e0ddc87107a3eb67d32c. The service worker generated by CRA is default cache first, so the current behavior is the best we can do: page loads...