Eric Butler

Results 22 issues of Eric Butler

Seeing this in the console when starting a local dev server (webpack): ``` WARNING in ./node_modules/typesafe-routes/build/index.js Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from '/Users/eric/Code/frontend-react/node_modules/typesafe-routes/src/index.ts' file: Error: ENOENT:...

Hi, Someone published [autohooks-plugin-mypy](https://pypi.org/project/autohooks-plugin-mypy) but there's no source repository so it's effectively unmaintained. Could an official plugin be created? Thanks

### Description Given code like: ```tsx Open menu Menu 1 New Window Open Closed Tab Open File ``` I expected the Portal would only be created when needed, however that's...

### Description The tooltip is incorrectly displayed when the element is no longer under the cursor: https://github.com/chakra-ui/chakra-ui/assets/3827/df2df3c0-1e19-4dc9-be43-8ed59d70b584 . This only happens if the content changes. The problem goes away if...

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description With the code below the schema for the nested dataclass looks like: ```yml NestedDataClass: properties: animal:...

bug V2

See: https://github.com/pydantic/pydantic/issues/7457#issuecomment-1732032174 This fixes the schema for Decimal types. Before: ```yml d: anyOf: - type: number - type: string title: D type: string ``` After: ```yml d: title: D type:...

the dict was being mutated, so every subsequent use of the field would have more stuff appended to the schema without a fix, the test fails with this diff: ```diff...

If the `$PWD` no longer contains the `$VIRTUAL_ENV`, exit and re-run `poetry shell`.

### What happened? Preevy failed with "403: UnknownError" with no indication the problem was related to AWS/S3. ### Add screenshots ![image](https://github.com/livecycle/preevy/assets/3827/3cfd2321-f5dd-4373-978b-e3b5065e1719) ### Steps to reproduce the behavior Use an AWS...

bug

### What happened? My GitHub Actions workflow was missing the k8s config, but the error made it look like something was wrong with the tunnel server. ### Add screenshots ![image](https://github.com/livecycle/preevy/assets/3827/6898adb3-0edc-41f2-867c-642b9d6a6225)...

bug