Brandon Faulkner

Results 8 issues of Brandon Faulkner

I looked into a way we could improve dotwalking types on unknown objects! You can see below how these types work in practice. It's worth noting this relies on Typescript...

## Issue Description Typeorm 3 saves `typeorm_metadata` table to `public` schema rather than defined schema ### Expected Behavior On DataSource init, schema is set to `non-prod`, so `dataSource.runMigrations({ transaction: 'each'...

bug
requires triage

If I have a file that contains ```typescript // myFile.ts export const addOne = (x: number): string => `${x + 1}` export const someFunc = (x: number): string => `The...

`@swc-node/jest` behaves differently with jest `27.5.1`. As of yesterday when I updated `jest`, I'm getting some weird behavior from `swc-node` that is causing most of my unit tests to break....

Admittedly, I'm not sure what version of Typescript this supports, or how the types definitions are created, but with Typescript allowing template strings, would it be possible to implement something...

enhancement

## Description When calling `serializeHtml` (from `@udecode/plate-serializer-html`), React throws an invalid hook error: ```bash Uncaught (in promise) Error: Invalid hook call. Hooks can only be called inside of the body...

bug
has workaround
plugin:serialize-html

This PR allows `craco-module-federation` to work with [CRACO v7](https://github.com/dilanx/craco/releases/tag/v7.0.0) and Webpack 5 - fix Webpack import for Webpack v5 - fix dependencies - update node version to 16

## Please follow the general troubleshooting steps first: - [x] Is your app running over HTTPS? (please provide the URL if possible) - [x] Have you tried running the demo...