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 |
|---|---|---|---|---|---|---|---|---|
security | temporal | https://docs.temporal.io/nexus/security | devops | go | lowed by the caller Namespace. Once a Worker has authenticated it can send Nexus Operation commands to Temporal Cloud using a Temporal SDK to start a Nexus Operation in a different Namespace. For example, in the Temporal Go SDK a caller Workflow would use nexusClient.ExecuteOperation to issue a command to start a Nexus... | 1 | 800 | 2026-03-23T11:21:49.186212 |
cli | temporal | https://docs.temporal.io/cli | devops | go | environment variables and other settings. Refer to Environment Configuration for more information. Proxy support The Temporal CLI provides support for users who are operating behind a proxy. This feature ensures seamless communication even in network-restricted environments. Setting up proxy support If you are behind a... | 9 | 795 | 2026-03-23T11:06:51.283195 |
diagnostics | dart | https://dart.dev/tools/diagnostics | language | dart | ecated. Learn more Copy name Extending '{0}' is deprecated. Learn more Copy name Methods named 'factory' will become constructors when the primary_constructors feature is enabled. Learn more Copy name The '{0}' field is no longer used and can be removed. Learn more Copy name Implementing '{0}' is deprecated. Learn more... | 48 | 800 | 2026-03-23T10:55:23.675300 |
?s=log-bridge | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=log-bridge | devops | python | llector. 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/wavefrontreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apac... | 163 | 800 | 2026-03-23T11:19:17.830431 |
?s=symfony | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=symfony | devops | python | epository runtimetelemetry by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for Runtime Telemetry runtimetelemetry instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository RXJava Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a RXJav... | 267 | 800 | 2026-03-23T11:18:28.495798 |
docker | docker | https://docs.docker.com/get-started/ | devops | bash | Get started | Docker Docs Answers are generated based on the documentation. Back Get started Guides Manuals Reference Get started Copy as Markdown Open Markdown Ask Docs AI Claude Open in Claude If you're new to Docker, this section guides you through the essential resources to get started. Follow the guides to help yo... | 0 | 800 | 2026-03-23T10:50:46.423887 |
onboard | docker | https://docs.docker.com/admin/organization/onboard | devops | bash | arding steps . To onboard using the guided setup, navigate to the Admin Console and select Guided setup in the left-hand navigation. The guided setup walks you through the following onboarding steps: Invite your team : Invite owners and members. Manage user access : Add and verify a domain, manage users with SSO, and e... | 2 | 800 | 2026-03-23T11:15:18.217960 |
redis | redis | https://redis.io/active-active/ | database | bash | s connected to the local CRDB instance endpoint. Bi-directional database replication is used between all CRDB instances in a mesh-like topology, i.e., all writes by the application to a local instance are replicated to all other instances, as illustrated here: Note: Future releases of Redis Enterprise will feature addi... | 3 | 800 | 2026-03-23T10:56:26.099591 |
?s=http | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=http | devops | python | on OpenTelemetry native standard, and sends it to OpenTelemetry Collector through HTTP protocol. lua instrumentation Lua Language Instrumentation Component Apache 2.0 License Repository Mojolicious Instrumentation by jjatria An OpenTelemetry plugin for Perl’s Mojolicious. perl instrumentation Perl Language Instrumentat... | 304 | 798 | 2026-03-23T11:26:49.080187 |
redis | redis | https://redis.io/docs/latest/develop/data-types/streams/ | database | bash | ate ( "race:italy" , "italy_riders" , StreamEntryID . LAST_ENTRY , true ); System . out . println ( res20 ); // >>> OK StreamEntryID id1 = jedis . xadd ( "race:italy" , new HashMap < String , String > (){{ put ( "rider" , "Castilaa" );}}, XAddParams . xAddParams ()); StreamEntryID id2 = jedis . xadd ( "race:italy" , ne... | 83 | 800 | 2026-03-23T11:04:07.559627 |
nextjs-quick-start?ref=blog-ai-agents-inngest-durable-steps | inngest | https://www.inngest.com/docs/getting-started/nextjs-quick-start?ref=blog-ai-agents-inngest-durable-steps | devops | typescript | ateLimit , retries , or batchEvents , and others. Learn more about triggers here . Handler : The function that is called when the trigger fires. The event payload is passed as an argument. Arguments include step to define durable steps within your handler and additional arguments include logging helpers and other data.... | 6 | 800 | 2026-03-23T11:34:01.721285 |
CdkDragStart | angular | https://angular.dev/api/cdk/drag-drop/CdkDragStart | framework | typescript | ore/rxjs-interop @angular/core/testing @angular/elements @angular/forms @angular/forms/signals @angular/forms/signals/compat @angular/localize @angular/localize/init @angular/platform-browser @angular/platform-browser-dynamic @angular/platform-browser-dynamic/testing @angular/platform-browser/animations @angular/platfo... | 1 | 800 | 2026-03-23T11:09:56.283045 |
?s=geoip | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=geoip | devops | python | cumentation Repository Emissary Ingress native incubating by Emissary Ingress Authors Emissary Ingress supports exporting traces via OTLP by configuring a TracingService custom resource. go emissary ingress envoy incubating Go Language Application integration Component Apache-2.0 License Website Documentation Repositor... | 6 | 800 | 2026-03-23T11:29:17.475476 |
short-term-memory | langchain | https://docs.langchain.com/oss/python/langchain/short-term-memory | ai | python | me @after_model def validate_response ( state : AgentState , runtime : Runtime ) -> dict | None : """Remove messages containing sensitive words.""" STOP_WORDS = [ "password" , "secret" ] last_message = state [ " messages " ][ - 1 ] if any ( word in last_message . content for word in STOP_WORDS ): return { "messages" : ... | 24 | 691 | 2026-03-23T11:20:16.691640 |
postgres.html | postgresql | https://www.postgresql.org/docs/7.0/postgres.html | database | sql | PostgreSQL: Documentation: 7.0: PostgreSQL February 26, 2026: PostgreSQL 18.3, 17.9, 16.13, 15.17, and 14.22 Released! Documentation → PostgreSQL 7.0 Unsupported versions: 7.0 / 6.5 / 6.4 This documentation is for an unsupported version of PostgreSQL. You may want to view the same page for the current version, or one o... | 0 | 768 | 2026-03-23T11:11:34.319660 |
transcription.md | tanstack_router | https://tanstack.com/ai/latest/docs/guides/transcription.md | framework | typescript | # Transcription # Audio Transcription TanStack AI provides support for audio transcription (speech-to-text) through dedicated transcription adapters. This guide covers how to convert spoken audio into text using OpenAI's Whisper and GPT-4o transcription models. ## Overview Audio transcription is handled by transcriptio... | 0 | 800 | 2026-03-23T11:34:09.079393 |
webpack | webpack | https://webpack.js.org/loaders/postcss-loader/ | tooling | javascript | .config.js or postcss.config.cjs CommonJS module exporting an object ( recommended ) Examples of Config Files Using object notation: postcss.config.js ( recommend ) Copy module . exports = { // You can specify any options from https://postcss.org/api/#processoptions here // parser: 'sugarss', plugins : [ // Plugins for... | 8 | 800 | 2026-03-23T11:04:12.019905 |
OmniCoder-9B | transformers | https://huggingface.co/Tesslate/OmniCoder-9B | ai | python | ns, responds to LSP diagnostics, and applies minimal edit diffs instead of full rewrites Thinking Mode : Supports <think>...</think> reasoning chains for complex problem decomposition Apache 2.0 : Fully open weights, no restrictions Benchmarks Benchmark OmniCoder-9B Qwen3.5-9B Qwen3-Next-80B GPT-OSS-120B GPT-OSS-20B GL... | 2 | 800 | 2026-03-23T10:56:28.212447 |
redis | redis | https://redis.io/docs/latest/develop/data-types/sets/ | database | bash | r ) } fmt . Println ( res6 ) // >>> false } func ExampleClient_sinter () { ctx := context . Background () rdb := redis . NewClient ( & redis . Options { Addr : "localhost:6379" , Password : "" , // no password docs DB : 0 , // use default DB }) _ , err := rdb . SAdd ( ctx , "bikes:racing:france" , "bike:1" , "bike:2" ,... | 513 | 800 | 2026-03-23T11:02:34.327089 |
collection-options-creator.md | tanstack_router | https://tanstack.com/db/latest/docs/guides/collection-options-creator.md | framework | typescript | rmation 3. **Clean up tracking data** - Remove old txids/IDs to prevent memory leaks 4. **Provide utilities** - Export functions like `awaitTxId` or `awaitSync` for advanced use cases ## Best Practices 1. **Always call markReady()** - This signals that the collection has initial data and is ready for use 2. **Handle er... | 33 | 800 | 2026-03-23T11:40:03.168052 |
link-options | tanstack_router | https://tanstack.com/router/latest/docs/guide/link-options | framework | typescript | rt Devtools Decisions on DX LLM Assistance Support Comparison Frequently Asked Questions Installation Guides Manual Setup Vite Rspack/Rsbuild Webpack Esbuild Router CLI Migrate from React Router Migrate from React Location Routing Routing Concepts Route Trees Route Matching File-Based Routing Virtual File Routes Code-B... | 1 | 799 | 2026-03-23T10:58:43.870186 |
buildable-and-publishable-libraries | nx | https://nx.dev/docs/concepts/buildable-and-publishable-libraries | tooling | typescript | d “Buildable libraries” Buildable libraries are similar to "publishable libraries" described above. Their scope however is not to distribute or publish them to some external registry. Thus they might not be optimized for bundling and distribution. Buildable libraries are mostly used for producing some pre-compiled outp... | 3 | 751 | 2026-03-23T11:13:35.488809 |
code-based-routing | tanstack_router | https://tanstack.com/router/latest/docs/routing/code-based-routing | framework | typescript | ss layout route has no path, only an id // So its children will be nested under the pathless layout route pathlessLayoutRoute.addChildren([pathlessLayoutARoute, pathlessLayoutBRoute]), ]) Now both /route-a and /route-b will render their contents inside of the PathlessLayoutComponent : tsx // URL: /route-a <PathlessLayo... | 18 | 792 | 2026-03-23T10:57:34.884586 |
ffi | bun | https://bun.sh/docs/runtime/ffi | runtime | javascript | , }); const setOnResolve = new CFunction ({ returns : " bool " , args : [ " function " ], ptr : myNativeLibrarySetOnResolve, }); // This code runs slightly faster: setOnResolve (onResolve.ptr); // Compared to this: setOnResolve (onResolve); Pointers Bun represents pointers as a number in JavaScript. How does a 64 bit p... | 11 | 798 | 2026-03-23T10:52:16.441747 |
api-environment-runtimes | vite | https://vitejs.dev/guide/api-environment-runtimes | tooling | javascript | Environment API for Runtimes | Vite Announcing Vite+ Alpha: Open source. Unified. Next-gen. Skip to content Menu Return to top Building Together ViteConf 2025 View the replays Are you an LLM? You can read better optimized documentation at /guide/api-environment-runtimes.md for this page in Markdown format Environment A... | 0 | 798 | 2026-03-23T10:52:34.234177 |
operations | temporal | https://docs.temporal.io/nexus/operations | devops | go | olls for a Workflow Task on its Workflow Task Queue. Caller Workflow gets the Operation result, using the Temporal SDK. Nexus tip Stay within the remaining request deadline budget to avoid being timed out. If a Nexus handler times out, the Operation will be retried by the caller's Nexus Machinery until the Operation's ... | 4 | 797 | 2026-03-23T11:15:22.186377 |
results-1-100-thread-2024-06-15.json | qdrant | https://qdrant.tech/benchmarks/results-1-100-thread-2024-06-15.json | database | python | nt", "setup_name": "qdrant-sq-rps-m-32-ef-128", "dataset_name": "dbpedia-openai-1M-1536-angular", "upload_time": 228.3728278389899, "total_upload_time": 584.1704095680034, "p95_time": 0.002819019500384457, "rps": 346.0729355367348, "parallel": 1, "p99_time": 0.0030999960919143635, "mean_time": 0.0023215145671420033, "m... | 734 | 686 | 2026-03-23T10:59:06.541167 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | "qdrant-rps-m-32-ef-256", "dataset_name": "glove-100-angular", "upload_time": 72.9387035319, "total_upload_time": 779.1193448859, "p95_time": 0.0153407878, "rps": 711.8430453192, "parallel": 8, "p99_time": 0.0185193116, "mean_time": 0.0109200332, "mean_precisions": 0.931212, "engine_params": { "search_params": { "hnsw_... | 2,898 | 592 | 2026-03-23T11:15:13.618809 |
?s=google | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=google | devops | python | nt Apache 2.0 License Repository pymongo Instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation for the pymongo library. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository PyMySQL Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides tracing for PyMySQL... | 331 | 800 | 2026-03-23T11:26:56.551133 |
?s=k8sobjects | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=k8sobjects | devops | python | ocumentation Repository Istio native graduated by Istio Authors Make your application participate in tracing with OpenTelemetry, regardless of the language, framework, or platform you use to build your application. go istio graduated Go Language Application integration Component Apache-2.0 License Website Documentation... | 7 | 800 | 2026-03-23T11:36:38.894143 |
authenticating-to-the-github-api | github_actions | https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/authenticating-to-the-github-api | devops | yaml | ur organization, click Install to install the app on your organization. After confirming the installation permissions on your organization, note the app installation ID. You will use it later. You can find the app installation ID on the app installation page, which has the following URL format: https://github.com/organ... | 2 | 800 | 2026-03-23T11:12:54.821547 |
adapter-node | svelte | https://svelte.dev/docs/kit/adapter-node | framework | javascript | ${ name } ! Danger!` ); // Prints: Danger Will Robinson! Danger!, to stderr Example using the Console class: const out = getStreamSomehow (); const err = getStreamSomehow (); const myConsole = new console .Console (out , err); myConsole .log ( 'hello world' ); // Prints: hello world, to out myConsole .log ( 'hello %s' ... | 18 | 800 | 2026-03-23T11:33:09.107080 |
?s=executors | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=executors | devops | python | omponent Apache 2.0 License Package Details (go-collector) Repository Metric Start Time Processor by 🔭 OpenTelemetry Authors 🔭 The metric start time processor ( metricstarttime ) is used to set the start metricstarttime processor collector Quick Install When building a custom collector you can add this processor to t... | 88 | 800 | 2026-03-23T11:39:10.067198 |
single-page-apps | svelte | https://svelte.dev/docs/kit/single-page-apps | framework | javascript | On RewriteBase / RewriteRule ^200\.html$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /200.html [L] </IfModule> Edit this page on GitHub llms.txt previous next Static site generation Cloudflare | 5 | 240 | 2026-03-23T11:23:47.221797 |
OpenCodeReasoning | transformers | https://huggingface.co/datasets/nvidia/OpenCodeReasoning | ai | python | possible sums are 0 and 1. Next number is 3. Since 3 is larger than K (2), we skip it. Third number is 4, also larger than K, so skip. At the end, dp[2] is False, so output 0. So the approach works for the sample. Now, considering the constraints. For each test case, the DP array is of size K+1. Since K can be up to 10... | 170 | 799 | 2026-03-23T11:22:37.663926 |
blog?page=5 | planetscale | https://planetscale.com/blog?page=5 | database | sql | traversal N+1 query problem in your Rails application. → Announcing PlanetScale Scaler Pro [ Company ] By Nick Van Wiggeren | July 6, 2023 See how Scaler Pro combines the best of our current plans for companies of all sizes while enabling you to grow with the best database for serverless. → Sharding vs. partitioning: W... | 6 | 800 | 2026-03-23T11:04:56.952215 |
index.html | postgresql | https://www.postgresql.org/docs/17/index.html | database | sql | upport O. Obsolete or Renamed Features Bibliography Index Next Preface Submit correction If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue. | 4 | 298 | 2026-03-23T10:50:52.253758 |
?s=genai | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=genai | devops | python | ation Java Language Instrumentation Component Apache 2.0 License Repository Logback Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Logback instrumentation to track requests through OpenTelemetry. java instrumentation logback Java Language Instrumentation Component Apache 2.0 License Repository M... | 258 | 800 | 2026-03-23T11:31:34.220440 |
?s=dubbo | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=dubbo | devops | python | l this instrumentation library run: dotnet add package NServiceBus 3.3.0-unstable71 Version .NET Language Instrumentation Component Reciprocal Public License 1.5 License Website Documentation Package Details (nuget) Repository OWIN Instrumentation for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 This is an Instrum... | 208 | 800 | 2026-03-23T11:39:18.105050 |
release-notes-2.10.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.10.0 | mobile | dart | ee to go green, p: in_app_purchase, platform-ios) 4095 [in_app_purchase]IAP/android add cancel status (cla: yes, waiting for tree to go green, p: in_app_purchase, platform-android) 4097 [in_app_purchase]Update the version number and CHANGELOG (cla: yes, waiting for tree to go green, p: in_app_purchase) 4212 Fix NullPoi... | 467 | 800 | 2026-03-23T11:13:16.598766 |
flavors-ios | flutter | https://docs.flutter.dev/deployment/flavors-ios | mobile | dart | If you are creating new Xcode schemes for a Flutter iOS project and you have an iOS Podfile in an existing Flutter project, you must update the Flutter iOS Podfile to match the changes you made in Xcode. The following steps show how to update your iOS Podfile to include two new Xcode schemes called staging and producti... | 16 | 691 | 2026-03-23T11:05:53.503041 |
?s=log | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=log | devops | python | nt Apache 2.0 License Package Details (npm) Repository OpenTelemetry Instrumentation for cassandra-driver by 🔭 OpenTelemetry Authors 🔭 Instrumentation library for Cassandra driver. Node.js cassandra cassandra-driver database Quick Install To install this instrumentation library run: npm install @opentelemetry/instrum... | 276 | 800 | 2026-03-23T11:38:20.505328 |
sv | git | https://git-scm.com/docs/git-commit/sv | devops | bash | ningen för konfigurationsvariabeln core.quotePath (se git-config[1] ). -F <fil> --file= <fil> Hämta incheckning-meddelandet från <fil> . Använd - för att läsa meddelandet från standardindata. --author= <författare> Åsidosätt inchecknings-författaren. Ange en explicit författare med standardformatet A U Thor <författare... | 12 | 800 | 2026-03-23T11:27:09.584493 |
dashboards | langchain | https://docs.langchain.com/langsmith/dashboards | ai | python | . Chart Filters : Add a tree filter to include all of the traces with name triage_input . This means we only include traces that hit the triage_input node. Also add a chart filter for Is Root is true , so our count is not inflated by the number of nodes in the trace. Data Series : Create a data series for each decision... | 9 | 798 | 2026-03-23T11:01:58.852065 |
instrumentation-client | nextjs | https://nextjs.org/docs/app/api-reference/file-conventions/instrumentation-client | framework | javascript | nt.ts TypeScript JavaScript TypeScript // Set up performance monitoring performance .mark ( 'app-init' ) // Initialize analytics console .log ( 'Analytics initialized' ) // Set up error tracking window .addEventListener ( 'error' , (event) => { // Send to your error tracking service reportError ( event .error) }) Error... | 1 | 800 | 2026-03-23T11:18:45.416356 |
?s=webhookevent | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=webhookevent | devops | python | 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/journaldreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repos... | 125 | 799 | 2026-03-23T11:11:24.950128 |
overview | temporal | https://docs.temporal.io/cloud/overview | devops | go | y Time Objective for failover completion Automatic or manual failover : Choose your preferred failover strategy See High Availability for configuration details. Security model Temporal Cloud implements defense-in-depth security: Your code stays with you Temporal Cloud never executes your application code. Workers run i... | 5 | 792 | 2026-03-23T11:12:46.731428 |
supabase-inspect-db-role-stats | supabase | https://supabase.com/docs/reference/cli/supabase-inspect-db-role-stats | database | typescript | se completion bash supabase completion fish supabase completion powershell supabase completion zsh supabase completion zsh Generate the autocompletion script for the zsh shell. If shell completion is not already enabled in your environment you will need to enable it. You can execute the following once: echo "autoload -... | 85 | 799 | 2026-03-23T11:33:27.336569 |
kubernetes | kubernetes | https://kubernetes.io/docs/concepts/storage/volumes/ | devops | yaml | r privileged APIs (such as the container runtime socket) that can be used for container escape or to attack other parts of the cluster. Pods with identical configuration (such as created from a PodTemplate) may behave differently on different nodes due to different files on the nodes. hostPath volume usage is not treat... | 16 | 800 | 2026-03-23T11:07:36.793891 |
elicitation | mcp | https://modelcontextprotocol.io/specification/2025-11-25/client/elicitation | ai | typescript | questing information Respect user privacy and provide clear decline and cancel options For form mode, allow users to review and modify their responses before sending For URL mode, clearly display the target domain/host and gather user consent before navigation to the target URL Capabilities Clients that support elicita... | 3 | 798 | 2026-03-23T10:57:04.799817 |
?s=%40elastic%2felasticsearch | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=%40elastic%2felasticsearch | devops | python | on Integration 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 L... | 390 | 800 | 2026-03-23T11:17:15.832656 |
overview | tanstack_start | https://tanstack.com/db/latest/docs/overview | framework | typescript | t sync into an existing app, whilst still handling writes with your existing API. Why Sync Engines? While TanStack DB works great with REST APIs, sync engines provide powerful benefits: Easy real-time updates : No WebSocket plumbing—write to your database and changes stream automatically to all clients Automatic side-e... | 24 | 800 | 2026-03-23T11:24:05.981442 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands/ | devops | yaml | opping any unknown or duplicate fields. service Create a service using a specified subcommand. Usage $ kubectl create service service clusterip Create a new ClusterIP service named my-cs kubectl create service clusterip my-cs --tcp =5678:8080 Create a new ClusterIP service named my-cs (in headless mode) kubectl create ... | 65 | 800 | 2026-03-23T11:18:50.245687 |
ai-sdk | temporal | https://docs.temporal.io/develop/typescript/integrations/ai-sdk | devops | go | Vercel AI SDK documentation for instructions on how to set up your environment variables for the provider you chose. tip You only need to give provider credentials to the Worker process. The client application, meaning the application that sends requests to the Temporal Service to start Workflow Executions, doesn't nee... | 4 | 797 | 2026-03-23T10:53:09.491240 |
GoUsers | go | https://go.dev/wiki/GoUsers | language | go | Market Corporation viviON, inc. Voicy, Inc. VOYAGE GROUP VRize, Inc. WACUL, Inc. Wantedly, Inc. github WealthPark, Inc. wesionaryTEAM XICA Inc. XSHELL Isaax IoTit Flashing tool Yahoo! JAPAN Corporation Vald - A highly scalable distributed fast approximate nearest neighbor dense vector search engine. NGTD - NGTD provide... | 21 | 799 | 2026-03-23T11:26:33.298205 |
creating-an-example-workflow | github_actions | https://docs.github.com/en/actions/tutorials/creating-an-example-workflow | devops | yaml | /workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore). on: [ push ] # Groups together all the jobs that run in the `learn-github-actions` workflow. jobs: # Defines a job named `check-bats-version`. The child keys will define properties of the job. check-bats-version: # Configures t... | 7 | 800 | 2026-03-23T11:15:25.266883 |
network-transfer | neon | https://neon.tech/docs/introduction/network-transfer | database | sql | ct the Neon MCP server on VS Code Edit on GitHub Suggest changes to this page Neon Docs | 15 | 87 | 2026-03-23T11:25:44.637684 |
electric-collection.md | tanstack_start | https://tanstack.com/db/latest/docs/collections/electric-collection.md | framework | typescript | the `awaitMatch` utility function to wait for synchronization with custom matching logic: ```typescript import { isChangeMessage } from '@tanstack/electric-db-collection' const todosCollection = createCollection( electricCollectionOptions({ id: 'todos', getKey: (item) => item.id, shapeOptions: { url: '/api/todos', para... | 4 | 688 | 2026-03-23T11:41:08.041376 |
?s=metric | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=metric | devops | python | mentation Component BSD-2-Clause License Repository Akka Actor Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Akka Actor instrumentation to track requests through OpenTelemetry. java instrumentation akka Java Language Instrumentation Component Apache 2.0 License Repository Akka Actor Fork Join I... | 237 | 800 | 2026-03-23T11:16:31.526515 |
react-conf-2021-recap | react | https://react.dev/blog/2021/12/17/react-conf-2021-recap | framework | javascript | nts. All the talks are available to stream online . Here’s a summary of what was shared on stage: React 18 and concurrent features In the keynote, we shared our vision for the future of React starting with React 18. React 18 adds the long-awaited concurrent renderer and updates to Suspense without any major breaking ch... | 1 | 800 | 2026-03-23T10:52:11.605589 |
pydantic_ai | pydantic_ai | https://ai.pydantic.dev/api/agent/ | ai | python | eturn ( output_tool_return_content ) else : return self . _state . message_history all_messages_json all_messages_json ( * , output_tool_return_content : str | None = None ) -> bytes Return all messages from all_messages as JSON bytes. Parameters: Name Type Description Default output_tool_return_content str | None The ... | 463 | 800 | 2026-03-23T10:51:55.517817 |
navigation-blocking | tanstack_router | https://tanstack.com/router/latest/docs/guide/navigation-blocking | framework | typescript | Throughput: Profiling SSR Hot Paths in TanStack Start Mar 17, 2026 Lazy Tool Discovery: Scaling AI Tool Systems Without Drowning in Tokens Mar 12, 2026 TanStack AI Just Got Middleware — And It Changes Everything Mar 12, 2026 TanStack Start Full-stack Framework powered by TanStack Router for React and Solid Explore Star... | 14 | 420 | 2026-03-23T10:53:42.970472 |
copyreg.html | python | https://docs.python.org/3/library/copyreg.html | language | python | copyreg — Register pickle support functions — Python 3.14.3 documentation Navigation index modules | next | previous | Python » 3.14.3 Documentation » The Python Standard Library » Data Persistence » copyreg — Register pickle support functions | Theme Auto Light Dark | copyreg — Register pickle support functions ¶ Sour... | 0 | 797 | 2026-03-23T11:30:34.142767 |
kubernetes-consul-vault-pipeline | terraform | https://developer.hashicorp.com/terraform/tutorials/kubernetes/kubernetes-consul-vault-pipeline | devops | hcl | raform workspace connected to your forked repository. HCP Terraform will confirm that the configuration uploaded successfully. Configure variables Click on Configure variables then specify the variables required for this deployment. cluster_workspace — Workspace that manages the Kubernetes cluster. If you did not custo... | 5 | 800 | 2026-03-23T11:10:35.389533 |
Llama-3.3-70B-Instruct?inference_provider=novita | transformers | https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct?inference_provider=novita | ai | python | ” text file distributed as a part of such copies: “Llama 3.3 is licensed under the Llama 3.3 Community License, Copyright © Meta Platforms, Inc. All Rights Reserved.” iv. Your use of the Llama Materials must comply with applicable laws and regulations (including trade compliance laws and regulations) and adhere to the ... | 4 | 799 | 2026-03-23T11:11:17.894001 |
with-webpack | tanstack_start | https://tanstack.com/router/latest/docs/installation/with-webpack | framework | typescript | c Route Data SSR Render Optimizations API Router File-Based Routing Integrations TanStack Query ESLint ESLint Plugin Router Create Route Property Order Router Examples Quickstart (file-based) Quickstart (code-based) Basic (file-based) Basic (code-based) Basic + React Query (file-based) Basic + React Query (code-based) ... | 2 | 800 | 2026-03-23T11:26:20.992693 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/user/project/merge_requests/auto_merge/ | devops | yaml | pipeline types run for the same merge request, GitLab checks only the merge request pipelines for success. Merge requests can have multiple pipelines if: A rules configuration that causes duplicate pipelines : one merge request pipeline and one branch pipeline. In this case, the status of the latest merge request pipel... | 10 | 586 | 2026-03-23T11:14:07.703118 |
test.html | python | https://docs.python.org/3/library/test.html | language | python | opname is found. test.support.threading_helper — Utilities for threading tests ¶ The test.support.threading_helper module provides support for threading tests. Added in version 3.10. test.support.threading_helper. join_thread ( thread , timeout = None ) ¶ Join a thread within timeout . Raise an AssertionError if thread... | 47 | 799 | 2026-03-23T11:07:08.570427 |
qdrant | qdrant | https://qdrant.tech/documentation/overview/ | database | python | llections are designed for horizontal and vertical scaling. You can learn about the details in the above diagram from links below: Collections Points Indexing Storage Distributed Deployment Strict Mode Deployments Qdrant supports multiple deployment models to match different infrastructure and operational needs. The ri... | 3 | 800 | 2026-03-23T11:07:50.041195 |
?s=cortex | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=cortex | devops | python | ta, and send them to the next consumer at a configurable interval. 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/redisreceiver v0.148.0 v0.14... | 148 | 800 | 2026-03-23T11:30:57.339790 |
?s=dynatrace | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=dynatrace | devops | python | age Instrumentation Component Apache 2.0 License Package Details (gems) Repository Active Model Serializers Instrumentation by 🔭 OpenTelemetry Authors 🔭 Active Model Serializers instrumentation for Ruby. ruby instrumentation Quick Install To install this instrumentation library run: gem install opentelemetry-instrume... | 339 | 800 | 2026-03-23T11:36:56.523717 |
supabase-storage-rm | supabase | https://supabase.com/docs/reference/cli/supabase-storage-rm | database | typescript | │ DEAD ROW COUNT │ EXPECT AUTOVACUUM? ──────────────────────┼──────────────────────────────────┼─────────────┼──────────────────┼──────────────────────┼────────────────┼───────────────────── auth │ users │ │ 2023-06-26 12:34 │ 18,030 │ 0 │ no public │ profiles │ │ 2023-06-26 23:45 │ 13,420 │ 28 │ no public │ logs │ │ 2... | 53 | 427 | 2026-03-23T11:29:45.746910 |
?s=apk | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=apk | devops | python | t Apache 2.0 License Repository PHP SDK by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry SDK for PHP. php PHP Language Core Component Apache 2.0 License Repository PHP SemConv by 🔭 OpenTelemetry Authors 🔭 OpenTelemetry Semantic Conventions for PHP. php PHP Language Core Component Apache 2.0 License Repository Python ... | 368 | 800 | 2026-03-23T11:14:25.044911 |
?s=otterize | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=otterize | devops | python | tory Apache Doris Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter supports sending traces, metrics, and logs data to Apache Doris (version >= 2.1). doris exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : githu... | 34 | 800 | 2026-03-23T11:14:02.202657 |
Qwen3-32B | transformers | https://huggingface.co/Qwen/Qwen3-32B | ai | python | h (including both input and output) significantly exceeds this limit, we recommend using RoPE scaling techniques to handle long texts effectively. We have validated the model's performance on context lengths of up to 131,072 tokens using the YaRN method. YaRN is currently supported by several inference frameworks, e.g.... | 13 | 800 | 2026-03-23T11:30:42.975571 |
?s=orm | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=orm | devops | python | l When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/loadbalancingexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-coll... | 42 | 800 | 2026-03-23T11:30:50.150939 |
latest | tanstack_router | https://tanstack.com/query/latest | framework | typescript | Reference QueryClient QueryCache MutationCache QueryObserver InfiniteQueryObserver QueriesObserver streamedQuery focusManager onlineManager environmentManager notifyManager timeoutManager useQuery useQueries useInfiniteQuery useMutation useIsFetching useIsMutating useMutationState useSuspenseQuery useSuspenseInfiniteQu... | 2 | 800 | 2026-03-23T11:01:20.357967 |
typescript | typescript | https://www.typescriptlang.org/ | language | javascript | pt project incrementally, each step improves editor support and improves your codebase. Let's take this incorrect JavaScript code, and see how TypeScript can catch mistakes in your editor . js function compact ( arr ) { if ( orr . length > 10 ) return arr . trim ( 0 , 10 ) return arr } No editor warnings in JavaScript ... | 2 | 800 | 2026-03-23T10:58:18.740931 |
?s=zipkin | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=zipkin | devops | python | 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/expvarreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 Licen... | 112 | 800 | 2026-03-23T11:24:03.190985 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/ci/yaml/ | devops | yaml | in GitLab 15.1 with a flag named ci_docker_image_pull_policy . Disabled by default. Enabled on GitLab.com and GitLab Self-Managed in GitLab 15.2. Generally available in GitLab 15.4. Feature flag ci_docker_image_pull_policy removed. The pull policy that the runner uses to fetch the Docker image. Requires GitLab Runner 1... | 211 | 798 | 2026-03-23T10:51:59.387215 |
?s=isolationforest | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=isolationforest | devops | python | age Instrumentation Component Apache 2.0 License Package Details (gems) Repository Active Model Serializers Instrumentation by 🔭 OpenTelemetry Authors 🔭 Active Model Serializers instrumentation for Ruby. ruby instrumentation Quick Install To install this instrumentation library run: gem install opentelemetry-instrume... | 339 | 800 | 2026-03-23T11:33:12.408355 |
pytorch | pytorch | https://pytorch.org/blog/accelerating-autotuning-in-helion/ | ml | python | -Free Bayesian Optimization (LFBO), which uses a lighter-weight classification model as a surrogate. We combine the local search heuristic of Pattern Search with the LFBO classifier model to filter only the most promising candidates to benchmark, instead of exhaustive search. The LFBOPatternSearch algorithm is as follo... | 6 | 800 | 2026-03-23T11:41:18.426551 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/api/projects/ | devops | yaml | ues: disabled , private , or enabled . container_registry_access_level string Access level for the container registry. Possible values: disabled , private , or enabled . security_and_compliance_access_level string Access level for security and compliance features. Possible values: disabled , private , or enabled . rele... | 14 | 800 | 2026-03-23T11:10:28.832164 |
deno | deno | https://docs.deno.com/examples/llm_tutorial/ | runtime | javascript | # The core of our application is the LLM provider that handles communication with AI services. Create src/llm/LLMProvider.ts : src/llm/LLMProvider.ts export interface LLMConfig { provider : "openai" | "anthropic" | "mock" ; apiKey ? : string ; model ? : string ; maxTokens ? : number ; temperature ? : number ; } export ... | 4 | 800 | 2026-03-23T11:14:09.619655 |
?s=dbcp | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=dbcp | devops | python | y to tracing. rust instrumentation Quick Install To install this instrumentation library run: cargo add tracing-opentelemetry 0.22.0 Version Rust Language Instrumentation Component MIT License Package Details (crates) Repository Trillium Instrumentation first party integration by Jacob Rothstein OpenTelemetry integrati... | 359 | 800 | 2026-03-23T11:37:21.825190 |
django | django | https://docs.djangoproject.com/en/3.2/genindex/ | framework | python | .apps django.conf.urls django.conf.urls.i18n django.contrib.admin django.contrib.admindocs django.contrib.auth django.contrib.auth.backends django.contrib.auth.forms django.contrib.auth.hashers django.contrib.auth.middleware django.contrib.auth.password_validation django.contrib.auth.signals django.contrib.auth.views d... | 108 | 800 | 2026-03-23T11:17:18.574677 |
llms-full.txt | chakra_ui | https://chakra-ui.com/llms-full.txt | library | javascript | nt sizes. ::: ```tsx import { Stack } from "@chakra-ui/react" import { PasswordInput } from "@/components/ui/password-input" export const PasswordInputWithSizes = () => { return ( ) } ``` ### Controlled Use the `value` and `onChange` props to control the current page. ```tsx "use client" import { PasswordInput } from "... | 710 | 792 | 2026-03-23T10:52:11.339148 |
?s=log-bridge | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=log-bridge | 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:19:17.830341 |
?s=amqplib | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=amqplib | devops | python | stall To install this instrumentation library run: npm install @opentelemetry/instrumentation-lru-memoizer 0.57.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository OpenTelemetry Instrumentation for memcached by 🔭 OpenTelemetry Authors 🔭 Instrumentation library f... | 287 | 800 | 2026-03-23T11:28:44.984555 |
redis | redis | https://redis.io/docs/latest/commands/del/ | database | bash | ong expireResult3 = jedis . ttl ( "mykey" ); System . out . println ( expireResult3 ); // >>> 10 String expireResult4 = jedis . set ( "mykey" , "Hello World" ); System . out . println ( expireResult4 ); // >>> OK long expireResult5 = jedis . ttl ( "mykey" ); System . out . println ( expireResult5 ); // >>> -1 long expi... | 19 | 800 | 2026-03-23T11:29:28.849613 |
duckdb | mastra | https://mastra.ai/reference/vectors/duckdb | ai | typescript | ance const store = new DuckDBVector ( { id : "duckdb-vector" , path : ":memory:" , // or './vectors.duckdb' for file persistence } ) ; // Create an index await store . createIndex ( { indexName : "myCollection" , dimension : 1536 , metric : "cosine" , } ) ; // Add vectors with metadata const vectors = [ [ 0.1 , 0.2 , .... | 1 | 800 | 2026-03-23T11:33:45.966927 |
conditional-tracing | langchain | https://docs.langchain.com/langsmith/conditional-tracing | ai | python | istic (random sampling) Use case Business logic, compliance, per-request decisions Cost optimization, high-volume observability Predictability Guaranteed behavior for specific requests Statistical representation of traffic Configuration Runtime code logic Environment variable or client config You can combine both appro... | 18 | 798 | 2026-03-23T11:17:18.817179 |
create | mastra | https://mastra.ai/reference/datasets/create | ai | typescript | ) , } ) , groundTruthSchema : z . object ( { answer : z . string ( ) , } ) , } ) Parameters Direct link to Parameters name : string Display name for the dataset. description ?: string Description of the dataset. inputSchema ?: unknown JSON Schema or Zod schema for item inputs. Zod schemas are auto-converted. groundTrut... | 1 | 644 | 2026-03-23T11:12:42.488910 |
zh_HANS-CN | git | https://git-scm.com/docs/git-merge/zh_HANS-CN | devops | bash | ags/`层次结构中的自然位置。 如果使用 --ff ,可能的话,以快进方式解决合并问题(只更新分支指针以匹配合并后的分支;不创建合并提交)。 当不可能时(当合并的历史不是当前历史的后代),创建一个合并提交。 使用`--no-ff`,在所有情况下都创建一个合并提交,即使该合并可以作为一个快进解决。 使用`--ff-only`,在可能的情况下,以快进的方式解决合并的问题。 当不可能时,拒绝合并并以非零状态退出。 -S[<keyid>] --gpg-sign[=<键 ID>] --no-gpg-sign 对合并后的提交进行 GPG 签名。 keyid 参数是可选的,默认为提交者的身份;如果指定,它必须与选项连在一起,不能有空格。 --n... | 6 | 799 | 2026-03-23T11:12:48.063251 |
2.9.5 | git | https://git-scm.com/docs/git-push/2.9.5 | devops | bash | satellite/dev Use the source ref that matches master (e.g. refs/heads/master ) to update the ref that matches satellite/master (most probably refs/remotes/satellite/master ) in the mothership repository; do the same for dev and satellite/dev . This is to emulate git fetch run on the mothership using git push that is ru... | 32 | 800 | 2026-03-23T11:00:10.624366 |
?s=bullmq | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=bullmq | devops | python | Telemetry Collector. go exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusremotewriteexporter v0.148.0 v0.148.0 Version Collector Language... | 48 | 800 | 2026-03-23T11:22:42.087905 |
redis | redis | https://redis.io/docs/latest/develop/data-types/streams/ | database | bash | em } res11 , err := rdb . XAdd ( ctx , & redis . XAddArgs { Stream : "race:usa" , Values : map [ string ] interface {}{ "racer" : "Prickett" , }, ID : "0-*" , }). Result () if err != nil { panic ( err ) } fmt . Println ( res11 ) // >>> 0-3 } func ExampleClient_racefrance2 () { ctx := context . Background () rdb := redi... | 1,948 | 800 | 2026-03-23T11:04:07.562350 |
Nemotron-Personas-USA | transformers | https://huggingface.co/datasets/nvidia/Nemotron-Personas-USA | ai | python | ports involvement. Sherry Kirkus finds artistic solace in knitting colorful scarves while listening to John Denver’s folk ballads, discussing historical fiction with her book club, and attending quarterly community theater productions of classics like “Our Town,” all of which feed her love for structured creativity and... | 213 | 800 | 2026-03-23T11:30:19.698712 |
?s=istio | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=istio | devops | python | rumentation Elixir Language Instrumentation Component Apache 2.0 License Repository OpentelemetryBandit by 🔭 OpenTelemetry Authors 🔭 Telemetry handler that creates OpenTelemetry spans from Bandit events . bandit instrumentation erlang Quick Install The package can be installed by adding opentelemetry_bandit to your l... | 214 | 800 | 2026-03-23T11:28:03.962030 |
?s=mcp | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=mcp | devops | python | ails (go-collector) Repository Cloud Foundry Receiver by 🔭 OpenTelemetry Authors 🔭 The Cloud Foundry receiver connects to the RLP (Reverse Log Proxy) Gateway of the Cloud Foundry installation go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the f... | 107 | 800 | 2026-03-23T11:32:00.153365 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.