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/terraform witkacy26 hashicorp/terraform witkacy26 1 reactions, 4 replies Sep 24 1d yesterday 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/LocalLLaMA u/PilgrimofHaqq2 r/LocalLLaMA u/PilgrimofHaqq2 Sep 24 1d yesterday AES GCM spec vs implementation discrepancy We'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/iceberg xanderbailey apache/iceberg xanderbailey Sep 23 2d 2 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/kubernetes luxas kubernetes/kubernetes luxas 2 replies Sep 23 2d 2 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.js roji-tech vercel/next.js roji-tech 1 replies Sep 23 2d 2 days ago Deploy Genie Agents and Dashboards to multiple environments Hey, 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/databricks u/SwimmingVegetable135 r/databricks u/SwimmingVegetable135 Sep 23 2d 2 days ago System 1 Models Please consider adding support for "System 1" models such as Kev (https://github.com/jaredpalmer/kev) and Laya (https://github.com/NandhaKishorM/laya) ollama/ollama mdlmarkham ollama/ollama mdlmarkham 4 reactions, 1 replies Sep 22 3d 3 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 reviews GitHub App Store reviews Sep 22 3d 3 days ago Electron 44 now supports system-themed window controls on Linux Hi, 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/vscode ApatheticSenshi microsoft/vscode ApatheticSenshi 4 reactions, 1 replies Sep 21 4d 4 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/MachineLearning u/Willy_Importance69 r/MachineLearning u/Willy_Importance69 Sep 20 5d 5 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.js AnYiEE vercel/next.js AnYiEE 1 replies Sep 20 5d 5 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/MachineLearning u/NeedleworkerKey3487 r/MachineLearning u/NeedleworkerKey3487 Sep 19 6d 6 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_index fede-kamel run-llama/llama_index fede-kamel Sep 18 7d 7 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/devops u/Mingstoe_ r/devops u/Mingstoe_ Sep 18 7d 7 days ago Eviction of healthy pods does not pin pod ResourceVersion between PDB check and Delete Hi, 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/kubernetes marwan562 kubernetes/kubernetes marwan562 2 replies Sep 18 7d 7 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/kubernetes Jefftree kubernetes/kubernetes Jefftree 5 replies Sep 18 7d 7 days ago Objects that return v1.status don't return resource version on update When 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/kubernetes michaelasp kubernetes/kubernetes michaelasp 1 reactions, 5 replies Sep 17 8d 8 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 info PrefectHQ/prefect chuqCTC PrefectHQ/prefect chuqCTC 1 reactions Sep 15 10d 10 days ago Eliminate the usage of empty/short secrets for `ComputeDetachedSignature()` for kubeadm/cluster-bootstrap operations As 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/kubernetes everettraven kubernetes/kubernetes everettraven 2 replies Sep 14 11d 11 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/dataengineering u/sfnmoll r/dataengineering u/sfnmoll Sep 13 12d 12 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/MachineLearning u/monononon34 r/MachineLearning u/monononon34 Sep 13 12d 12 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/MachineLearning u/Rozuzo r/MachineLearning u/Rozuzo Sep 13 12d 12 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.js gpalavecino-gotoxy vercel/next.js gpalavecino-gotoxy 4 replies Sep 13 12d 12 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/servers liuchunyi-buaa modelcontextprotocol/servers liuchunyi-buaa Sep 12 13d 13 days ago grpc-go v1.83.0+ pulls three unwanted modules via cloud.google.com/go/auth, affecting all future grpc bumps Split 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/kubernetes dims kubernetes/kubernetes dims 2 replies Sep 10 2w 2 weeks ago [docs] Document Transaction commit_mode parameter Here's an existing discussion we can start with: https://github.com/PrefectHQ/prefect/discussions/18170 PrefectHQ/prefect bdalpe PrefectHQ/prefect bdalpe Sep 9 2w 2 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/kubernetes amritansh1502 kubernetes/kubernetes amritansh1502 5 replies Sep 9 2w 2 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/grafana wielandjan grafana/grafana wielandjan 1 replies Sep 9 2w 2 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/grafana magni- grafana/grafana magni- 2 reactions, 1 replies Sep 8 2w 2 weeks ago Geomap: Change default basemap and support CARTO api key Switching 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/grafana drew08t grafana/grafana drew08t 1 reactions, 1 replies Sep 8 2w 2 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/kubernetes thc1006 kubernetes/kubernetes thc1006 5 replies Sep 8 2w 2 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.js yandodov vercel/next.js yandodov 7 reactions, 3 replies Sep 7 2w 2 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.js onyxdevs vercel/next.js onyxdevs 1 reactions, 2 replies Sep 7 2w 2 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/iceberg smaheshwar-pltr apache/iceberg smaheshwar-pltr 3 replies Sep 7 2w 2 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/MachineLearning u/Impossible-Jello2749 r/MachineLearning u/Impossible-Jello2749 Sep 6 2w 2 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-cli MuhammadQuran17 google-gemini/gemini-cli MuhammadQuran17 1 reactions, 2 replies Sep 3 3w 3 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/kubernetes pohly kubernetes/kubernetes pohly 1 reactions, 7 replies Sep 3 3w 3 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/terraform charlespick hashicorp/terraform charlespick 1 reactions, 1 replies Sep 2 3w 3 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/supabase chefloiche supabase/supabase chefloiche Sep 1 3w 3 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_index store-decoded run-llama/llama_index store-decoded Aug 31 3w 3 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-cli jrin0340-420 google-gemini/gemini-cli jrin0340-420 1 replies Aug 31 3w 3 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-cli jrin0340-420 google-gemini/gemini-cli jrin0340-420 1 replies Aug 31 3w 3 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/devops u/Sure_Stranger_6466 r/devops u/Sure_Stranger_6466 Aug 30 3w 3 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/grafana grafakus grafana/grafana grafakus Aug 28 4w 4 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/grafana gtk-grafana grafana/grafana gtk-grafana 2 reactions, 3 replies Aug 27 4w 4 weeks ago Functional, but marred by an ill-conceived "Favorites" feature that tops out at 25 entries A 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 reviews GitHub App Store reviews Aug 25 4w 4 weeks ago