Eric Clemmons

Results 57 issues of Eric Clemmons

**Actual Result** > ![Screen Shot 2022-08-19 at 10 22 13 AM](https://user-images.githubusercontent.com/15182/185652507-5888def8-3e79-4c0d-9317-08648ffb5449.png) **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...

enhancement

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...

enhancement

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...

enhancement

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...

bug
source-code-integration

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;...

enhancement

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

enhancement
help wanted