Alec Larson

Results 475 comments of Alec Larson

Ok so I've published `@alloc/cloudform-types` with updated types (plus minified JS and DTS files). 😅 [Link to GitHub repo](https://github.com/aleclarson/cloudform)

How does exporting `configLoader` and `tsconfigLoader` help you?

The offending line: https://github.com/joeferraro/react-native-cookies/blob/master/RNCookieManagerIOS/RNCookieManagerIOS.m#L24

Have you tried using [tslint-config-prettier](https://github.com/prettier/tslint-config-prettier)?

Why wouldn't you lint your files before installing them elsewhere? If not your files: Why are you linting third-party files?

I have the same problem. Tested with multiple proxy agents (`hpagent`, `https-proxy-agent`, and `simple-proxy-agent`) and two request libraries (`axios` and Node `https`). Every time, I hit the same issue, but...

> watch only specific kinds of files (i.e. `*.css`) You could try `filespy`, a wrapper for `@parcel/watcher`. https://github.com/alloc/filespy

This would be nice for speeding up test suites. Currently I'm waiting 100ms after a batch of changes before I can `expect` stuff.