Zack Sheppard

Results 22 issues of Zack Sheppard

Because of how Captions are rendered by default, the typing of `caption` as `ReactNode` is incorrect. This includes object types like arrays and `React.Component` types. If you try passing one...

**Steps to reproduce the behavior:** Use the feature supporting html string captions **Expected behavior:** The alt tag should either be the string-only contents of the html caption or should be...

### Clear and concise description of the problem If an amateur user comes across this project, the steps to get it running on their system are not clear ### Suggested...

enhancement

Acknowledging: I've searched this isn't creating a duplicate and it is, I believe, about the core tool (the cli package) ### For a new user, the error states in the...

kind/bug

I cannot fully explain this yet, but here's the observed behavior: - building in a [email protected] app - depending on [email protected] - no issues using PhoneInput component - However, if...

## Problem I am setting up a small cluster of Backend Services which are, for the most part, the same other than for changes to the autoscale behaviors and one...

type/feature

**Actual Behaviour** Per the suggestions in the README, I've added the following section to my `serverless.yml` configuration: ```yaml custom: dynamodb: stages: - dev ``` (For clarity, my stage is defined...

The StockAnimation from `DefaultAnimations.swift` listens to the view's current `transform` when preparing for any non-fade animation (concatenating the preparations to it) but resets the transform to the identity when performing...

I'm currently encountering an issue trying to use Spruce in an app where the animations don't "look right" when used on a `UITableView` that includes section headers because the section...

[Sentry released version 7 today](https://github.com/getsentry/sentry-javascript/releases/tag/7.0.0) of their JS libraries. These include some breaking changes, primarily the migration to ES6 and the dropping of some exports such as the Severity enum....