-
There are a number of "issues" with the python bindings when it comes to mypy compliance and ruff lint/format checks. Output below.
There are also a couple of files that are using absolute imports …
-
Repro: patch in https://github.com/pytorch/pytorch/pull/139213 (needed for an error to show up), then run the following script:
```py
import torch
import torch._functorch.config
@torch.library.c…
-
1 `ORM::as_object() ` normalize values by `$this->get_typed($column)`, but `ORM::as_array()` dont do this.
https://github.com/koseven/koseven/blob/devel/modules/orm/classes/KO7/ORM.php#L978
2 `ORM::…
-
If I have time, I may try to tackle this. The main idea is changing the definition of `DAG.Expression` to `DAG.Expression a`
for Example:
``` haskell
{-# LANGUAGE GADTs #-}
data Expression a where
…
-
The MAX_UNTYPED_OBJECTS configuration value is too small for a newer x86 processor DornerWorks has been using. We've run into the issue in the past on a Qualcomm processor as well. Previously, I was j…
-
**What did you do?**
Monitor mysql 8.0.x on azure
**What did you expect to see?**
See data
**What did you see instead? Under which circumstances?**
invalid metric type "ocap_thrcnt_limit unty…
-
[@gavinking] @chocho, I assume that the following doesn't currently have a useful mapping to JS:
```
foo.bar { foo=1; bar="Hello"; }
```
Right? We don't know what params `foo` and `bar` refer to.
A…
-
This will help us improve code quality by causing TypeScript to throw errors for conditions that are flagged as info or warnings now, which we would need to address in order for our `check` CI command…
-
ref: https://github.com/encode/httpcore/pull/965#discussion_r1795321878
## File formats:
### `scripts/bench/server.py`
```py
# /// script
# requires-python = ">=3.8"
# dependencies = [
# "u…
T-256 updated
3 weeks ago
-
### Tested versions
4.3 stable, as well as 4.3.dev5
### System information
Godot v4.3.stable.mono - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 2070 SUPER (NVIDIA; 32.0.15…