Grant Sander

Results 31 issues of Grant Sander

## What? The `create-spectacle` project generates new Spectacle projects. Right now, you provide a project name and the output directory is derived from that. However, right now – if there's...

## What? With the creation of `create-spectacle`, the CLI no longer needs to support boilerplate generation. Once `create-spectacle` is live and documented, we should drop the boilerplate-generation functionality from `spectacle-cli`...

## What? Once `spectacle-cli` is migrated into the monorepo, we should ensure we have the necessary changeset resources in place to publish `spectacle-cli` from the monorepo.

## What? We'd like to move [`spectacle-cli`](https://github.com/FormidableLabs/spectacle-cli) into the spectacle monorepo. [See here](https://github.com/FormidableLabs/spectacle/wiki/Spectacle-Roadmap#spectacle-cli). This will be a multi-step process. The goal of this ticket is to initialize a package in...

## What? Our initial implementation of the `create-spectacle` CLI tool uses flags to pass in options. This works great, but we'd like to also offer an interactive console-prompt experience. [See...

## What? We want to ship a `create-spectacle` package so that we can have users run `yarn create spectacle` to quickly scaffold out a new project. [See here](https://github.com/FormidableLabs/spectacle/wiki/Spectacle-Roadmap#create-spectacle). With #1169...

This PR sets up `wireit` in the repo, including: - `wireit` setup for most root scripts. - GH Actions setup with `wireit`, which should theoretically speed up CI runs some...

**This PR serves as a didactic to discuss the feasibility of solidjs bindings for urql.** This branch contains initial prototypes for `createQuery` and `createMutation` methods that (attempt) to conform to...

## What is this? This PR removes the need to wrap your app in `StyleProvider`. The reason for this change is twofold: 1. It's easier to setup if you don't...

The `makeStyledComponent` function wraps a component and adds `classes` and `darkClasses` props, which accept an array. If users inline these values, these props will technically change each re-render (based on...

enhancement