Adam Skoufis

Results 37 issues of Adam Skoufis

- Expose the feature added in https://github.com/seek-oss/vocab/pull/93 via `sku translations push --delete-unused-keys`. - Handle the case where no sub-command is passed to `sku translations` by throwing an error with a...

This addresses node 16 warnings in CI, e.g. https://github.com/seek-oss/playroom/actions/runs/7954557476.

## Bug Report Testing my probot app seems to have gotten significantly slower in probot v13. I noticed when upgrading from probot v12 to v13, that my unit tests were...

## Overview Markdoc supports [reference links](https://spec.commonmark.org/0.30/#link-reference-definitions), however the formatter chooses to format these into inline links. ## Example ```md [A link][link] [link]: www.example.com ``` is formatted as ```md [A link](www.example.com)...

Fixes #983. It seems like a top-level `types` field is [already present in all packages](https://registry.npmjs.org/@vanilla-extract/css/latest) (how does this get here? changesets? does npm infer it?), but sub-path exports do not...

Obsolete snapshots are snapshots that were created by a test that no longer exists/had its name changed. These snapshots are not detected when running `jest`. This doesn't matter that much...

Really the only reason to move is that [`dedent`](https://www.npmjs.com/package/dedent) seems much more actively maintained than [`outdent`](https://www.npmjs.com/package/outdent).

Fixes #756. `chalk` is overkill for our use case. [`picocolors`](https://www.npmjs.com/package/picocolors) is very small and simple, _and_ has a browser bundle.

Not a huge fan of using `lodash` for a single function, especially since it tends to not get tree-shaken very well (though I suppose that depends on how smart your...