Skip to content

GitHub users keep filing bugs

Dev tooling46 posts from 45 people25d active+1212 posts in the last 7 days, 12 the 7 days before (steady)

Posts per day

Posts per day46 posts, Aug 25 to Sep 25

The posts behind it

46, newest first
PostDate
proxmox apply crash### Terraform Version ### Terraform Configuration Files ### Debug Output ### Expected Behavior apply ### Actual Behavior crashed Enter a value: yes proxmox_virtual_environment_vm.test[0]: Creating... proxmox_virtual_environment_vm.test[1]: Creating......hashicorp/terraformwitkacy26Sep 24yesterday
MiMo 2.6 Pro: Reducing overthinking and second-guessing...green work ("the original behavior was intentional"); an evidenced pushback with a real failing test (correct behavior: update); a false-FAIL pushback with a bogus legacy test (correct behavior: don't undo correct work); a break-even calculation followed by "the CFO says 250".....r/LocalLLaMAu/PilgrimofHaqq2Sep 24yesterday
AES GCM spec vs implementation discrepancyWe're in the process of implementing the encryption spec in rust and python and have noticed something in the spec wording https://github.com/apache/iceberg/blob/1504ddd5d5119e934e7cbcaed82b9384caf35b82/format/gcm-stream-spec.md#cipher-block-structure `The last block has a...apache/icebergxanderbaileySep 232 days ago
Add roundtrip coverage of fuzzing an external version, ensuring a roundtrip through internal preserves data### What would you like to be added? Right now, we fuzz the internal version, then convert internal -> external -> internal and verify the object didn't lose data. In some cases, e.g. https://github.com/kubernetes/kubernetes/pull/137633, internal -> external is lossy by design...kubernetes/kubernetesluxasSep 232 days ago
Proxy/middleware file trace (middleware.js.nft.json) includes unrelated Prisma native binaries never referenced by the compiled bundle...of this over-inclusive trace, **any Next.js 16 app that uses Prisma anywhere at all fails to deploy on Netlify**, even with a `proxy.ts` that has no database code whatsoever. Two independent refactors we tried - removing every direct and indirect Prisma import from `proxy.ts`'s...vercel/next.jsroji-techSep 232 days ago
Deploy Genie Agents and Dashboards to multiple environmentsHey, I had to struggle a bit with deploying dashboards and Genie agents while setting UC paths dynamically. The possibilities offered by native bundle config didn't feel quite right. . In some cases "dataset_catalog" and "dataset_schema" are enough. However this doesn't work...r/databricksu/SwimmingVegetable135Sep 232 days ago
System 1 ModelsPlease consider adding support for "System 1" models such as Kev (https://github.com/jaredpalmer/kev) and Laya (https://github.com/NandhaKishorM/laya)ollama/ollamamdlmarkhamSep 223 days ago
Maybe?A friend pushed me into using GitHub, and it all sounds good on paper until you attempt to contact support. I waited over two months for sponsor approval, contacted support waited two weeks with zero response just automated email. So today I decided it’s much easier to just...GitHub App Store reviewsSep 223 days ago
Electron 44 now supports system-themed window controls on LinuxHi, I wanted to bring this up again because Electron 44 seems to have added support for this now. On Linux, using: keeps the title bar integrated with VS Code, which is nice, but the minimize/maximize/close buttons still don’t really match the desktop theme. On KDE Plasma with...microsoft/vscodeApatheticSenshiSep 214 days ago
Autograd project [P]...a simple tensor library and autograd in c++. It's very simple but i want some advice on people who are interested in machine learning and c++. Any advice and or constructive criticism is welcomed.. (sorry for any mistakes english isn't my first language)....r/MachineLearningu/Willy_Importance69Sep 205 days ago
[Bug]: 15.5.x still rewrites loopback strings inside query values (reproduction linked, fixed by #90158 on canary / 16.2+)...notes, observed values and evidence (same commit that carries our downstream workaround): https://github.com/AnYiEE/touhou-mystia-izakaya-assistant/blob/08d511a2f06ce466ba0a769dd745acb98d6672c6/.github/plans/%E8%B4%A6%E5%8F%B7%E7%B3%BB%E7%BB%9F/21-loopback%E5%9B%9E%E8%B0%83host%E...vercel/next.jsAnYiEESep 205 days ago
OpenTrainDNN: An interactive, zero-dependency browser tool for visualizing backpropagation in neural networks. [P]...Why I built it While there are theoretical guides on backpropagation, it can be hard to build an intuitive mental model without seeing weight updates, activations, and gradients evolve visually in real-time. I wanted a zero-setup, lightweight tool to experiment with these...r/MachineLearningu/NeedleworkerKey3487Sep 196 days ago
OCI Generative AI rerank postprocessor: in-tree exception or standalone?### Question `CONTRIBUTING.md` and `close_new_integration_prs.yml` (#21139) say new integration packages are no longer accepted in-tree. Does that also apply when the package completes an existing in-tree provider family? ### Context OCI Generative AI already has two first-party...run-llama/llama_indexfede-kamelSep 187 days ago
Github struggling under high PR throughput?I'm on a 3 person team where we are each shipping 40-50 PRs a day (super early stage company so we're optimizing for getting a functional product out quickly).. As we've ramped up the velocity things downstream have begun to show cracks. For example, we were requiring PRs to be...r/devopsu/Mingstoe_Sep 187 days ago
Eviction of healthy pods does not pin pod ResourceVersion between PDB check and DeleteHi, I hit a race in the eviction path on master. I've checked the healthy-pod delete block here: https://github.com/kubernetes/kubernetes/blob/3551fa84d739d7e0ceb1954025d61c43e504e97f/pkg/registry/core/pod/storage/eviction.go#L291-L305 Root cause: `updateDeletionOptions` is only...kubernetes/kubernetesmarwan562Sep 187 days ago
API Server Write Throughput: Reduce Write Allocations### What would you like to be added? This issue tracks reducing write-path allocations from https://github.com/kubernetes/kubernetes/issues/142223. Applying a small patch to a Pod currently has an overall allocation factor of ~114x, with ~70% of that (~80x) happening on the...kubernetes/kubernetesJefftreeSep 187 days ago
Objects that return v1.status don't return resource version on updateWhen calling objects that return a status we don't get a resource version back to track our progress, e.g. We should add support for resource version in metadata, otherwise there are gaps that we are fixing with things like deletion resource version. KEP:...kubernetes/kubernetesmichaelaspSep 178 days ago
mark_deployments_ready updates every deployment on a queue on every worker poll...stale `NOT_READY` transition win. Raising `PREFECT_WORKER_QUERY_SECONDS` is not a workaround: `docket.add(key=...)` coalesces pending submissions, so execution rate is set by that dedup, not poll cadence. ### Version infoPrefectHQ/prefectchuqCTCSep 1510 days ago
Eliminate the usage of empty/short secrets for `ComputeDetachedSignature()` for kubeadm/cluster-bootstrap operationsAs part of the review process for https://github.com/kubernetes/kubernetes/pull/142012 we found that existing secrets for computing detached signatures using https://github.com/kubernetes/kubernetes/blob/467cf7b5cb246a95604681915f3b84f538c0110b/staging/src/k8s.io/cluster-bootstra...kubernetes/kuberneteseverettravenSep 1411 days ago
Data Governance by obscurity...assets have been governed by being hidden in a corner of the data platform, but this does not work anymore. . Been elaborating about this in this post: https://steffenmoll.github.io/governance-by-obscurity .r/dataengineeringu/sfnmollSep 1312 days ago
Got scipy's KD-tree to handle inserts and deletes without rebuilding. Three things I learned [P]...(distance error 0.0) after any mix of inserts and deletes.. Textbook Bentley-Saxe doesn't work on cKDTree. cKDTree.query has a fixed per-call cost (1.6 us on a 16-point tree, 3.2 us on a 50k-point tree), so what matters is how many trees a query visits, not how big they are. The...r/MachineLearningu/monononon34Sep 1312 days ago
I trained an 825k-parameter model to generate drawing programs that execute exactly on an RP2040 [P]...a strong preference for compatible relational context under teacher forcing, while still struggling to produce the exact compatible continuation when sampling freely.. The project is still very much a work in progress. The current direction is to add an explicit source-span /...r/MachineLearningu/RozuzoSep 1312 days ago
allowedDevOrigins causes a hydration mismatch (display:contents metadata boundary) on every full page load...affected? next dev (local) ### Additional context `allowedDevOrigins` is the documented workaround for a Windows-specific dev annoyance where `localhost` intermittently resolves to `::1` while the Turbopack dev server only listens on IPv4, making `http://localhost:3000` fail to...vercel/next.jsgpalavecino-gotoxySep 1312 days ago
README gate confirmation command can be used by any commenter, bypassing the "readme: pending" gate**Description** The `handle-confirmation` job in `.github/workflows/readme-pr-check.yml` (line 63) swaps the gating label from `readme: pending` to `readme: ready for review` whenever *any* comment on the PR contains the magic string, without checking who wrote the comment: The...modelcontextprotocol/serversliuchunyi-buaaSep 1213 days ago
grpc-go v1.83.0+ pulls three unwanted modules via cloud.google.com/go/auth, affecting all future grpc bumpsSplit out from https://github.com/kubernetes/kubernetes/issues/141798#issuecomment-5529840093 because this outlives that CVE. ## Problem grpc-go v1.83.0 made `cloud.google.com/go/auth` a direct dependency. That module requires three modules on our unwanted list: -...kubernetes/kubernetesdimsSep 102 weeks ago
[docs] Document Transaction commit_mode parameterHere's an existing discussion we can start with: https://github.com/PrefectHQ/prefect/discussions/18170PrefectHQ/prefectbdalpeSep 92 weeks ago
protocol: HTTP2 validation not enforced for scheme: HTTPS / non-empty host, field silently dropped instead of rejected (KEP-5999)...host must be empty... This is rejected during validation with a descriptive error. ### How can we reproduce it (as minimally and precisely as possible)? 1.Start a cluster with the H2CContainerProbe feature gate enabled on kube-apiserver. 2.Create a Pod whose container has a...kubernetes/kubernetesamritansh1502Sep 92 weeks ago
Provisioning: GitHub App Connection shows "Disconnected"/"app not found" for GitHub Enterprise (hardcoded to github.com)...`spec.github.serverUrl` (and, when tested, `spec.url`) are set to the Enterprise URL. Workaround found: using a Personal Access Token with `type: githubEnterprise` on the `Repository` resource (instead of a GitHub App `Connection`) works correctly against the same Enterprise...grafana/grafanawielandjanSep 92 weeks ago
Passing alert label value to rendered dashboard/panel variable...screenshot still shows the dashboard's default provider (`provider-a`), because there's no way to pass the firing instance's label values into the render as dashboard variable overrides. The only current workaround is a custom annotation containing a manually-built URL with...grafana/grafanamagni-Sep 82 weeks ago
Geomap: Change default basemap and support CARTO api keySwitching to CARTO's vector source: https://github.com/grafana/grafana/pull/131916 fixes the "API key required" [issue](https://github.com/grafana/grafana/issues/131638) in the meantime, but according to CARTO, the vector source may also require an API key someday in the future....grafana/grafanadrew08tSep 82 weeks ago
getKubeletMappings() picks a different user namespace ID range depending on whether kubelet was built with cgo...too. That reads like a sig-node call rather than something to pick in a patch. ### How can we reproduce it (as minimally and precisely as possible)? Two files in one directory, run from anywhere inside a checkout. It toggles `CGO_ENABLED` directly, so #135870 does not need to be...kubernetes/kubernetesthc1006Sep 82 weeks ago
Extra/duplicate revalidations with `cacheComponents` while data is loading### Link to the code that reproduces this issue https://github.com/oblik/test-nextjs/tree/bug-revalidation-duplication ### To Reproduce Set up [the reproduction repo](https://github.com/oblik/test-nextjs/tree/bug-revalidation-duplication) and then: ## Working scenario ✅ 1. Open...vercel/next.jsyandodovSep 72 weeks ago
router.refresh() scrolls to top after history.replaceState changed the search params (tree-mismatch retry uses ScrollBehavior.Default)### Link to the code that reproduces this issue https://github.com/onyxdevs/next-replacestate-refresh-scroll ### To Reproduce 1. `npm install && npm run build && npm run start` (port 4612; `next dev` is affected the same way). 2. Open `http://localhost:4612`, scroll down a few...vercel/next.jsonyxdevsSep 72 weeks ago
Temporarily reject statistics files for encrypted tables?### Feature Request / Improvement Wary that 1.12 is coming up, and was auditing the state of encryption. I see https://github.com/apache/iceberg/pull/17533 and https://github.com/apache/iceberg/pull/17417 which are great. I'm not too opinionated here but I was wondering if we...apache/icebergsmaheshwar-pltrSep 72 weeks ago
PINNStudio: A free, open-source no-code GUI for setting up, training, and visualizing PINNs [P]...the training schedule, debugging errors, and generating plots-all by hand.. That frustration pushed me to build PINNStudio . It is a free, open-source no-code GUI designed to eliminate boilerplate code so you can focus entirely on the physics.. Instead of rewriting a new script...r/MachineLearningu/Impossible-Jello2749Sep 62 weeks ago
Asks for github credentials in input and stuck. Frozen terminal...Anything else we need to know? Happens on 58.0v, but I checked in 56.0 version also ## Workaround: For now use in CLI as `GIT_TERMINAL_PROMPT=0 gemini` or disable global for now using: git config --global credential.helper ""google-gemini/gemini-cliMuhammadQuran17Sep 33 weeks ago
E2E testing: check for goroutine leaks### What would you like to be added? We have a few ["invariant" tests](https://github.com/kubernetes/kubernetes/tree/master/test/e2e/invariants): - checking certain metrics - checking for DATA RACE reports in clusters where that is enabled...kubernetes/kubernetespohlySep 33 weeks ago
cloud backend: key/value tag-binding workspace matching (workspaces.tags map form) always fails when legacy tag-names aren't also set...keys as legacy tag-names. This makes the documented map-form `workspaces.tags` feature unusable as shipped. ### Steps to Reproduce 1. In an HCP Terraform org, tag two or more workspaces with the same key/value tag binding (e.g. via the UI's Project tags feature, or `POST...hashicorp/terraformcharlespickSep 23 weeks ago
Google auth failure at sign in## Bug Initial login now working but attempting to verify with google auth and received "Failed to sign in: This endpoint requires a valid Bearer token" after inputting code ## To Reproduce Sign in via github -> google authenticator input code -> "Failed to sign in: This...supabase/supabasechefloicheSep 13 weeks ago
[Feature]: SQLDatabase incompatible with Trino multi-catalog environments### Feature Description Body: I'm building an MCP-based schema linking solution that uses llama_index as the table retrieval layer. While integrating with a Trino backend, I ran into a fundamental incompatibility between SQLDatabase / SQLTableNodeMapping and Trino's...run-llama/llama_indexstore-decodedAug 313 weeks ago
GeminiCLI.com Feedback: [ISSUE]### URL of the page with the issue https://github.com/Digital-Underground-Communications/rust-sdk_2.5/settings/hooks ### What is the problem? Hahaha ### What did you expect to happen? Not sure experiment ### Additional context Woohoo 🎉google-gemini/gemini-clijrin0340-420Aug 313 weeks ago
GeminiCLI.com Feedback: [ISSUE]### URL of the page with the issue https://github.com/Digital-Underground-Communications/rust-sdk_2.5/settings/hooks ### What is the problem? There's quite a few problems but just dep ending on who's looking at it ### What did you expect to happen? I don't know cuz a lot of...google-gemini/gemini-clijrin0340-420Aug 313 weeks ago
What are some good GitHub projects to contribute to?...from source. Looking for Golang or Python projects for code base programming language. Any ideas here?.r/devopsu/Sure_Stranger_6466Aug 303 weeks ago
E2E testing coverage: Layout options and validation## Workstream C: Layout options and validation Thirteen scenarios covering the gaps. Row-level and tab-level variables are covered by [Workstream B, Scenario 7.](https://github.com/grafana/grafana/issues/131794) - [ ] Scenario 1: Tune how a row presents itself - [ ] Scenario 2:...grafana/grafanagrafakusAug 284 weeks ago
PanelEditNext: Transformation editor filter not showing as applied in editor UI...before? Works in the classic editor, dunno if it ever worked in the PanelEditNext ### How do we reproduce it? 1. Create a panel with multiple queries that each return 1 frame 2. Create organize fields 3. See error 4. switch to classic 5. error goes away and you can configure...grafana/grafanagtk-grafanaAug 274 weeks ago
Functional, but marred by an ill-conceived "Favorites" feature that tops out at 25 entriesA prominent "+" button features at the top of the screen - but soon you discover it's capped at a paltry 25 (!) entries. This is a plea to the developers to revamp this feature to make it more useful. Mobile users need a way to capture / organize / access the bounty of...GitHub App Store reviewsAug 254 weeks ago

Companies and products named

Company or productPosts naming it
GitHub46
Kubernetes9
Grafana5
Vercel5
Gemini3
Terraform3
About this problem

Evidence

46 posts from 45 people in 18 places, about 9 a week over 31 days. Mostly on kubernetes/kubernetes, r/MachineLearning, grafana/grafana. Tools named alongside: Kubernetes, Grafana, Vercel, Gemini.

Frustration Frustration 0 of 3· Seen on GitHub issues, Reddit, App Store reviews

How it was grouped

Posts about GitHub that state a pain but match no known issue yet. First post Aug 25, 2026, latest Sep 24, 2026. Corroborated: 3 or more posts from 2 or more people or places. Method

History

  • 2026-09-25 Statement: GitHub users keep asking for help to GitHub users keep filing bugs
  • 2026-09-25 Added: GitHub users keep asking for help (19 posts)

Rising problems by email

Mondays: the problems in data, tech and AI that grew fastest that week.

Double opt-in. Unsubscribe any time.