Jacob Floyd

Results 368 comments of Jacob Floyd

I filed a [chromium feature request](https://crbug.com/696277) (well, I couldn't figure out how to file a feature request so it went in as a "defect from user" report).

My request was a dup of https://bugs.chromium.org/p/chromium/issues/detail?id=53820

How does "/use/bin/env bash" resolve this issue about icons?

Does anyone have Cisco AnyConnect installed? I have an intel mac that I just upgraded from Catalina to Monterey. Since the upgrade, I've been experiencing various network timeouts, but the...

In order to resolve this, the `flush_handlers` action needs to be in a separate tasks file. Then, where `flush_handlers` is currently used, replace it with `include_tasks` leaving the `when` condition...

The requirements compile issues have been resolved. The pylint error about importing pika in a tools/ script has been resolved. Now there's one consistent error left in the unit tests,...

Well. I can't reproduce that test failure in CI. It might be related to #5358 which was just merged and touched the test that was failing. But, it's not failing...

I'm currently testing this. - :white_check_mark: The first issue is that the Readme is not correct (and wasn't correct for the previous sensor either). You do NOT add a list...

- :white_check_mark: Next issue: If a rule is updated (eg change file path being watched) then the sensor needs to handle the update and change the watched path. (testing the...

OK. With debug logging (using the sensor from this PR), I can see that: - `TailManager.run()` logs its `Running TailManager` line - `FileWatchSensor.add_trigger()` gets called as expected due to a...