Asad Saeeduddin

Results 161 comments of Asad Saeeduddin

@leotaku If you debug/tweak your `sources.nix` file, how do you usually update it? Wouldn't updating destroy your changes? As far as my usage is concerned I don't usually tweak the...

> Less understandable git diffs after updating I guess this is the fundamental difference in opinion. I actually don't want to see any niv related changes to source files when...

> Do you need internet access every time you nix-shell or just sometimes. It's not something I encounter regularly, I was just on a flight last week without internet access...

@olsonpm I'd consider myself a library author (or at least most of the stuff I work on isn't applications), but I really don't want to add duplicated config files to...

@adrianaisemberg I was just bitten by this as well. I think the misconceptions stem from the website here: http://adrianaisemberg.github.io/CLAP/#attributes. Do you think it would be a good idea to add...

@gaearon I think the critical issue in the tweet you linked is > Just tried the typescript create-react-app starter and hit this error **preventing me from doing anything**. > >...

@ianschmitz I do not want to disable `noUnusedLocals`. As I said: > I want to keep [these errors] because they are useful in the editor during development I just want...

@ianschmitz I understand that this is a compiler error. If you've used TypeScript before, you'll know that compiler errors do not prevent emit; it is an explicit goal of the...

@DorianGrey If your safeguard against broken code is someone checking the create-react-app UI I'm not surprised you're seeing half baked stuff going into production. Your CI should be preventing merge...

> Consider a CI build of 15-30 minutes failing due to a failed type check This is also broken, because your code should be typechecked as soon as it's pushed...