Kaleb Barrett

Results 630 comments of Kaleb Barrett

Fixed in c204adc4d6ef4975b5eae996da59d811bc7df467, but the deprecation is not done yet.

The pyenchant tokenizer is basic in what it's capable of, but involves a lot of scaffolding code. Trying to further leverage that code is not a good way forward. A...

Could this be solved by adding a `deprime` overload which cancels the waiter tasks to the `AggregateWaitable` class?

I tend to prefer expressing behavior structurally in code (`CancelledError`) rather than methods.

Is there a particular reason we don't treat Waitables as Triggers though? I feel like killing the waiter tasks would be very appropriate in a deprime method.

There is #1225. This could fit into a more robust startup customization, but I haven't thought much about exactly what that looked like.

> 1. Is supporting remote debugging on Python initialization desirable? Yes IMO. > 2. If so, can we settle on an approach to enable it? Of course! > I like...

@garmin-mjames I had considered syntax like so: `path.to.module1:entry.point(arbitrary argument string that can be parsed by the plugin);path.to.module2:entry_point2()` that can support passing arguments to plugins. It could take something like JSON...

To expand on that, explicitly enabling plugins which are auto-discovered is cool by me too. The environment variable isn't the only solution.