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 |
|---|---|---|---|---|---|---|---|---|
custom-authentication-providers | neon | https://neon.tech/docs/data-api/custom-authentication-providers | database | sql | ct MCP on VS Code Connect the Neon MCP server on VS Code Edit on GitHub Suggest changes to this page Neon Docs | 14 | 110 | 2026-03-23T11:22:58.999040 |
asyncio-future.html | python | https://docs.python.org/3/library/asyncio-future.html | language | python | is used for the test.) a Task object wrapping obj , if obj is a coroutine ( iscoroutine() is used for the test); in this case the coroutine will be scheduled by ensure_future() . a Task object that would await on obj , if obj is an awaitable ( inspect.isawaitable() is used for the test.) If obj is neither of the above ... | 1 | 800 | 2026-03-23T11:26:30.623877 |
?s=transformers | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=transformers | devops | python | edis”, which (as of v0.50.0) includes support for instrumenting redis v4. This module provides automatic instrumentation for the redis@^4.0.0 package. redis-4 instrumentation js Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-redis-4 0.49.0 Version JavaScript Langua... | 297 | 800 | 2026-03-23T11:26:30.537815 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | onnecting to an external database (e.g. PostgreSQL) to get information about customers. 1. This [Pydantic](https://docs.pydantic.dev) model is used to constrain the structured data returned by the agent. From this simple definition, Pydantic builds the JSON Schema that tells the LLM how to return the data, and performs... | 22 | 800 | 2026-03-23T10:51:26.910330 |
Asynchronous | javascript | https://developer.mozilla.org/en-US/docs/Glossary/Asynchronous | language | javascript | ions. After the operation is complete, the promise is handled. With promises, the software doesn't have to wait for the operation to finish. In software design Asynchronous software design expands upon the concept by building code that allows a program to ask that a task be performed alongside the original task (or tas... | 2 | 800 | 2026-03-23T10:53:02.551079 |
llms-full.txt | inngest | https://www.inngest.com/llms-full.txt | devops | typescript | d: z.string(), }), "app/subscription.started": z.object({ userId: z.string(), planId: z.string(), }), }), }); ``` ```ts {{ title: "Union" }} type AppAccountCreated = { name: "app/account.created"; data: { userId: string; }; }; type AppSubscriptionStarted = { name: "app/subscription.started"; data: { userId: string; pla... | 1,099 | 704 | 2026-03-23T10:50:47.949166 |
Modules | javascript | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules | language | javascript | orting modules from packages, both with and without file extensions. While not shown above, they also allow particular versions of a library to be imported, based on the path of the script that is importing the module. Generally they let developers write more ergonomic import code, and make it easier to manage the diff... | 14 | 798 | 2026-03-23T11:12:26.851195 |
?s=application-insights | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=application-insights | devops | python | tion by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for Jetty HTTP Client jetty http client instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository JMS Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a JMS instrumentation to track ... | 254 | 800 | 2026-03-23T11:29:09.169956 |
levels.html | rust | https://doc.rust-lang.org/rustc/lints/levels.html | language | rust | > src/main.rs:7:14 | 7 | #[expect(unused_variables)] | ^^^^^^^^^^^^^^^^ | = note: `#[warn(unfulfilled_lint_expectations)]` on by default This level can only be defined via the #[expect] attribute, there is no equivalent flag. Lints with the special ‘force-warn’ level will still be emitted as usual. warn The ‘warn’ lint... | 2 | 748 | 2026-03-23T10:52:39.984638 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | estParameters ) -> list[chat.ChatCompletionMessageParam]: """Just maps a `pydantic_ai.Message` to a `openai.types.ChatCompletionMessageParam`.""" openai_messages: list[chat.ChatCompletionMessageParam] = [] for message in messages: if isinstance(message, ModelRequest): async for item in self._map_user_message(message): ... | 4,389 | 637 | 2026-03-23T10:51:26.919922 |
?s=dbcp | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=dbcp | devops | python | install this instrumentation library run: composer require open-telemetry/opentelemetry-auto-psr6 0.0.5 Version PHP Language Instrumentation Component Apache 2.0 License Package Details (packagist) Repository Slim Framework by 🔭 OpenTelemetry Authors 🔭 Instrumentation Library for the Slim Framework php slim instrumen... | 314 | 799 | 2026-03-23T11:37:21.825155 |
?s=log | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=log | devops | python | e instrumentation base class, and the instrumentation registry. base instrumentation ruby Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-base 0.25.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository Bunny Instrument... | 342 | 800 | 2026-03-23T11:38:20.505378 |
deno | deno | https://docs.deno.com/examples/bdd_tutorial/ | runtime | javascript | o's BDD module Writing your first BDD test Organizing tests with nested describe blocks Hooks beforeEach/afterEach beforeAll/afterAll Gherkin vs. JavaScript-style BDD Best Practices for BDD with Deno Write your tests for humans to read Keep tests focused Use context-specific setup Handle asynchronous tests properly | 15 | 316 | 2026-03-23T10:52:26.691883 |
llms-full.txt | inngest | https://www.inngest.com/llms-full.txt | devops | typescript | server.ts`: ```ts serve({ client: inngest, functions }); GET = inngestServe.GET; POST = inngestServe.POST; PUT = inngestServe.PUT; ``` See the [SvelteKit example](https://github.com/inngest/inngest-js/tree/main/examples/framework-sveltekit) for more information. ### Framework: Tanstack Start Add the following to `./src... | 877 | 769 | 2026-03-23T10:50:47.948886 |
pydantic_ai | pydantic_ai | https://ai.pydantic.dev/api/agent/ | ai | python | S ]] Check if the node is a ModelRequestNode , narrowing the type if it is. This method preserves the generic parameters while narrowing the type, unlike a direct call to isinstance . Source code in pydantic_ai_slim/pydantic_ai/agent/abstract.py 1208 1209 1210 1211 1212 1213 1214 1215 1216 @staticmethod def is_model_re... | 372 | 798 | 2026-03-23T10:51:55.517691 |
supabase-postgres-config-update | supabase | https://supabase.com/docs/reference/cli/supabase-postgres-config-update | database | typescript | e supabase projects list supabase projects create Usage 1 supabase projects create [project name] [flags] Flags --db-password <string> Optional Database password of the project. --org-id <string> Optional Organization ID to create the project in. --region <string> Optional Select a region close to you for the best perf... | 56 | 800 | 2026-03-23T11:31:46.740184 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/ci/variables/where_variables_can_be_used/ | devops | yaml | execution shell The variable expansion is made by the execution shell environment . artifacts:name yes Runner The variable expansion is made by GitLab Runner’s internal variable expansion mechanism . artifacts:paths yes Runner The variable expansion is made by GitLab Runner’s internal variable expansion mechanism . art... | 1 | 799 | 2026-03-23T11:30:32.792406 |
?s=gcp | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=gcp | devops | python | ation histograms, following the OTel semantic conventions for MCP. Covers both protocol-level errors and application-level tool handler errors. go instrumentation mcp model-context-protocol gen-ai Go Language Instrumentation Component MIT License Documentation Repository MongoDB database instrumentation by 🔭 OpenTelem... | 227 | 800 | 2026-03-23T11:24:52.624340 |
pydantic_ai | pydantic_ai | https://ai.pydantic.dev/api/builtin_tools/ | ai | python | a fully managed Retrieval-Augmented Generation (RAG) system that handles file storage, chunking, embedding generation, and context injection into prompts. Supported by: OpenAI Responses Google (Gemini) Source code in pydantic_ai_slim/pydantic_ai/builtin_tools.py 446 447 448 449 450 451 452 453 454 455 456 457 458 459 4... | 28 | 800 | 2026-03-23T10:59:28.219576 |
?s=kong | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=kong | 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:35.573877 |
redis | redis | https://redis.io/docs/latest/develop/get-started/document-database/ | database | bash | nd fender" " mounts facilitate setting up the Roll Low-Entry as your preferred" " commuter, and the BMX-like handlebar offers space for mounting a" " flashlight, bell, or phone holder." ), "condition" : "new" , }, { "brand" : "nHill" , "model" : "Summit" , "price" : 1200 , "description" : ( "This budget mountain bike f... | 73 | 800 | 2026-03-23T11:07:04.803660 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/ci/pipelines/ | devops | yaml | Select a downstream pipeline status icon to go to the detail page of that downstream pipeline. Pipeline success and duration charts Pipeline analytics are available on the CI/CD Analytics page . Pipeline badges Pipeline status and test coverage report badges are available and configurable for each project. For informat... | 23 | 800 | 2026-03-23T10:50:18.172283 |
release-notes-3.32.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-3.32.0 | mobile | dart | defines by @robert-ancell in 163503 Add windowing channel support to Linux embedder by @robert-ancell in 163180 Replace update semantics handler with signal. by @robert-ancell in 163583 Fix window creation callback for multi-window by @robert-ancell in 164353 Support forward and back buttons by @robert-ancell in 164356... | 43 | 799 | 2026-03-23T11:14:28.012255 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/user/packages/conan_1_repository/ | devops | yaml | ges --remote = gitlab Delete a specific package in a revision To delete a specific package in a recipe revision, you can use either of these commands: conan remove package_name/version@user/channel#revision_hash -p package_id --remote = gitlab Or: conan remove package_name/version@user/channel#revision_hash:package_id ... | 19 | 800 | 2026-03-23T11:26:16.421178 |
?s=configuration-validation | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=configuration-validation | devops | python | deeper into what happens inside Checkmk through the use of OpenTelemetry traces, so that everyone using Checkmk could enjoy monitoring their infrastructure with a tool with the best performance and fewer bottlenecks. Python Checkmk Python Language Application integration Component GPL-2.0 License Website Documentation ... | 16 | 799 | 2026-03-23T11:11:39.548802 |
debugging | flutter | https://docs.flutter.dev/testing/debugging | mobile | dart | Flutter inspector , a widget inspector available in DevTools, and also directly from Android Studio and IntelliJ (enabled with the Flutter plugin). The inspector allows you to examine a visual representation of the widget tree, inspect individual widgets and their property values, enable the performance overlay, and mo... | 1 | 679 | 2026-03-23T10:57:48.472168 |
managing-github-actions-settings-for-a-repository | github_actions | https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository | devops | yaml | you create a new repository in an organization, the setting is inherited from what is configured in the organization settings. On GitHub, navigate to the main page of the repository. Under your repository name, click Settings . If you cannot see the "Settings" tab, select the dropdown menu, then click Settings . In the... | 17 | 800 | 2026-03-23T11:39:09.100793 |
?s=azure | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=azure | 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:38:25.447769 |
redis | redis | https://redis.io/docs/latest/develop/data-types/probabilistic/cuckoo-filter/ | database | bash | ool // True if item may exist, False if certainly doesn't CF.DEL Deletes an item from a Cuckoo Filter ▶ Method delete ( key : str , // The name of the Cuckoo filter item : str // The item to delete ) → bool // True if deleted, False if not found Python Quick-Start import assert from 'assert' ; import { createClient } f... | 10 | 799 | 2026-03-23T11:03:10.277566 |
pydantic_ai | pydantic_ai | https://ai.pydantic.dev/api/agent/ | ai | python | he default model configured for this agent. name property writable name : str | None The name of the agent, used for logging. If None , we try to infer the agent name from the call frame when the agent is first run. description property writable description : str | None A human-readable description of the agent. deps_t... | 122 | 800 | 2026-03-23T10:51:55.517308 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/ci/examples/deployment/composer-npm-deploy/ | devops | yaml | Running Composer and npm scripts with deployment via SCP in GitLab CI/CD | GitLab Docs Running Composer and npm scripts with deployment via SCP in GitLab CI/CD Tier : Free, Premium, Ultimate Offering : GitLab.com, GitLab Self-Managed, GitLab Dedicated This guide covers the building of dependencies of a PHP project whil... | 0 | 800 | 2026-03-23T11:30:54.849163 |
?s=action_pack | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=action_pack | 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:18.039528 |
release-notes-1.20.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-1.20.0 | mobile | dart | pty list example to the ListView docs (cla: yes) 56397 [devicelab] allow the tool to use the word waiting more than once (cla: yes) 56398 [devicelab] add verification print and remove timeout test (cla: yes) 56401 [devicelab] unmark android_attach, twc tests, remove mac twc test (cla: yes, waiting for tree to go green)... | 356 | 800 | 2026-03-23T11:13:03.432575 |
2.47.0 | git | https://git-scm.com/docs/git-config/2.47.0 | devops | bash | nces, all three of them must be set to the same values. When fsck. <msg-id> is set, errors can be switched to warnings and vice versa by configuring the fsck. <msg-id> setting where the <msg-id> is the fsck message ID and the value is one of error , warn or ignore . For convenience, fsck prefixes the error/warning with... | 175 | 800 | 2026-03-23T11:24:43.756133 |
plot_hgbt_regression.html | scikit_learn | https://scikit-learn.org/stable/auto_examples/ensemble/plot_hgbt_regression.html | ml | python | atively confirmed by computing empirical coverage numbers as done in the calibration of confidence intervals section . Keep in mind that those predicted percentiles are just estimations from a model. One can still improve the quality of such estimations by: collecting more data-points; better tuning of the model hyperp... | 15 | 800 | 2026-03-23T10:50:55.302767 |
?s=threading | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=threading | devops | python | tom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/prometheusremotewritereceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Reposi... | 144 | 800 | 2026-03-23T11:18:02.128528 |
quick-start | tanstack_router | https://tanstack.com/db/latest/docs/quick-start | framework | typescript | → TanStack Router Type-safe Routing for React and Solid applications Explore Router → TanStack OSS | 10 | 98 | 2026-03-23T11:27:59.267340 |
ml | firebase | https://firebase.google.com/products/ml | database | javascript | Firebase ML | Machine learning for mobile developers Skip to main content English Español – América Latina Indonesia Português – Brasil 中文 – 简体 日本語 한국어 Blog Go to console Sign in Firebase Send feedback Stay organized with collections Save and categorize content based on your preferences. Add machine learning capabiliti... | 0 | 800 | 2026-03-23T10:51:18.953286 |
2.36.0 | git | https://git-scm.com/docs/git-fetch-pack/2.36.0 | devops | bash | Questions (FAQ) Glossary Hooks gitignore gitmodules Revisions Submodules Tutorial Workflows All guides... Administration clean gc fsck reflog filter-branch instaweb archive bundle Plumbing Commands cat-file check-ignore checkout-index commit-tree count-objects diff-index for-each-ref hash-object ls-files ls-tree merge-... | 1 | 797 | 2026-03-23T11:32:45.062588 |
fastapi | fastapi | https://fastapi.tiangolo.com/advanced/security/oauth2-scopes/ | framework | python | None = None full_name : str | None = None disabled : bool | None = None class UserInDB ( User ): hashed_password : str password_hash = PasswordHash . recommended () DUMMY_HASH = password_hash . hash ( "dummypassword" ) oauth2_scheme = OAuth2PasswordBearer ( tokenUrl = "token" , scopes = { "me" : "Read information about... | 97 | 799 | 2026-03-23T10:50:53.992902 |
llms-medium.txt | svelte | https://svelte.dev/llms-medium.txt | framework | javascript | s interface Prerendered {/*…*/} ``` <div class="ts-block-property"> ```dts pages: Map< string, { /** The location of the .html file relative to the output directory */ file: string; } >; ``` <div class="ts-block-property-details"> A map of `path` to `{ file }` objects, where a path like `/foo` corresponds to `foo.html`... | 280 | 794 | 2026-03-23T11:13:00.456343 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | -error state. Source code in `pydantic_ai_slim/pydantic_ai/ui/vercel_ai/request_types.py` ```python class DynamicToolOutputErrorPart(BaseUIPart): """Dynamic tool part in output-error state.""" type: Literal['dynamic-tool'] = 'dynamic-tool' tool_name: str tool_call_id: str state: Literal['output-error'] = 'output-error'... | 5,897 | 759 | 2026-03-23T10:51:26.922957 |
?s=vcpkg | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=vcpkg | devops | python | e 2.0 License Repository otel-desktop-viewer by CtrlSpice otel-desktop-viewer is a CLI tool for receiving OpenTelemetry traces while working on your local machine that helps you visualize and explore your trace data without needing to send it on to a telemetry vendor. otel desktop viewer Go Language Utilities Component... | 383 | 800 | 2026-03-23T11:11:19.343304 |
?s=sqlclient | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=sqlclient | devops | python | telemetry-instrumentation-azure-sdk 1.0.0-beta.9 Version JavaScript Language Instrumentation Component MIT License Package Details (npm) Repository BullMQ Instrumentation by Jennifer Moore Auto instrumentation for the BullMQ message system js instrumentation bullmq Quick Install To install this instrumentation library ... | 275 | 800 | 2026-03-23T11:37:18.460080 |
docker | docker | https://docs.docker.com/offload/quickstart/ | devops | bash | ker Desktop and sign in. In the Docker Desktop Dashboard header, look for the Docker Offload toggle. If you see the Docker Offload toggle, you have access to Docker Offload and can proceed to the next step. If you don't see the Docker Offload toggle, check if Docker Offload is disabled in your Docker Desktop settings ,... | 2 | 800 | 2026-03-23T11:14:49.996024 |
mongodb | mastra | https://mastra.ai/reference/vectors/mongodb | ai | typescript | /fastembed@latest bun add @mastra/fastembed@latest Add the following to your agent: src/mastra/agents/example-mongodb-agent.ts import { Memory } from '@mastra/memory' import { Agent } from '@mastra/core/agent' import { MongoDBStore , MongoDBVector } from '@mastra/mongodb' import { fastembed } from '@mastra/fastembed' e... | 8 | 800 | 2026-03-23T11:33:58.068088 |
?s=interval | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=interval | devops | python | ata to Sentry and to associate traces/spans to Sentry errors. For configuration details, see OpenTelemetry Support . java processor propagator utilities sentry error monitoring Java Language Utilities Component MIT License Repository OpenTelemetry Esbuild Plugin by Drew Corlin Esbuild plugin which bundles OpenTelemetry... | 385 | 799 | 2026-03-23T11:20:08.181719 |
release-notes-2.5.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.5.0 | mobile | dart | flutter logs and way to use it in devicelab runs (team, tool, cla: yes) 84011 Migrate vitool to null safety (team, cla: yes, a: null-safety, tech-debt) 84013 "Migrate" dummy packages to null safety (team, cla: yes, waiting for tree to go green, a: null-safety, tech-debt) 84017 Mixed null safety in dev/devicelab (team, ... | 122 | 799 | 2026-03-23T11:13:43.940066 |
webpack | webpack | https://webpack.js.org/guides/build-performance/ | tooling | javascript | les , resolve.extensions , resolve.mainFiles , resolve.descriptionFiles , as they increase the number of filesystem calls. Set resolve.symlinks: false if you don't use symlinks (e.g. npm link or yarn link ). Set resolve.cacheWithContext: false if you use custom resolving plugins, that are not context specific. Dlls Use... | 2 | 799 | 2026-03-23T10:59:19.013076 |
redis | redis | https://redis.io/docs/latest/develop/data-types/bitmaps/ | database | bash | // Bitwise operations are not supported in NRedisStack. } } ▼ Commands: BITCOUNT BITCOUNT ( @read , @bitmap , @slow ) Counts the number of set bits (population counting) in a string. ▶ Methods StringBitCount ( key : RedisKey , // The key of the string. start : long , // The start byte to count at. end : long , // The e... | 104 | 798 | 2026-03-23T11:03:25.838930 |
llm-as-judge | langchain | https://docs.langchain.com/langsmith/llm-as-judge | ai | python | ic such as conciseness, you typically don’t need a reference output so you may remove that variable. Preview Previewing the prompt will show you of what the formatted prompt will look like using the reference run and dataset example shown on the right. Improve your evaluator with few-shot examples To better align the L... | 5 | 793 | 2026-03-23T10:58:50.801620 |
gitmodules | git | https://git-scm.com/docs/gitmodules | devops | bash | ude/bar url = git://bar.com/git/lib.git This defines two submodules, libfoo and libbar . These are expected to be checked out in the paths include/foo and include/bar , and for both submodules a URL is specified which can be used for cloning the submodules. SEE ALSO git-submodule[1] , gitsubmodules[7] , git-config[1] G... | 8 | 358 | 2026-03-23T10:56:31.497832 |
default | nextjs | https://nextjs.org/docs/app/api-reference/file-conventions/default | framework | javascript | s it synchronously in Next.js 15, but this behavior will be deprecated in the future. Learn more about Parallel Routes Parallel Routes Simultaneously render one or more pages in the same view that can be navigated independently. A pattern for highly dynamic applications. Was this helpful? | 3 | 289 | 2026-03-23T11:10:28.912645 |
module-federation-with-ssr | nx | https://nx.dev/docs/technologies/angular/guides/module-federation-with-ssr | tooling | typescript | Module Federation with Server-Side Rendering | Nx Skip to content Module Federation with Server-Side Rendering Walk you through creating a Module Federated setup with Server Side Rendering (SSR) for Angular and React using Nx and its generators. Steps Section titled “Steps” Create an empty workspace Section titled “Cre... | 0 | 797 | 2026-03-23T11:13:46.707336 |
agent-server-changelog | langchain | https://docs.langchain.com/langsmith/agent-server-changelog | ai | python | nable message streaming from subgraph events, giving users more control over event notifications. 2025-10-21 agent-server v0.4.45 Implemented support for authorization on custom routes, controlled by the enable_custom_route_auth flag. Set default tracing to off for improved performance and simplified debugging. 2025-10... | 40 | 784 | 2026-03-23T11:01:19.965900 |
?s=axum | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=axum | 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:32:24.869321 |
core-application | temporal | https://docs.temporal.io/develop/go/core-application | devops | go | ors, or throwing exceptions is fairly idiomatic in each language that is supported. However, Temporal APIs that must be used to get the result of a Workflow Execution will only ever receive one of either the result or the error. A Go-based Workflow Definition can return either just an error or a customValue, error comb... | 10 | 800 | 2026-03-23T10:55:45.178631 |
3.12.html | python | https://docs.python.org/3/whatsnew/3.12.html | language | python | less memory and with faster access. API for performing calls using the vectorcall protocol was added to the Limited API : PyObject_Vectorcall() PyObject_VectorcallMethod() PY_VECTORCALL_ARGUMENTS_OFFSET This means that both the incoming and outgoing ends of the vector call protocol are now available in the Limited API ... | 101 | 800 | 2026-03-23T11:00:33.942705 |
quickstart | turso | https://docs.turso.tech/api-reference/quickstart | database | sql | Quickstart - Turso Skip to main content Turso home page Search... ⌘ K Search... Navigation API Reference Quickstart Turso Database (beta) Turso Cloud AgentFS (beta) Turso Homepage Discord GitHub Turso Cloud Introduction Quickstart Local Development libSQL Migrate to Turso Durability Guarantees Private Endpoints BYOK En... | 0 | 800 | 2026-03-23T10:53:52.315918 |
kubernetes | kubernetes | https://kubernetes.io/blog/2026/03/18/securing-production-debugging-in-kubernetes/ | devops | yaml | er the CSR is approved and signed, you extract the issued certificate and use it together with the private key to authenticate, for example via kubectl. 3) Use a just-in-time access gateway to run debugging commands Once you have short-lived credentials, you can use them to open a secure shell session to a just-in-time... | 9 | 800 | 2026-03-23T11:31:06.842132 |
supabase-gen-types | supabase | https://supabase.com/docs/reference/cli/supabase-gen-types | database | typescript | JzdXBhYmFzZS1kZW1vIiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImV4cCI6MTk4MzgxMjk5Nn0.EGIM96RAZx35lJzdJsyH-qQwv8Hdp7fsn3W0YpN81IU supabase test Subcommands supabase test db supabase test new supabase test db Executes pgTAP tests against the local database. Requires the local development stack to be started by running supabase star... | 10 | 800 | 2026-03-23T11:30:07.028223 |
rules-sources | biome | https://biomejs.dev/linter/rules-sources | tooling | javascript | ent-no-unknown noUnknownPseudoElement selector-type-no-unknown noUnknownTypeSelector unit-no-unknown noUnknownUnit eslint-plugin-barrel-files Section titled “eslint-plugin-barrel-files” eslint-plugin-barrel-files rule name Biome rule name avoid-barrel-files noBarrelFile (inspired) avoid-namespace-import noNamespaceImpo... | 9 | 800 | 2026-03-23T10:51:46.691223 |
?s=sentry | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=sentry | devops | python | for go-chi/chi by Riandy R.N Instrumentation for the Golang go-chi/chi package. go instrumentation go-chi chi Go Language Instrumentation Component Apache 2.0 License Repository Go runtime metrics instrumentation by 🔭 OpenTelemetry Authors 🔭 Go contrib plugin for collecting metrics from Go runtime package go instrume... | 230 | 799 | 2026-03-23T11:22:19.424965 |
changelog.html | python | https://docs.python.org/3/whatsnew/changelog.html | language | python | g. bpo-25696 : Fix installation of Python on UNIX with make -j9. bpo-26930 : Update OS X 10.5+ 32-bit-only installer to build and link with OpenSSL 1.0.2h. bpo-26268 : Update Windows builds to use OpenSSL 1.0.2f. bpo-25136 : Support Apple Xcode 7’s new textual SDK stub libraries. bpo-24324 : Do not enable unreachable c... | 2,326 | 800 | 2026-03-23T10:57:25.355867 |
?s=service-account | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=service-account | devops | python | verno incubating Go Language Application integration Component Apache-2.0 License Website Documentation Open Policy Agent native graduated by Open Policy Agent Authors OPA will emit spans to an OpenTelemetry Collector via gRPC. go opa open policy agent graduated Go Language Application integration Component Apache-2.0 ... | 10 | 800 | 2026-03-23T11:38:39.652051 |
llms-medium.txt | svelte | https://svelte.dev/llms-medium.txt | framework | javascript | Shape of the `export const actions = {...}` object in `+page.server.js`. See [form actions](/docs/kit/form-actions) for more information. <div class="ts-block"> ```dts type Actions< Params extends AppLayoutParams<'/'> = AppLayoutParams<'/'>, OutputData extends Record<string, any> | void = Record< string, any > | void, ... | 180 | 790 | 2026-03-23T11:13:00.456192 |
index.html | pytorch | https://pytorch.org/xla/release/2.1/index.html | ml | python | :int ) – The dimension upon which the concat should happen. split_count ( python:int ) – The split count. groups ( list , optional ) – A list of list, representing the replica groups for the all_reduce() operation. Example: [[0, 1, 2, 3], [4, 5, 6, 7]] defines two groups, one with the [0, 1, 2, 3] replicas and one with... | 24 | 800 | 2026-03-23T11:15:32.113129 |
?s=libhoney | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=libhoney | devops | python | on Component Apache 2.0 License Package Details (gems) Repository RubyLLM Instrumentation by thoughtbot RubyLLM instrumentation for Ruby. ruby instrumentation GenAI LLM Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-ruby_llm 0.2.0 Version Ruby Language Instrumentati... | 356 | 800 | 2026-03-23T11:34:20.692759 |
custom-api-routes | mastra | https://mastra.ai/docs/server/custom-api-routes | ai | typescript | rect link to Authentication behavior No auth configured : All routes (built-in and custom) are public Auth configured : Mastra-provided routes ( /api/agents/* , /api/workflows/* , etc.) require authentication Custom routes require authentication by default Custom routes can opt out with requiresAuth: false Accessing us... | 7 | 800 | 2026-03-23T10:58:53.759559 |
?s=mistral | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=mistral | 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:27:38.004080 |
pagination | chakra_ui | https://chakra-ui.com/docs/components/pagination | library | javascript | Pagination | Chakra UI Build faster with Premium Chakra UI Components 💎 Learn more Skip to Content Pagination Used to navigate through a series of pages. Source Storybook Ark AI Tip Want to skip the docs? Use the MCP Server Copy Page Preview Code Stackblitz Usage import { Pagination } from "@chakra-ui/react" < Paginat... | 0 | 799 | 2026-03-23T10:53:58.051050 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | sionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan is interpreted as "data at least as new as the provided `resourceVersion`" and the bookmark event is send when the state is synced to a `resourceVersion` at least as fresh as the one provided by ... | 955 | 784 | 2026-03-23T10:56:49.342967 |
code-splitting | tanstack_router | https://tanstack.com/router/latest/docs/guide/code-splitting | framework | typescript | /my-route.tsx src/MyComponent.tsx src/my-route.tsx import { createRoute } from '@tanstack/react-router' import { MyComponent } from './MyComponent' const route = createRoute({ path: '/my-route', loader: () => ({ foo: 'bar', }), component: MyComponent, }) src/MyComponent.tsx import { getRouteApi } from '@tanstack/react-... | 16 | 779 | 2026-03-23T10:56:52.109526 |
xml.etree.elementtree.html | python | https://docs.python.org/3/library/xml.etree.elementtree.html | language | python | dicts, this arbitrary reordering was removed in Python 3.8 to preserve the order in which attributes were originally parsed or created by user code. In general, user code should try not to depend on a specific ordering of attributes, given that the XML Information Set explicitly excludes the attribute order from convey... | 43 | 799 | 2026-03-23T11:08:55.613539 |
human-in-the-loop | inngest | https://www.inngest.com/docs/ai-patterns/human-in-the-loop | devops | typescript | " , async () => { return await generateEmail ({ recipient , context , tone : "professional" , }); }); // Step 2: Notify the human via Slack await step .run ( "request-approval" , async () => { await sendSlackMessage ({ channel : "#agent-approvals" , blocks : [ { type : "section" , text : { type : "mrkdwn" , text : `*Ag... | 1 | 800 | 2026-03-23T11:10:47.594076 |
?s=purefa | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=purefa | devops | python | tion by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for Jetty HTTP Client jetty http client instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository JMS Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a JMS instrumentation to track ... | 254 | 800 | 2026-03-23T11:31:49.800496 |
redis | redis | https://redis.io/docs/latest/develop/data-types/vector-sets/ | database | bash | 953552] res12 , err := rdb . VEmb ( ctx , "points" , "pt:D" , false ). Result () if err != nil { panic ( err ) } fmt . Println ( res12 ) // >>> [0.9999999403953552 -0.9999999403953552] res13 , err := rdb . VEmb ( ctx , "points" , "pt:E" , false ). Result () if err != nil { panic ( err ) } fmt . Println ( res13 ) // >>>... | 155 | 799 | 2026-03-23T11:01:42.071630 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/api/settings/ | devops | yaml | w project import from, possible values: github , bitbucket , bitbucket_server , fogbugz , git , gitlab_project , gitea , and manifest . invisible_captcha_enabled boolean no Enable Invisible CAPTCHA spam detection during sign-up. Disabled by default. issues_create_limit integer no Max number of issue creation requests p... | 53 | 800 | 2026-03-23T11:27:03.897662 |
nep-0047-array-api-standard.html | numpy | https://numpy.org/neps/nep-0047-array-api-standard.html | ml | python | via one of these protocols isn’t useful anymore. This function uses positional-only parameters in its signature. This makes code more portable—writing, for instance, max(a=a, ...) is no longer valid, hence if other libraries call the first parameter input rather than a , that is fine. Note that NumPy already uses posit... | 16 | 798 | 2026-03-23T11:02:09.404480 |
nextjs-trpc-inngest | inngest | https://www.inngest.com/blog/nextjs-trpc-inngest | devops | typescript | . Very cool. Once that’s complete we use the Inngest Cloudflare client to send an event and pick the process back up on the Next.js side of the fence. Apply the LLM suggestions to the Tip Resource This is the end of the workflow and we can now update the status of the Tip and apply the LLM suggestion to the Tip Resourc... | 25 | 800 | 2026-03-23T11:03:47.605221 |
?s=tedious | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=tedious | 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:22:30.961528 |
savepoint-stmt.html | sqlite | https://www.sqlite.org/syntax/savepoint-stmt.html | database | sql | SQLite Syntax: savepoint-stmt Small. Fast. Reliable. Choose any three. Home Menu About Documentation Download License Support Purchase Search About Documentation Download Support Purchase savepoint-stmt SAVEPOINT savepoint-name Used by: sql-stmt See also: lang_savepoint.html | 0 | 275 | 2026-03-23T11:33:30.107290 |
dependencies | dart | https://dart.dev/tools/pub/dependencies | language | dart | Package dependencies Skip to main content dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more OK, got it asterisk Overview docs Docs newsmode Blog public Community play_lesson Learn Dart download Get Dart Language expand_more Introduction Variables Ope... | 0 | 800 | 2026-03-23T11:00:29.474769 |
overview | tanstack_router | https://tanstack.com/db/latest/docs/framework/svelte/overview | framework | typescript | script> <div>{query.data.length} todos</div> Omit the array for queries with no external dependencies: svelte <script> import { useLiveQuery } from '@tanstack/svelte-db' // Same as above - no deps needed const query = useLiveQuery( (q) => q.from({ todos: todosCollection }) ) </script> <div>{query.data.length} todos</di... | 7 | 763 | 2026-03-23T11:28:18.908204 |
supabase-inspect-db-db-stats | supabase | https://supabase.com/docs/reference/cli/supabase-inspect-db-db-stats | database | typescript | t. --experimental Required enable experimental features --project-ref <string> Optional Project ref of the Supabase project. supabase vanity-subdomains delete Deletes the vanity subdomain for a project, and reverts to using the project ref for routing. Usage 1 supabase vanity-subdomains delete Flags --experimental Requ... | 79 | 800 | 2026-03-23T11:30:19.527421 |
generate-types | neon | https://neon.tech/docs/data-api/generate-types | database | sql | the Data API, particularly with PostgREST clients like @neondatabase/postgrest-js and @neondatabase/neon-js . Key benefits include: Autocomplete for table names and columns. Type inference for query results. Compile-time error checking for invalid queries. Generate types Use npx to run the type generator. You must prov... | 1 | 799 | 2026-03-23T11:23:05.190118 |
redis | redis | https://redis.io/docs/latest/develop/data-types/json/ | database | bash | b . JSON (). Set ( "bike:1" , "$" , new { model = "Deimos" , brand = "Ergonom" , price = 4972 } ); Console . WriteLine ( res25 ); // >>> True long? [] res26 = db . JSON (). ObjLen ( "bike:1" , "$" ); Console . WriteLine ( string . Join ( ", " , res26 )); // >>> 3 IEnumerable < HashSet < string >> res27 = db . JSON (). ... | 137 | 800 | 2026-03-23T10:54:21.884575 |
csharp | csharp | https://learn.microsoft.com/en-us/cpp/cross-platform/ | language | csharp | Mobile development with C++ documentation | Microsoft Learn Table of contents Read in English Edit Share via Facebook x.com LinkedIn Email Mobile Development with C++ | Windows UWP, Android and iOS Create native C++ apps for iOS, Android, and Windows devices with Visual Studio. Learn how to build cross-platform mobile ... | 0 | 723 | 2026-03-23T11:29:46.853003 |
v3-to-v4 | inngest | https://www.inngest.com/docs/reference/typescript/v4/migrations/v3-to-v4 | devops | typescript | EST_SERVE_HOST environment variable is still supported for backward compatibility but will log a deprecation warning. Please migrate to INNGEST_SERVE_ORIGIN . Serve options moved to client Many of the options previously passed to the serve function were moved up to the client level. These properties make more sense at ... | 7 | 799 | 2026-03-23T10:50:34.683356 |
results-1-100-thread-2024-06-15.json | qdrant | https://qdrant.tech/benchmarks/results-1-100-thread-2024-06-15.json | database | python | "hnsw_ef": 512, "quantization": { "rescore": true, "oversampling": 1 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-sq-rps-m-32-ef-512", "dataset_name": "glove-100-angular", "upload_time": 57.3555402359998, "total_upload_time": 1340.6456618529992, "p95_time": 0.11817605484848172, "rps": 893.8871204608204, "par... | 974 | 655 | 2026-03-23T10:59:06.541499 |
modifiers | expo | https://docs.expo.dev/versions/latest/sdk/ui/swift-ui/modifiers | mobile | javascript | isActive: boolean , pattern: LinePattern } Controls whether the underline is visible ( true to show, false to hide). Applies an underline to the text. Returns: ModifierConfig See: Official SwiftUI documentation . widgetAccentedRenderingMode(renderingMode) iOS tvOS Parameter Type Description renderingMode 'fullColor' | ... | 46 | 799 | 2026-03-23T11:26:47.389789 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | candidates": 128 } }, { "engine_name": "elastic", "setup_name": "elastic-m-16-ef-128", "dataset_name": "deep-image-96-angular", "upload_time": 5378.8122903249, "total_upload_time": 8274.207446144, "p95_time": 0.1319669474, "rps": 18.1164708868, "parallel": 2, "p99_time": 0.143406313, "mean_time": 0.1099511591, "mean_pr... | 36 | 604 | 2026-03-23T11:15:13.614579 |
go1.6 | go | https://go.dev/doc/go1.6 | language | go | when CloseNotifier is expected to work. Also in the net/http package, there are a few changes related to the handling of a Request data structure with its Method field set to the empty string. An empty Method field has always been documented as an alias for "GET" and it remains so. However, Go 1.6 fixes a few routines ... | 24 | 800 | 2026-03-23T11:32:21.510882 |
django | django | https://docs.djangoproject.com/en/1.8/genindex/ | framework | python | utils.log) can_delete (BaseFormSet attribute) (InlineModelAdmin attribute) can_import_settings (BaseCommand attribute) can_order (BaseFormSet attribute) capfirst template filter CASCADE (in module django.db.models) cascaded_union (MultiPolygon attribute) Case (class in django.db.models.expressions) center template filt... | 16 | 800 | 2026-03-23T11:17:08.328211 |
release-notes-2.10.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.10.0 | mobile | dart | 482 Fix partial repaint when TextureLayer is inside retained layer (cla: yes, needs tests) 29502 [macOS] Fixes Crash of cxx destruction when App will terminate (cla: yes, waiting for tree to go green, platform-macos, needs tests) 29509 [fuchsia] Remove mentions of fuchsia.deprecatedtimezone . (cla: yes, platform-fuchsi... | 422 | 800 | 2026-03-23T11:13:16.598706 |
?s=orm | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=orm | devops | python | wing: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/netflowreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository NGINX Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The NGINX Receiver for the O... | 135 | 800 | 2026-03-23T11:30:50.151011 |
gcp-connectivity | temporal | https://docs.temporal.io/cloud/connectivity/gcp-connectivity | devops | go | ivate Service Connect Service Attachment URI : projects/prod-d9ch6v2ybver8d2a8fyf7qru9/regions/us-central1/serviceAttachments/pl-5xzng Same Region Replication : Not Available Multi-Region Replication : gcp-us-west1 gcp-us-east4 Multi-Cloud Replication : aws-ca-central-1 aws-us-east-1 aws-us-east-2 aws-us-west-2 North A... | 9 | 794 | 2026-03-23T11:25:24.794175 |
vercel-neon-mcp | neon | https://neon.tech/guides/vercel-neon-mcp | database | sql | AI Driven Incident response with Vercel and Neon MCP servers - Neon Guides Specific.dev is a cloud platform built for coding agents - with a database layer powered by Neon. Read the Case Study Search ... ⌘K Ask AI / Community / Guides AI Driven Incident response with Vercel and Neon MCP servers Leverage Vercel logs and... | 0 | 800 | 2026-03-23T11:25:34.103308 |
migrate-from-jest | bun | https://bun.sh/docs/guides/test/migrate-from-jest | runtime | javascript | Migrate from Jest to Bun's test runner - Bun Skip to main content Bun home page Search... ⌘ K Search... Navigation Test Runner Migrate from Jest to Bun's test runner Runtime Package Manager Bundler Test Runner Guides Reference Blog Feedback Overview Guides Deployment Deploy on Vercel Deploy on Railway Deploy on Render ... | 0 | 800 | 2026-03-23T11:02:37.741565 |
kubernetes | kubernetes | https://kubernetes.io/docs/contribute/blog/release-comms/ | devops | yaml | -release comms, you may not have a writing buddy ; instead, the Release Comms team may assign a member of the team to help guide what you're doing. You should squash the commits in your pull request; if you're not sure how to, it's absolutely OK to ask Release Comms or the blog team for help. Provided that your article... | 2 | 800 | 2026-03-23T11:13:16.850529 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.