Daniel Lo Nigro

Results 189 issues of Daniel Lo Nigro

NZBHydra is consistently reading/writing at ~60MB/s even when it's just sitting idle. ![image](https://github.com/theotherp/nzbhydra2/assets/91933/872067db-08d7-492e-84d5-4b5e06386f5a) System load dropped quite a bit once I stopped my NZBHydra Docker container. - Docker container: `lscr.io/linuxserver/nzbhydra2`,...

bug

I'm using mtr with a command like this: ``` mtr --no-dns --raw --report-cycles 100 example.com ``` mtr 0.92 (from the `mtr-tiny` Debian package) produces output like this: IPv6: ``` x...

If I run `mtr -r -c 1 --no-dns tpg.com.au` from one of my servers based in the USA, I see a route with 14 hops: ``` HOST: vps03.d.sb Loss% Snt...

**Describe the bug** When I try to enable sliding sync in the Element web UI, I get this error: > proxyHealthCheck: client using `https://matrix.example.com` but server is as `http://matrix-synapse:8008` ![image](https://github.com/spantaleev/matrix-docker-ansible-deploy/assets/91933/ca15e1cc-e1a8-4bfc-8f94-9c9ddbbae61d)...

Chrome was doing an origin trial of zstd compression, and just shipped it in Chrome v123: https://chromestatus.com/feature/6186023867908096. Mozilla also just landed it in nightly builds (https://github.com/mozilla/standards-positions/issues/775#issuecomment-2049605786) zstd is faster than...

There's the following pairs with the same semantic meaning: - `htmlElementName` and `xmlName` - `htmlAttributeName` and `xmlAttribute` - `comment` and `htmlComment` - `string`, `jsonString`, `xmlAttributeValue` and `htmlAttributeValue` - `cssPropertyName` and...

- Background colour wasn't converted to HTML colour format - Sort styles by name, which also has the effect of grouping related styles together by prefix (e.g. html, json, xml)...

Examples: HTML: ![image](https://github.com/CommunityToolkit/ColorCode-Universal/assets/91933/5d10173e-2835-49c6-946d-11d78164f5bc) CSS: ![image](https://github.com/CommunityToolkit/ColorCode-Universal/assets/91933/3dd2ef85-6917-4a3b-8516-952d02cfe7d6) JavaScript and C# look OK.

I noticed some strange underscores in the blog post: ![image](https://github.com/pytorch/pytorch.github.io/assets/91933/5d7fb988-babf-411a-9d32-7e7b915caa96) This was caused by incorrect markup. I've adjust the markup to fix it.

- Create IAM credentials with bare minimum amount of access - Add credentials to Travis as `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` environment variables (ideally in the UI so there's no risk of...