Ryan Roemer

Results 134 issues of Ryan Roemer

We're relying on wireit-level [`--watch](https://github.com/google/wireit#watch-mode) for most of our watches. This may end up being too slow / clunky for our developers. Let's check if this is the case then...

needs more info :hand:
infrastructure :house:

- [ ] Create coverage reports in CI - [ ] Upload to a service - [ ] Add a badge.

Note: Testing :green_circle:
Type: Infrastructure :house:
Issue: Accepted

Our `yarn nps lint.docs` command does not presently run in CI. It has a unique constraint in that both the root and `docs` dependencies need to be installed for it...

Type: Infrastructure :house:
Issue: Accepted

We presently do something like: ```js import { VictoryArea } from "victory-area/es"; ``` in `victory-native` so that we know we point to transpiled source with ESM. This means, however, for...

:iphone: victory native

Hi folks! I'm the author of [serverless-jetpack](https://github.com/FormidableLabs/serverless-jetpack) and in upgrading my test fixture suite from `[email protected]` to `[email protected]` (which runs virtually all of the available serverless config variations) I noticed...

cat/packaging
cat/deployment
bug/design

@gksander and I noticed that our examples create/install/build/start single run step was weirdly failing midway through without actually failing the action, leaving the test action to hang for a long...

`spectacle` CLI is missing the built files and publishing `src`. See, e.g. https://unpkg.com/browse/[email protected]/

🐛 Bug
⭐️ High Priority!

- [x] Add `packages/spectacle-mdx-loader` - [x] Add `examples/mdx` that uses the loader - [x] Remove old repository - [ ] Verify we can correctly publish.

Chore

Trying to just run the following breaks: ```sh $ pnpm install --fix-lockfile Scope: all 7 workspace projects  ERR_PNPM_SPEC_NOT_SUPPORTED_BY_ANY_RESOLVER  [email protected][email protected] isn't supported by any available resolver. This error happened while installing...

🐛 Bug

## Background Currently we use a UMD dist for Spectacle in a browser because EMS/`import` doesn't work with React and other CJS-only transitive dependencies. ## Idea Use import maps /...

Chore
🔍 Needs Research