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 |
|---|---|---|---|---|---|---|---|---|
gdb | go | https://go.dev/doc/gdb | language | go | sting.Main (matchString={void (struct string, struct string, bool *, error *)} 0x7ffff7f9ef80, tests= []testing.InternalTest = {...}, benchmarks= []testing.InternalBenchmark = {...}) at /home/user/go/src/testing/testing.go:168 #5 0x0000000000400dc1 in main.main () at /home/user/go/src/regexp/_testmain.go:98 #6 0x000000... | 11 | 789 | 2026-03-23T10:53:44.128398 |
django | django | https://docs.djangoproject.com/en/6.0/ | framework | python | ing related objects Migrations: Introduction to Migrations | Operations reference | SchemaEditor | Writing migrations Advanced: Managers | Raw SQL | Transactions | Aggregation | Search | Custom fields | Multiple databases | Custom lookups | Query Expressions | Conditional Expressions | Database Functions Other: Support... | 3 | 800 | 2026-03-23T11:00:30.477189 |
release-notes-2.10.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.10.0 | mobile | dart | 0220 Roll Fuchsia Mac SDK from QeaP059wu... to EcjcLVqar... (waiting for tree to go green) 30225 Roll Skia from 22960eb7b2a6 to 4898ac10f0ac (4 revisions) (waiting for tree to go green) 30228 Roll Fuchsia Linux SDK from s03VQc7lX... to 3rLypXNTd... (waiting for tree to go green) 30229 Roll Skia from 4898ac10f0ac to d2e... | 331 | 800 | 2026-03-23T11:13:16.598583 |
?s=cisco | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=cisco | devops | python | This library provides a Mongo instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository MyBatis Instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation for MyBatis mybatis instrumentation java Java Language Instrumentation ... | 259 | 799 | 2026-03-23T11:10:45.886951 |
step-sleep | inngest | https://www.inngest.com/docs/reference/functions/step-sleep | devops | typescript | or 30 minutes const thirtyMins = Temporal . Duration .from ({ minutes : 30 }); await step .sleep ( "wait-with-temporal" , thirtyMins); await step .sleep ( "wait-with-string" , "30m" ); await step .sleep ( "wait-with-string-alt" , "30 minutes" ); await step .sleep ( "wait-with-ms" , 30 * 60 * 1000 ); step.sleep() must b... | 1 | 412 | 2026-03-23T11:04:58.983126 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/ci/environments/ | devops | yaml | nt workflow, the CI pipeline tests every commit before deploying to production. However, problematic code can still make it to production. For example, inefficient code that is logically correct can pass tests even though it causes severe performance degradation. Operators and SREs monitor the system to catch these pro... | 32 | 800 | 2026-03-23T10:51:19.828360 |
routing | svelte | https://svelte.dev/docs/kit/routing | framework | javascript | a > </ nav > {@ render children ()} < script lang = "ts" > let { children } = $ props (); </ script > < nav > < a href = "/" >Home</ a > < a href = "/about" >About</ a > < a href = "/settings" >Settings</ a > </ nav > {@ render children ()} If we create pages for / , /about and /settings ... src/routes/+page < h1 >Home... | 21 | 799 | 2026-03-23T11:23:23.925471 |
kubernetes | kubernetes | https://kubernetes.io/blog/2023/08/31/legacy-package-repository-deprecation/ | devops | yaml | Kubernetes Legacy Package Repositories Will Be Frozen On September 13, 2023 | Kubernetes Kubernetes Legacy Package Repositories Will Be Frozen On September 13, 2023 By Bob Killen (Google), Chris Short (AWS), Jeremy Rickard (Microsoft), Marko Mudrinić (Kubermatic), Tim Bannister (The Scale Factory) | Thursday, August 31... | 0 | 800 | 2026-03-23T11:14:50.380815 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/user/tasks/ | devops | yaml | n GitLab Free can assign one user per task. Users on GitLab Premium and Ultimate can assign multiple users to a single task. See also multiple assignees for issues . Prerequisites: You must have the Planner, Reporter, Developer, Maintainer, or Owner role for the project. To change the assignee on a task: In the top bar... | 13 | 800 | 2026-03-23T11:36:48.941840 |
?s=k8sobjects | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=k8sobjects | devops | python | ike the following: exporters : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awscloudwatchlogsexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository AWS CloudWatch EMF Collector Exporter by 🔭 OpenTelemetry Aut... | 26 | 799 | 2026-03-23T11:36:38.894160 |
changes.html | sqlite | https://www.sqlite.org/changes.html | database | sql | _bp_progress() interface to the RBU extension. The PRAGMA defer_foreign_keys=ON statement now also disables RESTRICT actions on foreign key. Added the sqlite3_system_errno() interface. Added the SQLITE_DEFAULT_SYNCHRONOUS and SQLITE_DEFAULT_WAL_SYNCHRONOUS compile-time options. The SQLITE_DEFAULT_SYNCHRONOUS compile-ti... | 191 | 779 | 2026-03-23T10:50:32.102796 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | ct_compatible = False if schema_type == 'object': # Always ensure 'properties' key exists - OpenAI drops objects without it if 'properties' not in schema: schema['properties'] = dict[str, Any]() if self.strict is True: # additional properties are disallowed schema['additionalProperties'] = False # all properties are re... | 3,083 | 572 | 2026-03-23T10:51:26.917699 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/administration/system_hooks/ | devops | yaml | .com:mike/diaspora.git" , "ssh_url" : "git@example.com:mike/diaspora.git" , "http_url" : "http://example.com/mike/diaspora.git" }, "repository" :{ "name" : "Diaspora" , "url" : "git@example.com:mike/diaspora.git" , "description" : "" , "homepage" : "http://example.com/mike/diaspora" , "git_http_url" : "http://example.c... | 18 | 800 | 2026-03-23T11:09:32.919887 |
guides | turborepo | https://turbo.build/en/docs/guides | tooling | javascript | ast by doing nothing Publishing packages Use your packages outside of your Turborepo Handling platforms OS, Node.js version, and other factors Multi-language support Many languages, one repository 9,001,168 hours Total Compute Saved Get started with Remote Caching → On this page No Headings GitHub Edit this page on Git... | 1 | 397 | 2026-03-23T10:55:43.266768 |
2.39.0 | git | https://git-scm.com/docs/git-push/2.39.0 | devops | bash | .git" for pushes, but pulls will still use the original URL. REMOTES The name of one of the following can be used instead of a URL as <repository> argument: a remote in the Git configuration file: $GIT_DIR/config , a file in the $GIT_DIR/remotes directory, or a file in the $GIT_DIR/branches directory. All of these also... | 29 | 797 | 2026-03-23T11:00:26.385603 |
?s=headers | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=headers | devops | python | instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Restlet Instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for Restlet restlet instrumentation java Java Language Instrumentati... | 266 | 800 | 2026-03-23T11:37:50.038220 |
pydantic_ai | pydantic_ai | https://ai.pydantic.dev/api/pydantic_evals/dataset/ | ai | python | luator: The evaluator to add. specific_case: If provided, the evaluator will only be added to the case with this name. If None, the evaluator will be added to all cases in the dataset. Raises: ValueError: If `specific_case` is provided but no case with that name exists in the dataset. """ if specific_case is None : sel... | 69 | 799 | 2026-03-23T10:55:32.837690 |
v1.1.html | scikit_learn | https://scikit-learn.org/stable/whats_new/v1.1.html | ml | python | n and feature_selection.r_regression . This parameter allows to force the output to be finite in the case where a feature or the target is constant or that the feature and target are perfectly correlated (only for the F-statistic). #17819 by Juan Carlos Alfaro Jiménez . Efficiency Improve runtime performance of feature... | 34 | 800 | 2026-03-23T10:55:18.975351 |
kubernetes | kubernetes | https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/ | devops | yaml | an be scheduled onto a node only if all the expressions are satisfied (expressions are ANDed). See Assign Pods to Nodes using Node Affinity for more information. Node affinity weight You can specify a weight between 1 and 100 for each instance of the preferredDuringSchedulingIgnoredDuringExecution affinity type. When t... | 8 | 800 | 2026-03-23T11:09:28.359677 |
pydantic_ai | pydantic_ai | https://ai.pydantic.dev/api/models/base/ | ai | python | ct : OutputObjectDefinition | None = None output_tools : list [ ToolDefinition ] = field ( default_factory = list [ ToolDefinition ]) prompted_output_template : str | Literal [ False ] | None = None allow_text_output : bool = True allow_image_output : bool = False @cached_property def tool_defs ( self ) -> dict [ str ,... | 26 | 800 | 2026-03-23T10:52:19.370247 |
crypto | deno | https://docs.deno.com/api/node/crypto | runtime | javascript | 519' (for ECDH-ES). f generateKey Asynchronously generates a new random secret key of the given length . The type will determine which validations will be performed on the length . f generateKeyPair No documentation available f generateKeyPairSync Generates a new asymmetric key pair of the given type . RSA, RSA-PSS, DS... | 6 | 799 | 2026-03-23T11:37:24.192759 |
?s=kuma | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=kuma | devops | python | omponent Apache 2.0 License Repository OpentelemetryHTTPoison by 🔭 OpenTelemetry Authors 🔭 OpentelemetryHTTPoison is an Instrumentation Library for HTTPoison. httpoison instrumentation erlang Erlang Language Instrumentation Component Apache 2.0 License Repository OpentelemetryNebulex by 🔭 OpenTelemetry Authors 🔭 Op... | 217 | 800 | 2026-03-23T11:38:06.864872 |
deno | deno | https://docs.deno.com/runtime/fundamentals/open_telemetry/ | runtime | javascript | est, a span is created for the request. The span automatically ends when the response headers are received. The name of the created span is ${method} . The span kind is client . The following attributes are automatically added to the span on creation: http.request.method : The HTTP method of the request. url.full : The... | 6 | 800 | 2026-03-23T11:36:50.443048 |
v54.0.0 | expo | https://docs.expo.dev/versions/v54.0.0 | mobile | javascript | napshot of the state of the main branch at the time they are published. Canary package versions include -canary in the name, along with the date and commit hash, such as 54.0.0-canary-20240418-8d74597 . To install the latest canary release: Terminal Copy # Install the alpha version of expo and its related packages - np... | 3 | 799 | 2026-03-23T10:52:38.625434 |
fr | git | https://git-scm.com/docs/git-diff/fr | devops | bash | parent. Notez qu’en utilisant cumulative , la somme des pourcentages constatés peut dépasser 100 %. Le comportement par défaut (non cumulatif) peut être spécifié avec le paramètre noncumulative . <limite> Un paramètre entier qui spécifie un pourcentage limite (3% par défaut). Les répertoires contribuant moins que ce po... | 19 | 799 | 2026-03-23T11:22:24.768828 |
pydantic_ai | pydantic_ai | https://ai.pydantic.dev/graph/ | ai | python | run the graph by running the process repeatedly, optionally providing an answer to the question as a command line argument. ai_q_and_a_graph.py — question_graph definition With Pydantic AI Gateway Directly to Provider API Learn about Gateway ai_q_and_a_graph.py from __future__ import annotations as _annotations from ty... | 34 | 800 | 2026-03-23T10:51:32.443274 |
results-1-100-thread-2024-06-15.json | qdrant | https://qdrant.tech/benchmarks/results-1-100-thread-2024-06-15.json | database | python | { "ef": 64 }, "mean_time": 0.006202238968014717, "mean_precisions": 0.9753799999999999, "std_time": 0.0014312920310112366, "min_time": 0.0020925775170326233, "max_time": 0.018294259905815125, "rps": 143.60007334858994, "p95_time": 0.008520466461777688, "p99_time": 0.009972518831491473 }, { "engine_name": "qdrant", "set... | 1,685 | 675 | 2026-03-23T10:59:06.542543 |
?s=argo | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=argo | devops | python | ery receiver runs queries run on an osquery ’s daemon on a schedule and converts the output to logs. osquery 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-contri... | 139 | 800 | 2026-03-23T11:18:47.519402 |
?s=transformers | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=transformers | devops | python | mentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Spark Web Framework Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Spark Web Framework instrumentation to track requests through OpenTelemetry. java instr... | 268 | 800 | 2026-03-23T11:26:30.537793 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | "mean_precisions": 0.996084, "engine_params": { "search_params": { "hnsw_ef": 256 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-m-32-ef-128", "dataset_name": "deep-image-96-angular", "upload_time": 806.6465907069, "total_upload_time": 1848.2912545969, "p95_time": 0.4514660515, "rps": 238.5905763548, "parallel... | 847 | 559 | 2026-03-23T11:15:13.616074 |
redis | redis | https://redis.io/docs/latest/develop/data-types/streams/ | database | bash | ams : [] string { "race:france" , "0" }, Count : 100 , Block : 300 , }). Result () if err != nil { panic ( err ) } fmt . Println ( res5 ) // >>> // [{race:france [{1692632086370-0 map[location_id:1 position:1... res6 , err := rdb . XAdd ( ctx , & redis . XAddArgs { Stream : "race:france" , Values : map [ string ] inter... | 2,207 | 800 | 2026-03-23T11:04:07.562708 |
dynamic-agents | mastra | https://mastra.ai/blog/dynamic-agents | ai | typescript | runtimeContext }) => { 8 const temperatureScale = runtimeContext. get ( " temperature-scale " ); 9 return ` You are assisting with ${ temperatureScale } temperature. ` ; 10 }, 11 model : ({ runtimeContext }) => { 12 return runtimeContext. get ( " preferFast " ) 13 ? openai ( " gpt-4o-mini " ) 14 : openai ( " gpt-4o " )... | 3 | 800 | 2026-03-23T11:02:50.490882 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | h run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster. The scheme must be "https"; the URL must begin with "https://". A path is optional, and if present may be any string permissible in a URL. You may use the path to p... | 5,845 | 545 | 2026-03-23T10:56:49.350605 |
rpc.html | pytorch | https://pytorch.org/docs/stable/rpc.html | ml | python | ensorPipe backend comes with a TCP-based transport, just like Gloo. It is also able to automatically chunk and multiplex large tensors over multiple sockets and threads in order to achieve very high bandwidths. The agent will be able to pick the best transport on its own, with no intervention required. Example: import ... | 34 | 800 | 2026-03-23T10:56:05.300248 |
?s=logger | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=logger | devops | python | Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-pg 0.65.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository NestJS OpenTelemetry by Ivan Santos OpenTelemetry module for NestJS framework. Node.js instrumentation nestj... | 295 | 799 | 2026-03-23T11:31:00.937625 |
?s=sqlclient | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=sqlclient | devops | python | tor Receiver by 🔭 OpenTelemetry Authors 🔭 The Fluent Forward Receiver for the OpenTelemetry Collector. 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... | 115 | 800 | 2026-03-23T11:37:18.459957 |
caret-color | tailwind | https://tailwindcss.com/docs/caret-color | library | javascript | caret-color - Interactivity - Tailwind CSS v 4.2 ⌘K Ctrl K Docs Blog Showcase Sponsor Plus Interactivity caret-color Interactivity caret-color Utilities for controlling the color of the text input cursor. Class Styles caret-inherit caret-color: inherit; caret-current caret-color: currentColor; caret-transparent caret-c... | 0 | 800 | 2026-03-23T11:21:23.817743 |
edge | nextjs | https://nextjs.org/docs/pages/api-reference/edge | framework | javascript | a similar routine DOMException Represents an error that occurs in the DOM encodeURI Encodes a Uniform Resource Identifier (URI) by replacing each instance of certain characters by one, two, three, or four escape sequences representing the UTF-8 encoding of the character encodeURIComponent Encodes a Uniform Resource Ide... | 4 | 800 | 2026-03-23T11:16:02.590973 |
?s=gorm | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=gorm | devops | python | db 0.66.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository OpenTelemetry Mongoose Plugin by Walter Dal Mut Mongoose Plugin for Node.js. Node.js plugin Mongoose MongoDB JavaScript Language Instrumentation Component MIT License Repository OpenTelemetry Mongoose Ins... | 288 | 800 | 2026-03-23T11:24:34.741245 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | "mean_time": 0.0411122132, "mean_precisions": 0.914309, "engine_params": { "num_candidates": 256 } }, { "engine_name": "elastic", "setup_name": "elastic-m-16-ef-128", "dataset_name": "glove-100-angular", "upload_time": 787.548227774, "total_upload_time": 787.781196934, "p95_time": 0.0686057497, "rps": 139.8325205572, "... | 102 | 593 | 2026-03-23T11:15:13.614669 |
command | flutter | https://docs.flutter.dev/app-architecture/design-patterns/command | mobile | dart | } // ··· } , ) content_copy Or use the running state to avoid executing the action multiple times: dart void load ( ) { if ( running ) { return ; } // load user } content_copy Managing the state of an action can get complicated if the view model contains multiple actions. For example, adding an edit() action to the Hom... | 4 | 733 | 2026-03-23T11:37:27.735347 |
postgresql | postgresql | https://www.postgresql.org/docs/release/9.2.9/ | database | sql | Greg Stark) Fix data encoding error in hungarian.stop (Tom Lane) Prevent foreign tables from being created with OIDS when default_with_oids is true (Etsuro Fujita) Fix liveness checks for rows that were inserted in the current transaction and then deleted by a now-rolled-back subtransaction (Andres Freund) This could c... | 5 | 736 | 2026-03-23T11:25:23.693245 |
typescript-in-5-minutes.html | typescript | https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html | language | javascript | e interfaces to annotate parameters and return values to functions: ts function deleteUser ( user : User ) { // ... } function getAdminUser (): User { //... } Try There is already a small set of primitive types available in JavaScript: boolean , bigint , null , number , string , symbol , and undefined , which you can u... | 4 | 799 | 2026-03-23T10:52:40.676807 |
introduction | nx | https://nx.dev/docs/technologies/react/expo/introduction | tooling | typescript | lled. Similarly, to run an Android app, it requires Android Studio and Java to be installed and configured on your computer. Setup steps: https://reactnative.dev/docs/environment-setup. Compile web assets Section titled “Compile web assets” You can build your JavaScript bundle using Metro bundler by running: Terminal w... | 5 | 800 | 2026-03-23T10:59:52.198443 |
qwik | qwik | https://qwik.builder.io/docs/guides/env-variables/ | framework | javascript | onst url = env . get ( 'PRIVATE_LIBSQL_DB_URL' ) !; const authToken = env . get ( 'PRIVATE_LIBSQL_DB_API_TOKEN' ) !; await initializeDbIfNeeded ( initLibSql ( url , authToken ) ) ; } ; Managing Environment Variables Throughout the Application Lifecycle In modern applications, environment variables play a crucial role i... | 7 | 800 | 2026-03-23T10:51:33.165576 |
?s=pdo | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=pdo | 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:32:35.100633 |
layout | nextjs | https://nextjs.org/docs/app/api-reference/file-conventions/layout | framework | javascript | enerateMetadata function . app/layout.tsx TypeScript JavaScript TypeScript import type { Metadata } from 'next' export const metadata : Metadata = { title : 'Next.js' , } export default function Layout ({ children } : { children : React . ReactNode }) { return '...' } Good to know : You should not manually add <head> t... | 13 | 799 | 2026-03-23T11:02:55.193961 |
?s=php | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=php | devops | python | plugin for the gin-gonic/gin package. go instrumentation http Go Language Instrumentation Component Apache 2.0 License Repository go-pg instrumentation first party integration by go-pg Authors Instrumentation for go-pg PostgreSQL client. go instrumentation postgresql Go Language Instrumentation Component BSD-2-Clause L... | 221 | 799 | 2026-03-23T11:30:46.304042 |
json | flutter | https://docs.flutter.dev/data-and-backend/serialization/json | mobile | dart | ample), you might have experienced an Invalid argument error. Consider the following Address class: dart import ' package:json_annotation/json_annotation.dart ' ; part ' address.g.dart ' ; @JsonSerializable ( ) class Address { String street ; String city ; Address ( this . street , this . city ) ; factory Address . fro... | 19 | 766 | 2026-03-23T11:00:50.497733 |
?s=zap | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=zap | 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:32:44.967599 |
kubernetes | kubernetes | https://kubernetes.io/docs/contribute/localization/ | devops | yaml | .toml under the existing [languages] block. The German block, for example, looks like: [languages.de] title = "Kubernetes" languageName = "Deutsch (German)" weight = 5 contentDir = "content/de" languagedirection = "ltr" [languages.de.params] time_format_blog = "02.01.2006" language_alternatives = [ "en" ] description =... | 7 | 799 | 2026-03-23T10:50:37.849311 |
redis | redis | https://redis.io/docs/latest/operate/rc/databases/import-data/ | database | bash | de the port number in the hostname. Redis port - Enter the port of the source Redis server if it is not the default value of 6379 . Password - Enter the password, if required by the source Redis database. Select Import . Restore from an RDB file If you have an RDB or a compressed RDB file from a previous backup, you ca... | 2 | 799 | 2026-03-23T11:15:20.029184 |
infrastructure-as-code | terraform | https://developer.hashicorp.com/terraform/tutorials/oci-get-started/infrastructure-as-code | devops | hcl | Scope - Identify the infrastructure for your project. Author - Write the configuration for your infrastructure. Initialize - Install the plugins Terraform needs to manage the infrastructure. Plan - Preview the changes Terraform will make to match your configuration. Apply - Make the planned changes. Track your infrastr... | 3 | 799 | 2026-03-23T11:07:39.113438 |
configuration | biome | https://biomejs.dev/reference/configuration | tooling | javascript | ed to the GraphQL files. graphql.formatter.enabled Section titled “graphql.formatter.enabled” Enables Biome’s formatter for GraphQL files. Default: false graphql.formatter.indentStyle Section titled “graphql.formatter.indentStyle” The style of the indentation for GraphQL files. It can be "tab" or "space" . Default: "ta... | 39 | 799 | 2026-03-23T11:38:44.360412 |
adding-voice | mastra | https://mastra.ai/docs/agents/adding-voice | ai | typescript | n Next steps Direct link to Next steps Voice API Reference - Detailed API documentation for voice capabilities Text to Speech Examples - Interactive story generator and other TTS implementations Speech to Text Examples - Voice memo app and other STT implementations Speech to Speech Examples - Real-time voice conversati... | 14 | 616 | 2026-03-23T11:07:49.464612 |
nexus | temporal | https://docs.temporal.io/cloud/tcld/nexus | devops | go | Nexus tasks on. Alias: tns --target-task-queue Task Queue in which a handler worker will be polling for Nexus tasks on. Alias: ttq delete The tcld nexus endpoint delete command deletes a Nexus Endpoint on the Cloud Account. . Alias: d --name Endpoint name. Alias: n --request-id The request-id to use for the asynchronou... | 4 | 782 | 2026-03-23T11:23:20.812634 |
offscreen-shared-texture | electron | https://www.electronjs.org/docs/latest/api/structures/offscreen-shared-texture | desktop | javascript | ain texture lifecycles in main process, but it is safe to pass the textureInfo to another process. Only a limited number of textures can exist at the same time, so it's important that you call texture.release() as soon as you're done with the texture. | 2 | 251 | 2026-03-23T10:55:48.103198 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | Y') if not api_key and openai_client is None: raise UserError( 'Set the `NEBIUS_API_KEY` environment variable or pass it via ' '`NebiusProvider(api_key=...)` to use the Nebius AI Studio provider.' ) if openai_client is not None: self._client = openai_client elif http_client is not None: self._client = AsyncOpenAI(base_... | 3,298 | 664 | 2026-03-23T10:51:26.918397 |
compile.html | sqlite | https://www.sqlite.org/compile.html | database | sql | of the MATCH operator. However, for phrase queries and NEAR queries the search tree depth is linear in the number of right-hand side terms. So the default depth limit of 12 is sufficient for up to 4095 ordinary terms on a MATCH, it is only sufficient for 11 or 12 phrase or NEAR terms. Even so, the default is more than ... | 25 | 776 | 2026-03-23T10:53:08.649589 |
redis | redis | https://redis.io/docs/latest/develop/data-types/json/ | database | bash | r := rdb . JSONArrPop ( ctx , "riders" , "$" , - 1 ). Result () if err != nil { panic ( err ) } fmt . Println ( res23 ) // >>> [["Prickett"]] res24 , err := rdb . JSONArrPop ( ctx , "riders" , "$" , - 1 ). Result () if err != nil { panic ( err ) } fmt . Println ( res24 ) // [] } func ExampleClient_obj () { ctx := conte... | 818 | 800 | 2026-03-23T10:54:21.885543 |
?s=redis-4 | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=redis-4 | devops | python | m collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awsfirehosereceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository AWS S3 ... | 102 | 800 | 2026-03-23T11:33:50.373185 |
redis | redis | https://redis.io/docs/develop/get-started/vector-database/ | database | bash | ocuments indexed with {indexing_failures} failures") # >>> 11 documents indexed with 0 failures query = Query ( "@brand:Peaknetic" ) res = client . ft ( "idx:bikes_vss" ) . search ( query ) . docs # print(res) # >>> [ # Document { # 'id': 'bikes:008', # 'payload': None, # 'brand': 'Peaknetic', # 'model': 'Soothe Electr... | 103 | 687 | 2026-03-23T10:51:48.416540 |
docker | docker | https://docs.docker.com/guides/python/ | devops | bash | Python | Docker Docs Answers are generated based on the documentation. Back Guides Get started Manuals Reference Python language-specific guide This guide explains how to containerize Python applications using Docker. Python 20 minutes 1 Containerize your app 2 Develop your app 3 Linting and typing 4 Automate your buil... | 0 | 800 | 2026-03-23T11:00:38.133598 |
?s=bunyan | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=bunyan | devops | python | run: gem install opentelemetry-instrumentation-racecar 0.6.1 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository Rack Instrumentation by 🔭 OpenTelemetry Authors 🔭 Rack instrumentation for Ruby. ruby instrumentation Quick Install To install this instrumentation library ... | 352 | 800 | 2026-03-23T11:29:05.426629 |
raw-images-on-web-uses-correct-origin-and-colors | flutter | https://docs.flutter.dev/release/breaking-changes/raw-images-on-web-uses-correct-origin-and-colors | mobile | dart | Raw images on Web uses correct origin and colors Skip to main content docs.flutter.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more OK, got it asterisk Guides play_lesson Learn api Reference list On this page chevron_right Raw images on Web uses correct ... | 0 | 727 | 2026-03-23T11:23:40.791558 |
?s=logr | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=logr | devops | python | y , "~> 0.3.0" } ] 0.3.0 Version Erlang Language Instrumentation Component Apache 2.0 License Package Details (hex) Repository Cowboy Instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation for Erlang HTTP server Cowboy. erlang elixir http instrumentation Erlang Language Instrumentation Component Apache 2.0 Lice... | 215 | 799 | 2026-03-23T11:29:13.237694 |
kubernetes | kubernetes | https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ | devops | yaml | bfb9798-jv9gn" , "uid": "778a530c-b3f4-47c0-9cd5-ab018fb64f33" }, "serviceaccount": { "name": "coredns" , "uid": "a087d5a0-e1dd-43ec-93ac-f13d89cd13af" }, "warnafter": 1700081020 }, "nbf": 1700077413 , "sub": "system:serviceaccount:kube-system:coredns" } Launch a Pod using service account token projection To provide a ... | 17 | 800 | 2026-03-23T11:20:23.857963 |
supabase-branches-get | supabase | https://supabase.com/docs/reference/cli/supabase-branches-get | database | typescript | ck to be running when linting against the local database. To lint against a remote or self-hosted database, specify the --linked or --db-url flag respectively. Runs plpgsql_check extension in the local Postgres container to check for errors in all schemas. The default lint level is warning and can be raised to error vi... | 25 | 800 | 2026-03-23T11:32:22.649784 |
?s=httpx | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=httpx | devops | python | ava Instrumentation by 🔭 OpenTelemetry Authors 🔭 Both auto-instrumentation and (manual) instrumentation libraries for Java. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository JavaScript by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry API and SDK for JavaScript (Browser and Nod... | 364 | 800 | 2026-03-23T11:33:25.492966 |
faster | neon | https://neon.tech/faster | database | sql | active as long as there are active connections. Applications of scale to zero Look at the cold start times documented above and decide: In what scenarios is the occasional 500ms of additional latency acceptable? The answer depends on the specifics of your project. Here are some example scenarios where scale to zero may... | 15 | 798 | 2026-03-23T11:28:08.914477 |
email.compat32-message.html | python | https://docs.python.org/3/library/email.compat32-message.html | language | python | lease donate. Last updated on Mar 23, 2026 (06:31 UTC). Found a bug ? Created using Sphinx 8.2.3. | 35 | 97 | 2026-03-23T11:14:57.439822 |
output | webpack | https://webpack.js.org/configuration/output | tooling | javascript | { webassemblyModuleFilename : "[id].[hash].wasm" , } , } ; output.workerChunkLoading string: 'require' | 'import-scripts' | 'async-node' | 'import' | 'universal' boolean: false The new option workerChunkLoading controls the chunk loading of workers. webpack.config.js Copy export default { // ... output : { workerChunkL... | 71 | 800 | 2026-03-23T11:15:12.953582 |
ansible | ansible | https://docs.ansible.com/projects/runner/en/latest/execution_environments/ | devops | yaml | ser. The host , username , password , and verify_ssl inputs from the credential are passed into Ansible Runner via the container_auth_data dictionary as key word arguments into a json file which gets deleted at the end of the job run (even if the job was cancelled/interrupted), enabling the bypassing of sensitive infor... | 3 | 800 | 2026-03-23T10:52:57.336438 |
?s=logs | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=logs | devops | python | Telemetry Authors 🔭 Instrumentation to collect system performance metrics. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry threading Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides instrumentation for the threading module to ensure that ... | 334 | 800 | 2026-03-23T11:38:48.486289 |
?s=golang | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=golang | devops | python | ery receiver runs queries run on an osquery ’s daemon on a schedule and converts the output to logs. osquery 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-contri... | 139 | 800 | 2026-03-23T11:11:31.322947 |
relations-v2 | drizzle_orm | https://orm.drizzle.team/docs/relations-v2 | database | typescript | .primaryKey () , content : text ( 'content' ) , authorId : integer ( 'author_id' ) , reviewerId : integer ( 'reviewer_id' ) , }); export const relations = defineRelations ({ users , posts } , (r) => ({ users : { posts : r . many .posts ({ alias : "author" , }) , reviewedPosts : r . many .posts ({ alias : "reviewer" , }... | 35 | 568 | 2026-03-23T10:58:46.412528 |
ghost-8b-beta-1608-gguf | transformers | https://huggingface.co/ghost-x/ghost-8b-beta-1608-gguf | ai | python | mmlu_pro 0.1 none 5 acc 0.3042 0.0042 Leaderboard The rankings are referenced from this leaderboard . model accuracy methodology Qwen 2 72B Instruct 48.92% 5-shot Llama 3 70B Instruct 46.74% 5-shot Deepseek LLM 67B Chat 32.72% 5-shot Ghost 8B Beta (d0x5) 30.42% 5-shot DBRX Instruct 132B 29.81% 5-shot Llama 3 8B Instruc... | 60 | 800 | 2026-03-23T11:37:08.210779 |
self-healing-ci | nx | https://nx.dev/ci/features/self-healing-ci | tooling | typescript | is an explicit "disable", not "use defaults" Viewing applied configuration Section titled “Viewing applied configuration” After your CI runs, navigate to the CIPE → Configurations tab to see: What workspace settings were relevant at the time of the CI pipeline execution What CLI overrides were applied, if any What the ... | 15 | 446 | 2026-03-23T11:00:28.132243 |
os.html | python | https://docs.python.org/3/library/os.html | language | python | being launched. Values are integers as supported by the Win32 ShellExecute() function. startfile() returns as soon as the associated application is launched. There is no option to wait for the application to close, and no way to retrieve the application’s exit status. The path parameter is relative to the current direc... | 187 | 794 | 2026-03-23T10:58:50.732343 |
widget-fundamentals | flutter | https://docs.flutter.dev/learn/pathway/tutorial/widget-fundamentals | mobile | dart | rself keyboard_arrow_up Widget Fundamentals Quiz 1 / 2 What must every Flutter widget's `build` method return? A boolean indicating success or failure. Not quite Widgets don't indicate success; they return other widgets to be rendered. A String describing the widget. Not quite The `build` method returns a widget, not a... | 20 | 800 | 2026-03-23T11:00:07.250516 |
build-client | mcp | https://modelcontextprotocol.io/docs/develop/build-client | ai | typescript | ild/libs/kotlin-mcp-client-0.1.0-all.jar .../samples/weather-stdio-server/build/libs/weather-stdio-server-0.1.0-all.jar The client will: Connect to the specified server List available tools Start an interactive chat session where you can: Enter queries See tool executions Get responses from Claude How it works Here’s a... | 38 | 796 | 2026-03-23T10:51:41.437743 |
release-notes-1.17.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-1.17.0 | mobile | dart | evert "Enable lazy-async-stacks by-default in all modes" (cla: yes) 16782 Roll src/third_party/skia 19304d88c8be..6d927b63a311 (3 commits) (cla: yes, waiting for tree to go green) 16783 Roll src/third_party/skia 6d927b63a311..a6572f78d084 (3 commits) (cla: yes, waiting for tree to go green) 16785 Manually add third_par... | 595 | 799 | 2026-03-23T11:13:57.629546 |
feed.atom | planetscale | https://planetscale.com/blog/feed.atom | database | sql | lumns, in this case, is probably fine! But if your users table is extremely wide, has LONGTEXT or BLOB columns, or you’re selecting hundreds or thousands of rows, you probably want to limit the columns to just the ones you plan on using. (Watch our schema videos to learn more about the LONGTEXT and BLOB columns and why... | 396 | 795 | 2026-03-23T11:03:06.264569 |
?s=apk | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=apk | devops | python | sitory opentelemetry-exporter-jaeger by 🔭 OpenTelemetry Authors 🔭 The opentelemetry-exporter-jaeger gem provides a Jaeger exporter for OpenTelemetry Ruby jaeger exporter ruby Quick Install To install this exporter run: gem install opentelemetry-exporter-jaeger 0.24.1 Version Ruby Language Exporter Component Apache 2.... | 188 | 800 | 2026-03-23T11:14:25.044671 |
?s=ssh | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=ssh | devops | python | 0 License Package Details (go-collector) Repository ClickHouse Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter supports sending OpenTelemetry logs and spans to ClickHouse go exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporte... | 31 | 800 | 2026-03-23T11:25:26.476099 |
redis | redis | https://redis.io/docs/latest/develop/data-types/timeseries/ | database | bash | ize_msec = 25 , align = "START" ) print ( res36 ) # >>> [(10, 1000.0), (35, 4000.0), (60, 6000.0)] res37 = r . ts () . create ( "wind:1" , labels = { "country" : "uk" } ) print ( res37 ) # >>> True res38 = r . ts () . create ( "wind:2" , labels = { "country" : "uk" } ) print ( res38 ) # >>> True res39 = r . ts () . cre... | 524 | 799 | 2026-03-23T10:54:53.790793 |
django | django | https://docs.djangoproject.com/id/2.2/ | framework | python | go berkali-kali: API stability | Release notes and upgrading instructions | Deprecation Timeline Back to Top Informasi Tambahan Support Django! Stavros Pieros donated to the Django Software Foundation to support Django development. Donate today! Mendapatkan bantuan FAQ Coba FAQ -- yang menjawab banyak pertanyaan-pertan... | 9 | 800 | 2026-03-23T11:24:51.031386 |
webpack | webpack | https://webpack.js.org/api/parser/ | tooling | javascript | ined in detail below. // Here is a practical example using the `call` hook to detect and warn // about a deprecated API function when a developer calls it // (e.g., `myCustomApiFunction()`): parser . hooks . call . for ( "myCustomApiFunction" ) . tap ( "MyPlugin" , ( expression ) => { console . warn ( ` Warning: 'myCus... | 1 | 800 | 2026-03-23T11:16:29.565926 |
no-lost-updates-python-asyncio | inngest | https://www.inngest.com/blog/no-lost-updates-python-asyncio | devops | typescript | ) async def wait_for_not_none ( self : ValueWatcher [ S | None ] , * , immediate : bool = True , timeout : float | None = None , ) - > S : """ Wait for the internal value to be not None. Args: immediate: If True and the internal value is already not None, return immediately. Defaults to True. timeout: Seconds to wait b... | 17 | 799 | 2026-03-23T11:20:13.323431 |
crashlytics | firebase | https://firebase.google.com/terms/crashlytics | database | javascript | user's email address), which allows Developers to communicate with users about the engagement with and functionality of their Applications and to invite them to become Testers. Developer represents and warrants that Developer is collecting information via the Services solely to obtain information about the user engagem... | 15 | 800 | 2026-03-23T11:07:51.353149 |
firebase-android | firebase | https://firebase.google.com/codelabs/firebase-android | database | javascript | application using Firebase! What you learned Firebase Authentication Firebase Realtime Database Cloud Storage for Firebase Next, try using what you learned in this codelab to add Firebase to your own Android app! To learn more about Firebase, visit firebase.google.com . If you want to learn how to set up a real Firebas... | 27 | 799 | 2026-03-23T10:50:12.036840 |
devtools-plugins | expo | https://docs.expo.dev/debugging/devtools-plugins | mobile | javascript | Dev tools plugins - Expo Documentation Hide navigation Search or Ask AI Home Guides EAS Reference Learn Archive Expo Snack Discord and Forums Newsletter Dev tools plugins Edit page Copy page Learn about using dev tools plugins to inspect and debug your Expo project. Edit page Copy page Dev tools plugins are available i... | 0 | 799 | 2026-03-23T11:09:57.290172 |
infrastructure-as-code | terraform | https://developer.hashicorp.com/terraform/tutorials/docker-get-started/infrastructure-as-code | devops | hcl | raform Registry . If you don't find the provider you're looking for, you can write your own. Standardize your deployment workflow Providers define individual units of infrastructure, for example compute instances or private networks, as resources. You can compose resources from different providers into reusable Terrafo... | 2 | 800 | 2026-03-23T11:05:36.557056 |
?group=string | redis | https://redis.io/docs/latest/commands/?group=string | database | bash | Read more XADD Appends a new message to a stream. Creates the key if it doesn't exist. Learn more → Read more XAUTOCLAIM Changes, or acquires, ownership of messages in a consumer group, as if the messages were delivered to as consumer group member. Learn more → Read more XCFGSET Sets the IDMP configuration parameters f... | 54 | 799 | 2026-03-23T11:05:43.821543 |
server | bun | https://bun.sh/docs/guides/http/server | runtime | javascript | eta.path Check entrypoint Get entrypoint path Ecosystem & Frameworks Astro with Bun Discord.js with Bun Docker with Bun Drizzle with Bun Gel with Bun Elysia with Bun Express with Bun Hono with Bun Mongoose with Bun Neon Drizzle with Bun Neon Serverless Postgres with Bun Next.js with Bun Nuxt with Bun PM2 with Bun Prism... | 1 | 800 | 2026-03-23T11:05:02.506777 |
?s=argo | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=argo | devops | python | collector Quick Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/extension/opampextension v0.148.0 v0.148.0 Version Collector Language Extension Component Apache 2.0 License Packa... | 70 | 799 | 2026-03-23T11:18:47.519308 |
assistants | langchain | https://docs.langchain.com/langsmith/agent-server-api/assistants | ai | python | w to handle duplicate creation. Must be either 'raise' (raise error if duplicate), or 'do_nothing' (return existing assistant). Available options : raise , do_nothing name string The name of the assistant. Defaults to 'Untitled'. description string | null The description of the assistant. Defaults to null. Response 200... | 4 | 782 | 2026-03-23T11:24:01.969031 |
supabase-functions-new | supabase | https://supabase.com/docs/reference/cli/supabase-functions-new | database | typescript | 83. policy A value that indicates how the edge-runtime should forward incoming HTTP requests to the worker. per_worker allows multiple HTTP requests to be forwarded to a worker that has already been created. oneshot will force the worker to process a single HTTP request and then exit. (Debugging purpose, This is especi... | 64 | 799 | 2026-03-23T11:32:06.885776 |
changelog-2026-03-16 | mastra | https://mastra.ai/blog/changelog-2026-03-16 | ai | typescript | More Flexible Storage: Recall Performance + PgVector Indexing + New Vector Types If you’ve ever had a long-running thread and noticed recall time creeping up, this batch targets that directly. Semantic recall is now significantly faster across multiple storage adapters, and Postgres in particular sees huge wins at larg... | 10 | 799 | 2026-03-23T11:06:06.288302 |
biome | biome | https://biomejs.dev/linter/ | tooling | javascript | iome should behave. When a violation is detected by Biome, a diagnostic is sent to the editor alongside with an arbitrary number of code actions, that are meant to address the diagnostic. Those actions are: A possible code fix. This code fix appears only if the rule has a code fix. The code fix appears regardless if it... | 14 | 800 | 2026-03-23T10:50:01.115505 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.