Sameer Puri

Results 103 comments of Sameer Puri

Hi fauno, It is using the [`ipfs_api`](https://docs.rs/ipfs-api) crate's client which will [check `~/.ipfs/api`](https://docs.rs/ipfs-api-prelude/0.2.0/src/ipfs_api_prelude/from_uri.rs.html#139) or fall back to `localhost:5001`

I think it would need to be a separate PR, gray is [not in the color enum](https://github.com/mackwic/colored/blob/master/src/color.rs#L6)

Actually, maybe gray is already there. https://en.wikipedia.org/wiki/ANSI_escape_code#3/4_bit "bright black" = gray, white = light gray, and bright white = white So then this would just be like adding a nickname...

I tried to do this, and it's a lot more complex than I thought it would be. You can't use Strings in const fns so it needs to be a...

you've got the wrong sameer :cry:

I read that undervolting was disabled to mitigate plundervolt on newer CPUs so I'm thinking that might be related. Or maybe there's some permanent BIOS setting that got carried over...

> UPDATE: in a lenovo if you use Fn+l or Fn+m or Fn+h you can change the CPU performance mode. Is that BIOS-level or is that something you're doing on...

Thanks for sharing that, I think you're right.

Could you add me as a maintainer of https://github.com/ferristseng/rust-ipfs-api ? Thanks!

So I added a `lobj` branch to the mock git repo with a file large enough to generate a lobj that would hit my changes on a push. However, `IpnsHandler.Push()`...