Jason Woods

Results 73 comments of Jason Woods

This seems to be made worse in composer 2. I'm seeing patches fail to apply on the first run. Seemingly the entire web root for Drupal 7 is lost or...

Hi @cweagans I will have some time to work on this further if there's some bits that need improving. Would be great to hear back. Thanks!

This is a great idea. It may need some reworking of how addresses are loaded, but possibility to improve across the board. At the moment address lookups are performed "as...

Could you let me know the structure of your logs that would require this functionality?

Due to supporting `Glob` patterns for the file paths it makes this difficult as Go doesn't report errors. However, what might be useful is at least checking the root directory...

What is your "paths" set to? If you include .gz files it will try to ingest them. There is usually no need for exclude in this case as you can...

You can specify multiple paths as such: ``` "paths": [ "/service-abc/*.log", "/service-abc/*_log" ] ``` Would that work?

I will consider adding an "exclude_paths" option onto the roadmap for version 2. For now though hopefully the above will help?

I've had the exact same issue - no devices coming through. Also seeing the `null` userId. If I rule out the home bridge completely and implement a raw client in...