title stringlengths 1 551 | source stringclasses 83
values | url stringlengths 13 578 | category stringclasses 11
values | language stringclasses 12
values | content stringlengths 80 800 | chunk_id int64 0 6.66k | chunk_length int64 80 800 | last_updated stringdate 2026-03-23 10:49:51 2026-03-23 11:44:43 |
|---|---|---|---|---|---|---|---|---|
log-traces-to-project | langchain | https://docs.langchain.com/langsmith/log-traces-to-project | ai | python | Log traces to a specific project - Docs by LangChain Skip to main content Docs by LangChain home page LangSmith Search... ⌘ K Search... Navigation Project & environment settings Log traces to a specific project Get started Observability Evaluation Prompt engineering Agent deployment Platform setup Reference Overview Qu... | 0 | 800 | 2026-03-23T11:18:10.530939 |
pytorch | pytorch | https://pytorch.org/blog/ | ml | python | dge with ExecuTorch and Arm Blog Deploying PyTorch Models to the Micro-Edge with ExecuTorch and Arm The world of AI is expanding beyond the cloud, reaching devices that fit in the… Dominica Abena Oforiwaa Amanfo March 5, 2026 Quantization-Aware Training in TorchAO (II) Blog Quantization-Aware Training in TorchAO (II) I... | 4 | 800 | 2026-03-23T11:05:51.621526 |
convex | convex | https://docs.convex.dev/understanding/best-practices/ | database | typescript | ; if ( user === null ) { throw new Error ( "Unauthorized" ) ; } const isTeamOwner = /* check if user is the owner of the team */ if ( ! isTeamOwner ) { throw new Error ( "Unauthorized" ) ; } await ctx . db . patch ( "teams" , id , { owner : owner } ) ; } , } ) ; export const setTeamName = mutation ( { args : { id : v .... | 15 | 797 | 2026-03-23T11:06:56.256858 |
changelog.html | python | https://docs.python.org/3/whatsnew/changelog.html | language | python | _DummyThread.is_alive(). bpo-29110 : Fix file object leak in aifc.open() when file is given as a filesystem path and is not in valid AIFF format. Patch by Anthony Zhang. bpo-28961 : Fix unittest.mock._Call helper: don’t ignore the name parameter anymore. Patch written by Jiajun Huang. bpo-29532 : Altering a kwarg dicti... | 2,257 | 800 | 2026-03-23T10:57:25.355776 |
move-config | terraform | https://developer.hashicorp.com/terraform/tutorials/modules/move-config | devops | hcl | ciate_public_ip_address = true user_data = <<-EOF #!/bin/bash apt-get update apt-get install -y apache2 sed -i -e 's/80/8080/' /etc/apache2/ports.conf echo "Hello World" > /var/www/html/index.html systemctl restart apache2 EOF tags = { Name = "terraform-learn-move-ec2" } } Finally, create a new outputs.tf file with an ... | 11 | 800 | 2026-03-23T11:29:45.049847 |
test@go1.26.1 | go | https://go.dev/cmd/go/internal/test@go1.26.1 | language | go | ore invoking the test binary. For instance, the command go test -v -myflag testdata -cpuprofile=prof.out -x will compile the test binary and then run it as pkg.test -test.v -myflag testdata -test.cpuprofile=prof.out (The -x flag is removed because it applies only to the go command's execution, not to the test itself.) ... | 20 | 798 | 2026-03-23T11:12:03.142778 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | capabilities.tools return cls( experimental=list(mcp_capabilities.experimental.keys()) if mcp_capabilities.experimental else None, logging=mcp_capabilities.logging is not None, prompts=prompts_cap is not None, prompts_list_changed=bool(prompts_cap.listChanged) if prompts_cap else False, resources=resources_cap is not N... | 2,749 | 720 | 2026-03-23T10:51:26.915281 |
amazon-rds | supabase | https://supabase.com/docs/guides/resources/migrating-to-supabase/amazon-rds | database | typescript | Migrate from Amazon RDS to Supabase | Supabase Docs Platform Migrate from Amazon RDS to Supabase Migrate your Amazon RDS MySQL or MS SQL database to Supabase. This guide aims to exhibit the process of transferring your Amazon RDS database from any of these engines Postgres, MySQL or MS SQL to Supabase's Postgres databa... | 0 | 800 | 2026-03-23T11:23:43.253195 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/user/application_security/policies/pipeline_execution_policies/ | devops | yaml | until the .pipeline-policy-pre stage completes. If the .pipeline-policy-pre stage fails or all jobs in the stage are skipped, all jobs in later stages are skipped, including: Jobs with needs: [] . Jobs with when: always . If you do not require this behavior for your workflow, use the .pre stage or a custom stage instea... | 8 | 798 | 2026-03-23T11:00:45.674330 |
redis | redis | https://redis.io/docs/latest/develop/data-types/streams/ | database | bash | . xadd ( "race:france" , { "rider" : "Castilla" , "speed" : 29.9 , "position" : 1 , "location_id" : 2 }, ) print ( res6 ) # >>> 1692629676124-0 res7 = r . xlen ( "race:france" ) print ( res7 ) # >>> 4 res8 = r . xadd ( "race:usa" , { "racer" : "Castilla" }, id = "0-1" ) print ( res8 ) # >>> 0-1 res9 = r . xadd ( "race:... | 2,959 | 787 | 2026-03-23T11:04:07.563740 |
vercel-managed-integration | neon | https://neon.tech/docs/guides/vercel-managed-integration | database | sql | deployments are removed. The timing of this cleanup depends on Vercel's deployment retention policy , which retains preview deployments for 6 months by default. Preview branches may not be deleted for months Because of Vercel's default retention settings, preview branches can persist long after a PR is closed. To under... | 6 | 799 | 2026-03-23T11:13:02.600875 |
?s=julia | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=julia | devops | python | s receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/httpcheckreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Huawei Cloud CES Receiver by 🔭 Open... | 121 | 800 | 2026-03-23T11:23:03.563383 |
redis | redis | https://redis.io/docs/latest/develop/data-types/streams/ | database | bash | " { b . Name }: { b . Value } "))}]" ); } // >>> 1712744358384-0: [rider: Royce] // Tests for 'xrange_pending' step. StreamEntry [] res29 = db . StreamClaim ( "race:italy" , "italy_riders" , "Alice" , 60000 , [ 1712744358384 - 0 ] ); foreach ( StreamEntry entry in res29 ) { Console . WriteLine ( $"{entry.Id}: [{string.... | 2,586 | 800 | 2026-03-23T11:04:07.563228 |
fx.html | pytorch | https://pytorch.org/docs/stable/fx.html | ml | python | process_outputs function first before using them. Returns : The value returned from executing the Module Return type : Any Note Backwards-compatibility for this API is guaranteed. run_node ( n ) [source] # Run a specific node n and return the result. Calls into placeholder, get_attr, call_function, call_method, call_mo... | 111 | 799 | 2026-03-23T10:57:34.573221 |
overview | neon | https://neon.tech/docs/manage/overview | database | sql | s a database. A role belongs to a branch. There is a limit of 500 roles per branch. The default branch of a Neon project is created with a role named for your database. For example, if your database is named neondb , the project is created with a role named neondb_owner . This role is the owner of the database. Any rol... | 4 | 799 | 2026-03-23T11:23:54.143245 |
?s=kafkajs | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=kafkajs | devops | python | etry Authors 🔭 Various ResourceProvider implementations contributed to OpenTelemetry. contrib glassFish jetty tomcat tomEE resource-detector java Java Language Resource detector Component Apache 2.0 License Repository OpenTelemetry Resource Detector for GCP by 🔭 OpenTelemetry Authors 🔭 The GCP resource detector for ... | 371 | 800 | 2026-03-23T11:12:51.175205 |
overview | tanstack_router | https://tanstack.com/db/latest/docs/framework/angular/overview | framework | typescript | values, use the params option to re-run the query when those values change: typescript import { Component, signal } from '@angular/core' import { injectLiveQuery } from '@tanstack/angular-db' import { gt } from '@tanstack/db' @Component({ selector: 'app-filtered-todos', standalone: true, template: ` <div>{{ query.data(... | 5 | 760 | 2026-03-23T11:27:32.103952 |
results-1-100-thread-2024-06-15.json | qdrant | https://qdrant.tech/benchmarks/results-1-100-thread-2024-06-15.json | database | python | rps": 292.19191929532985, "parallel": 100, "p99_time": 0.542341586368857, "mean_time": 0.31747489681523294, "mean_precisions": 0.9888400000000002, "engine_params": { "ef": 128, "hnsw_config": { "M": 32, "EF_CONSTRUCTION": 256 } } }, { "engine_name": "redis", "setup_name": "redis-m-32-ef-256", "dataset_name": "dbpedia-o... | 1,214 | 662 | 2026-03-23T10:59:06.541838 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | = TypeAliasType( "ReducerFunction", ContextReducerFunction[StateT, DepsT, InputT, OutputT] | PlainReducerFunction[InputT, OutputT], type_params=(StateT, DepsT, InputT, OutputT), ) ``` A function used for reducing inputs to a join node. ### reduce_null ```python reduce_null(current: None, inputs: Any) -> None ``` A redu... | 5,353 | 772 | 2026-03-23T10:51:26.921367 |
email.examples.html | python | https://docs.python.org/3/library/email.examples.html | language | python | display {} " . format ( richest . get_content_type ())) sys . exit () with tempfile . NamedTemporaryFile ( mode = 'w' , delete = False ) as f : f . write ( magic_html_parser ( body . get_content (), partfiles )) webbrowser . open ( f . name ) os . remove ( f . name ) for fn in partfiles . values (): os . remove ( fn ) ... | 15 | 799 | 2026-03-23T11:02:21.507058 |
llms-full.txt | inngest | https://www.inngest.com/llms-full.txt | devops | typescript | vent excessive function runs over a given time period by _skipping_ events beyond a specific limit. Ideal for protecting against abuse. } href={'/docs/guides/debounce'}> Avoid unnecessary function invocations by de-duplicating events over a sliding time window. Ideal for preventing wasted work when a function might be ... | 568 | 792 | 2026-03-23T10:50:47.948490 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/ci/migration/bamboo/ | devops | yaml | scope : global triggers : - polling : period : '180' branches : create : manually delete : never link-to-jira : true notifications : [] labels : [] dependencies : require-all-stages-passing : false enabled-for-branches : true block-strategy : none plans : [] other : concurrent-build-plugin : system-default --- version ... | 3 | 800 | 2026-03-23T10:52:41.102039 |
mysql | mysql | https://dev.mysql.com/doc/refman/8.0/ja/ | database | sql | .4 NDB Cluster レプリケーションスキーマおよびテーブル 23.6.5 NDB Cluster のレプリケーションの準備 23.6.6 NDB Cluster レプリケーションの開始 (シングルレプリケーションチャネル) 23.6.7 NDB Cluster レプリケーションでの 2 つのレプリケーションチャネルの使用 23.6.8 NDB Cluster レプリケーションによるフェイルオーバーの実装 23.6.9 NDB Cluster レプリケーションによる NDB Cluster バックアップ 23.6.10 NDB Cluster レプリケーション: 双方向および循環レプリケーション 23.6.11 NDB Cl... | 36 | 799 | 2026-03-23T11:06:47.539504 |
?s=services | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=services | devops | python | and generates resource usage metrics (such as CPU, memory, network, and disk) from them. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awsecs... | 99 | 800 | 2026-03-23T11:21:57.208024 |
search | convex | https://docs.convex.dev/search | database | typescript | is, save data to your database, and drive your user interface. See examples of how you can use this to build sophisticated AI applications . Related posts from | 1 | 159 | 2026-03-23T10:57:09.493108 |
3.4.html | python | https://docs.python.org/3/whatsnew/3.4.html | language | python | ontributed by Christian Heimes in bpo-18143 .) SSLContext has a new method, cert_store_stats() , that reports the number of loaded X.509 certs, X.509 CA certs, and certificate revocation lists ( crl s), as well as a get_ca_certs() method that returns a list of the loaded CA certificates. (Contributed by Christian Heime... | 61 | 798 | 2026-03-23T11:07:15.346484 |
?s=logr | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=logr | devops | python | on for Sentry by Sentry authors The Sentry OpenTelemetry Python integration provides a processor and propagator to send data to Sentry and to associate traces/spans to Sentry errors. For configuration details, see OpenTelemetry Support . python processor propagator utilities sentry error monitoring Python Language Util... | 390 | 800 | 2026-03-23T11:29:13.237829 |
HelpSteer2 | transformers | https://huggingface.co/datasets/nvidia/HelpSteer2 | ai | python | f 10 different inhouse LLMs (note: none from properitary LLM providers such as OpenAI). We generate 2 responses per prompts (each from a different model) using sampling techniques to give diverse yet reasonable responses. Annotations of various attributes were done by Scale AI. Annotators rated each response on a Liker... | 253 | 800 | 2026-03-23T11:29:15.680865 |
2.47.0 | git | https://git-scm.com/docs/git-config/2.47.0 | devops | bash | e make unequal size columns to utilize more space nodense make equal size columns column.branch Specify whether to output branch listing in git branch in columns. See column.ui for details. column.clean Specify the layout when listing items in git clean -i , which always shows files and directories in columns. See colu... | 90 | 799 | 2026-03-23T11:24:43.756067 |
csharp | csharp | https://learn.microsoft.com/en-us/cpp/linux/ | language | csharp | Linux development with C++ | Microsoft Learn Table of contents Read in English Edit Share via Facebook x.com LinkedIn Email Linux development with C++ | Create and debug applications for Linux Use C++ in Visual Studio 2017 and later to create and debug applications for Linux. Create Linux C++ apps in Visual Studio Get ... | 0 | 800 | 2026-03-23T11:28:43.705112 |
observability | tanstack_start | https://tanstack.com/start/latest/docs/framework/react/guide/observability | framework | typescript | }, ], }), }) OpenTelemetry Integration (Experimental) OpenTelemetry is the industry standard for observability. Here's an experimental approach to integrate it with TanStack Start: tsx // instrumentation.ts - Initialize before your app import { NodeSDK } from '@opentelemetry/sdk-node' import { getNodeAutoInstrumentatio... | 22 | 774 | 2026-03-23T10:56:52.329388 |
?s=user_events | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=user_events | devops | python | rbon’s plaintext protocol. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/carbonreceiver v0.148.0 v0.148.0 Version Collector Language Receiver... | 105 | 800 | 2026-03-23T11:30:38.941184 |
?s=remix | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=remix | devops | python | gomod : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/tencentcloudlogserviceexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository Tinybird Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter sends logs, metrics, and t... | 55 | 799 | 2026-03-23T11:33:59.676531 |
runs | github_actions | https://docs.github.com/en/rest/checks/runs | devops | yaml | "url": "https://api.github.com/repos/github/hello-world/pulls/1", "id": 1934, "number": 3956, "head": { "ref": "say-hello", "sha": "3dca65fa3e8d4b3da3f3d056c59aee1c50f41390", "repo": { "id": 526, "url": "https://api.github.com/repos/github/hello-world", "name": "hello-world" } }, "base": { "ref": "master", "sha": "e7fd... | 25 | 629 | 2026-03-23T11:04:10.623697 |
?s=extrdkafka | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=extrdkafka | devops | python | guage Instrumentation Component Apache 2.0 License Package Details (packagist) Repository OpenTelemetry PSR-14 auto-instrumentation by 🔭 OpenTelemetry Authors 🔭 This is a read-only subtree split of https://github.com/open-telemetry/opentelemetry-php-contrib . psr14 instrumentation php Quick Install To install this in... | 311 | 800 | 2026-03-23T11:10:05.128686 |
pydantic_ai | pydantic_ai | https://ai.pydantic.dev/graph/ | ai | python | eedback ( result . output ) class EmailRequiresWrite ( BaseModel ): feedback : str class EmailOk ( BaseModel ): pass feedback_agent = Agent [ None , EmailRequiresWrite | EmailOk ]( 'openai:gpt-5.2' , output_type = EmailRequiresWrite | EmailOk , # type: ignore instructions = ( 'Review the email and provide feedback, ema... | 22 | 800 | 2026-03-23T10:51:32.443258 |
docker | docker | https://docs.docker.com/dhi/core-concepts/ | devops | bash | Core concepts | Docker Docs Answers are generated based on the documentation. Back Manuals Get started Guides Reference Core concepts Copy as Markdown Open Markdown Ask Docs AI Claude Open in Claude Table of contents Docker Hardened Images (DHIs) are built on a foundation of secure software supply chain practices. This... | 0 | 800 | 2026-03-23T10:56:02.497876 |
module | deno | https://docs.deno.com/api/node/module | runtime | javascript | nction() . By default, it will throw an error if the code contains TypeScript features that require transformation such as Enums , see type-stripping for more information. When mode is 'transform' , it also transforms TypeScript features to JavaScript, see transform TypeScript features for more information. When mode i... | 3 | 800 | 2026-03-23T11:37:28.906667 |
api.html | express | https://expressjs.com/en/4x/api.html | framework | javascript | erence to the instance of the Express application that is using the middleware. res.app is identical to the req.app property in the request object. res.headersSent Boolean property that indicates if the app sent HTTP headers for the response. app . get ( ' / ' , function ( req , res ) { console . dir ( res . headersSen... | 91 | 800 | 2026-03-23T10:56:21.301681 |
resumeworkflows | mastra | https://mastra.ai/blog/resumeworkflows | ai | typescript | You can suspend/resume workflows in playground - Mastra Blog Blog / Announcements You can suspend/resume workflows in playground Mastra workflows now support suspend and resume in Playground. You can also use the new resumeStream API to close streams on suspend and resume them later. Sam Bhagwat · Oct 22, 2025 · 2 min ... | 0 | 800 | 2026-03-23T11:03:38.360830 |
ResourceSnapshot | angular | https://angular.dev/api/core/ResourceSnapshot | framework | typescript | erEffect AfterRenderOptions AfterRenderRef AfterViewChecked AfterViewInit ANIMATION_MODULE_TYPE AnimationCallbackEvent AnimationFunction APP_BOOTSTRAP_LISTENER APP_ID APP_INITIALIZER ApplicationConfig ApplicationInitStatus ApplicationModule ApplicationRef asNativeElements assertInInjectionContext assertNotInReactiveCon... | 2 | 800 | 2026-03-23T11:11:43.425276 |
artifact | mastra | https://mastra.ai/blog/artifact | ai | typescript | angchain, but found it messy and hectic. That’s when they discovered Mastra. Their architecture combines Mastra’s workflow orchestration to manage tool use (in their case, for schematics generation) with Assistant UI and Next.js to create a full-stack, Typescript agentic aerospace app. They’re deploying on AWS EC2 clus... | 3 | 800 | 2026-03-23T11:06:54.089610 |
?s=windowsservice | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=windowsservice | devops | python | Apache 2.0 License Package Details (gems) Repository OpenTelemetry ActionMailer Instrumentation by 🔭 OpenTelemetry Authors 🔭 The ActionMailer instrumentation is a community-maintained instrumentation for the ActionMailer portion of the [Ruby on Rails][rails-home] web-application framework. action mailer instrumentati... | 338 | 800 | 2026-03-23T11:10:59.940915 |
?s=pino | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=pino | devops | python | like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filestatsreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository FlinkMetrics Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver u... | 114 | 799 | 2026-03-23T11:13:48.681550 |
?s=log | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=log | devops | python | enTelemetry Authors 🔭 Instrumentation library for restify. Node.js restify Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-restify 0.58.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository Router Instrumentatio... | 298 | 800 | 2026-03-23T11:38:20.505344 |
audit-log-events-for-your-organization | github_actions | https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/audit-log-events-for-your-organization | devops | yaml | s_type , repo , repo_id , repository , repository_id , request_access_security_header , request_id , token_id , token_scopes , user , user_id , user_agent , operation_type , created_at repository_advisory.reopen Someone reopened as draft security advisory. Fields @timestamp , _document_id , action , actor , actor_id , ... | 366 | 800 | 2026-03-23T10:59:03.609182 |
mysql | mysql | https://dev.mysql.com/doc/relnotes/workbench/en/ | database | sql | ility) Changes in MySQL Workbench 8.0.45 (2025-11-25, General Availability) Changes in MySQL Workbench 8.0.44 (2025-10-22, General Availability) Changes in MySQL Workbench 8.0.43 (2025-07-22, General Availability) Changes in MySQL Workbench 8.0.42 (2025-04-15, General Availability) Changes in MySQL Workbench 8.0.41 (20... | 2 | 800 | 2026-03-23T10:50:34.434709 |
?s=user_events | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=user_events | devops | python | strumentation Component Apache 2.0 License Repository MySQL Instrumentation by 🔭 OpenTelemetry Authors 🔭 MySQL instrumentation for Node.js. js instrumentation Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-mysql 0.59.0 Version JavaScript Language Instrumentation ... | 289 | 800 | 2026-03-23T11:30:38.941324 |
tauri | tauri | https://tauri.app/blog/tauri-programme-turns-1-and-board-elections/ | desktop | rust | (1 year), starting the 16th of July. Another election will be held around the same time July next year, now with extra time to apply and for the Board to vote. We’ll announce the specifics in due time. Announcing Tauri 1.1.0 Tauri 1.0 Release Support on Open Collective Sponsor on GitHub © 2026 Tauri Contributors. CC-BY... | 3 | 326 | 2026-03-23T10:59:07.416073 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | } }, { "engine_name": "qdrant", "setup_name": "qdrant-m-32-ef-128", "dataset_name": "deep-image-96-angular", "upload_time": 806.6465907069, "total_upload_time": 1848.2912545969, "p95_time": 0.022741744, "rps": 232.4663231974, "parallel": 4, "p99_time": 0.0259362592, "mean_time": 0.0169632533, "mean_precisions": 0.99875... | 810 | 580 | 2026-03-23T11:15:13.616024 |
release-notes-1.20.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-1.20.0 | mobile | dart | ull-safety] disable tests until framework has migrated (cla: yes, team, waiting for tree to go green) 57286 Revert " Bring back paste button hide behavior 3" (a: accessibility, cla: yes, f: cupertino, f: material design, framework, platform-web, team, waiting for tree to go green) 57321 Update packages (cla: yes, team,... | 136 | 800 | 2026-03-23T11:13:03.432231 |
distributed.tensor.html | pytorch | https://pytorch.org/docs/stable/distributed.tensor.html | ml | python | ed in. In this case, even if out_placements is not None , the result function should ignore the desired placements because the function is not running with DTensor s. in_placements (Tuple[ PlacementType , …], optional) – the required placements of the DTensor s in the flattened inputs of func . If in_placements is spec... | 45 | 800 | 2026-03-23T11:06:27.576160 |
?s=python | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=python | devops | python | ocol. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/influxdbreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2... | 123 | 800 | 2026-03-23T11:27:43.914959 |
pydantic_ai | pydantic_ai | https://ai.pydantic.dev/builtin-tools/ | ai | python | ult . output ) #> The factorial of 15 is **1,307,674,368,000**. print ( result . response . builtin_tool_calls ) """ [ ( BuiltinToolCallPart( tool_name='code_execution', args={ 'code': 'import math\n\n# Calculate factorial of 15\nresult = math.factorial(15)\nprint(f"15! = {result}")\n\n# Let\'s also show it in a more r... | 12 | 800 | 2026-03-23T10:55:57.046815 |
?s=trusted-publishing | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=trusted-publishing | devops | python | ion library for Grails grails instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository GraphQL Java Instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for GraphQL Java graphql instrumentation java Java Language Instrumentation Component Apac... | 247 | 800 | 2026-03-23T11:23:36.389700 |
resource.html | python | https://docs.python.org/3/library/resource.html | language | python | ame resource. This module does not attempt to mask platform differences — symbols not defined for a platform will not be available from this module on that platform. resource. RLIMIT_CORE ¶ The maximum size (in bytes) of a core file that the current process can create. This may result in the creation of a partial core ... | 5 | 799 | 2026-03-23T11:28:56.054999 |
dynamodb | mastra | https://mastra.ai/reference/storage/dynamodb | ai | typescript | ling large attachments for workarounds including uploading attachments to external storage. Features Direct link to Features Efficient single-table design for all Mastra storage needs Based on ElectroDB for type-safe DynamoDB access Support for AWS credentials, regions, and endpoints Compatible with AWS DynamoDB Local ... | 1 | 800 | 2026-03-23T11:30:44.662240 |
?s=nginx | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=nginx | devops | python | HTTPS provider for OpenTelemetry Collector configuration maps. go confmap provider collector https Quick Install When building a custom collector you can add this provider to the manifest file like the following: providers : - gomod : go.opentelemetry.io/collector/confmap/provider/httpsprovider v1.54.0 v1.54.0 Version ... | 22 | 800 | 2026-03-23T11:33:22.910412 |
opentelemetry | opentelemetry | https://opentelemetry.io/docs/languages/go/api/ | devops | python | onality for OpenTelemetry semantic conventions in the "hw" namespace. Package hwconv provides types and functionality for OpenTelemetry semantic conventions in the "hw" namespace. v1.36.0/k8sconv Package k8sconv provides types and functionality for OpenTelemetry semantic conventions in the "k8s" namespace. Package k8sc... | 45 | 800 | 2026-03-23T10:57:59.524044 |
MiroThinker-1.7-mini | transformers | https://huggingface.co/miromind-ai/MiroThinker-1.7-mini | ai | python | soning — reasoning processes that are step-verifiable and globally verifiable, improving the performance of complex agentic workflows. Model Name Parameters Max Context Max Tool Calls HF Link MiroThinker-1.7-mini 30B 256K 300 🤗 link MiroThinker-1.7 235B 256K 300 🤗 link MiroThinker-1.7 demonstrates strong general-rese... | 1 | 800 | 2026-03-23T11:18:24.091377 |
llms.txt | svelte | https://svelte.dev/docs/svelte/llms.txt | framework | javascript | rate to event attributes for DOM elements (`on:click` → `onclick`) - migrate slot creations to render tags (` ` → `{@render children()}`) - migrate slot usages to snippets (` ... ` → `{#snippet x()} ... {/snippet}`) - migrate obvious component creations (`new Component(...)` → `mount(Component, ...)`) You can also migr... | 172 | 800 | 2026-03-23T11:13:21.347560 |
durable-functions-a-visual-javascript-primer | inngest | https://www.inngest.com/blog/durable-functions-a-visual-javascript-primer | devops | typescript | ew "shipment.created” matching the same orderId . This wait pauses the workflow until the logistics provider confirms the shipment has been dispatched. Unlike regular background jobs, this wait doesn't use resources while it waits, making it better for handling time-sensitive tasks in web apps. 💡 To summarize, our Dur... | 8 | 800 | 2026-03-23T11:17:28.982179 |
redis | redis | https://redis.io/docs/latest/develop/data-types/streams/ | database | bash | 1' step. StreamEntry [] res15 = db . StreamRange ( "race:france" , "(1712668766534-1" , "+" , 2 ); foreach ( StreamEntry entry in res15 ) { Console . WriteLine ( $"{entry.Id}: [{string.Join(" , ", entry.Values.Select(b => $" { b . Name }: { b . Value } "))}]" ); } // >>> 1712669055705-0: [rider: Prickett, speed: 29.699... | 2,755 | 800 | 2026-03-23T11:04:07.563461 |
data-processing-terms | firebase | https://firebase.google.com/terms/data-processing-terms | database | javascript | ative . Customer may contact a Google representative in relation to the exercise of its rights under these Terms via the methods described at https://firebase.google.com/support/privacy/dpo (and/or via such other means as Google may provide from time to time). Such representative will provide prompt and reasonable assi... | 44 | 800 | 2026-03-23T11:07:55.785058 |
tailwind-plus | tailwind | https://tailwindcss.com/blog/tailwind-plus | library | javascript | h is incredible, but also means there's a ton of noise in public channels. We want to build a great community where you can have high-quality conversations about front-end development with other UI engineers and connect directly with the Tailwind CSS team. Early access to beta documentation — get access to the document... | 2 | 799 | 2026-03-23T10:53:52.002030 |
qdrant | qdrant | https://qdrant.tech/articles/modern-sparse-neural-retrieval/ | database | python | aps ”? What does each number in this vector representation mean? Which one of them is capturing the cheesiness? Without a solid understanding, balancing result quality and resource consumption becomes challenging. Since, hypothetically, any document could match a query, relying on an inverted index with exact matching ... | 3 | 800 | 2026-03-23T11:00:33.078403 |
Erfc | tensorflow | https://www.tensorflow.org/api_docs/python/tf/raw_ops/Erfc | ml | python | he 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license . Last updated 2024-04-26 UTC. | 1 | 215 | 2026-03-23T11:38:45.037802 |
client-tools | tanstack_start | https://tanstack.com/ai/latest/docs/guides/client-tools | framework | typescript | ack/ai-client @tanstack/ai-react @tanstack/ai-solid @tanstack/ai-preact Adapters OpenAI OpenRouter Anthropic Google Gemini Ollama Groq Grok (xAI) Fal Community Adapters Community Adapters Guide Cencori Cloudflare Decart Soniox Mynth Class References BaseAdapter BatchStrategy CompositeStrategy ImmediateStrategy PartialJ... | 5 | 800 | 2026-03-23T11:01:15.626969 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | dataset: reference string to the DataFrame sql: the query to be executed using DuckDB """ data = ctx.deps.get(dataset) result = duckdb.query_df(df=data, virtual_table_name='dataset', sql_query=sql) # pass the result as ref (because DuckDB SQL can select many rows, creating another huge dataframe) ref = ctx.deps.store(r... | 6,522 | 732 | 2026-03-23T10:51:26.923905 |
redis | redis | https://redis.io/docs/latest/develop/data-types/streams/ | database | bash | ", entry.Values.Select(b => $" { b . Name }: { b . Value } "))}]" ); } // >>> 1712668482289-0: [rider: Castilla, speed: 30.199999999999999, position: 1, location_id: 1] // >>> 1712668766534-1: [rider: Norem, speed: 28.800000000000001, position: 3, location_id: 1] // Tests for 'xrange_step_1' step. StreamEntry [] res15 ... | 1,529 | 800 | 2026-03-23T11:04:07.561772 |
changelog.html | python | https://docs.python.org/3/whatsnew/changelog.html | language | python | ttext module. They now always return bytes. Documentation ¶ bpo-31294 : Fix incomplete code snippet in the ZeroMQSocketListener and ZeroMQSocketHandler examples and adapt them to Python 3. bpo-21649 : Add RFC 7525 and Mozilla server side TLS links to SSL documentation. bpo-30803 : Clarify doc on truth value testing. Or... | 2,059 | 800 | 2026-03-23T10:57:25.355496 |
3.14.html | python | https://docs.python.org/3/whatsnew/3.14.html | language | python | ter. (Contributed by Bénédikt Tran, Chris Markiewicz, and Adam Turner in gh-118761 .) bdb ¶ The basic debugger now has a sys.monitoring -based backend, which can be selected via the passing 'monitoring' to the Bdb class’s new backend parameter. (Contributed by Tian Gao in gh-124533 .) difflib ¶ The IS_LINE_JUNK() funct... | 82 | 800 | 2026-03-23T10:50:31.521786 |
docker | docker | https://docs.docker.com/guides/kafka/ | devops | bash | running, it will log received messages to the console. In a new terminal, publish a few messages using the following command: $ docker exec -ti kafka /opt/kafka/bin/kafka-console-producer.sh --bootstrap-server :9092 --topic demo And then send a message to the cluster: Test message Remember to press ctrl+c when you’re d... | 6 | 799 | 2026-03-23T11:01:13.548586 |
?s=scala | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=scala | devops | python | Details (go-collector) Repository Span Collector Processor by 🔭 OpenTelemetry Authors 🔭 The Span Processor for the OpenTelemetry Collector modifies either the span name or attributes of a span based on the span name. go processor collector Quick Install When building a custom collector you can add this processor to t... | 93 | 800 | 2026-03-23T11:32:38.718422 |
?s=base | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=base | devops | python | Apache ShenYu instrumentation by 🔭 OpenTelemetry Authors 🔭 Settings for the Apache ShenYu instrumentation apache shenyu instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Armeria Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Armeria instrumentation to t... | 240 | 799 | 2026-03-23T11:27:24.893246 |
?s=source-generator | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=source-generator | devops | python | e by 🔭 OpenTelemetry Authors 🔭 Package otelzap provides an OpenTelemetry log bridge for go.uber.org/zap . zap log-bridge go Go Language Log bridge Component Apache 2.0 License Repository Monolog Appender by 🔭 OpenTelemetry Authors 🔭 MonoLog Log Appender for PHP. php logs PHP Language Core Component Apache 2.0 Licen... | 361 | 800 | 2026-03-23T11:33:15.587260 |
picture-using-camera | flutter | https://docs.flutter.dev/cookbook/plugins/picture-using-camera | mobile | dart | ra plugin to display a preview, take a photo, and display it using the following steps: Add the required dependencies. Get a list of the available cameras. Create and initialize the CameraController . Use a CameraPreview to display the camera's feed. Take a picture with the CameraController . Display the picture with a... | 1 | 782 | 2026-03-23T11:33:28.546047 |
constraints | flutter | https://docs.flutter.dev/ui/layout/constraints | mobile | dart | color: const Color(0xFFCCCCCC), child: Column( crossAxisAlignment: CrossAxisAlignment.center, children: [ Expanded( child: ConstrainedBox( constraints: const BoxConstraints.tightFor( width: double.infinity, height: double.infinity, ), child: widget.examples[count - 1], ), ), Container( height: 50, width: double.infinit... | 10 | 418 | 2026-03-23T10:50:10.028383 |
2.2.3 | git | https://git-scm.com/docs/git-merge/2.2.3 | devops | bash | it merge --abort will abort the merge process and try to reconstruct the pre-merge state. However, if there were uncommitted changes when the merge started (and especially if those changes were further modified after the merge was started), git merge --abort will in some cases be unable to reconstruct the original (pre... | 5 | 800 | 2026-03-23T11:16:04.797947 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | h a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. Body Parameters Parameter Description body RuntimeClass Response Code Description 200 RuntimeClass OK 201 Run... | 3,740 | 800 | 2026-03-23T10:56:49.347658 |
storage.html | pytorch | https://pytorch.org/docs/stable/storage.html | ml | python | torch. ShortStorage ( * args , wrap_storage = None , dtype = None , device = None , _internal = False ) [source] # dtype : torch.dtype = torch.int16 # class torch. CharStorage ( * args , wrap_storage = None , dtype = None , device = None , _internal = False ) [source] # dtype : torch.dtype = torch.int8 # class torch. B... | 25 | 800 | 2026-03-23T10:56:12.100322 |
?s=httpx | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=httpx | devops | python | ation Component MIT License Package Details (crates) Repository axum Instrumentation by David Bernard Middlewares to integrate axum + tracing + opentelemetry. rust axum instrumentation Quick Install To install this instrumentation library run: cargo add axum-tracing-opentelemetry 0.16.0 Version Rust Language Instrument... | 358 | 800 | 2026-03-23T11:33:25.492960 |
?s=istio | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=istio | devops | python | 0 License Package Details (go-collector) Repository ClickHouse Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter supports sending OpenTelemetry logs and spans to ClickHouse go exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporte... | 31 | 800 | 2026-03-23T11:28:03.961871 |
createReplayStream | tanstack_start | https://tanstack.com/ai/latest/docs/reference/functions/createReplayStream | framework | typescript | ol ToolCall ToolCallPart ToolCallStreamChunk ToolConfig ToolDefinition ToolDefinitionConfig ToolDefinitionInstance ToolInputAvailableStreamChunk ToolResultPart ToolResultStreamChunk UIMessage VideoPart Type Alias References AgentLoopStrategy AnyClientTool TextStreamOptionsForModel TextStreamOptionsUnion ConstrainedCont... | 7 | 800 | 2026-03-23T11:06:52.202966 |
?s=browser | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=browser | devops | python | Component Apache 2.0 License Package Details (go-collector) Repository AWS X-Ray Tracing Exporter by 🔭 OpenTelemetry Authors 🔭 The AWS X-Ray Tracing Exporter for the OpenTelemetry Collector. go exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the fo... | 25 | 800 | 2026-03-23T11:09:59.660613 |
choose-when-workflows-run | github_actions | https://docs.github.com/en/actions/how-tos/write-workflows/choose-when-workflows-run | devops | yaml | Choosing when your workflow runs - GitHub Docs Skip to main content Choosing when your workflow runs You can configure workflows to run on a schedule or to run when certain events happen. Triggering a workflow How to automatically trigger GitHub Actions workflows Using conditions to control job execution Prevent a job ... | 0 | 466 | 2026-03-23T11:08:41.800775 |
webpack | webpack | https://webpack.js.org/plugins/terser-webpack-plugin/ | tooling | javascript | fy the extracted file name and banner. webpack.config.js Copy module . exports = { optimization : { minimize : true , minimizer : [ new TerserPlugin ( { extractComments : { condition : / ^\**!|@preserve|@license|@cc_on / i , filename : ( fileData ) => // The "fileData" argument contains object with "filename", "basenam... | 12 | 799 | 2026-03-23T11:01:09.332199 |
image | go | https://go.dev/blog/image | language | go | alette []Color Points and Rectangles A Point is an (x, y) co-ordinate on the integer grid, with axes increasing right and down. It is neither a pixel nor a grid square. A Point has no intrinsic width, height or color, but the visualizations below use a small colored square. type Point struct { X, Y int } p := image.Poi... | 4 | 792 | 2026-03-23T11:22:30.090407 |
observability | temporal | https://docs.temporal.io/develop/ruby/observability | devops | go | . Metrics in Ruby are configured on the metrics argument of the telemetry argument when creating a global Temporalio::Runtime . That object should be created globally and should be used for all clients; therefore, you should configure this before any other Temporal code. Set a Prometheus endpoint The following example ... | 1 | 795 | 2026-03-23T11:05:17.696673 |
stdtypes.html | python | https://docs.python.org/3/library/stdtypes.html | language | python | tes(10) From an iterable of integers: bytes(range(20)) Copying existing binary data via the buffer protocol: bytes(obj) Also see the bytes built-in. Since 2 hexadecimal digits correspond precisely to a single byte, hexadecimal numbers are a commonly used format for describing binary data. Accordingly, the bytes type ha... | 109 | 798 | 2026-03-23T11:09:00.496118 |
analyzing-results | firebase | https://firebase.google.com/docs/test-lab/android/analyzing-results | database | javascript | ipal executing the test may not have the correct permission on the project. By default, Firebase creates a bucket for you in Google Cloud Storage, however, it requires the principal executing the test to have "roles/editor", which is a permissive role. If you cannot grant that role to the principal, you can use the --r... | 9 | 702 | 2026-03-23T11:07:30.157987 |
docker | docker | https://docs.docker.com/dhi/core-concepts/slsa/ | devops | bash | tware was built from the expected source in a controlled, auditable environment, which significantly reduces the risk of supply chain attacks. Docker Hardened Images and SLSA Docker Hardened Images (DHIs) are secure-by-default container images purpose-built for modern production environments. Each DHI is cryptographica... | 3 | 800 | 2026-03-23T11:32:30.174868 |
opentelemetry | opentelemetry | https://opentelemetry.io/docs/specs/opamp/ | devops | python | munication. The new_instance_uid MUST be 16 bytes long and SHOULD be generated using the UUID v7 spec . message AgentIdentification { bytes new_instance_uid = 1 ; } ServerToAgent.command Status: Beta This field is set when the Server wants the Agent to perform a restart. This field must not be set with other fields bes... | 36 | 800 | 2026-03-23T11:09:24.252445 |
llms-full.txt | inngest | https://www.inngest.com/llms-full.txt | devops | typescript | { id: "send-welcome-email", name: "Send welcome email" }, { event: "app/user.created" }, async ({ event }) => { // ... } ); ``` ```ts inngest.createFunction( { name: "Send welcome email" }, { event: "app/user.created" }, async ({ event }) => { // ... } ); ``` Previously, only `name` was required, but this implied that ... | 1,226 | 637 | 2026-03-23T10:50:47.949327 |
?s=gitlab | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=gitlab | devops | python | Apache 2.0 License Repository VertexAI Instrumentation by Traceloop Instrumentation for VertexAI LLMs (prompts logging, tokens, etc.) python instrumentation vertexai google Python Language Instrumentation Component Apache 2.0 License Repository IBM Watsonx Instrumentation by Traceloop Instrumentation for IBM Watsonx LL... | 336 | 799 | 2026-03-23T11:14:54.085873 |
?s=logr | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=logr | devops | python | tall this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.EntityFrameworkCore 1.15.0-beta.1 Version .NET Language Instrumentation Component Apache 2.0 License Package Details (nuget) Repository EventCounters Instrumentation for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 This is an I... | 201 | 800 | 2026-03-23T11:29:13.237683 |
pickletools.html | python | https://docs.python.org/3/library/pickletools.html | language | python | ¶ Name of a file where the output should be written. -l , --indentlevel =<num> ¶ The number of blanks by which to indent a new MARK level. -m , --memo ¶ When multiple objects are disassembled, preserve memo between disassemblies. -p , --preamble =<preamble> ¶ When more than one pickle file is specified, print given pre... | 2 | 800 | 2026-03-23T11:23:18.711656 |
send-data | flutter | https://docs.flutter.dev/cookbook/networking/send-data | mobile | dart | Album . fromJson ( jsonDecode ( response . body ) as Map < String , dynamic > ) ; } else { // If the server did not return a 201 CREATED response, // then throw an exception. throw Exception ( ' Failed to create album. ' ) ; } } class Album { final int id ; final String title ; const Album ( { required this . id , requ... | 10 | 785 | 2026-03-23T11:33:35.709584 |
?s=aio | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=aio | devops | python | ive by Microsoft Azure Authors Instrumentation for Azure SDK for .NET (Track 2 libraries). dotnet C# .NET instrumentation azure-sdk azure .NET Language Instrumentation Component MIT License Website Documentation Repository Cassandra Instrumentation for OpenTelemetry by 🔭 OpenTelemetry Authors 🔭 This is an Instrumenta... | 199 | 800 | 2026-03-23T11:30:12.724237 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | :gpt-5.2', instrument=instrumentation_settings) # or to instrument all agents: Agent.instrument_all(instrumentation_settings) ``` This setting is particularly useful in production environments where compliance requirements or data sensitivity concerns make it necessary to limit what content is sent to your observabilit... | 6,427 | 800 | 2026-03-23T10:51:26.923759 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.