id int64 393k 2.82B | repo stringclasses 68
values | title stringlengths 1 936 | body stringlengths 0 256k ⌀ | labels stringlengths 2 508 | priority stringclasses 3
values | severity stringclasses 3
values |
|---|---|---|---|---|---|---|
2,721,971,529 | angular | Improve Lifecycle Hooks Documentation with Expanded Examples and Error Handling | ### Describe the problem that you experienced
The documentation provides good insights into lifecycle hooks but lacks depth in certain areas. Key concerns include:
1. Insufficient examples for real-world scenarios (e.g., combining hooks effectively).
2. Limited guidance on debugging errors such as `ExpressionChangedA... | area: docs | low | Critical |
2,721,980,257 | tensorflow | The warning "The structure of `inputs` doesn't match the expected structure" when training a functional model | ### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
binary
### TensorFlow version
v2.13.1-0-gf841394b1b7 2.13.1 (Nightly: v1.12.1-119104-gf8fd6f53fa3 2.19.0-dev20241204)
### Custom code
Yes
### OS platform and distribution
Windows 11 23H2 22631.4460
### Mobile device
... | type:bug,comp:keras,TF 2.13 | low | Critical |
2,721,993,647 | rust | Compiling `#[derive(Debug)] enum` + `dbg!` is quadratic with enum variants | I tried compiling this code: [lib.rs.zip](https://github.com/user-attachments/files/18032518/lib.rs.zip)
The code above was generated with the following python script:
```python
print(
"""#[derive(Debug)]
pub enum Sprites {"""
)
for i in range(10000):
print(f" Sprite{i},")
print(
"""}
pub fn foo() {
... | I-compiletime,A-macros,T-compiler,C-bug | low | Critical |
2,722,015,966 | pytorch | Wrong result with `torch.dist` across complex `dtypes=complex32` | ### 🐛 Describe the bug
The `torch.dist` function produces incorrect results when `dtypes=complex32`
code:
``` python
import torch
complex_tensor = [1.0 + 0.0j, 0.0 + 1.0j]
x_c32 = torch.tensor(complex_tensor, dtype=torch.complex32)
x_c64 = torch.tensor(complex_tensor, dtype=torch.complex64)
y_c32 = tor... | module: distributions,triaged,module: complex | low | Critical |
2,722,034,638 | pytorch | [CI] Manywheel image should use hash based on `.ci/docker` directory | The CI docker images use the hash based on `.ci/docker` directory (default param for docker-build-dir [here](https://github.com/pytorch/pytorch/blob/39425feac799905402abe4d15667fa47c344f2d7/.github/workflows/docker-builds.yml#L105)), but the manywheel docker images use the hash based on `.ci/docker/manywheel` directory... | module: ci,triaged | low | Minor |
2,722,048,977 | langchain | NotImplementedError in RootListenersTracer.on_llm_end callback | ### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a similar question and didn't find it.
- [X] I am sure that this is a bug in LangChain rather than my code.
- [X] The bug is ... | 🤖:bug | low | Critical |
2,722,051,977 | pytorch | [MPS] nansum crashes with scalar input | ### 🐛 Describe the bug
The following `test_ops` test crashes on MPS and has been skipped. Checkout the following branch to repro: https://github.com/pytorch/pytorch/pull/142202
`pytest test/test_ops.py -v -k test_out_nansum_mps_float32`
### Versions
Versions of relevant libraries:
[pip3] flake8==6.1.0
[pip3] f... | module: crash,triaged,module: mps | low | Critical |
2,722,074,392 | next.js | Monorepo build failing after version 15.0.3 onwards | ### Link to the code that reproduces this issue
https://github.com/t3-oss/create-t3-turbo
### To Reproduce
1. Clone repo and install the deps with `pnpm`
2. Update to version `15.0.2`, build it and it works
OBS: change the root `package.json` to include the build command to only build nextjs
`"build:next":... | bug,Output (export/standalone),Module Resolution | low | Critical |
2,722,076,520 | deno | Deno requests env access to unspecified env var | Version: Deno 2.1.2
```ts
import AnthropicBedrock from '@anthropic-ai/bedrock-sdk';
const clientBedrock = new AnthropicBedrock();
async function consecutiveRoles(client: AnthropicBedrock, model = 'anthropic.claude-3-haiku-20240307-v1:0') {
const response = await client.messages.create({
max_tokens: 10... | question | low | Critical |
2,722,101,470 | deno | More BrotliDecompress error info | I getting some BrotliDecompress error on several YT clients. It fails somewhere inside deno nodejs compat files.
```ts
import { Innertube } from "npm:youtubei.js";
const yt = await Innertube.create();
```
Error:
```sh
error: Uncaught TypeError: Failed to decompress
at BrotliDecompress.transform [as _tra... | node compat,dx | low | Critical |
2,722,240,230 | langchain | Issue with LangChain LCEL-based Chain, gemini models and google storage bucket inputs #gemini | ### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a similar question and didn't find it.
- [X] I am sure that this is a bug in LangChain rather than my code.
- [X] The bug is ... | Ɑ: core | low | Critical |
2,722,258,341 | storybook | [Bug]: Storybook hangs/doesn't finish building 8.4.6/8.4.7 | ### Describe the bug
We're using Storybook (with React) in version 8.4.5. I noticed that our Renovate update failed for 8.4.6 and now 8.4.7 as well. I didn't create a bug ticket so far, because I cannot reproduce it locally and only see it in our CI (Gitlab).
I decided to create a ticket now as I was checking if some... | bug,has workaround,build-storybook,sev:S2 | medium | Critical |
2,722,302,069 | yt-dlp | Not invoking proper extractor on particular olympics.com URL | ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting a bug unrelated to a specific site
- [X] I've verified that I have **updated yt-dlp to nightly or master** ([update instruction... | site-bug,triage | low | Critical |
2,722,342,121 | vscode | registerCodeLensProvider |
Version: 1.95.3 (user setup)
Commit: f1a4fb101478ce6ec82fe9627c43efbf9e98c813
Date: 2024-11-13T14:50:04.152Z
Electron: 32.2.1
ElectronBuildId: 10427718
Chromium: 128.0.6613.186
Node.js: 20.18.0
V8: 12.8.374.38-electron.0
OS: Windows_NT x64 10.0.22631
Steps to Reproduce:
1. Installing the register-codelens-provider ... | info-needed,code-lens | low | Minor |
2,722,392,501 | godot | Wrong path to cached files in service worker for web export. | ### Tested versions
- Reproducable in version 4.3 stable
### System information
Mac os Sonoma - Macbook Pro M1 Pro (Apple Silicon)
### Issue description
When exporting with the HTML Web-template, the project produces an service worker with the filename **index.service.worker.js**.
Inside the script is a constant d... | bug,platform:web,topic:buildsystem,topic:export | low | Minor |
2,722,411,435 | vscode | Support `"regex"` in `"quickSuggestions"` | I would like `"regex"` to be added to `"editor.quickSuggestions"`
Currently `"editor.quickSuggestions"` supports `"other"`, `"comments"` and `"strings"`
`"regex"` is currently defaulted to `"off"` and cannot be changed
Currently it is impossible to automatically show inline snippet suggestions within regular expressio... | feature-request,suggest | low | Minor |
2,722,418,030 | ant-design | Checkbox 下使用 Typography 无法省略 | ### Reproduction link
[](https://codesandbox.io/p/sandbox/yu-fa-tang-antd-5-22-3-forked-sl47c6?file=%2Fdemo.tsx%3A8%2C8-8%2C18)
### Steps to reproduce
查看示例
### What is expected?
可以省略
### What is actually happening?
没有省略
... | Inactive,improvement | low | Minor |
2,722,470,888 | material-ui | [Dialog] narrator will automatically jump back to dialog content start when navigate to a button in dialog. | ### Search keywords
accesibility narrator dialog button
### Latest version
- [X] I have tested the latest version
### Steps to reproduce
Steps:
1. visit https://mui.com/material-ui/react-dialog/
2. enable Window Narrator
3. enable scan mode
4. use capslock + arrow navigate to any sample open dialog b... | accessibility,component: dialog,package: material-ui | low | Minor |
2,722,475,217 | ui | [bug]: require is not defined while setting up the shadcn-ui with vite. | ### Describe the bug
I am getting an error that `require is not defined while setting up the shadcn-ui with vite.`
PFA

... | bug | low | Critical |
2,722,536,755 | vscode | On MacOs with Voiceover, one can't know the cell number in the notebook view |
Type: <b>Bug</b>
1. Launch VS Code, open a Jupyter notebook, enable VoiceOver, and focus on the cells view (focused by default).
2. Navigate between cells using the up and down arrow keys.
3. Observe how VoiceOver announces the cells.
Expected Behavior:
In addition to the existing announcement, VoiceOver should r... | bug,notebook-accessibility | low | Critical |
2,722,543,743 | deno | error: [ERR_MODULE_NOT_FOUND] Cannot find module | Version: `Deno 2.1.3`
And I use `fastify` `postgres` `Prisma`
**My massage:**
error: [ERR_MODULE_NOT_FOUND] Cannot find module 'file:///home/raqeb/.cache/deno/npm/registry.npmjs.org/undici-types/6.19.8/dispatcher' imported from 'file:///home/raqeb/.cache/deno/npm/registry.npmjs.org/undici-types/6.19.8/fetch.d.ts... | needs info | low | Critical |
2,722,555,826 | vscode | line numbers are not highlighted on the wrapped parts of long lines |
Type: <b>Bug</b>
when line warpping is enabled and the cursor is placed on the wrapped portion of the line, the line numbers that usually turn bold to indicate selection are not

![highlight on main part of lon... | bug,polish,editor-wrapping | low | Critical |
2,722,569,288 | puppeteer | [Feature]: new deprecations should show up in the changelog | ### Feature description
currently, if the depreciation happens as the part of the `docs:` change, it will not be reflected in the changelog because all `docs:` changes are excluded. At the same time, deprecations are neither fixes or features. Perhaps, we need to find a way to automatically get the list of new depreca... | feature,good first issue,P3 | low | Minor |
2,722,624,215 | vscode | `IgnoreFile` compares file paths in a case-sensitive way on windows/macOS | `IgnoreFile` checks if a path belongs to a folder in the following way:
`if (!path.startsWith(dirPath)) { return false; }`
This does not take into account that paths are not case-sensitive on windows and macOS. Should it?
https://github.com/microsoft/vscode/blob/f9ec787a7770b07b72b76e8dbdd56ef949fa2f70/src/vs/workbe... | bug,search | low | Minor |
2,722,635,703 | vscode | Color Picker shows in comments for github issue numbers | 
Are we able to tell if the HEX code is located inside a comment? If so, could we not show the color picker in that case? | polish,under-discussion,editor-color-picker | low | Minor |
2,722,660,543 | electron | Docs: Missing some properties in AuthenticationResponseDetails | ### Preflight Checklist
- [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
- [x] I have searched ... | bug :beetle:,status/confirmed,component/webcontents,component/app | low | Critical |
2,722,672,503 | flutter | Assets not available in web tests (`flutter test --platform chrome`) | ### Steps to reproduce
1. Create a blank flutter project. Place any image at `assets/whatever.png` and add it in your pubspec assets.
2. Run the test code provided in the "Code sample" section:
- `flutter test` succeeds
- `flutter test --platform chrome` times out
### Expected results
Without `--platform ... | a: tests,tool,a: assets,has reproducible steps,team-tool,found in release: 3.24,found in release: 3.27 | low | Critical |
2,722,683,495 | opencv | fastNlMeansDenoisingMulti does not support 16 bit values | ### System Information
OpenCV version: 4.10.0
Operating System / Platform: All
Compiler & compiler version: All
### Detailed description
The documentation for [fastNlMeansDenoisingMulti](https://docs.opencv.org/4.10.0/d1/d79/group__photo__denoise.html#ga723ffde1969430fede9241402e198151) states that it should suppo... | bug | low | Critical |
2,722,693,765 | vscode | Show Primary Side Bar in new empty window when Activity Bar position not Default | #226027 originally raised this. The fix for it by @benibenj (#227677) was subsequently reverted by #230919 because it caused a regressions, particularly when the restored workspace had had its Primary Side Bar hidden at time of closing.
The current behaviour means that extensions using the `viewsWelcome` contribution ... | feature-request,file-explorer,layout,workbench-views | low | Minor |
2,722,703,665 | pytorch | Scaled Dot-Product Attention Invalid Configuration Error on Large batch size | # Scaled Dot-Product Attention Invalid Configuration Error on Large batch size
## Summary
The `torch.nn.functional.scaled_dot_product_attention` (sdpa) function is not working as expected when the batch size is large. It causes a `RuntimeError: CUDA error: invalid configuration argument`. This problem affects also ... | triaged,module: sdpa | low | Critical |
2,722,709,753 | pytorch | [Pipelining] Backward pass tries to detach view tensor in-place | ### 🐛 Describe the bug
When using ``torch.distributed.pipelining`` with a model stage that outputs a view, the error ``RuntimeError: Can't detach views in-place. Use detach() instead.`` is raised. This is due to https://github.com/pytorch/pytorch/commit/32a3dbc6450171dec4ef62a36037dd5dc24790d2#diff-c4c60c227aa9333879... | oncall: distributed,triaged | low | Critical |
2,722,722,699 | ollama | Add stop word <|endoftext|> to qwq models | ### What is the issue?
The [qwq models](https://ollama.com/library/qwq) currently go into an infinite loop.
The reasons for this appears that the model outputs <|endoftext|> at the end of its response, but ollama does not handle this as a stop word. The model therefore continues with hallucinations and goes into inf... | bug | low | Minor |
2,722,729,855 | langchain | Crash "Unknown field for Schema: title" when using `langchain_google_genai.ChatGoogleGenerativeAI` | ### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a similar question and didn't find it.
- [X] I am sure that this is a bug in LangChain rather than my code.
- [X] The b... | 🤖:bug | low | Critical |
2,722,740,073 | react | Bug: Expected Static Flag was missing. Please Notify React Team | React version:
"react": "18.3.1",
## Steps To Reproduce
```
const MessagesDetailsPage = () => {
const { id, orderId } = useLocalSearchParams<{
id: string;
orderId?: string;
}>();
const {
mutateAsync: sendMessage,
isPending: isSending,
variables,
} = useSendMessage();
... | Status: Unconfirmed | medium | Critical |
2,722,963,095 | rust | Tracking Issue for spurious mingw CI failures | The spurious `mingw` failures might be *related* to #127883, but for the purpose of tracking, we should delineate the two general categories separately to avoid conflating them.
Please feel free to update specific classifications of kinds of spurious `mingw` failures.
### Known problems
- https://github.com/rust-lan... | T-compiler,O-windows-gnu,T-bootstrap,T-infra,C-tracking-issue,A-CI,CI-spurious-fail-mingw | low | Critical |
2,722,975,598 | rust | Meta tracking issue for spurious CI failures | This is a (meta) tracking issue intended to make it easier to find the specific spurious CI failure issues.
## Platform-specific
- https://github.com/rust-lang/rust/issues/127883; https://github.com/rust-lang/rust/labels/CI-spurious-fail-msvc
- https://github.com/rust-lang/rust/issues/134351; https://github.com/rust-... | T-compiler,T-bootstrap,A-spurious,T-infra,C-tracking-issue,A-CI,S-tracking-forever | low | Critical |
2,723,056,584 | material-ui | [docs] add examples of testing with mui with react-testing-library | ### Related page
https://mui.com/material-ui/guides/testing/
### Kind of issue
Unclear explanations
### Issue description
I already spend a day trying to figure out what is a good way to write tests with mui. From docs:
> For example, when rendering a TextField your test should not need to query for t... | docs | low | Minor |
2,723,092,771 | langchain | HuggingFaceEndpoint returning buggy responses and prompt template back | ### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a similar question and didn't find it.
- [X] I am sure that this is a bug in LangChain rather than my code.
- [X] The bug is ... | 🤖:bug,investigate | low | Critical |
2,723,093,112 | tauri | [bug] libarchive.13.dylib' (no such file), | ### Describe the bug
dyld[82730]: Library not loaded: /opt/homebrew/opt/libarchive/lib/libarchive.13.dylib
Referenced from: <3A92023B-E694-3FA1-B4FC-5056A4F353A7> /Users/suzhiwei/Documents/gitsource/fom/src-tauri/target/release/omg-ff
Reason: tried: '/opt/homebrew/opt/libarchive/lib/libarchive.13.dylib' (no such... | type: bug,platform: macOS,status: needs triage | low | Critical |
2,723,111,778 | pytorch | modified CPUReproTests.test_two_local_buffers_in_outer_loop_fusion fails Codegen on all CPU platforms | ### 🐛 Describe the bug
Whilst investigating another bug, I discovered this happens on aarch64 and x86
```
scalar_kernel = codegen_kernel(CppKernel)
File "/opt/conda/envs/py_3.9/lib/python3.9/site-packages/torch/_inductor/codegen/cpp.py", line 3830, in codegen_kernel
run(kernel)
File "/opt/conda/env... | module: cpu,triaged | low | Critical |
2,723,127,798 | vscode | Need a Sort Order Option for Source Control | <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
Hello,
I would like the files and folders in the Sou... | feature-request,scm | low | Minor |
2,723,138,018 | pytorch | [ARM] (Neoverse-N1) Tensor-likes are not close! for CPUReproTests.test_two_local_buffers_in_outer_loop_fusion | ### 🐛 Describe the bug
Identified on Arm Neoverse-N1
```
AssertionError: Tensor-likes are not close!
Mismatched elements: 1019 / 12570624 (0.0%)
Greatest absolute difference: 0.0009765625 at index (1, 5, 672, 24) (up to 1e-05 allowed)
Greatest relative difference: 1.4066824860492488e-06 at index (1, 5, 672, ... | triaged,module: arm | low | Critical |
2,723,140,314 | rust | Tracking Issue for `bool::select_unpredictable` | Feature gate: `#![feature(select_unpredictable)]`
This is a tracking issue for `bool::select_unpredictable`, which selects between two values and hints to the optimizer that it should try to generate branchless code.
### Public API
```rust
impl bool {
/// Returns either `true_val` or `false_val` depending on the... | T-libs-api,C-tracking-issue | low | Major |
2,723,142,538 | pytorch | torch.tensor.to(‘cuda’) so slow in jetson orin | Here is my code of running an ViT inferrence.
`for i in range(100):
s_time0 = time.time()
image = Image.open(image_file).convert('RGB')
print('open img time:',int((time.time() - s_time0) * 1000))
s_time = time.time()
image_tensor = process_anyres_image(
... | module: cuda,triaged,module: jetson | low | Major |
2,723,157,056 | langchain | `InMemoryRateLimiter` does not work with `BaseLLM` child classes | ### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a similar question and didn't find it.
- [X] I am sure that this is a bug in LangChain rather than my code.
- [X] The b... | 🤖:bug | low | Critical |
2,723,157,785 | godot | Error `Cannot get class ''. Parameter "obj" is null.` under specific conditions | ### Tested versions
- Reproducible in: v4.3.stable.official [77dcf97d8]
### System information
Windows 10 and Ubuntu 20.04.6 - Compatibility renderer
### Issue description
I encountered this bug while making [my game](https://github.com/OgGhostJelly/Zombie-BurgerZ) and [this](https://github.com/OgGhostJelly/Zombie... | topic:gdscript,needs testing | low | Critical |
2,723,208,626 | go | x/pkgsite: automate trivial package removal requests | This is a reminder issue for a future team friction fixit week: we could reduce toil significantly by automating pkgsite removal requests.
Right now, the pkgsite removal process requires users to file an issue requesting the removal of a package from pkgsite. Our triage person handles this request by (1) verifying ... | pkgsite,Friction | low | Minor |
2,723,228,774 | electron | Transparency true makes the electron window flash when interacting with some other windows | ### Preflight Checklist
- [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
- [x] I have searched ... | platform/windows,bug :beetle:,has-repro-gist,33-x-y | low | Critical |
2,723,238,603 | rust | ICE: E0107 points into derived code | <!--
ICE: Rustc ./a.rs '' 'thread 'rustc' panicked at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_errors/src/diagnostic.rs:1006:9: 'Span must not be empty and have no suggestion'', 'thread 'rustc' panicked at /home/gh-matthiaskrgr/vcs/github/rust_debug_assertions/compiler/rustc_errors/src/diag... | A-diagnostics,I-ICE,T-compiler,C-bug,S-bug-has-test,requires-debug-assertions | low | Critical |
2,723,259,019 | vscode | Add .gitIgnore file in new prjects when initializing new Git Repos |
Type: <b>Feature Request</b>
I created a new project in VSCode and created new repo in GitHub from from it using VSCode. But .gitIgnore file is not added to the project by default.
VS Code version: Code 1.95.3 (Universal) (f1a4fb101478ce6ec82fe9627c43efbf9e98c813, 2024-11-13T14:50:04.152Z)
OS version: Darwin arm64 ... | feature-request,git | low | Minor |
2,723,271,825 | langchain | DOC: Exceptions that can be raised by the invocation of LLM models are not described | ### URL
https://python.langchain.com/api_reference/core/language_models/langchain_core.language_models.llms.BaseLLM.html
### Checklist
- [X] I added a very descriptive title to this issue.
- [X] I included a link to the documentation page I am referring to (if applicable).
### Issue with current documentation:
The... | 🤖:docs | low | Critical |
2,723,281,436 | react-native | [iOS] TextInput fontFamily issue with some keyboards in iOS | ### Description
I'm not sure what the main cause of the issue is, but I ran into an issue with CJK keyboards in iOS, that the fontFamily is not set correctly.
```tsx
const [text, setText] = useState("");
const fontFamily = !text ? "ZenMaruGothic" : "IMHyemin";
return (
<SafeAreaView>
<View style={s... | Platform: iOS,Issue: Author Provided Repro,Component: TextInput,API: Keyboard | low | Critical |
2,723,284,523 | flutter | `SegmentedButton` does not set its MaterialState for side | ### Steps to reproduce
Launch the app and interact with `SegmentedButton` (press, hover etc.). `SegmentedButton` does not trigger `MaterialState` for side
### Expected results
Border color should change
### Actual results
Border color does not change
### Code sample
<details open><summary>Code sample</summary>
... | framework,f: material design,has reproducible steps,P2,team-design,triaged-design,found in release: 3.27,found in release: 3.28 | low | Critical |
2,723,342,682 | go | x/tools/gopls: feature request: refactor.extract.struct | [in slack](https://gophers.slack.com/archives/C0VPK4Z5E/p1733498044427149)
Suppose I have:
```go
type X struct {
A, B, C, D string
}
```
and I want to move to:
```go
type Y struct {
A, B string
}
type X struct {
Y
C, D string
}
```
It would be nice to have some help with that. | FeatureRequest,gopls,Tools,Refactoring | low | Minor |
2,723,359,060 | rust | ICE: `expected wide pointer extra data (e.g. slice length or trait object vtable)` | <!--
[31mICE[0m: Rustc ./a.rs '' 'error: internal compiler error: compiler/rustc_const_eval/src/interpret/place.rs:36:17: expected wide pointer extra data (e.g. slice length or trait object vtable)', 'error: internal compiler error: compiler/rustc_const_eval/src/interpret/place.rs:36:17: expected wide pointer extra d... | I-ICE,T-compiler,C-bug,A-const-eval,S-has-mcve,S-bug-has-test | low | Critical |
2,723,362,146 | ollama | Administrative / silent install is borked | ### What is the issue?
For deployment scenarios like for classrooms or to regular managed devices the setup needs to perform an administrative / unattended install. For InnoSetup built installers this can normally be done via the command-line switches /SILENT (or /VERYSILENT) or via a response file via /LOADINF. (See:... | feature request,windows,install | low | Minor |
2,723,375,895 | flutter | [packages] Eliminate use of Pigeon `dartHostTestHandler` | In my experience doing Pigeon conversions of our plugins, `dartHostTestHandler` didn't make tests noticeably easier than simply mocking/faking/stubbing the host API class directly, and in some cases it was actually harder to use correctly to simulate things like exceptions. We have a robust test suite for Pigeon itself... | team,package,team-ecosystem,P2,triaged-ecosystem | low | Minor |
2,723,411,796 | rust | Tracking issue for release notes of #43244: Tracking issue for Vec::extract_if and LinkedList::extract_if |
This issue tracks the release notes text for #43244.
### Steps
- [ ] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [ ] Issue is nominated for release team review of clarity for wider audience.
- [ ] Release team includes text in release notes/blog posts.
### Release notes text
The... | A-collections,T-libs-api,relnotes,relnotes-tracking-issue | low | Minor |
2,723,419,339 | flutter | Default `GestureDetector` Hit Test Behavior of `deferToChild` Is Counterintuitive | ### Steps to reproduce
1. Create a text widget with some padding around it and wrap it in a gesture detector
2. Tap on the visible text and note that the on tap is fired
3. Tap on the padded space immediately next to the text
### Expected results
The on tap is fired in step 3
### Actual results
The on ... | c: new feature,framework,d: api docs,f: gestures,c: proposal,P2,team-framework,triaged-framework | low | Critical |
2,723,436,212 | flutter | Cocoon: be explicit about what "a long time" is when removing an assignment | https://github.com/flutter/cocoon/blob/08d6d03f1cd7d62febe1901274250e05912d9673/triage_bot/lib/engine.dart#L1282
We know the value. Instead of saying `but has had no status updates in a long time` we could say
`but has had no status updates for ${dayCount} days`.
| team-infra,P3,triaged-infra | low | Minor |
2,723,444,640 | puppeteer | [Feature]: No way to set proxy to connect to a Chrome running in another PC. | ### Feature description
My testing chrome instance is running in another PC in LAN.
I can connect to the services running in this PC via SSH socks5 proxy.
But the puppeteer's `.connect()` method does not provide a parameter like `proxy`, or `agent` (like what package `node-fetch` does), to allow to connect to a ch... | feature,P3 | low | Minor |
2,723,452,178 | TypeScript | Add caching to improve performance of rebuilds in --build mode | ### 🔎 Search Terms
"processSourceFile cache"
### 🕗 Version & Regression Information
- I was unable to test this on prior versions because: I don't think this has changed since it was implemented
### ⏯ Playground Link
_No response_
### 💻 Code
We have a large monorepo with several very large React apps.
### �... | Needs Investigation | low | Critical |
2,723,464,443 | godot | `EditorUndoRedoManager` `custom_context` results in "UndoRedo history mismatch" error | ### Tested versions
- v4.3.stable.official [77dcf97d8]
- 1f47e4c4e3a09a422e96880a7918d986dd575a63
### System information
Godot v4.3.stable - Windows 10.0.19045 - Vulkan (Mobile) - dedicated NVIDIA GeForce GTX 980 Ti (NVIDIA; 32.0.15.6614) - Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz (8 Threads)
### Issue description
... | topic:core,documentation | low | Critical |
2,723,483,734 | go | x/net/html: improper newline handling | ### Go version
go version go1.22.7 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/gopher/.cache/go-build'
GOENV='/home/gopher/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
G... | NeedsInvestigation | low | Minor |
2,723,526,203 | godot | Bad PackedScene load() performance when handling GDScript inheritance | ### Tested versions
- Reproducible in latest version: 4.4 dev4, 4.4 dev6
- Haven't tested on prior versions, but I suspect that this is a long standing issue.
- Tested on Windows 10, Android (several)
### System information
Windows 10 - Godot 4.4 dev 6 - Any pipeline - GeForce GTX 970
### Issue description
Loadin... | bug,topic:gdscript,needs testing,performance | low | Major |
2,723,544,436 | flutter | Gesture Detection Fails When WebViewWidget is Nested Inside a Scaling Layout Widget | ### What package does this bug report belong to?
webview_flutter
### What target platforms are you seeing this bug on?
macOS
### Have you already upgraded your packages?
Yes
### Dependency versions
_No response_
### Steps to reproduce
1. Attempt to interact with the web content:
2. Try scrolling, tapping butt... | framework,f: gestures,a: platform-views,p: webview,package,has reproducible steps,P2,team-framework,triaged-framework,found in release: 3.24,found in release: 3.27 | low | Critical |
2,723,561,122 | langchain | ValueError: Self query retriever with Vector Store type <class 'langchain_weaviate.vectorstores.WeaviateVectorStore'> not supported. | ### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a similar question and didn't find it.
- [X] I am sure that this is a bug in LangChain rather than my code.
- [X] The bug is ... | Ɑ: vector store | low | Critical |
2,723,571,177 | ollama | Pleias | [Pleias has been announced!](https://huggingface.co/blog/Pclanglais/common-models) An LLM trained only on text it's allowed to train on.
It would be fantastic to have this available in ollama, especially for us folks using computers with plenty of system RAM but barely any VRAM.
Here's a list of the models: htt... | model request | low | Major |
2,723,585,864 | deno | Ability to read the current stdin raw options so that setRaw() can be part of a reversible transaction | I want to create an operation that uses raw input from stdin, but then resets it afterwards to whatever it was when the operation started. In other words, if it was already raw, then it should remain raw. If it was not, then it should be reset to be not raw. The same applies for the value of the raw options: e.g. {cbre... | public API,suggestion | low | Minor |
2,723,624,074 | vscode | Characters go into each other with fontLigatures and RTL characters. | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid creat... | bug,editor-core,editor-rendering | low | Critical |
2,723,690,577 | godot | Setting Control `size` doesn't update when difference is small | ### Tested versions
- Reproducible in: v4.3.stable.official [77dcf97d8], v4.4.dev6.official [1f47e4c4e]
### System information
Godot v4.4.dev6 - Debian GNU/Linux trixie/sid trixie on Wayland - X11 display driver, Multi-window, 2 monitors - Vulkan (Forward+) - dedicated AMD Radeon RX 7600 (RADV NAVI33) - AMD Ryzen 5 ... | bug,confirmed,regression,topic:gui | low | Minor |
2,723,702,209 | TypeScript | Discriminating property with never as possible type makes its enclosing object type disappear when narrowing | ### 🔎 Search Terms
discriminated union never, discriminating property never
### 🕗 Version & Regression Information
It happens in every version I tried.
### ⏯ Playground Link
https://www.typescriptlang.org/play/?ts=5.8.0-dev.20241206#code/C4TwDgpgBAIglgZwMYFUB2cD2aoF4BQAPlAN5QAmiSACgE6ZgBcUaEAbhLQDRQCGzARigBfIqQ... | Suggestion,In Discussion | low | Major |
2,723,737,362 | rust | Tracking issue for release notes of #130190: [discussion] `ErrorKind::FilesystemQuotaExceeded` from `io_error_more` |
This issue tracks the release notes text for #130190.
### Steps
- [ ] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [ ] Issue is nominated for release team review of clarity for wider audience.
- [ ] Release team includes text in release notes/blog posts.
### Release notes text
Th... | T-libs-api,relnotes,relnotes-tracking-issue | low | Critical |
2,723,737,420 | rust | Tracking issue for release notes of #130191: [discussion] `ErrorKind::CrossesDevices` from `io_error_more` |
This issue tracks the release notes text for #130191.
### Steps
- [ ] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [ ] Issue is nominated for release team review of clarity for wider audience.
- [ ] Release team includes text in release notes/blog posts.
### Release notes text
Th... | T-libs-api,relnotes,relnotes-tracking-issue | low | Critical |
2,723,738,600 | rust | Adding `lto = true` causes duplicated symbol errors on `.weak` symbols | <!--
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->
Here's a minimal reproducer for the issue described in the title.
`.cargo/config.toml`:
```toml
[build]
target = "riscv32imc-unknown-none-elf"
[unstable]
buil... | A-linkage,A-inline-assembly,T-compiler,C-bug,A-LTO | low | Critical |
2,723,746,478 | rust | Tracking issue for release notes of #132187: Add Extend impls for tuples of arity 1 through 12 |
This issue tracks the release notes text for #132187.
### Steps
- [ ] Proposed text is drafted by PR author (or team) making the noteworthy change.
- [ ] Issue is nominated for release team review of clarity for wider audience.
- [ ] Release team includes text in release notes/blog posts.
### Release notes text
Th... | T-libs-api,relnotes,relnotes-tracking-issue | low | Minor |
2,723,757,575 | godot | [4.3] VRAM compressed textures import at extremely low quality | ### Tested versions
v4.3.stable.official [77dcf97d8]
### System information
Windows 10 - Godot v4.3 stable - Vulkan Forward+ renderer. nVidia GTX 1080. 16GB RAM. Intel Core i5-4690K CPU @ 3.50GHz.
### Issue description
Importing textures intended for 3D models using the default VRAM compressed mode (with "high qua... | bug,topic:import | medium | Major |
2,723,770,614 | pytorch | Embedding forward performance analysis | ### 🐛 Describe the bug
Embedding operation maps indices into a dense vector space, typically used to look up embeddings for discrete input tokens in tasks like natural language processing.
Inductor compiled kernel is slower than liger version for this op. For input 11, liger is 1.26X faster than inductor.
## ... | triaged,oncall: pt2,module: inductor | low | Critical |
2,723,773,080 | flutter | RawImage Leaks when the image is changed | ### Steps to reproduce
Use RawImage, change the image it references every frame, it will leak the images and run flutter out of memory (flutter web).
A while back I looked into RawImage to see why it was leaking. Looks like it clones your image handle before it passes it to RenderImage:
https://github.com/fl... | framework,P2,team-framework,triaged-framework | low | Critical |
2,723,776,169 | vscode | Brackets Snippet deleting chars | Brackets Snippet in replace mode deletes char when prefix already exists

Steps to Reproduce:
1. Set `editor.suggest.insertMode` to `replace`
1. Create new global snippet `workbench.action.openSnippets`
```jsonc
{
"Brackets": {
... | bug,snippets | low | Critical |
2,723,780,746 | vscode | Automatically dismiss messages | <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->

- Works as intended < 4.3dev2 (dev1, 4.2)
### System information
win 10 : forward + : rtx4060
### Issue description
After Using the Create Physical Skeleton on a Sekelton3D the bone (PhysicalBone3D) collision shape (CollisionShape3D) ... | bug,topic:editor,topic:3d | low | Critical |
2,723,843,270 | rust | "error[E0106]: missing lifetime specifiers" suggests creating unusable `&'a mut Foo<'a>` references | ### Code
```Rust
struct Borrowed<'a>(&'a ());
struct Transformed<'a>(&'a ());
fn foo(_borrowed: &mut Borrowed) -> &mut Transformed {}
```
### Current output
```Shell
error[E0106]: missing lifetime specifiers
--> src/lib.rs:4:37
|
4 | fn foo(_borrowed: &mut Borrowed) -> &mut Transformed {}
| -... | A-diagnostics,T-compiler | low | Critical |
2,723,884,058 | godot | Late property initialization in a child node is not reflected in parent's `_integrate_forces()` tick | ### Tested versions
- Reproducible: v4.3.stable.official [77dcf97d8], v4.4.dev6.official [1f47e4c4e]
### System information
Godot v4.3.stable - macOS 11.7.10 - Vulkan (Forward+) - integrated Intel HD Graphics 5000 - Intel(R) Core(TM) i5-4260U CPU @ 1.40GHz (4 Threads)
### Issue description
A `RigidBody2D` (probabl... | bug,topic:physics,needs testing | low | Critical |
2,723,903,487 | flutter | Eliminate use of `integration_test_driver_extended.dart` | `integration_test_driver_extended.dart` was added in order to support a host-side component to `integration_test` tests, specifically screenshot testing for the web. Unlike mobile/desktop apps, the web does not have target-side mechanisms for capturing screenshots of the browser window, and thus a host side mechanism w... | a: tests,f: integration_test,P2,team-framework,triaged-framework | low | Minor |
2,723,924,999 | PowerToys | Force Focus on Program/App/Window | ### FORCED FOCUS
Similar to enabling Always On Top, there could be an option to force Windows to 'focus' on a window of an app or a browser.
This might be part of the options in Always On Top or its own separate feature.
### Scenario when this would be used?
Specifically, the scenario is caused by a program I am... | Idea-New PowerToy,Product-Always On Top,Needs-Triage | low | Minor |
2,723,957,004 | vscode | Missing or invalid credentials. Error: connect ENOENT /run/user/1000/vscode-git-76f8f1b8ce.sock | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid creat... | info-needed,git | low | Critical |
2,723,972,496 | deno | Deno panick using VS-Code to debug | Platform: linux x86_64
Version: 2.1.3
Args: ["/home/matthias/.deno/bin/deno", "run", "--inspect-wait", "--allow-read=input.txt", "--watch", "main.ts", "--quiz=1"]
thread 'main' panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deno_core-0.324.0/inspector.rs:381:16:
internal error: ente... | bug,debugger,--watch,panic | low | Critical |
2,723,985,255 | godot | CLI import hangs in docker environment with blend file | ### Tested versions
- Reproducible in: v4.3-stable, 4.4-dev6
### System information
Linux 6.11.10-2-MANJARO, 64-bit, Docker version 27.3.1, build ce1223035a
### Issue description
When using a Docker image in a CI/CD setup to build a Godot game, the command:
```shell
godot --headless --import --verbose project.godo... | bug,needs testing,topic:import | low | Critical |
2,723,995,134 | godot | Export Error with .NET 9 on iOS | ### Tested versions
Reproducible in 4.3.stable.mono
### System information
macOS Sequoia (15.1.1) - Mac Mini (2018)
### Issue description
With `.NET 9` out of RC I tested for any errors and there is an error that prevents exporting specifically for iOS.
```
MSB3030: Could not copy the file "/Users/[username]/.nug... | bug,platform:ios,topic:dotnet,topic:export | low | Critical |
2,724,006,003 | vscode | Block Extension Access to Sensitive Files in the Project | <!-- ⚠️⚠️ Do Not Delete This! feature_request_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
related to #52116
Currently, VSCode extensions have... | feature-request,extensions,file-io | low | Major |
2,724,015,853 | godot | Remote debug fails in chrome browser Godot 4.3 | ### Tested versions
Reproducible in 4.3
### System information
Godot v4.3.stable - Windows 10.0.22631 - GLES3 (Compatibility) - NVIDIA GeForce RTX 4070 Ti (NVIDIA; 32.0.15.6614) - AMD Ryzen 9 7950X 16-Core Processor (32 Threads)
### Issue description
Remote debug works for Firefox and Edge browsers, but fails for ... | bug,platform:web,needs testing | low | Critical |
2,724,021,888 | next.js | Subpath imports broken since 15.0.3-canary.7 | ### Link to the code that reproduces this issue
https://github.com/fluidsonic/next-import-subpaths-bug
### To Reproduce
1. `cd` into the cloned repo
2. `pnpm i` to install dependencies (it's a pnpm workspace)
3. `cd project-a`
4. `pnpm build`
### Current vs. Expected behavior
Build fails because it can't resolv... | bug | low | Critical |
2,724,038,076 | TypeScript | Writes to indexed access of an index signature are not sufficiently constrained | ### 🔎 Search Terms
"return type" "generic" "type parameter" "indexed access" "index signature" "assignable" "constraint"
### 🕗 Version & Regression Information
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about index signatures
### ⏯ Playground Link
https://www.typescriptla... | Suggestion,Experimentation Needed | low | Critical |
2,724,048,216 | rust | better explanation when evaluation of constant value failed with overflowing literal | ### Code
```Rust
fn main() {
const _:() = assert!(0 <= 2_147_483_648);
}
```
### Current output
```Shell
error[E0080]: evaluation of constant value failed
--> src/main.rs:4:18
|
4 | const _:() = assert!(0 <= 2_147_483_648);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at... | A-diagnostics,T-compiler | low | Critical |
2,724,100,193 | TypeScript | Rethink AutoImportProvider automatic limits | There have been a few issues with `"includePackageJsonAutoImports": "auto"` recently.
Today, we scan your project's package.json for dependencies not yet included in your TS program, scanning those dependencies' package.jsons for entrypoints to include as root files for the auxiliary program that collects additional a... | Needs Investigation | low | Minor |
2,724,104,089 | deno | Do not require cached packuments to construct npm resolution from the lockfile | If we store more information in the lockfile it should be possible to not need to reach into the global cache to get information for running a Deno program that already has the tarballs cached.
Right now we load:
- cpu, os
- dependencies
- dist
- optional dependencies
- bin
- scripts
- deprecated
But pro... | perf | low | Minor |
2,724,155,947 | TypeScript | Design Meeting Notes, 11/19/2024 | *Notes from @RyanCavanaugh*
# Node unflagging `--experimental-strip-types`
https://github.com/nodejs/typescript/issues/17
* Removes types
* Doesn't do downleveling or e.g. `enum` syntax
* Covered by `--experimental-transform-types`
* Requires no commandline flag
* Node.js docs cover recommended tsconfig settings
*... | Design Notes | low | Minor |
2,724,156,328 | TypeScript | Design Meeting Notes, 12/3/2024 |
## New `--module` Targets for Node.js
https://github.com/Microsoft/TypeScript/issues/60589
https://github.com/Microsoft/TypeScript/issues/60534
* Previously, we were pretty loose about JSON `import`s in `nodenext`.
* We need to stop allowing named imports from these JSON files.
* Also, Node.js *requires* you... | Design Notes | low | Critical |
Subsets and Splits
GitHub Issues Containing Next.js References
Filters training data to find examples mentioning "next.js", providing basic keyword search capability but offering limited analytical value beyond simple retrieval.