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 |
|---|---|---|---|---|---|---|---|---|
?s=azure-sdk | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=azure-sdk | devops | python | 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/encoding v0.148.0 v0.148.0 Version Collector Language Extension Component Apache 2.0 License Package Details (go-collect... | 62 | 799 | 2026-03-23T11:36:42.160433 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | s [core/v1] Event [core/v1] Event [events/v1] Eviction [policy/v1] FlowSchema [flowcontrol/v1] HorizontalPodAutoscaler [autoscaling/v2] HorizontalPodAutoscaler [autoscaling/v1] IPAddress [networking/v1] IPAddress [networking/v1beta1] Ingress [networking/v1] IngressClass [networking/v1] Job [batch/v1] JobTemplateSpec [b... | 4,460 | 800 | 2026-03-23T10:56:49.348679 |
install | go | https://go.dev/doc/install | language | go | 6) . You can change the location as needed. After installing, you will need to close and reopen any open command prompts so that changes to the environment made by the installer are reflected at the command prompt. Verify that you've installed Go. In Windows , click the Start menu. In the menu's search box, type cmd , ... | 3 | 734 | 2026-03-23T10:56:42.126287 |
supabase-sso-remove | supabase | https://supabase.com/docs/reference/cli/supabase-sso-remove | database | typescript | airs the migration history of the linked project. --local Optional Repairs the migration history of the local database. -p, --password <string> Optional Password to your remote Postgres database. --status <[ applied | reverted ]> Required Version status to update. Mark a migration as reverted Mark a migration as applie... | 33 | 800 | 2026-03-23T11:31:37.481457 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/update/convert_to_ee/revert/ | devops | yaml | Completed 500 Internal Server Error in 497ms (ActiveRecord: 32.2ms) ActionView::Template::Error (The single-table inheritance mechanism failed to locate the subclass: 'Integrations::Github'. This error is raised because the column 'type_new' is reserved for storing the class in case of inheritance. Please rename this c... | 1 | 800 | 2026-03-23T11:09:49.278225 |
llms-components.txt | chakra_ui | https://chakra-ui.com/llms-components.txt | library | javascript | (i.e. `/skip-nav#usage`) 3. Hit `Enter` to reload the page, then hit `Tab`. The Skip Nav link will appear in the upper left. 4. Hitting `Enter` on the link will take you to the top of the docs content. # Slider ```tsx import { Slider } from "@chakra-ui/react" export const SliderBasic = () => { return ( ) } ``` ## Usage... | 835 | 795 | 2026-03-23T10:52:18.209529 |
postgres | supabase | https://supabase.com/docs/guides/platform/migrating-to-supabase/postgres | database | typescript | ing your Postgres database to Supabase: Google Colab - Guided notebook with copy-paste workflow Manual Dump/Restore - CLI approach, works for all versions Logical Replication - Minimal downtime, requires Postgres 10+ Connection modes # Supabase provides the following connection modes: Direct connection Supavisor sessio... | 1 | 800 | 2026-03-23T10:54:39.295736 |
?s=viburdbcp | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=viburdbcp | devops | python | mpiler Instrumentation for Business Logic by Weiting Liou A TypeScript transformer that automatically instruments your business logic methods with OpenTelemetry spans at compile time through AST weaving, achieving true “application-level transparency” instrumentation javascript typescript typescript compiler business l... | 301 | 800 | 2026-03-23T11:38:04.208720 |
version-15 | nextjs | https://nextjs.org/docs/app/guides/upgrading/version-15 | framework | javascript | e: 'force-cache' option. app/layout.js export default async function RootLayout () { const a = await fetch ( 'https://...' ) // Not Cached const b = await fetch ( 'https://...' , { cache : 'force-cache' }) // Cached // ... } To opt all fetch requests in a layout or page into caching, you can use the export const fetchC... | 10 | 800 | 2026-03-23T11:07:08.152195 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | ad" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - `resourceVersionMatch` set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false... | 4,804 | 792 | 2026-03-23T10:56:49.349160 |
isolated-installs | bun | https://bun.sh/docs/pm/isolated-installs | runtime | javascript | — Complete bun install command reference Was this page helpful? Yes No Suggest edits Raise issue Global cache Previous Lockfile Next ⌘ I | 10 | 136 | 2026-03-23T11:00:49.957482 |
genindex.html | pytorch | https://pytorch.org/docs/stable/genindex.html | ml | python | antizer module torch.ao.quantization.quantizer.quantizer module torch.ao.quantization.quantizer.utils module torch.ao.quantization.quantizer.x86_inductor_quantizer module torch.ao.quantization.quantizer.xnnpack_quantizer module torch.ao.quantization.quantizer.xnnpack_quantizer_utils module torch.ao.quantization.quantiz... | 360 | 800 | 2026-03-23T10:56:59.413389 |
obsolete_colon_for_default_value | dart | https://dart.dev/tools/diagnostics/obsolete_colon_for_default_value | language | dart | shooting DartPad Command-line tools expand_more Dart SDK expand_more Overview dart dart analyze dart build dart compile dart create dart doc dart fix dart format dart info dart install dart pub dart run dart test dartaotruntime Experiment flags Other command-line tools expand_more build_runner webdev Static analysis ex... | 3 | 800 | 2026-03-23T11:23:14.756209 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | builtin_calls[item.tool_call_id] = builtin_call elif isinstance(item, BuiltinToolReturnPart): if ( item.provider_name == self.system and item.tool_call_id and (details := item.provider_details) is not None and details.get('status') == 'failed' and (call := builtin_calls.get(item.tool_call_id)) ): call.status = chat_typ... | 4,647 | 539 | 2026-03-23T10:51:26.920313 |
consul-template-load-balancing | terraform | https://developer.hashicorp.com/consul/tutorials/network-automation/consul-template-load-balancing | devops | hcl | n this tutorial. The remote_ops lists the bastion host IP, which you can use access the bastion host. The retry_join output lists Consul's retry_join configuration parameter. The next tutorial uses this information to generate Consul server and client configuration. The ui_consul output lists the Consul UI address. The... | 7 | 799 | 2026-03-23T11:24:49.352845 |
binascii.html | python | https://docs.python.org/3/library/binascii.html | language | python | on 3.6: Added the newline parameter. binascii. a2b_qp ( data , header = False ) ¶ Convert a block of quoted-printable data back to binary and return the binary data. More than one line may be passed at a time. If the optional argument header is present and true, underscores will be decoded as spaces. binascii. b2a_qp (... | 3 | 796 | 2026-03-23T11:29:36.732038 |
appdelegate-subscribers | expo | https://docs.expo.dev/modules/appdelegate-subscribers | mobile | javascript | tion ) { // The app has become active. } public func applicationWillResignActive ( _ application : UIApplication ) { // The app is about to become inactive. } public func applicationDidEnterBackground ( _ application : UIApplication ) { // The app is now in the background. } public func applicationWillEnterForeground (... | 5 | 740 | 2026-03-23T10:55:50.878661 |
?s=argo | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=argo | devops | python | itory Receiver Creator Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The Receiver Creator Receiver for the OpenTelemetry Collector can instantiate other receivers at runtime based on whether observed endpoints match a configured rule. go receiver collector Quick Install When building a custom collector you can add ... | 147 | 800 | 2026-03-23T11:18:47.519412 |
components | react | https://react.dev/reference/react-dom/components | framework | javascript | sources are loading, and enact other behaviors that are described on the reference page for each specific component. All HTML components React supports all built-in browser HTML components. This includes: <aside> <audio> <b> <base> <bdi> <bdo> <blockquote> <body> <br> <button> <canvas> <caption> <cite> <code> <col> <co... | 1 | 800 | 2026-03-23T10:55:40.333929 |
?s=c | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=c | devops | python | instrumentation dotnet .NET Language Instrumentation Component Apache 2.0 License Repository Elasticsearch Client Instrumentation for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 Automatically instruments events emitted by the NEST/Elasticsearch.Net client library. elasticsearch client instrumentation dotnet Quick... | 200 | 799 | 2026-03-23T11:14:40.414724 |
feed.atom | planetscale | https://planetscale.com/blog/feed.atom | database | sql | entation calls these functional key parts. A functional index is an index on an expression rather than a column. Sounds a lot like a generated column, doesn’t it? There’s a reason it sounds similar, and that’s because a functional index is implemented using a hidden generated column! We no longer have to create the gen... | 428 | 798 | 2026-03-23T11:03:06.264619 |
team | react | https://react.dev/community/team | framework | javascript | , somehow she’s still in the team’s group chats and “providing value”. sophiebits sophiebits sophiebits sophiebits.com Yuzhi Zheng Engineering Manager at Meta Yuzhi studied Computer Science in school. She liked the instant gratification of seeing code come to life without having to physically be in a laboratory. Now sh... | 10 | 741 | 2026-03-23T10:53:45.993632 |
?s=knex | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=knex | devops | python | Language Instrumentation Component Apache 2.0 License Repository c3p0 Instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for c3p0 c3p0 instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Apache Camel Instrumentation by 🔭 OpenTelemetry ... | 242 | 799 | 2026-03-23T11:16:51.067107 |
?s=koala | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=koala | devops | python | u Kotel is an instrumentation plugin for the franz-go Kafka client. It provides tracing and metrics options. go instrumentation kafka franz-go tracing metrics Go Language Instrumentation Component BSD-3-Clause License Repository Labstack Echo instrumentation by 🔭 OpenTelemetry Authors 🔭 Go contrib plugin for the labs... | 226 | 800 | 2026-03-23T11:25:38.861004 |
flushSync | react | https://react.dev/reference/react-dom/flushSync | framework | javascript | back. Usage Flushing updates for third-party integrations When integrating with third-party code such as browser APIs or UI libraries, it may be necessary to force React to flush updates. Use flushSync to force React to flush any state updates inside the callback synchronously: flushSync ( ( ) => { setSomething(123) ; ... | 2 | 800 | 2026-03-23T10:59:21.231447 |
about-custom-repository-roles | github_actions | https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/about-custom-repository-roles | devops | yaml | anning alerts View Dependabot alerts Dismiss or reopen Dependabot alerts View secret scanning alerts Dismiss, reopen, or assign secret scanning alerts Actions Manage GitHub Actions general settings Manage runners Manage secrets Manage variables Manage environments (including environment secrets and variables) Precedenc... | 7 | 799 | 2026-03-23T11:18:21.895556 |
llms-full.txt | chakra_ui | https://chakra-ui.com/llms-full.txt | library | javascript | oolean` | Use the provided child element as the default rendered element, combining their props and behavior. | | unstyled | undefined | `boolean` | Whether to remove the component's style. | ## Explorer Explore the `Empty State` component parts interactively. Click on parts in the sidebar to highlight them in the prev... | 501 | 800 | 2026-03-23T10:52:11.338872 |
release-notes-3.22.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-3.22.0 | mobile | dart | in 144078 [flutter_test] Change KeyEventSimulator default transit mode by @bleroux in 143847 Fixed -> DropdownMenu throws exception when it is in any scrollable l… by @faisalansari0367 in 140566 Update documentation of AlertDialog 's default TextStyle for Material 3 by @Nenuphar12 in 144697 Fixes the transition builder... | 37 | 799 | 2026-03-23T11:14:42.925485 |
?s=stef | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=stef | devops | python | nse Package Details (npm) Repository Prometheus Exporter by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry Prometheus Exporter for Node.js. Node.js exporter Quick Install To install this exporter run: npm install @opentelemetry/exporter-prometheus 0.213.0 Version JavaScript Language Exporter Component Apache 2.0 License... | 181 | 800 | 2026-03-23T11:33:18.277280 |
github-actions | terraform | https://developer.hashicorp.com/terraform/tutorials/automation/github-actions | devops | hcl | added by this workflow. .github/workflows/terraform-plan.yml ## ... - name : Update PR uses : actions/github-script@v6 id : plan-comment with : github-token : ${{ secrets.GITHUB_TOKEN }} script : | // 1. Retrieve existing bot comments for the PR const { data: comments } = await github.rest.issues.listComments({ owner: ... | 10 | 799 | 2026-03-23T11:28:26.507584 |
?s=kafkajs | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=kafkajs | devops | python | /opentelemetry-auto-symfony 1.1.1 Version PHP Language Instrumentation Component Apache 2.0 License Package Details (packagist) Repository OpenTelemetry Twig auto-instrumentation by Christian Melius Instrumentation Library for Twig twig instrumentation php Quick Install To install this instrumentation library run: comp... | 315 | 800 | 2026-03-23T11:12:51.175133 |
redis | redis | https://redis.io/docs/latest/develop/data-types/streams/ | database | bash | " , mkstream = True ) print ( res19 ) # >>> True r . xadd ( "race:italy" , { "rider" : "Castilla" }) r . xadd ( "race:italy" , { "rider" : "Royce" }) r . xadd ( "race:italy" , { "rider" : "Sam-Bodden" }) r . xadd ( "race:italy" , { "rider" : "Prickett" }) r . xadd ( "race:italy" , { "rider" : "Norem" }) res20 = r . xre... | 317 | 800 | 2026-03-23T11:04:07.559978 |
scores-via-sdk | langfuse | https://langfuse.com/docs/evaluation/evaluation-methods/scores-via-sdk | ai | python | cores back into Langfuse. -> Example Notebook Guardrails and security checks : check if output contains a certain keyword, adheres to a specified structure/format or if the output is longer than a certain length. -> Example Notebook Custom internal workflow tooling : build custom internal tooling that helps you manage ... | 1 | 800 | 2026-03-23T11:26:43.135660 |
index.html | pytorch | https://pytorch.org/vision/stable/index.html | ml | python | torchvision — Torchvision 0.25 documentation Learn Get Started Run PyTorch locally or get started quickly with one of the supported cloud platforms Tutorials Whats new in PyTorch tutorials Learn the Basics Familiarize yourself with PyTorch concepts and modules PyTorch Recipes Bite-size, ready-to-deploy PyTorch code exa... | 0 | 800 | 2026-03-23T11:15:19.860679 |
2.33.0 | git | https://git-scm.com/docs/git-push/2.33.0 | devops | bash | base> For example, with this: [url "git://git.host.xz/"] insteadOf = host.xz:/path/to/ insteadOf = work: a URL like "work:repo.git" or like "host.xz:/path/to/repo.git" will be rewritten in any context that takes a URL to be "git://git.host.xz/repo.git". If you want to rewrite URLs for push only, you can create a config... | 28 | 792 | 2026-03-23T10:59:34.885692 |
release-notes-2.0.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.0.0 | mobile | dart | es (cla: yes, f: material design, framework, waiting for tree to go green) 67446 Add the missing parantheses (cla: yes, framework) 67449 [NNBD] Migrates some rendering tests (a: accessibility, cla: yes, framework, waiting for tree to go green) 67452 Add publish-port flag to disable mDNS port discovery (cla: yes, platfo... | 999 | 799 | 2026-03-23T11:06:17.754410 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | tps://ai.pydantic.dev/logfire/) for more info. Source code in `pydantic_ai_slim/pydantic_ai/embeddings/instrumented.py` ```python @dataclass(init=False) class InstrumentedEmbeddingModel(WrapperEmbeddingModel): """Embedding model which wraps another model so that requests are instrumented with OpenTelemetry. See the [De... | 2,605 | 721 | 2026-03-23T10:51:26.915075 |
security-log-events | github_actions | https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/security-log-events | devops | yaml | e , repo , repo_id , repository , repository_id , request_access_security_header , request_id , token_id , token_scopes , user , user_id , user_agent , query , filename , requested_at , created_at , operation_type , actor_is_bot org.security_center_export_overview_dashboard A CSV export was requested on the Overview Da... | 92 | 800 | 2026-03-23T10:59:54.707724 |
?s=log-bridge | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=log-bridge | devops | python | on to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository AWS SDK Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a AWS SDK instrumentation to track requests through OpenTelemetry. java instrumentation aws aws-sdk sqs sns ... | 241 | 800 | 2026-03-23T11:19:17.830538 |
?s=javalin | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=javalin | devops | python | memcachedreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository MongoDB Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver fetches stats from a MongoDB instance using the [golang go receiver collector Quick Install When building a custom ... | 132 | 800 | 2026-03-23T11:15:15.388027 |
tauri | tauri | https://tauri.app/v1/guides/features/ | desktop | rust | Features | Tauri v1 Skip to main content This documentation covers Tauri 1 ( old version ). For the latest version, see https://tauri.app/ Features 📄️ Making Your Own CLI Tauri enables your app to have a CLI through clap, a robust command line argument parser. With a simple CLI definition in your tauri.conf.json file,... | 0 | 800 | 2026-03-23T10:49:58.496428 |
flask | flask | https://flask.palletsprojects.com/patterns/deferredcallbacks/ | framework | python | ssible. For instance you can try to move that logic into a after_request() callback instead. However, sometimes moving code there makes it more complicated or awkward to reason about. As an alternative, you can use after_this_request() to register callbacks that will execute after only the current request. This way you... | 1 | 800 | 2026-03-23T10:51:55.649285 |
?s=collector | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=collector | devops | python | cript Compiler Instrumentation for Business Logic by Weiting Liou A TypeScript transformer that automatically instruments your business logic methods with OpenTelemetry spans at compile time through AST weaving, achieving true “application-level transparency” instrumentation javascript typescript typescript compiler bu... | 301 | 799 | 2026-03-23T11:16:57.067670 |
MiniMax-M2.5 | transformers | https://huggingface.co/datasets/SWE-bench/SWE-bench_Verified?eval_result=MiniMaxAI/MiniMax-M2.5 | ai | python | y::test_attributes[arraywrap]", "astropy/table/tests/test_mixin.py::test_attributes[cartesianrep]", "astropy/table/tests/test_mixin.py::test_attributes[earthlocation]", "astropy/table/tests/test_mixin.py::test_attributes[latitude]", "astropy/table/tests/test_mixin.py::test_attributes[longitude]", "astropy/table/tests/t... | 30 | 800 | 2026-03-23T11:06:56.712826 |
tauri | tauri | https://tauri.app/reference/javascript/store/ | desktop | rust | titled “Parameters” Parameter Type Description key string value unknown Returns Section titled “Returns” Promise < void > Implementation of Section titled “Implementation of” IStore.set Source : https://github.com/tauri-apps/plugins-workspace/blob/v2/plugins/store/guest-js/index.ts#L237 values() Section titled “values(... | 18 | 800 | 2026-03-23T11:01:19.678534 |
schemas | tanstack_start | https://tanstack.com/db/latest/docs/guides/schemas | framework | typescript | // TInput: { created_at: string } // TOutput: { created_at: Date } // Problem: collection.update() passes a Date to a schema expecting string! Why this is required: During collection.update() , the draft object contains TOutput data (already transformed). The schema must accept this data, which means TInput must be a s... | 25 | 786 | 2026-03-23T11:25:55.148179 |
page | nextjs | https://nextjs.org/docs/app/api-reference/file-conventions/page | framework | javascript | File-system conventions: page.js | Next.js Menu Using App Router Features available in /app Latest Version 16.2.1 API Reference File-system conventions page.js Copy page page.js Last updated March 5, 2026 The page file allows you to define UI that is unique to a route. You can create a page by default exporting a compo... | 0 | 800 | 2026-03-23T11:05:34.797263 |
tauri-community-survey-2022-data.csv | tauri | https://tauri.app/tauri-community-survey-2022-data.csv | desktop | rust | 4",mKGAvznKEBNEsyoEo2yL,Under 20,2 - 5,Full-Stack,,Other / Not in this list,Bangla,FALSE,TRUE,TRUE,FALSE,TRUE,TRUE,TRUE,TRUE,FALSE,TRUE,Kotlin,FALSE,FALSE,TRUE,TRUE,FALSE,TRUE,FALSE,TRUE,TRUE,TRUE,FALSE,FALSE,,TRUE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,,Discord,,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,,Less t... | 236 | 800 | 2026-03-23T11:10:27.958585 |
?s=scala | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=scala | devops | python | iner Insights Receiver by 🔭 OpenTelemetry Authors 🔭 AWS Container Insights Receiver is an AWS specific receiver that supports CloudWatch Container Insights. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : git... | 101 | 800 | 2026-03-23T11:32:38.718428 |
eslint-webpack-plugin | webpack | https://webpack.js.org/plugins/eslint-webpack-plugin | tooling | javascript | Default: 'js' Specify file extensions that should be checked. exclude Type: Copy type exclude = string | string [ ] ; Default: 'node_modules' Specify the files/directories to exclude. Must be relative to options.context . resourceQueryExclude Type: Copy type resourceQueryExclude = RegExp | RegExp [ ] ; Default: [] Spec... | 3 | 799 | 2026-03-23T11:00:01.668736 |
?s=kubewarden | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=kubewarden | devops | python | trumentation dotnet .NET Language Instrumentation Component Apache 2.0 License Repository Elasticsearch Client Instrumentation for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 Automatically instruments events emitted by the NEST/Elasticsearch.Net client library. elasticsearch client instrumentation dotnet Quick In... | 200 | 800 | 2026-03-23T11:30:42.721541 |
observability-concepts | langchain | https://docs.langchain.com/langsmith/observability-concepts | ai | python | race ID. Threads A thread is a sequence of traces representing a single conversation. Many LLM applications have a chatbot-like interface in which the user and the LLM application engage in a multi-turn conversation. Each turn in the conversation is represented as its own trace, but these traces are linked together by ... | 3 | 798 | 2026-03-23T11:02:51.362648 |
generators | nx | https://nx.dev/docs/technologies/angular/generators | tooling | typescript | . For Angular v20 and above, no type is appended unless specified. --viewEncapsulation string The view encapsulation strategy to use in the new component. scam-directive Section titled “scam-directive” Creates a new, generic Angular directive definition in the given or default project. Usage: Terminal window nx generat... | 47 | 800 | 2026-03-23T11:13:55.280684 |
game-loop | firebase | https://firebase.google.com/docs/test-lab/android/game-loop | database | javascript | guide shows you how to run a Game Loop test, then view and manage your test results in the Firebase console. Depending on your game engine, you can implement tests with single or multiple loops. A loop is a full or partial run-through of your test on your gaming app. Game loops can be used to: Run a level of your game ... | 1 | 799 | 2026-03-23T11:16:59.923941 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | on value returned by the server and not miss any modifications. fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. limit limit is a maximum number of respons... | 739 | 799 | 2026-03-23T10:56:49.342608 |
langgraph-python-sdk | langchain | https://docs.langchain.com/langsmith/langgraph-python-sdk | ai | python | edDict class State ( TypedDict ): text: str def node_a (state: State) -> dict : return { "text" : state[ "text" ] + "a" } def node_b (state: State) -> dict : return { "text" : state[ "text" ] + "b" } graph = StateGraph(State) graph.add_node( "node_a" , node_a) graph.add_node( "node_b" , node_b) graph.add_edge( START , ... | 1 | 800 | 2026-03-23T11:09:14.556405 |
firestore | firebase | https://firebase.google.com/docs/reference/unity/namespace/firebase/firestore | database | javascript | read, or listen to the location. Firebase. Firestore. DocumentSnapshot An immutable snapshot of the data for a document. Firebase. Firestore. FieldPath An immutable path of field names, used to identify parts of a document. Firebase. Firestore. FieldValue A static class providing properties and methods to represent sen... | 3 | 799 | 2026-03-23T11:39:40.928407 |
structure-data | firebase | https://firebase.google.com/docs/database/web/structure-data | database | javascript | ctional, you can simply nest the child objects under the parent. Sometimes, this relationship is more dynamic, or it may be necessary to denormalize this data. Many times you can denormalize the data by using a query to retrieve a subset of the data, as discussed in Retrieve Data . But even this may be insufficient. Co... | 6 | 800 | 2026-03-23T11:12:40.734248 |
?s=swift | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=swift | 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:28:57.192445 |
installation | expo | https://docs.expo.dev/router/installation | mobile | javascript | typedRoutes" : true } } If you are developing your app for web, install the following dependencies: Terminal Copy - npx expo install react-native-web react-dom Then, enable Metro web support by adding the following to your app config : app.json Copy { "web" : { "bundler" : "metro" } } 4 Modify babel.config.js If your p... | 3 | 800 | 2026-03-23T10:54:34.182121 |
?s=configuration-validation | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=configuration-validation | devops | python | se/sql by Splunk Inc. Instrumentation for the Golang database/sql package. go instrumentation database sql Go Language Instrumentation Component Apache 2.0 License Repository splunksqlx – Instrumentation for github.com/jmoiron/sqlx by Splunk Inc. Instrumentation for the github.com/jmoiron/sqlx package. go instrumentati... | 235 | 800 | 2026-03-23T11:11:39.549107 |
creating-a-client?queryGroups=package-manager&package-manager=npm&queryGroups=framework&framework=nextjs&queryGroups=environment&environment=server | supabase | https://supabase.com/docs/guides/auth/server-side/creating-a-client?queryGroups=package-manager&package-manager=npm&queryGroups=framework&framework=nextjs&queryGroups=environment&environment=server | database | typescript | Creating a Supabase client for SSR | Supabase Docs Auth Creating a Supabase client for SSR Configure your Supabase client to use cookies To use Server-Side Rendering (SSR) with Supabase, you need to configure your Supabase client to use cookies. The @supabase/ssr package helps you do this for JavaScript/TypeScript appl... | 0 | 800 | 2026-03-23T11:21:49.808663 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | lastic", "setup_name": "elastic-m-32-ef-128", "dataset_name": "glove-100-angular", "upload_time": 373.293710997, "total_upload_time": 1390.24184088, "p95_time": 0.0799654807, "rps": 14.3227532873, "parallel": 1, "p99_time": 0.083298024, "mean_time": 0.0695623228, "mean_precisions": 0.97619, "engine_params": { "num_cand... | 167 | 604 | 2026-03-23T11:15:13.614763 |
?s=otlp | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=otlp | devops | python | try-collector-contrib/exporter/mezmoexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository No-op Exporter by 🔭 OpenTelemetry Authors 🔭 Serves as a placeholder exporter in a pipeline. This can be useful if you want to e.g. start a Collector... | 44 | 800 | 2026-03-23T11:36:50.249857 |
?s=meter | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=meter | devops | python | sion Component Apache 2.0 License Package Details (go-collector) Repository Cgroup Go runtime extension by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry Cgroup Auto-Config Extension is designed to optimize Go runtime performance in containerized environments by automatically configuring GOMAXPROCS and GOMEMLIMIT based ... | 60 | 800 | 2026-03-23T11:17:39.413731 |
?s=fusioncache | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=fusioncache | devops | python | -telemetry/opentelemetry-collector-contrib/receiver/udplogreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository vCenter Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver fetches metrics from a vCenter or ESXi host running VMware vSphere... | 162 | 800 | 2026-03-23T11:32:05.661088 |
?s=mapper | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=mapper | devops | python | iner Insights Receiver by 🔭 OpenTelemetry Authors 🔭 AWS Container Insights Receiver is an AWS specific receiver that supports CloudWatch Container Insights. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : git... | 101 | 800 | 2026-03-23T11:39:44.100971 |
yarnlock | bun | https://bun.sh/docs/guides/install/yarnlock | runtime | javascript | lowing to your bunfig.toml file. bunfig.toml Copy [ install . lockfile ] print = " yarn " To print a Yarn lockfile to your console without writing it to disk, “run” your bun.lockb with bun . terminal Copy bun bun.lockb Copy # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. # yarn lockfile v1 # bun ./bun.... | 6 | 773 | 2026-03-23T11:03:03.623730 |
results-1-100-thread-2024-06-15.json | qdrant | https://qdrant.tech/benchmarks/results-1-100-thread-2024-06-15.json | database | python | "quantization": { "rescore": true, "oversampling": 1 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-sq-rps-m-64-ef-256", "dataset_name": "dbpedia-openai-1M-1536-angular", "upload_time": 233.2000428129686, "total_upload_time": 922.791550293914, "p95_time": 0.003958113001135644, "rps": 1217.696524364609, "parall... | 987 | 658 | 2026-03-23T10:59:06.541524 |
dockerd | docker | https://docs.docker.com/reference/cli/dockerd | devops | bash | ure flag will be removed in a future release. Configuration reload behavior Some options can be reconfigured when the daemon is running without requiring to restart the process. The daemon uses the SIGHUP signal in Linux to reload, and a global event in Windows with the key Global\docker-daemon-config-$PID . You can mo... | 56 | 800 | 2026-03-23T11:13:44.489381 |
?s=masstransit | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=masstransit | devops | python | ices. Import real traces to reverse-engineer topologies, simulate failures and latency spikes with time-windowed scenarios, and choose from traffic patterns. traces metrics logs testing synthetic generator Go Language Utilities Component Apache 2.0 License Repository redact by MrAlias Collection of utilities to redact ... | 382 | 800 | 2026-03-23T11:39:07.435047 |
?s=geoip | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=geoip | devops | python | .148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository qryn exporter by lorenzo@qxip.net, akvlad@qxip.net This exporter supports sending OpenTelemetry logs, traces and metrics to ClickHouse using the qryn polyglot format. go exporter qryn loki prometheus tempo ... | 49 | 800 | 2026-03-23T11:29:17.475512 |
git-diff-index | git | https://git-scm.com/docs/git-diff-index | devops | bash | umber of modified files, as well as number of added and deleted lines. -X [ <param> ,... ] --dirstat [ = <param> ,... ] Output the distribution of relative amount of changes for each sub-directory. The behavior of --dirstat can be customized by passing it a comma separated list of parameters. The defaults are controlle... | 9 | 799 | 2026-03-23T10:57:03.792880 |
Spread_syntax | javascript | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax | language | javascript | hile rest syntax collects multiple elements and "condenses" them into a single element. See rest parameters and rest property . Try it function sum(x, y, z) { return x + y + z; } const numbers = [1, 2, 3]; console.log(sum(...numbers)); // Expected output: 6 console.log(sum.apply(null, numbers)); // Expected output: 6 S... | 1 | 798 | 2026-03-23T11:06:11.984433 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | None on success. See ArgsValidatorFunc. | | `docstring_format` | `DocstringFormat` | The format of the docstring, see DocstringFormat. Defaults to 'auto', such that the format is inferred from the structure of the docstring. | `'auto'` | | `require_parameter_descriptions` | `bool` | If True, raise an error if a paramet... | 1,228 | 342 | 2026-03-23T10:51:26.912550 |
self-host-sso | langchain | https://docs.langchain.com/langsmith/self-host-sso | ai | python | t (PKCE) (Deprecated) We recommend running with a Client Secret if possible (previously we didn’t support this). However, if your IdP does not support this, you can use the Authorization Code with PKCE flow. This flow does not require a Client Secret . For the alternative workflow, refer to With client secret . Require... | 16 | 797 | 2026-03-23T11:13:34.142772 |
Events | javascript | https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Scripting/Events | language | javascript | any different events that can be fired by a button element. Let's experiment. First, make a local copy of random-color-addeventlistener.html , and open it in your browser. It's just a copy of the simple random color example we've played with already. Now try changing click to the following different values in turn, and... | 6 | 800 | 2026-03-23T11:37:35.711214 |
supabase-migration-fetch | supabase | https://supabase.com/docs/reference/cli/supabase-migration-fetch | database | typescript | │ 102,114,301 │ 00:00:00 Usage 1 supabase inspect db outliers Flags --db-url <string> Optional Inspect the database specified by the connection string (must be percent-encoded). --linked Optional Inspect the linked project. --local Optional Inspect the local database. supabase inspect db replication-slots This command ... | 47 | 799 | 2026-03-23T11:33:34.240969 |
?s=alertmanager | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=alertmanager | devops | python | ollector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/purefbreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository RabbitMQ Receiv... | 146 | 800 | 2026-03-23T11:10:11.386723 |
effective_go | go | https://go.dev/doc/effective_go | language | go | output while the Print versions add blanks only if the operand on neither side is a string. In this example each line produces the same output. fmt.Printf("Hello %d\n", 23) fmt.Fprint(os.Stdout, "Hello ", 23, "\n") fmt.Println("Hello", 23) fmt.Println(fmt.Sprint("Hello ", 23)) The formatted print functions fmt.Fprint a... | 48 | 798 | 2026-03-23T11:22:27.089973 |
material-3-migration | flutter | https://docs.flutter.dev/release/breaking-changes/material-3-migration | mobile | dart | e.shadow color to the shadowColor property in the widget theme without a default shadow color. Code before migration: dart theme : ThemeData ( colorScheme : ColorScheme . fromSeed ( seedColor : Colors . deepPurple ) , ) , content_copy Code after migration: dart theme : ThemeData ( colorScheme : ColorScheme . fromSeed (... | 5 | 764 | 2026-03-23T11:05:34.666647 |
function* | javascript | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function* | language | javascript | rent; } } for (const power of powers(2)) { // Controlling generator if (power > 32) { break; } console.log(power); // 2 // 4 // 8 // 16 // 32 } Specifications Specification ECMAScript® 2026 Language Specification # sec-generator-function-definitions Browser compatibility See also Functions guide Iterators and generator... | 9 | 776 | 2026-03-23T11:25:07.069795 |
?s=opa | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=opa | devops | python | Version Rust Language Exporter Component Apache 2.0 OR MIT License Package Details (crates) Repository user_events Metrics Exporter by 🔭 OpenTelemetry Authors 🔭 A Rust OpenTelemetry Metric exporter for Linux Kernel user_events rust exporter linux user_events Quick Install To install this exporter run: cargo add opent... | 193 | 800 | 2026-03-23T11:32:28.017010 |
lang_savepoint.html | sqlite | https://www.sqlite.org/lang_savepoint.html | database | sql | sh or OS crash will cause the outer-most transaction to rollback, undoing all changes that have occurred within that outer transaction, even changes that have supposedly been "committed" by the RELEASE command. Content is not actually committed on the disk until the outermost transaction commits. There are several ways... | 3 | 797 | 2026-03-23T11:06:35.607016 |
changelog.html | python | https://docs.python.org/3/whatsnew/changelog.html | language | python | entation.cache_tag). Enabling or disabling pymalloc has no impact on the ABI. bpo-36635 : Change PyAPI_FUNC(type) , PyAPI_DATA(type) and PyMODINIT_FUNC macros of pyport.h when Py_BUILD_CORE_MODULE is defined. The Py_BUILD_CORE_MODULE define must be now be used to build a C extension as a dynamic library accessing Pytho... | 1,612 | 800 | 2026-03-23T10:57:25.354856 |
?s=weaviate | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=weaviate | devops | python | ipt Language Resource detector Component Apache 2.0 License Package Details (npm) Repository OpenTelemetry Resource Detector for GitHub Actions by 🔭 OpenTelemetry Authors 🔭 Detects GITHUB_* environment variables specified and adds as attributes on a resource. github resource-detector js Quick Install To install this ... | 374 | 800 | 2026-03-23T11:21:21.444876 |
animated-container | flutter | https://docs.flutter.dev/cookbook/animation/animated-container | mobile | dart | ( Icons . play_arrow ) , ) content_copy Interactive example # import 'dart:math'; import 'package:flutter/material.dart'; void main() => runApp(const AnimatedContainerApp()); class AnimatedContainerApp extends StatefulWidget { const AnimatedContainerApp({super.key}); @override State<AnimatedContainerApp> createState() ... | 6 | 765 | 2026-03-23T11:32:25.105567 |
android-v1-embedding-create-deprecation | flutter | https://docs.flutter.dev/release/breaking-changes/android-v1-embedding-create-deprecation | mobile | dart | 1 Android embedding are encouraged to migrate following the steps described in Upgrading pre 1.12 Android projects . Plugins targeting the v1 Android embedding are encouraged to migrate following the instructions in Supporting the new Android plugins APIs . Context # In Flutter version 1.12, we launched a v2 set of And... | 1 | 692 | 2026-03-23T11:29:22.307115 |
?s=package | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=package | devops | python | y Receiver Creator Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The Receiver Creator Receiver for the OpenTelemetry Collector can instantiate other receivers at runtime based on whether observed endpoints match a configured rule. go receiver collector Quick Install When building a custom collector you can add this... | 147 | 800 | 2026-03-23T11:24:42.821653 |
?s=graduated | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=graduated | devops | python | Component Apache 2.0 License Package Details (go-collector) Repository AWS X-Ray Tracing Exporter by 🔭 OpenTelemetry Authors 🔭 The AWS X-Ray Tracing Exporter for the OpenTelemetry Collector. go exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the fo... | 25 | 800 | 2026-03-23T11:30:34.074830 |
supabase-network-bans-remove | supabase | https://supabase.com/docs/reference/cli/supabase-network-bans-remove | database | typescript | e useful for long-running scripts where you might occasionally want to set breakpoints. brk mode same as run mode, but additionally sets a breakpoint at the first line to pause script execution before any code runs. wait mode similar to brk mode, but instead of setting a breakpoint at the first line, it pauses script e... | 63 | 800 | 2026-03-23T11:27:36.695702 |
index.html | rust | https://doc.rust-lang.org/rustc/index.html | language | rust | ing that it needs. This is different than how you would use a C compiler, where you invoke the compiler on each file, and then link everything together. In other words, the crate is a translation unit, not a particular module. | 2 | 226 | 2026-03-23T10:50:41.503742 |
1 | transformers | https://huggingface.co/course/de/chapter1/1 | ai | python | en Kapiteln 5 bis 8 lernst du die Grundlagen der 🤗 Datasets- und 🤗 Tokenizers-Bibliotheken kennen, bevor du in die typischen Problemstellungen des NLP eintauchst. Am Ende dieses Teils wirst du in der Lage sein, die gängisten Problemstellungen im NLP selbstständig zu lösen. Die Kapitel 9 bis 12 gehen über den Bereich ... | 2 | 800 | 2026-03-23T11:01:19.988751 |
platform-channels | flutter | https://docs.flutter.dev/platform-integration/platform-channels | mobile | dart | . content . Intent import android . content . IntentFilter import android . os . BatteryManager import android . os . Build . VERSION import android . os . Build . VERSION_CODES content_copy Next, add the following method in the MainActivity class, below the configureFlutterEngine() method: MainActivity.kt kotlin priva... | 13 | 775 | 2026-03-23T10:54:27.068503 |
getting-started.html | go | https://go.dev/doc/tutorial/getting-started.html | language | go | or use in authenticating the module. For more, see Authenticating modules in the Go Modules Reference. $ go mod tidy go: finding module for package rsc.io/quote go: found rsc.io/quote in rsc.io/quote v1.5.2 Run your code to see the message generated by the function you're calling. $ go run . Don't communicate by sharin... | 6 | 780 | 2026-03-23T10:57:40.840941 |
?s=swift | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=swift | devops | python | k Install To install this instrumentation library run: npm install @jufab/opentelemetry-angular-interceptor 1.9.0-1 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository Fastify OpenTelemetry by Holden Whitehead Fastify OpenTelemetry API integration, using the Fastify... | 273 | 800 | 2026-03-23T11:28:57.192428 |
create-next-app | nextjs | https://nextjs.org/docs/app/api-reference/create-next-app | framework | javascript | mple, use the --example flag. For example: pnpm npm yarn bun Terminal pnpm create next-app --example [example-name] [your-project-name] You can view a list of all available examples along with setup instructions in the Next.js repository . With any public GitHub example To create a new app using any public GitHub examp... | 5 | 511 | 2026-03-23T11:08:03.022997 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/api/project_integrations/ | devops | yaml | vents boolean no Enable notifications for wiki page events. use_inherited_settings boolean no Indicates whether to inherit the default settings. Defaults to false . Disable Unify Circuit Disable the Unify Circuit integration for a project. Integration settings are reset. DELETE /projects/:id/integrations/unify-circuit ... | 93 | 800 | 2026-03-23T11:22:27.607258 |
subtype_of_struct_class | dart | https://dart.dev/tools/diagnostics/subtype_of_struct_class | language | dart | g dart:ffi . Example # The following code produces this diagnostic because the class C extends S , and S extends Struct : dart import ' dart:ffi ' ; final class S extends Struct { external Pointer f ; } final class C extends S { external Pointer g ; } content_copy Common fixes # If you're trying to define a struct or u... | 5 | 772 | 2026-03-23T11:06:59.279079 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | Content] | None = None, *, output_type: OutputSpec[RunOutputDataT] | None = None, message_history: Sequence[ModelMessage] | None = None, deferred_tool_results: ( DeferredToolResults | None ) = None, model: Model | KnownModelName | str | None = None, instructions: Instructions[AgentDepsT] = None, deps: AgentDepsT = None... | 2,126 | 667 | 2026-03-23T10:51:26.914214 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.