Christopher Pfohl
Christopher Pfohl
Is there any documentation in place for this?
Allowing people to customize the request to S3 is important. This allows for custom cache control headers,
This is either a bug or a documentation error. I can't find a CassetteStartup class anywhere. Google only shows your documentation, and searching the Cassette.Nancy and Cassette repos bring up...
It may be a documentation issue, or it may be a bug, I can't tell. [Line 59](https://github.com/masylum/Backbone.Subset/blob/3fe14c5a3f4fcb4962c68358e45048272376c44e/backbone.subset.js#L59) results in an error because `this.models` (usually set in the Backbone.Collection constructor) hasn't...
**Is your feature request related to a problem? Please describe.** I just did something dumb, I ran `mv .envrc ..` when I meant to `tail -n -1 .envrc >> ../.envrc`....
Currently there is no way to cancel a running Action. Suppose we did this: ``` public async Task SlideUp(CancellationToken ct) { var state = await RunActionAsync(new CCMoveBy(2f, new CCPoint(0, 100)));...
Currently if the title changes after the idle timeout is set up it'll fail to stay up to date after an idle. This prevents that.
This re-opens #287 without all the cruft and _with_ all the feedback except splitting theme into its own file. I assume this will be a helpful reference for @argyleink
I spent a good deal of time trying to figure out why `data-theme=light` and `data-theme=dark` didn't work in normalize. As it turns out, it's not included at all; I think...
Just like you, I use Rollup to build, but I _don't_ particularly want to have to setup the replace 'process.env.NODE_ENV' replacement. It was easy enough, but it was not documented...