Alex Guerra

Results 7 issues of Alex Guerra

**Describe the bug** TL;DR: I don't think we should be passing relative paths to watchpack since it's effectively causing 2x as many calls to `fs.watch`. This isn't a bug per-se,...

bug
needs triage

Noticed that `path/to/good` was matching `path/to/goodness-no/file.ts`, so just the prefix and not the exact directory. I will maybe add tests this weekend.

This came up today trying to pass a `funcSubject` as a ref callback function. Because we're not actually subscribed when the ref callback fires (ie before `componentDidMount`), the value is...

Allow caching the manifest repository to fix #45. Not sure if it's necessary, but added a way to manually clear the cache.

From the configuration file: > By default c.cache is set to `false`, which means an application always parses a manifest.json. In development, you should set cache false usually. Instead, setting...

In the index file: ``` python if not auths.can('read', obj): ``` I think it should be `authz`

This is the confluence of a few different things that ultimately leads to watchpack blocking the process for long periods of time on osx. ### 1. `FSWatcher.close` is slow Closing...