Eric Clemmons
Eric Clemmons
**Actual Result** >  **Expected Result** - [ ] Collapsed by default - [ ] Collapsible like stately editor - [ ] (Or...
tldr; Save a file once, everything's normal. Save a file _twice_ (like a double-tap), browser refreshes. ### Scenario > _Web app that shows how much of a product is left...
First, _great_ library. I'm using it extensively and will have some upcoming PRs. But first, I wanted to ask how you think custom storage adapters should work. Ideally, I would...
What do you think about returning the remaining TTL with the `cache` object as well? I need to be able to say "3 minutes old" or similar, so the user...
The version on NPM is `v0.1.15`.
So, I just lost a few days of work & not sure how to get them back 😠I added a dependency that I didn't need to `package.json`. Normally I...
### Bug description Can the requirement for `DATADOG_API_KEY` be removed if doing a `--dry-run`? In local & CI environments when not releasing, we run `datadog-ci sourcemaps upload --dry-run` for validation...
The `patch` method should operate like `save`, except it should pre-load and compute the optimal diff for saving: ``` javascript var diff = function(before, after) { var patch = after;...
There are issues in grunt-express-server/issues#10 that could use this example being updated. Additionally, regarde needs to be replaced with watch, since that's supported & the former is not.
This should be similar as React, but will mean finding a similar solution like https://floating-vue.starpad.dev/guide/custom-component.html#full-example