Tim Feeley

Results 12 issues of Tim Feeley

**To Reproduce** See: https://codesandbox.io/s/silent-surf-4omzj Using the latest version of everything on Next.js **Expected behavior** Based on [the documentation](https://theme-ui.com/guides/global-styles): > By default, the `ThemeProvider` component will apply styles in `theme.styles.root` to...

discussion

Hi there, I'm not sure how to better phrase the title of this FR, and apologies if there's a pattern already out there. Using the [with-ionic-typescript](https://github.com/vercel/next.js/tree/canary/examples/with-ionic-typescript) template for Nextjs, I...

triage

#### Description When editing a `Component` that is wrapped with `withAuthUser({})`, React performs full-page refreshes; for example: ```ts export default withAuthUser({ whenAuthed: AuthAction.REDIRECT_TO_APP, whenUnauthedBeforeInit: AuthAction.RETURN_NULL, whenUnauthedAfterInit: AuthAction.RENDER, })(Auth) ``` ####...

bug
help wanted

With a vanilla eslint config (below), ```ts module.exports = { root: true, parserOptions: { parser: 'babel-eslint', sourceType: 'module', }, env: { browser: true, node: true, }, extends: [ '@nuxtjs/eslint-config-typescript', 'prettier',...

**What component (if applicable)** - URL for category: https://pro.chakra-ui.com/components/application/shells - Component name: Application Shells (Though I think this would affect anything that uses `useBreakpointValue` **Describe the bug** SSR breaks and...

bug

See image -- on a fast connection, with a single calendar configuration -- painfully slow. ![Screenshot_2022-09-16_09-09-20_1o326Lzi](https://user-images.githubusercontent.com/3246342/190690056-8d71601b-3d69-4177-9d9b-b29ad5752fff.gif)

๐Ÿšง wip / in the making
๐Ÿงน Improvements
linear
High priority
๐Ÿ’Ž Bounty

Hello, I bought the `tim` vanity name, and while I do have the UI option ti disable branding: It still shows up:

๐Ÿ› bug

This might be similar to #3908 -- but see my URL at https://cal.com/tim/15?date=2022-09-17 As an American on a US IP, I'd expect this to be 12-hour time. It's been like...

I'm using a [dark theme](https://gitlab.com/balmor/behave-theme) and the HTML preview pane inherits its style. ### To repro: Create test.html with the following contents: ```.html hi ``` #### Expected results: The text...

I ended up writing this wrapper to present a nice dropdown list: ```ts // util/timezones.ts import { rawTimeZones } from "@vvo/tzdb" export type TimeZoneData = { /** * A map...