Oscar

Results 35 comments of Oscar

It means you've removed the breakpoint by deleting the line instead of using the Toggle breakpoint command. I did some experiments and haven't found a way to remove such orphaned...

The gutter icon is a named "region" in ST's terms. Since you've deleted the breakpoint, the name of the region is now lost. I haven't found an API that allows...

Ahem... what?! Your issue was not caused by the plugin. The plugin calls ST API to add and remove the gutter icon correctly. By killing the breakpoint incorrectly you've created...

No problem. I will add this to Caveats in the next release.

@hyatt-e if you look at STs API reference, there's literally no way to list/find regions in the file https://www.sublimetext.com/docs/3/api_reference.html I don't know how and where ST internally stores the regions...

Is there a chance your input pcap file have truncated packets?

Here's another example of this. PR #646 - no change in coverage; Coveralls is all over the place.

> I think having a support-branch for Python 2.6/2.7 would be a good idea. > So bugfixes and feature-backports would still be possible on it, but master could start aiming...

Suggest adding lines to `setup.py` similarly to the https://github.com/kbandla/dpkt/pull/554 referenced

> @obormot Any idea, why `build (2.7)` ist still an expected step even after removing it from the workflow yml? no clue, but try changing run-on: ubuntu-20.04 to ubuntu-latest (which...