Michael Oliver
Michael Oliver
I am trying to use `remark-shiki-twoslash` with `@mdx-js/[email protected]` (v2) and have the following error: ``` Error: Cannot handle unknown node `raw` ``` Full details are on this issue https://github.com/mdx-js/mdx/issues/1820
This new VSCode feature is great, I wonder if it would translate well to code snippets? https://code.visualstudio.com/updates/v1_60#_inlay-hints-for-javascript-and-typescript
I think being compatible with mypy `--strict` benefits end users who are also using it, if https://github.com/encode/httpcore/pull/513 is merged then there isn't much work left to be compatible with strict...
Using the convenience `register` method to register fixtures does not import the docstring. Running `pytest --fixtures` results in _no docstring available_ for all pytest-factoryboy fixtures. It would be nice to...
First off I don't know if this is the right place to open this issue, apologies if it isn't. I am trying out React Server Components with Next.js `v12.2.3`. This...
## HTML Example ```` ```html Example HTML5 Document Test ``` ```` ## Python Example ```` ```python from typing import Optional from fastapi import FastAPI from pydantic import BaseModel class Item(BaseModel):...
**Is your feature request related to a problem? Please describe.** I authored https://github.com/sqlalchemy/sqlalchemy/issues/5777 which added a typevar to `run_sync` to infer the return value. At that time is was not...
Hey guys these icons are great! Any plans to support [svelte](https://github.com/sveltejs/svelte)? Some example icon libs already created: - https://github.com/RobBrazier/svelte-awesome - https://github.com/dylanblokhuis/svelte-feather-icons - https://github.com/AnxiousDarkly/svelte-icons
Analogous to https://github.com/tiangolo/fastapi/pull/4605.
Python 3.9 allows type hinting generics in standard collections so a bunch of things from the `typing` namespace got deprecated. Pylance should correctly suggest the newer versions e.g. `typing.Mapping` >...