Sandy Fraser

Results 9 issues of Sandy Fraser

I've been trying to work around #33 by styling the background of the axes, but I now see that [the figure is being forced to be transparent][1]. It would be...

Currently, successive calls to `Response::send` may queue data to be sent twice. For example, the following will send "foo.foo.foo.bar.bar.baz.", when it should only send "foo.bar.baz.": ```c++ *response send(); *response send();...

Hi, I've updated `Bezier._findControlPoint` to suit the style of my app, and I thought you might be interested in the change. The code is simpler now, but it does behave...

I use `scour` as a module in a web app. Previously, I was doing this: ``` python opts = scour.parse_args(args=[...])[0] output = scour.scourString(svg, opts) ``` But that fails in version...

enhancement
needs-docs

### Description python-bandit is passed a list of all files to exclude. In my case that causes that module to fail with: ``` [error] python-bandit returned an error! spawn E2BIG...

Using domador and megamark, a transform from Markdown -> HTML -> Markdown -> HTML fails to preserve nested lists. ### Transform to HTML (correct): ``` javascript megamark( "1. Item 1\n"...

This adds the ability to select a descendant, instead of selecting all text in the clicked element. ``` html Clicking this div selects only the text in this span element...

## Describe your changes This PR refactors the monolithic `_run_app` function into reusable components. The motivation is to decouple output management from core app lifecycle operations, to allow custom output...

## 🐛 Bug When running `aim up`, a `TypeError` is raised from SQLAlchemy's `create_engine`. This happens because `pool_size` and `max_overflow` arguments are passed to `create_engine` for an SQLite database, which...