Theodore Ni

Results 50 comments of Theodore Ni

Hi @allonsy, do you have time to take a look?

Probably the less I guess about why this happens in my code base, the better. To be honest, I don't know a lot about how overflow values on the viewport...

Wow, thank you. Code is here: https://github.com/tjni/nur-packages.

I spoke too soon, it was accepted! When a new version is released, I will either create a new PR to remove the indirect dependency if this is also merged,...

I updated `github.com/mattn/go-isatty` to pick this up now.

I just noticed that this was done automatically by dependabot in https://github.com/fatih/color/commit/b3652af9cfa3fc855e7cb740dc6aadbc84960619.

The reason for this is that `which` is not on the PATH and `ng` exits prematurely. I filed https://github.com/angular/angular-cli/issues/23997 about this. This can be worked around in nixpkgs by adding...

This is timely. There is more need for it now, because `v0.5.0` depends on `[email protected]`, and it does not build on Rust 1.64 after https://github.com/rust-lang/rust/pull/78802. It's only fixed in `[email protected]`....

I contribute occasionally to [nixpkgs](https://github.com/NixOS/nixpkgs/) and can attempt to answer some of the questions raised here and some background from the package manager side. @LoveIsGrief already knows this, so apologies...

Disclaimer: I'm a rust novice and new to this crate. I haven't reviewed in detail, but I really like that enabling only one of `native-tls` or `rustls-tls` uses code that...