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 |
|---|---|---|---|---|---|---|---|---|
ai-solid | tanstack_start | https://tanstack.com/ai/latest/docs/api/ai-solid | framework | typescript | ndaryStrategy Function References text textOptions combineStrategies convertMessagesToModelMessages convertZodToJsonSchema createReplayStream embedding generateMessageId maxIterations messages modelMessageToUIMessage modelMessagesToUIMessages normalizeToUIMessage parsePartialJSON summarize toServerSentEventsStream toSe... | 2 | 800 | 2026-03-23T11:15:45.864952 |
?s=ansible-role | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=ansible-role | devops | python | 148.0 Version Collector Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Delta to cumulative processor by 🔭 OpenTelemetry Authors 🔭 The delta to cumulative processor ( deltatocumulativeprocessor ) converts metrics from delta temporality to cumulative, by accumulating samples i... | 77 | 800 | 2026-03-23T11:20:52.430489 |
border-color | tailwind | https://tailwindcss.com/docs/border-color | library | javascript | ) */ border-y-stone-200 border-block-color: var(--color-stone-200); /* oklch(92.3% 0.003 48.717) */ border-y-stone-300 border-block-color: var(--color-stone-300); /* oklch(86.9% 0.005 56.366) */ border-y-stone-400 border-block-color: var(--color-stone-400); /* oklch(70.9% 0.01 56.259) */ border-y-stone-500 border-block... | 94 | 800 | 2026-03-23T11:21:15.589874 |
redis | redis | https://redis.io/docs/latest/develop/data-types/streams/ | database | bash | merName}, time_since_delivered: {info.IdleTimeInMilliseconds}, times_delivered: {info.DeliveryCount}" ); } // >>> message_id: min: 1712747506906-0, consumer: Bob, time_since_delivered: 31084, times_delivered: 1 // >>> message_id: min: 1712747506907-0, consumer: Bob, time_since_delivered: 31084, times_delivered: 1 // Te... | 739 | 800 | 2026-03-23T11:04:07.560634 |
?s=dataloader | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=dataloader | devops | python | rumentation java Java Language Instrumentation Component Apache 2.0 License Repository JAX-WS Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a JAX-WS instrumentation to trace requests through OpenTelemetry. It includes support for jws as well as axis2, cxf, and metro libraries. java instrumentatio... | 251 | 800 | 2026-03-23T11:14:09.286696 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | ourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset sendInitialEvents `sendInitia... | 815 | 797 | 2026-03-23T10:56:49.342774 |
?s=analytics | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=analytics | devops | python | e of your systems masstransit .net client .net Quick Install To install this instrumentation library run: dotnet add package MassTransit 3.2.1 Version .NET Language Instrumentation Component Apache-2.0 License Website Documentation Package Details (nuget) Repository MassTransit Instrumentation for OpenTelemetry .NET de... | 206 | 800 | 2026-03-23T11:23:44.597990 |
addItems | mastra | https://mastra.ai/reference/datasets/addItems | ai | typescript | Reference: dataset.addItems() | Datasets | Mastra Docs Skip to main content On this page Added in: @mastra/core@1.4.0 Adds multiple items to the dataset in a single bulk operation. Usage example Direct link to Usage example import { Mastra } from '@mastra/core' const mastra = new Mastra ( { /* storage config */ } ) con... | 0 | 800 | 2026-03-23T11:11:56.498840 |
tauri-community-survey-2022-data.csv | tauri | https://tauri.app/tauri-community-survey-2022-data.csv | desktop | rust | f it but not used it,Heard of them but not used them,,,,,,,,,TRUE,TRUE,TRUE,FALSE,,4,,4,,6,,7,,FALSE,,,FALSE,, zh-cn,"03/01/2023, 09:57",uKtwRp9pHRMIX5BWSNnC,20 - 29,2 - 5,Frontend,,简体中文,,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,FALSE,,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,FALSE,FALSE,,TRU... | 660 | 800 | 2026-03-23T11:10:27.959156 |
convex | convex | https://docs.convex.dev/database/reading-data/ | database | typescript | only one user with that email address. const userOrNull = await ctx . db . query ( "users" ) . withIndex ( "by_email" , ( q ) => q . eq ( "email" , "test@example.com" ) ) . first ( ) ; Using a unique result .unique() selects the single document from your query or returns null if no documents were found. If there are mu... | 7 | 794 | 2026-03-23T10:55:03.589339 |
webview | expo | https://docs.expo.dev/versions/latest/sdk/webview | mobile | javascript | react-native-webview - Expo Documentation Hide navigation Search or Ask AI Home Guides EAS Reference Learn Reference version Archive Expo Snack Discord and Forums Newsletter react-native-webview A library that provides a WebView component. Android iOS Included in Expo Go Ask AI GitHub npm Bundled version: 13.16.0 Copy ... | 0 | 800 | 2026-03-23T11:04:51.621450 |
postgresql | postgresql | https://www.postgresql.org/docs/release/13.3/ | database | sql | estore the previous behavior of \connect service= something (Tom Lane) § A previous bug fix caused environment variables (such as PGPORT ) to override entries in the service file in this context. Restore the previous behavior, in which the priority is the other way around. Fix psql 's ON_ERROR_ROLLBACK feature to handl... | 13 | 799 | 2026-03-23T11:26:23.768456 |
fetch-run-status-and-output | inngest | https://www.inngest.com/docs/examples/fetch-run-status-and-output | devops | typescript | Fetch run status and output - Inngest Documentation Search... Contact sales Sign Up Examples Fetch run status and output Copy Markdown Open Inngest provides a way to fetch the status and output of a function run using the REST API . This is useful when: You want to check the status or output of a given run. You want to... | 0 | 799 | 2026-03-23T11:11:00.965122 |
sv | git | https://git-scm.com/docs/git-push/sv | devops | bash | t). För en misslyckad uppdatering ges mer information: rejected Git försökte inte skicka referensen alls, vanligtvis för att det inte är en snabbspolning framåt och du inte tvingade fram uppdateringen. fjärren avvisad Fjärrsidan vägrade uppdateringen. Vanligtvis orsakat av en krok på fjärrsidan, eller att fjärrförvar h... | 36 | 800 | 2026-03-23T11:03:08.229075 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/runner/executors/custom/ | devops | yaml | e graceful termination process explained above on UNIX based systems. This is achieved by having the main process set as a process group which all the child processes belong too. Error handling GitLab Runner can handle two type of errors differently. These errors are only handled when the executable inside of config_ex... | 18 | 800 | 2026-03-23T11:17:32.315231 |
django | django | https://docs.djangoproject.com/es/5.2/faq/help/ | framework | python | FAQ: Obteniendo ayuda | Documentación de Django | Django Skip to main content Documentación Getting Help Idioma: es zh-hans sv pt-br pl ko ja it id fr en el Versión de la documentación: 5.2 dev 6.0 5.1 5.0 4.2 4.1 4.0 3.2 3.1 3.0 2.2 2.1 2.0 1.11 1.10 FAQ: Obteniendo ayuda ¶ ¿Cómo hago X cosa?¿Por qué Y no funciona?¿Dó... | 0 | 800 | 2026-03-23T11:27:19.624656 |
release-notes-3.35.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-3.35.0 | mobile | dart | eak tracker to enable access to experimental tracking on web. by @polina-c in 167502 ✨ Introduces PositionedGestureDetails by @AlexV525 in 160714 Note when --enable-vmservice is required and skip otherwise. by @matanlurey in 167579 Remove redundant usematerial3 by @IldySilva in 167337 Roll pub packages by @flutter-pub-... | 3 | 800 | 2026-03-23T11:13:49.352751 |
?s=shenyu | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=shenyu | devops | python | ntation-socket.io 0.60.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository Instrumentation for SvelteKit native by Svelte contributors SvelteKit supports OpenTelemetry instrumentation out of the box. Node.js instrumentation sveltekit JavaScript Language Instrument... | 300 | 800 | 2026-03-23T11:10:16.618010 |
path-params | tanstack_start | https://tanstack.com/router/latest/docs/guide/path-params | framework | typescript | hopComponent() { const { locale, category } = Route.useParams() const { isDefaultLocale } = Route.useRouteContext() // TypeScript knows locale is Locale | undefined // and we have validated it in beforeLoad return ( <div> <h1>Shop {category ? `- ${category}` : ''}</h1> <p>Language: {locale || 'en'}</p> {!isDefaultLocal... | 29 | 730 | 2026-03-23T11:31:55.693905 |
otel | mastra | https://mastra.ai/docs/observability/tracing/bridges/otel | ai | typescript | orter-trace-otlp-http - OTLP exporter (JSON over HTTP) @opentelemetry/exporter-trace-otlp-grpc - OTLP exporter (gRPC) @opentelemetry/sdk-trace-base - Base tracing SDK (for BatchSpanProcessor, etc.) @opentelemetry/core - Core utilities (for W3CTraceContextPropagator, etc.) Configuration Direct link to Configuration Usin... | 3 | 800 | 2026-03-23T11:32:02.482401 |
variables | terraform | https://developer.hashicorp.com/terraform/tutorials/configuration-language/variables | devops | hcl | also includes several functions that allow you to manipulate lists and other variable types. Use the slice() function to get a subset of these lists. The Terraform console command opens an interactive console that you can use to evaluate expressions in the context of your configuration. This can be very useful when wor... | 15 | 800 | 2026-03-23T11:19:14.806251 |
llms-full.txt | chakra_ui | https://chakra-ui.com/llms-full.txt | library | javascript | the full policy. **Supported versions:** We release security updates for the latest major version. **Security posture:** - We don't use `dangerouslySetInnerHTML` internally—everything renders through React's JSX. If you pass raw HTML (e.g. `Prose` or `CodeBlock` with user content), sanitize it first. - **CodeBlock**: W... | 1,193 | 441 | 2026-03-23T10:52:11.339780 |
connect-bun-sqlite | drizzle_orm | https://orm.drizzle.team/docs/connect-bun-sqlite | database | typescript | rizzle-kit yarn add drizzle-orm yarn add -D drizzle-kit pnpm add drizzle-orm pnpm add -D drizzle-kit bun add drizzle-orm bun add -D drizzle-kit Step 2 - Initialize the driver and make a query import { drizzle } from 'drizzle-orm/bun-sqlite' ; const db = drizzle (); const result = await db .select () .from ( ... ); If y... | 3 | 800 | 2026-03-23T10:52:15.007960 |
redis | redis | https://redis.io/docs/latest/develop/data-types/lists/ | database | bash | sword docs DB : 0 , // use default DB }) rdb . Del ( ctx , "new_bikes" ) res39 , err := rdb . Set ( ctx , "new_bikes" , "bike:1" , 0 ). Result () if err != nil { panic ( err ) } fmt . Println ( res39 ) // >>> OK res40 , err := rdb . Type ( ctx , "new_bikes" ). Result () if err != nil { panic ( err ) } fmt . Println ( r... | 756 | 800 | 2026-03-23T11:05:26.645993 |
?s=nso | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=nso | devops | python | ql Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-pg 0.35.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository Que Instrumentation by 🔭 OpenTelemetry Authors 🔭 Que instrumentation for Ruby. ruby instrumentation que... | 351 | 799 | 2026-03-23T11:27:30.315026 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | ings) settings_typed = cast(BedrockEmbeddingSettings, settings_dict) if self._handler.supports_batch: # Models like Cohere support batch requests return await self._embed_batch(inputs_list, input_type, settings_typed) else: # Models like Titan require individual requests return await self._embed_concurrent(inputs_list,... | 2,557 | 664 | 2026-03-23T10:51:26.915005 |
3.10.html | python | https://docs.python.org/3/whatsnew/3.10.html | language | python | d typing.re submodules will now emit DeprecationWarning . These submodules will be removed in a future version of Python. Anything belonging to these submodules should be imported directly from typing instead. (Contributed by Sebastian Rittau in bpo-38291 .) Removed ¶ Removed special methods __int__ , __float__ , __flo... | 69 | 797 | 2026-03-23T11:05:17.290966 |
postgresql | postgresql | https://www.postgresql.org/docs/release/17.0/ | database | sql | llemain Changhong Fei Chantal Keller Chapman Flack Chengxi Sun Chris Travers Christian Maurer Christian Stork Christoph Berg Christoph Heiss Christophe Courtois Christopher Kline Claudio Freire Colin Caine Corey Huinker Curt Kolovson Dag Lem Dagfinn Ilmari Mannsåker Damir Belyalov Daniel Fredouille Daniel Gustafsson Da... | 37 | 800 | 2026-03-23T11:19:27.990653 |
pt_BR | git | https://git-scm.com/docs/git-init/pt_BR | devops | bash | Git - git-init Documentation Português (Brasil) ▾ English Deutsch Español Français Íslenska 日本語 Português (Brasil) Română Русский Svenska українська мова 简体中文 繁體中文 Topics ▾ Setup and Config git config help bugreport Credential helpers Getting and Creating Projects init clone Basic Snapshotting add status diff commit no... | 0 | 800 | 2026-03-23T11:29:12.241268 |
generative-model | firebase | https://firebase.google.com/docs/reference/unity/class/firebase/a-i/generative-model | database | javascript | Firebase.AI.GenerativeModel Class Reference Skip to main content English Español – América Latina Indonesia Português – Brasil 中文 – 简体 日本語 한국어 Blog Go to console Sign in Documentation Firebase Docs Reference Send feedback Stay organized with collections Save and categorize content based on your preferences. Firebase. A... | 0 | 800 | 2026-03-23T11:39:52.886409 |
sidebar | shadcn_ui | https://ui.shadcn.com/blocks/sidebar | library | typescript | t > < BreadcrumbItem > < BreadcrumbPage >October 2024</ BreadcrumbPage > </ BreadcrumbItem > </ BreadcrumbList > </ Breadcrumb > </ header > < div className = "flex flex-1 flex-col gap-4 p-4" > < div className = "grid auto-rows-min gap-4 md:grid-cols-5" > {Array. from ({ length: 20 }). map (( _ , i ) => ( < div key = {... | 25 | 800 | 2026-03-23T11:06:47.344446 |
sql | bun | https://bun.sh/docs/runtime/sql | runtime | javascript | wait mysql `INSERT INTO users (email) VALUES ( ${ " duplicate@email.com " } )` ; } catch (error) { if (error.code === " ER_DUP_ENTRY " ) { console. log ( " Duplicate entry detected " ); } else if (error.code === " ER_ACCESS_DENIED_ERROR " ) { console. log ( " Access denied " ); } else if (error.code === " ER_BAD_DB_ERR... | 55 | 798 | 2026-03-23T10:50:40.732746 |
browser-view | electron | https://www.electronjs.org/docs/latest/api/browser-view | desktop | javascript | e whole window and other webContents displayed by it. Defaults to true . offscreen Object | boolean (optional) - Whether to enable offscreen rendering for the browser window. Defaults to false . See the offscreen rendering tutorial for more details. useSharedTexture boolean (optional) Experimental - Whether to use GPU ... | 8 | 799 | 2026-03-23T10:59:51.192629 |
feed.xml | kubernetes | https://kubernetes.io/feed.xml | devops | yaml | ormance and stability of other pods on the same node. This can lead to issues such as other pods getting evicted or killed by the Out-Of-Memory (OOM) killer due to lack of available memory.</li> </ol> <h3 id="how-to-avoid-it">How to avoid it:</h3> <ul> <li>Start with modest <code>requests</code> (for example <code>100m... | 834 | 800 | 2026-03-23T11:17:36.485589 |
2.43.0 | git | https://git-scm.com/docs/gitattributes/2.43.0 | devops | bash | crashes (e.g. killed by SEGV), it is expected to exit with non-zero status that are higher than 128, and in such a case, the merge results in a failure (which is different from producing a conflict). The merge.*.recursive variable specifies what other merge driver to use when the merge driver is called for an internal ... | 52 | 798 | 2026-03-23T11:25:24.756052 |
mctest | transformers | https://huggingface.co/datasets/sagnikrayc/mctest | ai | python | ny, but Alex wasn't there\newlineto save him. James didn't know what to do and was scared. But then he remembered all of\newlinethe times Alex stood up for him. James looked up to Alex and he thought of him as his\newlinehero. James wanted to protect himself and not have Alex always come to help. So this time,\newlineJ... | 25 | 794 | 2026-03-23T11:30:58.217733 |
?s=codeigniter | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=codeigniter | 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:29:41.106074 |
?s=splunkenterprise | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=splunkenterprise | devops | python | n add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/chronyreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Cloudflare Receiver by 🔭 Open... | 106 | 800 | 2026-03-23T11:39:47.228253 |
qdrant | qdrant | https://qdrant.tech/articles/batch-vector-search-with-qdrant/ | database | python | re=0.09, # payload=None, vector=[0.0, 0.0, 0.0, 0.1]), # ScoredPoint(id=1, version=0, score=0.10049876, # payload=None, vector=[0.0, 0.1, 0.0, 0.0])] # ] Each instance of the SearchRequest class may provide its own search parameters, including vector query but also some additional filters. The response will be a list o... | 4 | 767 | 2026-03-23T11:10:47.262977 |
container-tools?view=vs-2022 | csharp | https://learn.microsoft.com/en-us/visualstudio/containers/container-tools?view=vs-2022 | language | csharp | ure Container Registry. Prerequisites Docker Desktop or Podman Desktop . Visual Studio , or for Podman support, Visual Studio 2026 , with the ASP.NET and web development , Azure development workload, and/or .NET desktop development workload installed. To publish to Azure Container Registry, an Azure subscription. Sign ... | 1 | 800 | 2026-03-23T11:00:30.307160 |
deployments-v2 | langchain | https://docs.langchain.com/api-reference/deployments-v2 | ai | python | "name": "<string>" } ], "volumes": [ { "name": "<string>", "configMap": {}, "secret": {}, "emptyDir": {}, "persistentVolumeClaim": {}, "nfs": {}, "projected": {}, "downwardAPI": {}, "csi": {} } ], "volume_mounts": [ { "name": "<string>", "mountPath": "<string>", "subPath": "<string>", "mountPropagation": "<string>", "r... | 3 | 421 | 2026-03-23T11:37:56.289746 |
deno | deno | https://docs.deno.com/runtime/reference/cli/fmt/ | runtime | javascript | stable-component flag or "unstable": ["fmt-component"] config option. Svelte .svelte Requires --unstable-component flag or "unstable": ["fmt-component"] config option. Vue .vue Requires --unstable-component flag or "unstable": ["fmt-component"] config option. SQL .sql Requires --unstable-sql flag or "unstable": ["fmt-s... | 4 | 800 | 2026-03-23T11:20:25.506527 |
constlist.html | sqlite | https://www.sqlite.org/session/constlist.html | database | sql | List Of SQLite Constants Small. Fast. Reliable. Choose any three. Home Menu About Documentation Download License Support Purchase Search About Documentation Download Support Purchase Session Module C Interface Constants: SQLITE_CHANGESETAPPLY_FKNOACTION SQLITE_CHANGESETAPPLY_IGNORENOOP SQLITE_CHANGESETAPPLY_INVERT SQLI... | 0 | 708 | 2026-03-23T11:39:13.997327 |
form-actions | svelte | https://svelte.dev/docs/kit/form-actions | framework | javascript | ns = { [x : string ] : Action < Record < string , any > , void | Record < string , any > , string | null >; } Actions } from './$types' ; export const const load : PageServerLoad load : type PageServerLoad = (event : ServerLoadEvent < Record < string , any > , Record < string , any > , string | null >) => MaybePromise ... | 63 | 800 | 2026-03-23T11:20:56.205200 |
?s=azure-monitor | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=azure-monitor | devops | python | ure Storage FlashArray Receiver by 🔭 OpenTelemetry Authors 🔭 The Pure Storage FlashArray receiver, receives metrics from Pure Storage internal services hosts. purefa receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod... | 145 | 800 | 2026-03-23T11:19:37.161230 |
?s=prometheus | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=prometheus | devops | python | ruby instrumentation aws-sdk aws sqs sns Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-aws_sdk 0.11.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository OpenTelemetry AWS-Lambda Instrumentation by 🔭 OpenTelemetry A... | 341 | 799 | 2026-03-23T11:32:56.767278 |
changes.html | sqlite | https://www.sqlite.org/changes.html | database | sql | an INTEGER PRIMARY KEY, convert the NULL value into a unique key automatically. 2002-03-30 (2.4.4) Allow "VIEW" to be a column name Added support for CASE expressions (patch from Dan Kennedy) Added RPMS to the delivery (patches from Doug Henry) Fix typos in the documentation Cut over configuration management to a new C... | 370 | 779 | 2026-03-23T10:50:32.103025 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/ci/jobs/job_rules/ | devops | yaml | tion: job1 : script : echo only : - main - /^stable-branch.*$/ - schedules job2 : script : echo except : - main - /^issue-.*$/ - merge_requests In this example: job1 uses only to run in pipelines when: The branch is the default branch ( main ). The branch name matches the pattern /^stable-branch.*$/ . The pipeline runs... | 22 | 800 | 2026-03-23T11:05:34.463148 |
OpenCodeReasoning | transformers | https://huggingface.co/datasets/nvidia/OpenCodeReasoning | ai | python | ck whether there exists any position where deleting that character leaves a palindrome. But for large n, this is O(n^2), which is not efficient. Alternatively, perhaps in a palindrome, deleting any character except the first half's characters (for even length) or the middle (for odd) would result in a non-palindrome. S... | 142 | 800 | 2026-03-23T11:22:37.663903 |
tsconfig-paths | bun | https://bun.sh/docs/guides/runtime/tsconfig-paths | runtime | javascript | rts from "zod" import { Button } from " @components/Button " ; // imports from "./src/components/Button" See Docs > Runtime > TypeScript for more information on using TypeScript with Bun. Was this page helpful? Yes No Suggest edits Raise issue Install TypeScript declarations for Bun Previous Debugging Bun with the VS C... | 6 | 342 | 2026-03-23T11:05:52.531571 |
supabase-branches-list | supabase | https://supabase.com/docs/reference/cli/supabase-branches-list | 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:32:09.882385 |
enqueue-concurrent | langchain | https://docs.langchain.com/langsmith/enqueue-concurrent | ai | python | t deployment Add TTLs to your application Configure checkpointer backend Configure Agent Server for scale Implement a CI/CD pipeline Deployment guides Cloud With control plane Standalone servers Troubleshooting Studio Overview Quickstart Runs, assistants, threads Traces, datasets, prompts Troubleshooting Auth & access ... | 1 | 800 | 2026-03-23T11:11:17.817331 |
imaplib.html | python | https://docs.python.org/3/library/imaplib.html | language | python | ent now has write permission, and the mailbox will need to be re-opened to re-obtain write permission. There’s also a subclass for secure connections: class imaplib. IMAP4_SSL ( host = '' , port = IMAP4_SSL_PORT , * , ssl_context = None , timeout = None ) ¶ This is a subclass derived from IMAP4 that connects over an SS... | 3 | 797 | 2026-03-23T11:15:09.688967 |
fr | git | https://git-scm.com/docs/git-shortlog/fr | devops | bash | vec plus d’un --grep= <motif> , les commits dont le message correspond à l’un des paramètres <motif> sont choisis (mais voir --all-match ). Lorsque --notes est en vigueur, le message des notes est vérifié comme s’il faisait partie du message du journal. --all-match Limiter la sortie des commits à ceux qui correspondent... | 11 | 800 | 2026-03-23T11:33:18.747338 |
locally | pytorch | https://pytorch.org/get-started/locally | ml | python | Get Started Close Search Get Started Select preferences and run the command to install PyTorch locally, or get started quickly with one of the supported cloud platforms. Menu Start Locally PyTorch 2.x Start via Cloud Partners Previous PyTorch Versions PyTorch for Edge Shortcuts Start Locally Select your preferences and... | 0 | 793 | 2026-03-23T11:05:40.295392 |
assets | expo | https://docs.expo.dev/develop/user-interface/assets | mobile | javascript | Assets - Expo Documentation Hide navigation Search or Ask AI Home Guides EAS Reference Learn Archive Expo Snack Discord and Forums Newsletter Assets Edit page Copy page Learn about using static assets in your project, including images, videos, sounds, database files, and fonts. Edit page Copy page A static asset is a f... | 0 | 800 | 2026-03-23T11:09:17.545820 |
supabase-functions-new | supabase | https://supabase.com/docs/reference/cli/supabase-functions-new | database | typescript | nt supabase db pull supabase db push supabase db reset supabase db start supabase db pull Pulls schema changes from a remote database. A new migration file will be created under supabase/migrations directory. Requires your local project to be linked to a remote database by running supabase link . For self-hosted databa... | 14 | 799 | 2026-03-23T11:32:06.885736 |
terms-of-service | neon | https://neon.tech/terms-of-service | database | sql | rocessors. Security Addendum. All references in the Agreement to the “Security Addendum” or “Security Measures” shall be deemed references to the security addendum and security measures attached hereto as Exhibit A. Audit. Section 7 (Audits and Records) of the DPA is hereby deleted in its entirety and replaced with the... | 5 | 797 | 2026-03-23T11:14:57.101991 |
?s=genai | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=genai | devops | python | tor Quick Install When building a custom collector you can add this processor to the manifest file like the following: processors : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/processor/probabilisticsamplerprocessor v0.148.0 v0.148.0 Version Collector Language Processor Component Apache 2.0 Lice... | 89 | 800 | 2026-03-23T11:31:34.220304 |
?s=transformers | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=transformers | devops | python | orter Component Apache 2.0 License Package Details (nuget) Repository Instana Exporter for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 The Instana Exporter exports telemetry to Instana backend. instana exporter dotnet Quick Install To install this exporter run: dotnet add package OpenTelemetry.Exporter.Instana 1.... | 171 | 799 | 2026-03-23T11:26:30.537718 |
3.2.html | python | https://docs.python.org/3/whatsnew/3.2.html | language | python | issue of “pyc fights” has become more pronounced as it has become commonplace for Linux distributions to ship with multiple versions of Python. These conflicts also arise with CPython alternatives such as Unladen Swallow. To solve this problem, Python’s import machinery has been extended to use distinct filenames for e... | 12 | 798 | 2026-03-23T10:55:27.233608 |
slogtest@go1.26.1 | go | https://go.dev/testing/slogtest@go1.26.1 | language | go | ntation page for coverage testing of Go applications. Profile-guided optimization Main documentation page for profile-guided optimization (PGO) of Go applications. References Package Documentation The documentation for the Go standard library. Command Documentation The documentation for the Go tools. Language Specifica... | 4 | 799 | 2026-03-23T11:33:13.234853 |
webhook-events-and-payloads | github_actions | https://docs.github.com/en/webhooks-and-events/webhooks/webhook-events-and-payloads | devops | yaml | e repository's default branch (usually main ). organization object A GitHub organization. Webhook payloads contain the organization property when the webhook is configured for an organization, or when the event occurs from activity in a repository owned by an organization. pusher_type string Required The pusher type fo... | 22 | 800 | 2026-03-23T11:03:07.445004 |
ping-thing | neon | https://neon.tech/demos/ping-thing | database | sql | Ping Thing Getting Started Ping Thing Ping a Neon Serverless Postgres database using a Vercel Edge Function to see the journey your request makes. Ping Postgres at the Edge Edge Functions run closer to the user. This minimizes both the number, and length of network round-trips to and from the database, resulting in low... | 0 | 800 | 2026-03-23T11:39:01.266810 |
user-defined-workflows | inngest | https://www.inngest.com/docs/guides/user-defined-workflows | devops | typescript | e of Contents" action. A workflow action handler() has a similar signature to Inngest's function handlers, receiving two key arguments: event and step . Our "Add a Table of Contents" leverages Inngest's step API to create reliable and retriable steps generating and inserting a Table of Contents. The complete implementa... | 11 | 800 | 2026-03-23T10:50:23.694671 |
?s=js | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=js | devops | python | our list of dependencies in mix.exs : def deps do [ { :opentelemetry_ecto , "~> 1.2.0" } ] 1.2.0 Version Erlang Language Instrumentation Component Apache 2.0 License Package Details (hex) Repository Elli Instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation for Erlang HTTP server Elli. erlang http instrumentat... | 216 | 800 | 2026-03-23T11:15:08.509953 |
same-thread | langchain | https://docs.langchain.com/langsmith/same-thread | ai | python | penai" }} ) # There should always be a default assistant with no configuration assistants = await client . assistants . search () default_assistant = [ a for a in assistants if not a [ " config " ]][ 0 ] Copy import { Client } from "@langchain/langgraph-sdk" ; const client = new Client ( { apiUrl : < DEPLOYMENT_URL > }... | 3 | 799 | 2026-03-23T11:22:11.830135 |
faq | go | https://go.dev/doc/faq | language | go | ithmetic conversions” are not easy to implement and inconsistent across architectures. For reasons of portability, we decided to make things clear and straightforward at the cost of some explicit conversions in the code. The definition of constants in Go—arbitrary precision values free of signedness and size annotation... | 44 | 798 | 2026-03-23T10:52:59.330362 |
managing-the-default-branch-name-for-repositories-in-your-organization | github_actions | https://docs.github.com/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization | devops | yaml | nch", click Change default branch name now . In the text field, type the default name that you would like to use for new branches. Click Update . Further reading Managing the default branch name for your repositories | 2 | 216 | 2026-03-23T11:41:25.613434 |
ForwardRefFn | angular | https://angular.dev/api/core/ForwardRefFn | 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:13:09.951470 |
?s=graduated | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=graduated | devops | python | tion Component Apache 2.0 License Package Details (packagist) Repository OpenTelemetry HTTPlug async auto-instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation Library for PHP HTTP Async Client httpasyncclient instrumentation php Quick Install To install this instrumentation library run: composer require open-... | 308 | 800 | 2026-03-23T11:30:34.075058 |
supabase-inspect-db-role-stats | supabase | https://supabase.com/docs/reference/cli/supabase-inspect-db-role-stats | database | typescript | e useful for long-running scripts where you might occasionally want to set breakpoints. brk mode same as run mode, but additionally sets a breakpoint at the first line to pause script execution before any code runs. wait mode similar to brk mode, but instead of setting a breakpoint at the first line, it pauses script e... | 63 | 800 | 2026-03-23T11:33:27.336552 |
minifier | bun | https://bun.sh/docs/bundler/minifier | runtime | javascript | s active Evaluates charCodeAt() on string literals for ASCII characters. Input Copy " hello " . charCodeAt ( 1 ) " A " . charCodeAt ( 0 ) Output Copy 101 65 Void 0 equality to null equality Mode: --minify-syntax Converts loose equality checks with void 0 to null since they’re equivalent. Input Copy x == void 0 x != voi... | 18 | 794 | 2026-03-23T10:58:39.351722 |
seed-versioning | drizzle_orm | https://orm.drizzle.team/docs/seed-versioning | database | typescript | tring3 : f .string () , string4 : f .string ({ isUnique : true }) , string5 : f .string ({ isUnique : true }) , string6 : f .string () , string7 : f .string ({ isUnique : true }) , string8 : f .string ({ isUnique : true }) , string9 : f .string () , string10 : f .string ({ isUnique : true }) , string11 : f .string ({ i... | 15 | 800 | 2026-03-23T10:57:49.744388 |
docker | docker | https://docs.docker.com/build/exporters/ | devops | bash | >/<image>,push=true,oci-mediatypes=true . What's next Read about each of the exporters to learn about how they work and how to use them: Image and registry exporters OCI and Docker exporters . Local and tar exporters | 12 | 216 | 2026-03-23T11:04:35.430557 |
grammar.html | python | https://docs.python.org/3/reference/grammar.html | language | python | ------------- except_block : | 'except' expression ':' block | 'except' expression 'as' NAME ':' block | 'except' expressions ':' block | 'except' ':' block except_star_block : | 'except' '*' expression ':' block | 'except' '*' expression 'as' NAME ':' block | 'except' '*' expressions ':' block finally_block : | 'final... | 12 | 800 | 2026-03-23T11:22:29.600402 |
docker | docker | https://docs.docker.com/reference/cli/docker/checkpoint/ | devops | bash | ckpoint from a running container docker checkpoint ls List checkpoints for a container docker checkpoint rm Remove a checkpoint | 5 | 127 | 2026-03-23T11:27:59.249755 |
django | django | https://docs.djangoproject.com/el/2.0/faq/help/ | framework | python | Μέρη για βοήθεια FAQ Δοκιμάστε τα FAQ — περιέχουν απαντήσεις σε αρκετές συνηθισμένες ερωτήσεις. Ευρετήριο , Ευρετήριο Module , or Πίνακας περιεχομένων Χρήησιμο όταν αναζητείτε συγκεκριμένες πληροφορίες. Django Discord Server Join the Django Discord Community. Official Django Forum Join the community on the Django Forum... | 5 | 799 | 2026-03-23T11:25:33.468165 |
windowfunctions.html | sqlite | https://www.sqlite.org/windowfunctions.html | database | sql | NBOUNDED PRECEDING The frame boundary is the first row in the partition . <expr> PRECEDING <expr> must be a non-negative constant numeric expression. The boundary is a row that is <expr> "units" prior to the current row. The meaning of "units" here depends on the frame type: ROWS → The frame boundary is the row that is... | 20 | 712 | 2026-03-23T11:02:43.939625 |
supabase-inspect-db-calls | supabase | https://supabase.com/docs/reference/cli/supabase-inspect-db-calls | 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:28:41.455425 |
prompt-engineering-concepts | langchain | https://docs.langchain.com/langsmith/prompt-engineering-concepts | ai | python | et To test over a dataset, select the dataset from the top right and click Start. You can configure whether results are streamed and the number of repetitions for the test. Click the “View Experiment” button to view detailed test results. Edit this page on GitHub or file an issue . Connect these docs to Claude, VSCode,... | 10 | 454 | 2026-03-23T10:57:14.771982 |
linux-merged-threads | flutter | https://docs.flutter.dev/release/breaking-changes/linux-merged-threads | mobile | dart | on 3.39 merges the UI and platform threads by default on Linux. This mirrors all the other platforms, whose threads were merged by default in Flutter 3.29 (iOS and Android) and 3.35 (macOS and Windows). Migration guide # Merged threads shouldn't affect your app. If you suspect merged threads have caused regressions to ... | 1 | 699 | 2026-03-23T11:28:09.123100 |
supabase-domains-activate | supabase | https://supabase.com/docs/reference/cli/supabase-domains-activate | database | typescript | ect db outliers This command displays statements, obtained from pg_stat_statements , ordered by the amount of time to execute in aggregate. This includes the statement itself, the total execution time for that statement, the proportion of total execution time for all statements that statement has taken up, the number o... | 45 | 800 | 2026-03-23T11:28:22.372331 |
?s=proto | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=proto | 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:37:09.299965 |
getting_started.html | scikit_learn | https://scikit-learn.org/stable/getting_started.html | ml | python | ansformations to different features: the ColumnTransformer is designed for these use-cases. Pipelines: chaining pre-processors and estimators # Transformers and estimators (predictors) can be combined together into a single unifying object: a Pipeline . The pipeline offers the same API as a regular estimator: it can be... | 4 | 800 | 2026-03-23T10:50:38.226313 |
?s=purefb | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=purefb | devops | python | Component Apache 2.0 License Package Details (packagist) Repository OpenTelemetry PSR-16 auto-instrumentation by 🔭 OpenTelemetry Authors 🔭 Auto-instrumentation hooks are registered via composer, and spans will automatically be created for each PSR-16 cache operation. psr16 instrumentation php Quick Install To install... | 312 | 799 | 2026-03-23T11:25:22.485065 |
mui | mui | https://mui.com/x/react-date-pickers/date-range-picker/ | library | javascript | DateRangePicker"> <DateRangePicker calendars={1} /> </DemoItem> <DemoItem label="2 calendars" component="DateRangePicker"> <DateRangePicker calendars={2} /> </DemoItem> <DemoItem label="3 calendars" component="DateRangePicker"> <DateRangePicker calendars={3} /> </DemoItem> Press Enter to start editing Use a multi input... | 5 | 793 | 2026-03-23T11:10:49.508887 |
docs | chakra_ui | https://chakra-ui.com/docs | library | javascript | Installation | Chakra UI Build faster with Premium Chakra UI Components 💎 Learn more Skip to Content Installation How to install and set up Chakra UI in your project AI Tip Want to skip the docs? Use the MCP Server Copy Page Framework Guide Chakra UI works in your favorite framework. We've put together step-by-step gu... | 0 | 800 | 2026-03-23T10:49:52.784742 |
?s=active_job | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=active_job | devops | python | entation database graphql Go Language Instrumentation Component BSD-2-Clause License Repository gRPC instrumentation by 🔭 OpenTelemetry Authors 🔭 Go contrib plugin for Google’s gRPC package. go instrumentation grpc Go Language Instrumentation Component Apache 2.0 License Repository Go gRPC metric instrumentation by A... | 223 | 800 | 2026-03-23T11:28:48.638534 |
?s=rdkafka | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=rdkafka | devops | python | socket.io 0.60.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository Instrumentation for SvelteKit native by Svelte contributors SvelteKit supports OpenTelemetry instrumentation out of the box. Node.js instrumentation sveltekit JavaScript Language Instrumentation Co... | 300 | 800 | 2026-03-23T11:39:35.381089 |
rowidtable.html | sqlite | https://www.sqlite.org/rowidtable.html | database | sql | Rowid Tables Small. Fast. Reliable. Choose any three. Home Menu About Documentation Download License Support Purchase Search About Documentation Download Support Purchase Rowid Tables 1.0 Definition A "rowid table" is any table in an SQLite schema that is not a virtual table , and is not a WITHOUT ROWID table. Most tab... | 0 | 799 | 2026-03-23T11:05:28.288148 |
redis | redis | https://redis.io/docs/latest/develop/data-types/streams/ | database | bash | ew HashMap < String , StreamEntryID > (){{ put ( "race:france" , new StreamEntryID ());}}); System . out . println ( res18 ); // >>> [race:france=[1701765384638-0 {rider=Castilla, speed=30.2, location_id=1, position=1}, 1701765384638-1 {rider=Norem, speed=28.8, location_id=1, position=3}]] String res19 = jedis . xgroup... | 875 | 800 | 2026-03-23T11:04:07.560860 |
?s=yii | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=yii | devops | python | our list of dependencies in mix.exs : def deps do [ { :opentelemetry_ecto , "~> 1.2.0" } ] 1.2.0 Version Erlang Language Instrumentation Component Apache 2.0 License Package Details (hex) Repository Elli Instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation for Erlang HTTP server Elli. erlang http instrumentat... | 216 | 800 | 2026-03-23T11:15:59.450268 |
torch.html | pytorch | https://pytorch.org/docs/stable/torch.html | ml | python | on device . get_default_device Gets the default torch.Tensor to be allocated on device set_default_tensor_type numel Returns the total number of elements in the input tensor. set_printoptions Set options for printing. set_flush_denormal Disables denormal floating numbers on CPU. Creation Ops # Note Random sampling crea... | 3 | 800 | 2026-03-23T10:58:52.806520 |
index | tanstack_router | https://tanstack.com/db/latest/docs/reference/index | framework | typescript | k Start Installation Guides Live Queries Mutations Schemas Error Handling Creating Collection Options Creators Collections Query Collection Electric Collection TrailBase Collection RxDB Collection PowerSync Collection LocalStorage Collection LocalOnly Collection Frameworks React Vue Angular Solid Svelte Community Resou... | 2 | 800 | 2026-03-23T11:39:22.340479 |
cli | shadcn_ui | https://ui.shadcn.com/docs/cli | library | typescript | ut directory, use the --output option. pnpm npm yarn bun pnpm dlx shadcn@latest build --output ./public/registry Copy docs Use the docs command to fetch documentation and API references for components. pnpm npm yarn bun pnpm dlx shadcn@latest docs [component] Copy Options Copy Usage: shadcn docs [options] [component] f... | 7 | 799 | 2026-03-23T10:52:52.068019 |
llms-styling.txt | chakra_ui | https://chakra-ui.com/llms-styling.txt | library | javascript | // sixths // twelfths ``` ### Viewport width Use the modern viewport width values `dvw`, `svw`, `lvw`. > `dvw` maps to `100dvw`, `svw` maps to `100svw`, `lvw` maps to `100lvw`. ```jsx // shorthand ``` | Prop | CSS Property | Token Category | | ------------ | ------------ | -------------- | | `w`, `width` | `width` | `s... | 84 | 757 | 2026-03-23T10:52:24.666449 |
sampling | langfuse | https://langfuse.com/docs/observability/features/sampling | ai | python | ssor ()], }); See JS/TS SDK docs for more details. Langfuse respects OpenTelemetry's sampling decisions. You can configure a sampler in your OTEL SDK to control which traces are sent to Langfuse. This is useful for managing costs and reducing noise in high-volume applications. Here is an example of how to configure a T... | 3 | 800 | 2026-03-23T11:27:17.015396 |
redis | redis | https://redis.io/docs/latest/integrate/pulumi-provider-for-redis-cloud/ | database | bash | gions : The different regions where the active-active subscription will be deployed. ActiveActiveSubscriptionPeering : A VPC peering connection (AWS or GCP) to a specific Redis Cloud active-active subscription. AclRule , AclRole , and AclUser : Rules, Roles, and Users for Role-based access control . It also allows for ... | 3 | 800 | 2026-03-23T11:11:52.644603 |
region | planetscale | https://planetscale.com/docs/cli/region | database | sql | t-1 (Dublin) eu-west Yes AWS ap-south-1 (Mumbai) ap-south Yes AWS ap-southeast-1 (Singapore) ap-southeast Yes AWS ap-northeast-1 (Tokyo) ap-northeast Yes AWS eu-central-1 (Frankfurt) eu-central Yes AWS ap-southeast-2 (Sydney) aws-ap-southeast-2 Yes AWS sa-east-1 (Sao Paulo ) aws-sa-east-1 Yes GCP us-central1 (Council B... | 3 | 440 | 2026-03-23T11:10:32.998438 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.