Sam Kelleher

Results 6 issues of Sam Kelleher

The new file format ✨ iOS 11 _by default_ will now save image files from the camera in HEIF format. A format that can contain non-destructive edits, and combine stills...

It's not possible to use the releaser tool unless you tag exactly with semver tags because it consumes the `git-semver-tags` package directly. This is the line: https://github.com/conventional-changelog/releaser-tools/blob/master/packages/conventional-github-releaser/src/index.js#L50 For better or...

goal::advance developer workflow
type::enhancement
type::help wanted

apollo-cache-inmemory performs data normalisation before placing data into the cache, it does this by splitting apart the models hieararchy, giving it ids, and storing them as flat documents. The model...

## Which package? `intl-messageformat-parser` ## Describe the bug An input number of `25` is formatted as `2,500%` instead of `25%` because, for some reason, the scale is defaulting to `100`....

bug
Stale

Consider this directory structure: ``` node_modules/dep@2 my-project/node_modules/dep@1 my-project/package.json (with dep@1 listed) ``` I run npm-check from within `my-project`, it should identify `dep` to be one version old and prompt to...

### What versions & operating system are you using? ``` wrangler whoami``` ``` ⛅️ wrangler 4.33.1 ─────────────────── Getting User settings... Checking if domain has Access enabled: dash.cloudflare.com Access switch not...

bug