Benjamin S Wolf
Benjamin S Wolf
### Preflight Checklist * [x] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have searched the issue tracker for a feature request...
[PEP479](https://www.python.org/dev/peps/pep-0479/) changed generator StopIteration behavior, so now putting `@profile` on a generator looks like this: ```python @profile def iter_foo(a): for i in range(a): yield i for i in iter_foo(5): print(i)...
### Description In a simple flowchart with multi-directional (bidirectional) arrows, the left arrow head is about 2x the width and height each of the right head. ### Steps to reproduce...
### Description In flowchart/graph diagrams, if I create a subgraph and use the elk layout, the subgraph title has no collision: the nodes and subgraphs inside it overlap the title,...
I'm using bytehound to try to pinpoint what in my program is allocating or reserving the large amounts of memory that cause my program to crash. Previously, #21 and #18...
The hilight algorithm inserts color control codes to turn the desired text into the hilight color. Unfortunately, in retrieving what it thinks is the previous color control code, it ignores...
The instruction to install coz on Fedora via apt hasn't been correct [since Fedora 32](https://docs.fedoraproject.org/en-US/quick-docs/dnf-vs-apt/#_why_is_apt_in_the_fedora_repositories). The package does not exist in DNF nor in rpmfusion, nor have I found a...
It took me a lot of searching through your docs plus [rocksdb:Merge-Operator](https://github.com/facebook/rocksdb/wiki/Merge-Operator) to understand 1) why `DBCommon::merge` takes only the key and value and not also the existing value to...
This seems to be a regression of #11048, and honestly, it's been a problem on and off for all of 2023. In code like: ```rust scores .into_iter() .filter_map(|u| u) .min()...
Please post a new version that updates these dependencies