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 |
|---|---|---|---|---|---|---|---|---|
handle-chat-stream | mastra | https://mastra.ai/reference/ai-sdk/handle-chat-stream | ai | typescript | m '@/src/mastra' export async function POST ( req : Request ) { const params = await req . json ( ) const stream = await handleChatStream ( { mastra , agentId : 'weatherAgent' , params , messageMetadata : ( ) => ( { createdAt : new Date ( ) . toISOString ( ) } ) , } ) return createUIMessageStreamResponse ( { stream } )... | 1 | 800 | 2026-03-23T10:58:43.604543 |
core-application | temporal | https://docs.temporal.io/develop/typescript/core-application | devops | go | Worker . create ( { workflowsPath : require . resolve ( './workflows' ) , taskQueue : 'snippets' , activities : { activityFoo : greet , } , } ) ; await worker . run ( ) ; } Important design patterns for Activities The following are some important (and frequently requested) patterns for using our Activities APIs. These ... | 22 | 795 | 2026-03-23T10:55:07.451653 |
seo | tanstack_start | https://tanstack.com/start/latest/docs/framework/react/guide/seo | framework | typescript | e. The most important factors are: Quality content - Create content that provides value to users Clear site structure - Organize your routes logically Descriptive URLs - Use meaningful path segments ( /posts/my-great-article vs /posts/123 ) Internal linking - Help users and crawlers discover your content Test Your Impl... | 15 | 800 | 2026-03-23T10:53:09.077837 |
service-catalog-config | terraform | https://developer.hashicorp.com/terraform/cloud-docs/integrations/service-now/service-catalog-terraform/service-catalog-config | devops | hcl | Terraform hosts the desired repository. Identifier: The VCS repository that contains the Terraform configuration for this workspace template. Repository identifiers are determined by your VCS provider; they typically use a format like <ORGANIZATION>/<REPO_NAME> or <PROJECT KEY>/<REPO_NAME> . Azure DevOps repositories u... | 5 | 800 | 2026-03-23T11:20:34.694359 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/ci/cloud_deployment/ecs/deploy_to_aws_ecs/ | devops | yaml | g key-value pairs. Key Value Note AWS_ACCESS_KEY_ID <Access key ID of the deployer> For authenticating aws CLI. AWS_SECRET_ACCESS_KEY <Secret access key of the deployer> For authenticating aws CLI. AWS_DEFAULT_REGION us-east-2 For authenticating aws CLI. CI_AWS_ECS_CLUSTER ecs-demo The ECS cluster is accessed by produc... | 9 | 800 | 2026-03-23T11:36:46.466383 |
redis | redis | https://redis.io/docs/latest/integrate/redisom-for-python/ | database | bash | 0JZZA758G" , "skills" : [ "synths" , "vocals" , "guitar" ] }, { "address" : { "city" : "Nottingham" , "country" : "United Kingdom" , "pk" : "01FX8RMR82DDJ90CW8D1GM68YZ" , "postal_code" : "NG1 1AA" , "state" : "Nottinghamshire" , "street_name" : "Broadway" , "street_number" : 12 , "unit" : "A-1" }, "age" : 37 , "first_n... | 20 | 799 | 2026-03-23T10:55:30.339699 |
WritableSignal | angular | https://angular.dev/api/core/WritableSignal | framework | typescript | duleRef NgZone NgZoneOptions NO_ERRORS_SCHEMA numberAttribute OnChanges OnDestroy OnInit Optional output Output outputBinding OutputEmitterRef OutputOptions OutputRef OutputRefSubscription PendingTasks Pipe PipeTransform PLATFORM_ID PLATFORM_INITIALIZER platformCore PlatformRef Predicate PromiseResourceOptions provideA... | 5 | 800 | 2026-03-23T11:22:33.856366 |
?s=cri-o | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=cri-o | devops | python | ython python exporter Azure Monitor Application Insights Quick Install To install this exporter run: pip install azure-monitor-opentelemetry-exporter Python Language Exporter Component MIT License Package Details (pip) Repository Google Cloud Exporters by Google The OpenTelemetry Google Cloud Monitoring Exporters for P... | 184 | 799 | 2026-03-23T11:37:42.137817 |
get-started?platform=flutter | firebase | https://firebase.google.com/docs/in-app-messaging/get-started?platform=flutter | database | javascript | test message in fetch response. Turn the current instance into a testing instance. Send feedback Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site P... | 4 | 422 | 2026-03-23T11:16:26.733216 |
onnx.html | pytorch | https://pytorch.org/docs/stable/onnx.html | ml | python | es : model – The ONNX model as an ONNX IR model object. exported_program – The exported program that produced the ONNX model. class torch.onnx. OnnxExporterError Errors raised by the ONNX exporter. This is the base class for all exporter errors. Deprecated APIs # Deprecated since version 2.6: These functions are deprec... | 15 | 800 | 2026-03-23T10:55:04.715423 |
?s=pino | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=pino | devops | python | postgresql 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 instrumenta... | 351 | 799 | 2026-03-23T11:13:48.681869 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | , str): provider = infer_provider(provider) self._provider = provider self.client = cast('BedrockRuntimeClient', provider.client) self._handler = _get_handler_for_model(model_name) super().__init__(settings=settings) ``` #### base_url ```python base_url: str ``` The base URL for the provider API. #### model_name ```pyt... | 2,566 | 772 | 2026-03-23T10:51:26.915017 |
vite | vite | https://vitejs.dev/plugins/ | tooling | javascript | production build. Community Plugins Check out Vite Plugin Registry for the list of plugins published to npm. Rolldown Builtin Plugins Vite uses Rolldown under the hood and it provides a few builtin plugins for common use cases. Read the Rolldown Builtin Plugins section for more information. Rolldown / Rollup Plugins Vi... | 2 | 449 | 2026-03-23T10:51:36.376332 |
release-notes-2.5.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.5.0 | mobile | dart | 68d6983acd82 to bef379ba620a (2 revisions) (cla: yes, waiting for tree to go green) 26967 Roll Skia from bef379ba620a to d253088fc211 (6 revisions) (cla: yes, waiting for tree to go green) 26968 Roll Fuchsia Mac SDK from BPvUey1RN... to T_EmrITXO... (cla: yes, waiting for tree to go green) 26970 Record raster end as so... | 528 | 799 | 2026-03-23T11:13:43.940617 |
stream | deno | https://docs.deno.com/api/node/stream | runtime | javascript | Web isDisturbed isPaused iterator map on once pause prependListener prependOnceListener push read readable readableAborted readableDidRead readableEncoding readableEnded readableFlowing readableHighWaterMark readableLength readableObjectMode reduce removeListener resume setEncoding some take toArray toWeb unpipe unshif... | 4 | 800 | 2026-03-23T11:38:58.334169 |
mui | mui | https://mui.com/material-ui/material-icons/ | library | javascript | e ExploreOff Exposure Extension ExtensionOff Face Face2 Face3 Face4 Face5 Face6 FaceRetouchingNatural FaceRetouchingOff Facebook FactCheck Factory FamilyRestroom FastForward FastRewind Fastfood Favorite FavoriteBorder Fax FeaturedPlayList FeaturedVideo Feed Feedback Female Fence Festival FiberDvr FiberManualRecord Fibe... | 11 | 800 | 2026-03-23T11:08:34.124913 |
?s=high-performance-logging | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=high-performance-logging | devops | python | ctor Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Memory Limiter Collector Processor by 🔭 OpenTelemetry Authors 🔭 The Memory Limiter Processor for the OpenTelemetry Collector is used to prevent out of memory situations on the collector. go processor collector Collector Lan... | 86 | 800 | 2026-03-23T11:12:23.966592 |
?s=php | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=php | devops | python | ation Component MIT License Package Details (crates) Repository axum Instrumentation by David Bernard Middlewares to integrate axum + tracing + opentelemetry. rust axum instrumentation Quick Install To install this instrumentation library run: cargo add axum-tracing-opentelemetry 0.16.0 Version Rust Language Instrument... | 358 | 800 | 2026-03-23T11:30:46.304147 |
llms-full.txt | angular | https://angular.dev/assets/context/llms-full.txt | framework | typescript | are routes that match a `path` string exactly and have a fixed outcome. Examples of this include: - "/admin" - "/blog" - "/settings/account" ### Define URL Paths with Route Parameters Parameterized URLs allow you to define dynamic paths that allow multiple URLs to the same component while dynamically displaying data ba... | 544 | 799 | 2026-03-23T10:56:08.578389 |
llms-components.txt | chakra_ui | https://chakra-ui.com/llms-components.txt | library | javascript | nst { collection, filter } = useListCollection({ initialItems: frameworks, filter: contains, }) return ( Select framework filter(e.inputValue)} > The framework you love to use No items found {collection.items.map((item) => ( {item.label} ))} ) } const frameworks = [ { label: "React", value: "react" }, { label: "Solid",... | 213 | 759 | 2026-03-23T10:52:18.208626 |
redis | redis | https://redis.io/docs/latest/develop/clients/jedis/vecsearch/ | database | bash | dx" , jq ) . getDocuments (); System . out . println ( "Results:" ); for ( Document doc : jDocs ) { System . out . println ( String . format ( "ID: %s, Distance: %s, Content: %s" , doc . getId (), doc . get ( "distance" ), doc . get ( "content" ) ) ); } } } Java-Sync Quick-Start Assuming you have added the code from th... | 72 | 800 | 2026-03-23T11:08:32.363909 |
?s=ansible-role | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=ansible-role | devops | python | ctor Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Memory Limiter Collector Processor by 🔭 OpenTelemetry Authors 🔭 The Memory Limiter Processor for the OpenTelemetry Collector is used to prevent out of memory situations on the collector. go processor collector Collector Lan... | 86 | 800 | 2026-03-23T11:20:52.430502 |
electron-versioning | electron | https://www.electronjs.org/docs/latest/tutorial/electron-versioning | desktop | javascript | Electron Versioning | Electron Skip to main content On this page A detailed look at our versioning policy and implementation. As of version 2.0.0, Electron follows the SemVer spec. The following command will install the most recent stable build of Electron: npm Yarn npm install --save-dev electron yarn add --dev electr... | 0 | 798 | 2026-03-23T11:04:27.387119 |
MultiverseMathHard | transformers | https://huggingface.co/datasets/Nexusflow/MultiverseMathHard | ai | python | (8.0 + 4.0)) * ((4.0 * 4.0) - (2.0 / 8.0)))), and cos(cos((7.0 / 8.0) ** 8.0)) using only the given tools. 5 4 sin(radians=divide(a=log(a=6.0, base=subtract(a=5.0, b=2.0)), b=multiply(a=pi(), b=multiply(a=6.0, b=5.0)))); 6.0; subtract(a=5.0, b=2.0); negate(a=sin(radians=multiply(a=cos(radians=6.0), b=pi()))); subtract(... | 15 | 792 | 2026-03-23T11:24:33.026838 |
replicated-migration | terraform | https://developer.hashicorp.com/terraform/enterprise/deploy/replicated-migration | devops | hcl | active-active mode then complete this step on all Terraform Enterprise hosts before continuing. Start and enable Replicated. $ sudo systemctl enable --now replicated replicated-ui replicated-operator Start Terraform Enterprise (Replicated) $ replicatedctl app start If you are operating Terraform in active-active mode t... | 29 | 799 | 2026-03-23T11:26:34.983995 |
qdrant | qdrant | https://qdrant.tech/articles/hybrid-search/ | database | python | nested multistage queries that can be used to build complex search pipelines. If you are an existing Qdrant user, you probably have a running search mechanism that you want to improve, whether sparse or dense. Doing any changes should be preceded by a proper evaluation of its effectiveness. How effective is your search... | 2 | 800 | 2026-03-23T10:56:55.424153 |
cts | terraform | https://developer.hashicorp.com/consul/docs/reference/cts | devops | hcl | t High availability cluster storage The high_availability.cluster.storage object contains the following configurations. Parameter Description Required Type parent_path Defines a parent path in the Consul KV for CTS to store state information. Default is consul-terraform-sync/ . CTS automatically appends the cluster nam... | 19 | 799 | 2026-03-23T11:24:58.423240 |
changelog | dart | https://dart.dev/changelog | language | dart | e details. Disallowed classes with this annotation's external extension members from using type parameters. Classes with this annotation should also have the @JS annotation. Classes with this annotation can not be implemented by classes without this annotation. Read more open_in_new Libraries dart2js Deprecated Release... | 80 | 694 | 2026-03-23T10:51:18.338448 |
react-v18 | react | https://react.dev/blog/2022/03/29/react-v18 | framework | javascript | ta, images, etc). Server Components is Still in Development Server Components is an upcoming feature that allows developers to build apps that span the server and client, combining the rich interactivity of client-side apps with the improved performance of traditional server rendering. Server Components is not inherent... | 10 | 799 | 2026-03-23T10:51:52.119945 |
testing-suite | temporal | https://docs.temporal.io/develop/typescript/testing-suite | devops | go | kflow Execution. You can replay a Workflow from the beginning of its Event History. Replay succeeds only if the Workflow Definition is compatible with the provided history from a deterministic point of view. When you test changes to your Workflow Definitions, we recommend doing the following as part of your CI checks: ... | 20 | 799 | 2026-03-23T10:54:26.577207 |
stdtypes.html | python | https://docs.python.org/3/library/stdtypes.html | language | python | snumeric () # Arabic-indic digit zero to nine True >>> '⅕' . isnumeric () # Vulgar fraction one fifth True >>> '²' . isdecimal (), '²' . isdigit (), '²' . isnumeric () (False, True, True) See also isdecimal() and isdigit() . Numeric characters are a superset of decimal numbers. str. isprintable ( ) ¶ Return True if all... | 73 | 799 | 2026-03-23T11:09:00.496069 |
Inheritance_and_the_prototype_chain | javascript | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Inheritance_and_the_prototype_chain | language | javascript | whether they exist on that object directly, and if not, it looks in [[Prototype]] . [[Prototype]] is looked at recursively , i.e., a1.doSomething , Object.getPrototypeOf(a1).doSomething , Object.getPrototypeOf(Object.getPrototypeOf(a1)).doSomething etc., until it's found or Object.getPrototypeOf returns null . This mea... | 37 | 799 | 2026-03-23T10:54:36.820595 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/runner/configuration/advanced-configuration/ | devops | yaml | ode. Insecure. services_privileged Allow services to run in privileged mode. If unset (default) privileged value is used instead. Use with the Docker executor. Insecure. pull_policy The image pull policy: never , if-not-present or always (default). View details in the pull policies documentation . You can also add mult... | 38 | 800 | 2026-03-23T10:56:32.331852 |
2.3.10 | git | https://git-scm.com/docs/git-rebase/2.3.10 | devops | bash | to name the last commit of the old subsystem , for example: With the subsystem reflog: after git fetch , the old tip of subsystem is at subsystem@{1} . Subsequent fetches will increase the number. (See git-reflog[1] .) Relative to the tip of topic : knowing that your topic has three commits, the old tip of subsystem mu... | 38 | 797 | 2026-03-23T11:18:43.573833 |
results-1-100-thread-2024-06-15.json | qdrant | https://qdrant.tech/benchmarks/results-1-100-thread-2024-06-15.json | database | python | pload_time": 3242.479995766, "p95_time": 0.004597763251513242, "rps": 250.98269755168573, "parallel": 1, "p99_time": 0.00500685827806592, "mean_time": 0.003920775342080742, "mean_precisions": 0.982068, "engine_params": { "hnsw_ef": 64, "quantization": { "rescore": true, "oversampling": 2 } } }, { "engine_name": "qdrant... | 1,004 | 679 | 2026-03-23T10:59:06.541548 |
self-run-vs-managed-vitess-with-planetscale | planetscale | https://planetscale.com/blog/self-run-vs-managed-vitess-with-planetscale | database | sql | ocess. We are in close contact with you starting with the proof of concept, onto planning out the sharding scheme, planning and implementing the migration, performing version upgrades, and continuing to support you throughout our entire relationship — well beyond getting into production. We even hold the pager for you,... | 18 | 800 | 2026-03-23T11:30:35.617686 |
opentelemetry | opentelemetry | https://opentelemetry.io/registry/updating/ | devops | python | receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/snowflakereceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Solace Receiver by 🔭 OpenTelemetry Authors 🔭 The Solace receiver receives trace data f... | 153 | 799 | 2026-03-23T10:52:09.954272 |
assistive-technologies | flutter | https://docs.flutter.dev/ui/accessibility/assistive-technologies | mobile | dart | Accessibility technologies 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 Accessibility technologies vertical_align_top Accessi... | 0 | 728 | 2026-03-23T11:12:40.355271 |
linux | tauri | https://tauri.app/v1/guides/building/linux | desktop | rust | tu.com/ubuntu-ports jammy-security main restricted deb [ arch = armhf,arm64 ] http://ports.ubuntu.com/ubuntu-ports jammy-security universe deb [ arch = armhf,arm64 ] http://ports.ubuntu.com/ubuntu-ports jammy-security multiverse Then, to prevent issues with the main packages, you have to add the correct main architectu... | 9 | 799 | 2026-03-23T10:53:00.219163 |
deno | deno | https://docs.deno.com/examples/astro_tutorial/ | runtime | javascript | urs, create a URL-friendly slug from a dinosaur name, and get a dinosaur by its slug. Update the index page to use the service Jump to heading # Now we can update our index.astro page to use the DinosaurService to fetch the dinosaur data and render it as a list of links. Update the src/pages/index.astro file to look li... | 5 | 800 | 2026-03-23T11:11:14.114993 |
release-notes-2.8.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.8.0 | mobile | dart | erences, p: espresso, p: wifi_info_flutter, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle) 4309 Remove gradle.properties from plugins (cla: yes, waiting for tree to go green, p: battery, p: android_alarm_manager, p: android_intent, p: camera, p: goo... | 986 | 800 | 2026-03-23T11:14:04.146902 |
runtime-behavior | bun | https://bun.sh/docs/test/runtime-behavior | runtime | javascript | as the time zone unless overridden by the TZ environment variable. This ensures consistent date and time behavior across different development environments. test.ts Copy import { test, expect } from " bun:test " ; test ( " timezone is UTC by default " , () => { const date = new Date (); expect (date. getTimezoneOffset ... | 2 | 793 | 2026-03-23T11:23:16.508248 |
?s=kafkajs | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=kafkajs | devops | python | elemetry-collector-contrib/processor/dnslookupprocessor v0.148.0 v0.148.0 Version Collector Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Filter Collector Processor by 🔭 OpenTelemetry Authors 🔭 The Filter Processor for the OpenTelemetry Collector can be configured to includ... | 79 | 799 | 2026-03-23T11:12:51.174820 |
?s=executors | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=executors | devops | python | install this instrumentation library run: composer require open-telemetry/opentelemetry-auto-psr6 0.0.5 Version PHP Language Instrumentation Component Apache 2.0 License Package Details (packagist) Repository Slim Framework by 🔭 OpenTelemetry Authors 🔭 Instrumentation Library for the Slim Framework php slim instrumen... | 314 | 799 | 2026-03-23T11:39:10.067370 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/administration/load_balancer/ | devops | yaml | Praefect memory usage and lead to memory errors. Troubleshooting The health check is returning a 408 HTTP code via the load balancer If you are using the AWS Classic Load Balancer in GitLab 15.0 or later, you must to enable the AES256-GCM-SHA384 cipher in NGINX. See AES256-GCM-SHA384 SSL cipher no longer allowed by def... | 6 | 800 | 2026-03-23T11:19:27.079065 |
rules | chakra_ui | https://chakra-ui.com/docs/get-started/ai/rules | library | javascript | lean Props - `isOpen` → `open` - `isDisabled` → `disabled` - `isInvalid` → `invalid` - `isRequired` → `required` - `isActive` → `data-active` - `isLoading` → `loading` - `isChecked` → `checked` - `isIndeterminate` → `indeterminate` ### Style Props - `colorScheme` → `colorPalette` - `spacing` → `gap` - `noOfLines` → `li... | 7 | 800 | 2026-03-23T10:50:49.293049 |
pdb.html | python | https://docs.python.org/3/library/pdb.html | language | python | highlight source code displayed in pdb. Example call to enable tracing with skip : import pdb ; pdb . Pdb ( skip = [ 'django.*' ]) . set_trace () Raises an auditing event pdb.Pdb with no arguments. Changed in version 3.1: Added the skip parameter. Changed in version 3.2: Added the nosigint parameter. Previously, a SIGI... | 11 | 800 | 2026-03-23T11:26:16.758011 |
changelog.html | python | https://docs.python.org/3/whatsnew/changelog.html | language | python | in gettext functions and methods that consider plural forms even if the translation was not found. gh-110395 : Ensure that select.kqueue() objects correctly appear as closed in forked children, to prevent operations on an invalid file descriptor. gh-110196 : Add __reduce__ method to IPv6Address in order to keep scope_i... | 548 | 799 | 2026-03-23T10:57:25.353370 |
ghost-8b-beta-1608-gguf | transformers | https://huggingface.co/ghost-x/ghost-8b-beta-1608-gguf | ai | python | For non-chronic alcohol users, acute alcohol consumption had no protective effect. Fasting is a risk factor, possibly because of depletion of liver glutathione reserves. The concomitant use of the CYP2E1 inducer isoniazid increases the risk of hepatotoxicity, though whether 2E1 induction is related to the hepatotoxicit... | 24 | 799 | 2026-03-23T11:37:08.210750 |
datetime.html | python | https://docs.python.org/3/library/datetime.html | language | python | month is November, the time is 04:30PM.' The example below defines a tzinfo subclass capturing time zone information for Kabul, Afghanistan, which used +4 UTC until 1945 and then +4:30 UTC thereafter: import datetime as dt class KabulTz ( dt . tzinfo ): # Kabul used +4 until 1945, when they moved to +4:30 UTC_MOVE_DATE... | 62 | 800 | 2026-03-23T10:59:40.467837 |
redis | redis | https://redis.io/docs/latest/develop/data-types/streams/ | database | bash | = "+" , count : Optional[int] = None ) → ResponseT Python Quick-Start import assert from 'assert' ; import { createClient } from 'redis' ; const client = await createClient (); await client . connect (); const res1 = await client . xAdd ( 'race:france' , '*' , { 'rider' : 'Castilla' , 'speed' : '30.2' , 'position' : '1... | 150 | 798 | 2026-03-23T11:04:07.559729 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | .md#metadata spec ServiceCIDRSpec spec is the desired state of the ServiceCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status status ServiceCIDRStatus status represents the current state of the ServiceCIDR. More info: https://git.k8s.io/community/contribu... | 3,857 | 800 | 2026-03-23T10:56:49.347819 |
sharing-state-between-components | react | https://react.dev/learn/sharing-state-between-components | framework | javascript | is is a useful way to talk about how components are designed and what capabilities they offer. When writing a component, consider which information in it should be controlled (via props), and which information should be uncontrolled (via state). But you can always change your mind and refactor later. A single source of... | 11 | 800 | 2026-03-23T11:00:42.926571 |
?s=base | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=base | devops | python | nvoy ALS(access log service) receiver by 🔭 OpenTelemetry Authors 🔭 This is a receiver for the Envoy gRPC ALS sink. envoyals 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... | 111 | 799 | 2026-03-23T11:27:24.893146 |
ContentChildren | angular | https://angular.dev/api/core/ContentChildren | framework | typescript | traryNestedPanes !: QueryList < Pane >; get serializedPanes () : string { return this .topLevelPanes ? this .topLevelPanes. map (( p ) => p. id ()). join ( ', ' ) : '' ; } get serializedNestedPanes () : string { return this .arbitraryNestedPanes ? this .arbitraryNestedPanes. map (( p ) => p. id ()). join ( ', ' ) : '' ... | 11 | 781 | 2026-03-23T11:14:57.061795 |
2.34.0 | git | https://git-scm.com/docs/gitfaq/2.34.0 | devops | bash | ing trailing whitespace only on new lines, not existing ones. You can store the files in the repository with Unix line endings and convert them automatically to your platform’s line endings. To do that, set the configuration option core.eol to native and see the following entry for information about how to configure fi... | 22 | 797 | 2026-03-23T11:20:34.469206 |
?s=yii | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=yii | devops | python | AWS services. sigv4 auth extension 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/sigv4authextension v0.148.0 v0.148.0 Version Collector Language Exten... | 72 | 799 | 2026-03-23T11:15:59.450073 |
?s=headers | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=headers | devops | python | elemetry-collector-contrib/receiver/pprofreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Prometheus Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The Prometheus Receiver for the OpenTelemetry Collector. go receiver collector Quick... | 143 | 799 | 2026-03-23T11:37:50.038124 |
?s=broadway | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=broadway | devops | python | Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : github.com/Jamstah/k8ssaauthextension v0.0.2 v0.0.2 Version Collector Language Extension Component Apache 2.0 License Package Details (go-collector) Repository Memory Limiter Extension by ... | 67 | 800 | 2026-03-23T11:31:26.275878 |
?s=simulink | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=simulink | devops | python | vides automatic instrumentation for the Nest framework. nestjs-core instrumentation js Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-nestjs-core 0.59.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository OpenTe... | 291 | 800 | 2026-03-23T11:30:04.491705 |
redis | redis | https://redis.io/docs/latest/develop/data-types/json/ | database | bash | , JsonPath . ROOT_PATH , 1 , parser . createJsonValue ( "\"Prickett\"" ), parser . createJsonValue ( "\"Royce\"" ), parser . createJsonValue ( "\"Castilla\"" )); }). thenCompose ( res13 -> { System . out . println ( res13 ); // >>> [4] return asyncCommands . jsonGet ( "riders" , JsonPath . ROOT_PATH ); }). thenCompose ... | 345 | 798 | 2026-03-23T10:54:21.884869 |
2.12.5 | git | https://git-scm.com/docs/git-blame/2.12.5 | devops | bash | aus <santa.claus@northpole.xx> <me@company.xx> Use hash # for comments that are either on their own line, or after the email address. SEE ALSO git-annotate[1] GIT Part of the git[1] suite blame | 21 | 193 | 2026-03-23T11:25:46.172194 |
?s=user_events | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=user_events | devops | python | ce Exporters for Java. java exporter metrics traces google Java Language Exporter Component Apache 2.0 License Repository OTLP Exporter by 🔭 OpenTelemetry Authors 🔭 This library allows exporting telemetry data in the OpenTelemetry Protocol (OTLP) format to the OpenTelemetry Collector and OTLP-compliant backends/recei... | 178 | 800 | 2026-03-23T11:30:38.941243 |
?s=azure | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=azure | devops | python | metry Authors 🔭 This library allows tracing requests made by the Redis library. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry Remoulade Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library allows tracing requests made by the Remoulade library. remou... | 332 | 800 | 2026-03-23T11:38:25.447742 |
s3 | bun | https://bun.sh/docs/runtime/s3 | runtime | javascript | . flush (); } await writer. end (); Presigning URLs When your production service needs to let users upload files to your server, it’s often more reliable for the user to upload directly to S3 instead of your server acting as an intermediary. To facilitate this, you can presign URLs for S3 files. This generates a URL wi... | 9 | 798 | 2026-03-23T10:56:28.777829 |
redis | redis | https://redis.io/docs/latest/commands/ft.search/ | database | bash | nsure deterministic result set paging. TIMEOUT {milliseconds} overrides the timeout parameter of the module. PARAMS {nargs} {name} {value} defines one or more value parameters. Each parameter has a name and a value. You can reference parameters in the query by a $ , followed by the parameter name, for example, $user . ... | 19 | 800 | 2026-03-23T11:08:37.284731 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/glossary/ | devops | yaml | n of a short-lived, narrow, or decoupled project for a committee, SIG , or cross-SIG effort. [+] Working groups are a way of organizing people to accomplish a discrete task. For more information, see the kubernetes/community repo and the current list of SIGs and working groups . Workload A workload is an application ru... | 83 | 636 | 2026-03-23T10:51:49.605153 |
KeyValueDiffer | angular | https://angular.dev/api/core/KeyValueDiffer | framework | typescript | duleRef NgZone NgZoneOptions NO_ERRORS_SCHEMA numberAttribute OnChanges OnDestroy OnInit Optional output Output outputBinding OutputEmitterRef OutputOptions OutputRef OutputRefSubscription PendingTasks Pipe PipeTransform PLATFORM_ID PLATFORM_INITIALIZER platformCore PlatformRef Predicate PromiseResourceOptions provideA... | 5 | 800 | 2026-03-23T11:11:54.686011 |
postgresql | postgresql | https://www.postgresql.org/docs/release/9.5.18/ | database | sql | ould fail, such as converting strings extracted from an SSL certificate into the database encoding, were being performed inside a critical section. Failure there would result in database-wide lockup due to violating the access protocol for shared pg_stat_activity data. Fix race condition in check to see whether a pre-e... | 2 | 800 | 2026-03-23T11:40:38.978729 |
location | expo | https://docs.expo.dev/versions/latest/sdk/location | mobile | javascript | iving location updates. options (optional) LocationTaskOptions An object of options passed to the location manager. Registers for receiving location updates that can also come when the app is in the background. Task parameters Background location task will be receiving following data: locations - An array of the new lo... | 25 | 800 | 2026-03-23T11:23:51.044214 |
postgresql | postgresql | https://www.postgresql.org/docs/release/9.3.8/ | database | sql | PostgreSQL: Release Notes February 26, 2026: PostgreSQL 18.3, 17.9, 16.13, 15.17, and 14.22 Released! Quick Links Documentation Manuals Archive Release Notes Books Tutorials & Other Resources FAQ Wiki Release Notes PostgreSQL 9.3.8 PostgreSQL 9.3.25 Documentation Prev Up Appendix E. Release Notes Next E.18. Release 9.3... | 0 | 790 | 2026-03-23T11:32:52.761582 |
audio | expo | https://docs.expo.dev/versions/latest/sdk/audio | mobile | javascript | d" ) ; } } requestPermission ( ) ; } , [ ] ) ; useAudioSampleListener ( player , ( sample ) => { // Use sample.channels array for audio visualization console . log ( 'Audio sample:' , sample . channels [ 0 ] . frames ) ; } ) ; return < AudioWaveform player = { player } /> ; } Types AndroidAudioEncoder Android Literal T... | 50 | 800 | 2026-03-23T11:17:59.815946 |
?s=shim | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=shim | devops | python | metry context propagation for Datadog by Tony Li This library provides support for propagating trace context in the Datadog X-Datadog-* format. go datadog utilities propagator Go Language Utilities Component Apache 2.0 License Repository Apache Druid extension for OTLP by mishmash io This extension allows Apache Druid ... | 384 | 800 | 2026-03-23T11:28:00.250397 |
dartdoc-options-file | dart | https://dart.dev/go/dartdoc-options-file | language | dart | ference links and other normal processing won't happen on the contained fragment. So, this: /// {@inject-html} /// <p>[The HTML to inject.]()</p> /// {@end-inject-html} Will result in this be emitted in its place in the HTML output (notice that the markdown link isn't linked). <p>[The HTML to inject.]()</p> It's best t... | 20 | 796 | 2026-03-23T11:05:52.979012 |
?s=angular | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=angular | devops | python | 2.0 License Package Details (gems) Repository Mysql2 Instrumentation by 🔭 OpenTelemetry Authors 🔭 Mysql2 instrumentation for Ruby. ruby instrumentation Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-mysql2 0.33.0 Version Ruby Language Instrumentation Component Apa... | 350 | 798 | 2026-03-23T11:16:36.728660 |
release-notes-3.24.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-3.24.0 | mobile | dart | [Impeller] Enable logging a warning when the user opts out of using Impeller. by @chinmaygarde in 51849 Remove #if SHELL_ENABLE_METAL checks in iOS code by @jmagman in 51636 Reverts "Remove #if SHELL_ENABLE_METAL checks in iOS code (#51636)" by @auto-submit in 51941 Remove #if SHELL_ENABLE_METAL checks in darwin code b... | 105 | 799 | 2026-03-23T11:14:34.916243 |
MegaMath | transformers | https://huggingface.co/datasets/LLM360/MegaMath | ai | python | c#/kmurrayDay8.cs", "src_encoding": "UTF-8" } { "repo_name": "westappdev/aoc2016", "repo_url": "https://github.com/westappdev/aoc2016" } { "alpha_fraction": 0.5887336730957031, "alphanum_fraction": 0.6017861366271973, "avg_line_length": 37.31578826904297, "blob_id": "cabc3630e7cfe5298d54f910dba9963b74929335", "content_... | 22 | 750 | 2026-03-23T11:22:00.244410 |
webpack | webpack | https://webpack.js.org/plugins/copy-webpack-plugin/ | tooling | javascript | Dir webpack.config.js Copy module . exports = { plugins : [ new CopyPlugin ( { patterns : [ { from : path . resolve ( __dirname , "src" , "directory-nested" ) , } , ] , } ) , ] , } ; Result: Copy deep-nested/deepnested-file.txt, nested-file.txt Technically, this is equivalent to using **/* with a predefined context set... | 22 | 799 | 2026-03-23T11:09:33.870253 |
dependencies_field_not_map | dart | https://dart.dev/tools/diagnostics/dependencies_field_not_map | language | dart | Verified publishers Security advisories Versioning Custom package repositories What not to commit Development expand_more JSON serialization Number representation Google APIs Multi-platform apps Command-line & server apps expand_more Overview Fetch data from the internet Libraries & packages Google Cloud Web apps expan... | 2 | 800 | 2026-03-23T11:24:17.650124 |
mod | go | https://go.dev/ref/mod | language | go | should be run again to update the vendor directory. If the vendor directory is present in the main module’s root directory, it will be used automatically if the go version in the main module’s go.mod file is 1.14 or higher. To explicitly enable vendoring, invoke the go command with the flag -mod=vendor . To disable ven... | 87 | 800 | 2026-03-23T10:56:19.992773 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/tutorials/compliance_pipeline/ | devops | yaml | for every project in this group..." Select Commit changes . Configure compliance framework The compliance framework is configured in the new group . To configure the compliance framework: In the top bar, select Search or go to and find the Tutorial group group. Select Secure > Compliance center . On the page, select th... | 3 | 799 | 2026-03-23T11:15:16.642988 |
redis | redis | https://redis.io/docs/latest/develop/data-types/json/ | database | bash | JSON (). Set ( "bikes:inventory" , "$.inventory.mountain_bikes[1].regex_pat" , "\"(?i)al\"" ); Console . WriteLine ( res39 ); // >>> True bool res40 = db . JSON (). Set ( "bikes:inventory" , "$.inventory.mountain_bikes[2].regex_pat" , "\"(?i)al\"" ); Console . WriteLine ( res40 ); // >>> True RedisResult res41 = db . J... | 419 | 799 | 2026-03-23T10:54:21.884971 |
video | expo | https://docs.expo.dev/versions/latest/sdk/video | mobile | javascript | ns its aspect ratio and fits inside the container, with possible letterboxing/pillarboxing. cover : The video maintains its aspect ratio and covers the entire container, potentially cropping some portions. fill : The video stretches/squeezes to completely fill the container, potentially causing distortion. Acceptable v... | 56 | 799 | 2026-03-23T11:18:19.416883 |
?s=prometheus | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=prometheus | devops | python | strumentation Component Apache 2.0 License Repository MySQL Instrumentation by 🔭 OpenTelemetry Authors 🔭 MySQL instrumentation for Node.js. js instrumentation Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-mysql 0.59.0 Version JavaScript Language Instrumentation ... | 289 | 800 | 2026-03-23T11:32:56.767239 |
discord-bot | supabase | https://supabase.com/docs/guides/functions/examples/discord-bot | database | typescript | n the General Information section of the page and run the command on your terminal. 1 BOT_TOKEN = ' replace_me_with_bot_token ' 2 CLIENT_ID = ' replace_me_with_client_id ' 3 curl -X POST \ 4 -H ' Content-Type: application/json ' \ 5 -H " Authorization: Bot $BOT_TOKEN " \ 6 -d ' {"name":"hello","description":"Greet a pe... | 1 | 800 | 2026-03-23T10:56:28.879865 |
?s=kotlin-multiplatform | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=kotlin-multiplatform | devops | python | License Package Details (go-collector) Repository ASAP Client Authentication Extension by 🔭 OpenTelemetry Authors 🔭 This extension allows serving sampling strategies following the Jaeger’s remote sampling API. jaeger sampling extension collector Quick Install When building a custom collector you can add this extensio... | 66 | 798 | 2026-03-23T11:19:01.413155 |
building | flutter | https://docs.flutter.dev/platform-integration/web/building | mobile | dart | vent timeline Analyzing performance —make sure to use a profile build Testing # Use widget tests or integration tests. To learn more about running integration tests in a browser, check out the Integration testing page. Was this page's content helpful? thumb_up thumb_down Unless stated otherwise, the documentation on th... | 5 | 418 | 2026-03-23T11:00:23.684817 |
aqua_rat | transformers | https://huggingface.co/datasets/deepmind/aqua_rat | ai | python | mile driven and 6 cents for every 1/5 mile driven over the initial 1/4 mile. If a man paid $1.24 in rental charges, how many miles did he drive? [ "A)2.5", "B)3.0", "C)3.25", "D)3.75", "E)4.0" ] Total Rent = Rent for the first 0.25 mile + Rent After 0.25 mile Rent for the first 0.25 mile = 34 cents Rent After 0.25 mile... | 38 | 782 | 2026-03-23T11:24:36.575705 |
SWE-rebench | transformers | https://huggingface.co/datasets/nebius/SWE-rebench | ai | python | @ class DatePicker(v.Layout, SepalWidget): # call the constructor super().__init__(**kwargs) - jslink((date_picker, "v_model"), (date_text, "v_model")) - jslink((date_picker, "v_model"), (self, "v_model")) + jslink((date_picker, "v_model"), (self.date_text, "v_model")) + jslink((self, "v_model"), (date_picker, "v_model... | 82 | 681 | 2026-03-23T11:21:31.126166 |
?s=keda | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=keda | devops | python | anguage Instrumentation Component Apache 2.0 License Repository splunkpgx – Instrumentation for github.com/jackc/pgx by Splunk Inc. Instrumentation for the github.com/jackc/pgx package. go instrumentation database postgresql Go Language Instrumentation Component Apache 2.0 License Repository splunkpq – Instrumentation ... | 234 | 800 | 2026-03-23T11:27:07.065492 |
?s=aspire | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=aspire | devops | python | m.xml file to install this package. <dependency> <groupId> io.opentelemetry.instrumentation </groupId> <artifactId> opentelemetry-okhttp-3.0 </artifactId> <version> 2.16.0-alpha </version> </dependency> Gradle Add the following dependency in your build.gradle file to install this package: dependencies { implementation ... | 260 | 800 | 2026-03-23T11:31:30.130492 |
read-replicas | neon | https://neon.tech/docs/introduction/read-replicas | database | sql | support Neon only supports creating read replicas in the same region as your database. However, a cross-region replica setup can be achieved by creating a Neon project in a different region and replicating data to that project via logical replication . For example, you can replicate data from a Neon project in a US reg... | 4 | 800 | 2026-03-23T11:11:33.942952 |
?s=dynamodb | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=dynamodb | 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:37:54.071074 |
postgresql | postgresql | https://www.postgresql.org/docs/release/8.0.23/ | database | sql | d by index functions changing session-local state (Gurjeet Singh, Tom) This change prevents allegedly-immutable index functions from possibly subverting a superuser's session (CVE-2009-4136). Reject SSL certificates containing an embedded null byte in the common name (CN) field (Magnus) This prevents unintended matchin... | 1 | 711 | 2026-03-23T11:16:28.482345 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | ectAgent`. Do **not** manually decorate event stream handlers with `@task`. For examples, see the [streaming docs](https://ai.pydantic.dev/agent/#streaming-all-events) The original agent, model, and MCP server can still be used as normal outside the Prefect flow. Here is a simple but complete example of wrapping an age... | 6,227 | 800 | 2026-03-23T10:51:26.923471 |
SWE-bench_Pro | transformers | https://huggingface.co/datasets/ScaleAI/SWE-bench_Pro | ai | python | test/database/hash.js::isObjectFields() should not error if one field is falsy", "test/database.js | Test database test/database/hash.js::Hash methods test/database/hash.js::deleteObjectField() should delete an objects field", "test/database.js | Test database test/database/hash.js::Hash methods test/database/hash.js::... | 47 | 799 | 2026-03-23T11:06:23.461810 |
markdown | bun | https://bun.sh/docs/runtime/markdown | runtime | javascript | dren } Table header cell td { align?, children } Table data cell em { children } Emphasis ( *text* ) strong { children } Strong ( **text** ) a { href, title?, children } Link img { src, alt?, title? } Image (no children) code { children } Inline code del { children } Strikethrough ( ~~text~~ ) br {} Hard line break (no... | 14 | 796 | 2026-03-23T10:54:12.354345 |
v3.0.0.html | xgboost | https://xgboost.readthedocs.io/en/stable/changes/v3.0.0.html | ml | python | uments in a jupyter notebook. ( #10287 ) Dask Prevent the training from hanging due to aborted workers. ( #10985 ) This helps Dask XGBoost be robust against error. When a worker is killed, the training will fail with an exception instead of hang. Optional support for client-side logging. ( #10942 ) Fix LTR with empty p... | 15 | 799 | 2026-03-23T10:51:23.675137 |
flask | flask | https://flask.palletsprojects.com/web-security/ | framework | python | urity Considerations Resource Use Cross-Site Scripting (XSS) Cross-Site Request Forgery (CSRF) JSON Security Security Headers HTTP Strict Transport Security (HSTS) Content Security Policy (CSP) X-Content-Type-Options X-Frame-Options Set-Cookie options Host Header Validation Copy/Paste to Terminal Navigation Overview Pr... | 15 | 449 | 2026-03-23T10:55:16.247794 |
changelog.html | python | https://docs.python.org/3/whatsnew/changelog.html | language | python | is used with argument input=None and either of the arguments encoding or errors are used. gh-97008 : NameError and AttributeError spelling suggestions provided since gh-82711 are now also emitted by the pure Python traceback module. Tests for those suggestions now exercise both implementations to ensure they are equiva... | 853 | 800 | 2026-03-23T10:57:25.353812 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.