-
Hey, the typings for property `range` in `monaco.languages.CompletionList` are wrong. The `range` property should be optional so
```js
range?: IRange | CompletionItemRanges;
```
instead of
`…
-
If a chain has an input type containing an optional field, the Playground page fails to load (blank page), and the following error is logged in the browser console:
```
index-400979f0.js:150 Uncau…
-
### What Roadmap is this project for?
Front End Roadmap
### Project Difficulty
Advanced
### Add Project Details
## Overview
Create a real-time chat application that allows users to communicate w…
-
### Steps to Reproduce the Bug
Type something with the letter M in it
Map atlas will open
### Expected Behavior
It should not open via keybind when I'm typing in the jei search bar
### Ac…
-
At first, I only tried to install the package and was unaware that I had to perform several commands in Terminal before doing this. It should be emphasized before the download links that the Terminal …
-
## Feature request: Guard against `==` for float comparison
I'm not sure if this is doable from `ruff`'s side as this might need optional static typing (`mypy` for example).
I could think of th…
-
### Description
We need examples when it's clear how prefetch helps. I tried in several examples and I don't see any difference.
An examples is below. Note, the library utilizes CPU pretty well (can…
-
### Describe the bug
https://github.com/user-attachments/assets/d9e96a18-4078-46d4-8ddf-92e9edab87c6
### Environment
```json
{
"marimo": "0.9.20",
"OS": "Darwin",
"OS Version": "24.0.0",
"…
-
### Python -VV
```shell
Python 3.9.10 | packaged by conda-forge | (main, Feb 1 2022, 21:25:34)
[Clang 11.1.0 ]
```
### Pip Freeze
```shell
annotated-types==0.7.0
anyio==4.4.0
certifi…
-
### Describe the bug
I have a `TypeAlias` that I'm trying to put in `type_annotation_map` but SQLAlchemy can't seem to find it.
(my naive understanding was that `Json` in the example would be look…