Caleb Evans

Results 9 issues of Caleb Evans

Hi, I just discovered Hyperterm today and I'm really liking the idea of a web-based terminal (I use Atom as my code editor of choice). However, reading through the documentation,...

🎨 Type: Enhancement
help wanted

@abhinavsinha-adrino I'm starting to wonder if I misunderstood the purpose of GNFAs when I suggested that we subclass GNFA from NFA. Let me explain the context: I was trying to...

enhancement

Hi @2gis, librsvg (via `rsvg-convert` has support for a `--background-color` option. It would be nice if this package supported this property as a parameter to `svg.render()`: ```js let svg =...

First of all, thank you for creating coverage.py—it is a fantastic tool, and I use it in all of my Python projects (at least those that have tests 😅). **Describe...

bug

@eliotwrobson Per your brief comment from #112: > Currently, only alphanumeric characters are supported in the regex parsing here (which I'm now realizing is kindof a breaking change from v6,...

enhancement

Hi, @steelbrain. I am a frequent Atom and Linter user. I have all of my `~/.atom` config (`*.cson` files) stored in my [dotfiles repository](https://github.com/caleb531/dotfiles/tree/master/atom) for easy management and syncing across...

confirmed bug

Currently, three of our GHA workflows share many of the same setup steps: - `build.yml` - `lint.yml` - `tests.yml` The goal tracked by this issue is to consolidate this duplicated...

housekeeping

@eliotwrobson Creating an issue to track this.. many of our test modules are quite large (like `test_dfa`, `test_nfa`, `test_mntm`, etc.), and I am actively working on breaking them up across...

housekeeping

@dsr20030703 @eliotwrobson The animation functionality added in #252 currently only gets 24% code coverage. This doesn't impact the overall package coverage much (still at 95%), but I would prefer to...

housekeeping