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 |
|---|---|---|---|---|---|---|---|---|
43651-type-parameters | go | https://go.dev/design/43651-type-parameters | language | go | n a trait bound and a type must be defined explicitly, either in the crate that defines the trait bound or the crate that defines the type. In Go terms, this would mean that we would have to declare somewhere whether a type satisfied a constraint. Just as Go types can satisfy Go interfaces without an explicit declarati... | 130 | 800 | 2026-03-23T11:28:04.608787 |
?s=ocaml | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=ocaml | devops | python | lp-grpc gem provides an OTLP exporter over gRPC for OpenTelemetry Ruby. otlp grpc exporter ruby Ruby Language Exporter Component Apache 2.0 License Repository OTLP over HTTP exporter for Ruby by 🔭 OpenTelemetry Authors 🔭 The opentelemetry-exporter-otlp-http gem provides an OTLP over HTTP exporter for OpenTelemetry Ru... | 189 | 800 | 2026-03-23T11:17:46.074827 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | result def transform(self, schema: JsonSchema) -> JsonSchema: # noqa: C901 # Remove unnecessary keys schema.pop('title', None) schema.pop('$schema', None) schema.pop('discriminator', None) default = schema.get('default', _sentinel) if default is not _sentinel: # the "default" keyword is not allowed in strict mode, but ... | 3,080 | 629 | 2026-03-23T10:51:26.917695 |
redis | redis | https://redis.io/docs/latest/develop/data-types/lists/ | database | bash | kes:repairs' , [ 'bike:1' , 'bike:2' , 'bike:3' , 'bike:4' , 'bike:5' ] ); console . log ( res27eol ); // 5 const res28eol = await client . lTrim ( 'bikes:repairs' , - 3 , - 1 ); console . log ( res28eol ); // 'OK' const res29eol = await client . lRange ( 'bikes:repairs' , 0 , - 1 ); console . log ( res29eol ); // ['bi... | 407 | 800 | 2026-03-23T11:05:26.645512 |
v53.0.0 | expo | https://docs.expo.dev/versions/v53.0.0 | mobile | javascript | e Expo SDK . An ( example ). Can I use an older version of React Native with the latest Expo SDK? Packages in the Expo SDK are intended to support the target React Native version for that SDK. Typically, they will not support older versions of React Native, but they may. When a new version of React Native is released, ... | 7 | 800 | 2026-03-23T10:52:51.683415 |
?s=angular | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=angular | 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:16:36.728359 |
external_memory.html | xgboost | https://xgboost.readthedocs.io/en/stable/tutorials/external_memory.html | ml | python | S 0 - 71 0 2 GPU1 NV18 X SYS SYS SYS NODE 72 - 143 1 10 NIC0 NODE SYS X PIX NODE SYS NIC1 NODE SYS PIX X NODE SYS NIC2 NODE SYS NODE NODE X SYS NIC3 SYS NODE SYS SYS SYS X Alternatively, one can also use the hwloc command line interface, please make sure the strict flag is used: hwloc-bind --strict --membind node: ${ N... | 19 | 800 | 2026-03-23T10:53:14.684256 |
2.39.0 | git | https://git-scm.com/docs/git-rev-parse/2.39.0 | devops | bash | om them?" Note that .. would mean HEAD..HEAD which is an empty range that is both reachable and unreachable from HEAD. Commands that are specifically designed to take two distinct ranges (e.g. "git range-diff R1 R2" to compare two ranges) do exist, but they are exceptions. Unless otherwise noted, all "git" commands tha... | 30 | 797 | 2026-03-23T11:21:12.143414 |
?s=bunyan | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=bunyan | devops | python | stall To install this instrumentation library run: dotnet add package ThrottlingTroll 10.0.0 Version .NET Language Instrumentation Component MIT License Website Documentation Package Details (nuget) Repository WCF Instrumentation for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 Instruments WCF clients and/or servi... | 212 | 800 | 2026-03-23T11:29:05.426516 |
?s=libhoney | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=libhoney | devops | python | nnes Neo4j instrumentation for golang. golang instrumentation neo4j neo4j-driver Go Language Instrumentation Component Apache 2.0 License Repository nhatthm/otelsql – OpenTelemetry SQL database driver wrapper for Go by nhatthm Add a OpenTelemetry wrapper to your existing database code to instrument the interactions wit... | 228 | 800 | 2026-03-23T11:34:20.692662 |
redis | redis | https://redis.io/docs/latest/develop/reference/modules/ | database | bash | t, and finally the command name, like in the case of HELLOWORLD.RAND . This way it is less likely to have collisions. Note that if different modules have colliding commands, they'll not be able to work in Redis at the same time, since the function RedisModule_CreateCommand will fail in one of the modules, so the module... | 8 | 779 | 2026-03-23T11:05:39.094736 |
supabase-domains-create | supabase | https://supabase.com/docs/reference/cli/supabase-domains-create | database | typescript | Optional Disable JWT verification for the Function. supabase functions deploy Deploy a Function to the linked Supabase project. Usage 1 supabase functions deploy [Function name] [flags] Flags --import-map <string> Optional Path to import map file. -j, --jobs <uint> Optional Maximum number of parallel jobs. --no-verify-... | 65 | 800 | 2026-03-23T11:29:20.423811 |
docker | docker | https://docs.docker.com/reference/dockerfile/ | devops | bash | in. With --link the layer the previous build generated is reused and merged on top of the new layers. This also means you can easily rebase your images when the base images receive updates, without having to execute the whole build again. In backends that support it, BuildKit can do this rebase action without the need ... | 72 | 800 | 2026-03-23T10:49:58.782255 |
?s=headers | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=headers | devops | python | sends it down the metric pipeline for further processing. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kubeletstatsreceiver v0.148.0 v0.148.... | 129 | 799 | 2026-03-23T11:37:50.038113 |
releases | angular | https://angular.dev/reference/releases | framework | typescript | date to any version of Angular, provided that the following criteria are met: The version you want to update to is supported. The version you want to update from is within one major version of the version you want to upgrade to. For example, you can update from version 11 to version 12, provided that version 12 is stil... | 12 | 800 | 2026-03-23T10:53:57.952632 |
2.42.0 | git | https://git-scm.com/docs/git-push/2.42.0 | devops | bash | receive as well as the post-receive hook. The given string must not contain a NUL or LF character. When multiple --push-option= <option> are given, they are all sent to the other side in the order listed on the command line. When no --push-option= <option> is given from the command line, the values of configuration var... | 14 | 798 | 2026-03-23T10:59:19.680649 |
runners_scope | gitlab_ci | https://docs.gitlab.com/ci/runners/runners_scope | devops | yaml | lt" : null } } } } Project runners Use project runners when you want to use runners for specific projects. For example, when you have: Jobs with specific requirements, like a deploy job that requires credentials. Projects with a lot of CI activity that can benefit from being separate from other runners. You can set up ... | 19 | 799 | 2026-03-23T11:09:20.328418 |
structured-outputs | tanstack_router | https://tanstack.com/ai/latest/docs/guides/structured-outputs | framework | typescript | eToken untilFinishReason Interface References AIAdapter AIAdapterConfig AgentLoopState ApprovalRequestedStreamChunk AudioPart AudioVisualization BaseStreamChunk TextCompletionChunk TextOptions ChunkRecording ChunkStrategy ClientTool ContentPartSource ContentStreamChunk DefaultMessageMetadataByModality DocumentPart Done... | 6 | 800 | 2026-03-23T11:13:13.274935 |
?s=python | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=python | devops | python | n Component BSD-2-Clause License Repository Akka Actor Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Akka Actor instrumentation to track requests through OpenTelemetry. java instrumentation akka Java Language Instrumentation Component Apache 2.0 License Repository Akka Actor Fork Join Instrumen... | 237 | 800 | 2026-03-23T11:27:43.915056 |
?s=core | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=core | devops | python | Details (gems) Repository Redis Instrumentation by 🔭 OpenTelemetry Authors 🔭 Redis instrumentation for Ruby. ruby instrumentation Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-redis 0.28.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package... | 354 | 799 | 2026-03-23T11:38:36.158417 |
responsible-use-autofix-code-scanning | github_actions | https://docs.github.com/en/code-security/code-scanning/managing-code-scanning-alerts/responsible-use-autofix-code-scanning | devops | yaml | lined above. Therefore, the use of this feature is governed by the existing terms and conditions associated with Advanced Security. Moreover, data handled by Copilot Autofix is strictly not employed for LLM training purposes. For more information on Advanced Security terms and conditions, see GitHub Terms for Additiona... | 6 | 800 | 2026-03-23T11:29:03.461023 |
?s=connect | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=connect | devops | python | zure Monitor Exporter by Microsoft Authors The OpenTelemetry Azure Monitor Exporter for JavaScript (Node.js) Node.js exporter Azure Monitor Application Insights Quick Install To install this exporter run: npm install @azure/monitor-opentelemetry-exporter 1.0.0-beta.32 Version JavaScript Language Exporter Component MIT ... | 179 | 800 | 2026-03-23T11:24:38.264941 |
postgresql | postgresql | https://www.postgresql.org/docs/release/15.4/ | database | sql | interrupted (Andres Freund) § If DROP DATABASE was interrupted after it had already begun taking irreversible steps, the target database remained accessible (because the removal of its pg_database row would roll back), but it would have corrupt contents. Fix by marking the database as inaccessible before we begin to pe... | 3 | 800 | 2026-03-23T11:37:19.665730 |
supabase-inspect-db-role-stats | supabase | https://supabase.com/docs/reference/cli/supabase-inspect-db-role-stats | database | typescript | ─────────────────┼────────────────┼────────────────────── Now you can run db pull again to dump the remote schema as a local migration file. $ supabase db pull Connecting to remote database... Schema written to supabase/migrations/20240414044403_remote_schema.sql Update remote migration history table? [Y/n] Repaired mi... | 32 | 767 | 2026-03-23T11:33:27.336528 |
step-ai-for-serverless-ai-applications | inngest | https://www.inngest.com/blog/step-ai-for-serverless-ai-applications | devops | typescript | esting bit is that retrying the vector database step does not rerun the first LLM call, saving you some credits and Serveless compute time. Here is an example from MegaSEO, an AI product built with Inngest to generate SEO-optimized articles: This first index-page function demonstrates the pattern described above: The f... | 2 | 800 | 2026-03-23T11:16:07.253943 |
?s=cats-effect | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=cats-effect | devops | python | Delayed Job Instrumentation by 🔭 OpenTelemetry Authors 🔭 Delayed Job instrumentation for Ruby. ruby instrumentation Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-delayed_job 0.25.1 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details... | 344 | 799 | 2026-03-23T11:29:01.637902 |
undefined_shown_name | dart | https://dart.dev/tools/diagnostics/undefined_shown_name | language | dart | ed 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 expand_more... | 2 | 800 | 2026-03-23T11:13:59.261679 |
powersync-collection | tanstack_start | https://tanstack.com/db/latest/docs/collections/powersync-collection | framework | typescript | iew Quick Start Installation Guides Live Queries Mutations Schemas Error Handling Creating Collection Options Creators Collections Query Collection Electric Collection TrailBase Collection RxDB Collection PowerSync Collection LocalStorage Collection LocalOnly Collection Frameworks React Vue Angular Solid Svelte Communi... | 2 | 800 | 2026-03-23T11:25:12.073077 |
readNxJson | nx | https://nx.dev/docs/reference/devkit/readNxJson | tooling | typescript | readNxJson | Nx Skip to content readNxJson ▸ readNxJson ( tree ): NxJsonConfiguration | null Reads nx.json Parameters Section titled “Parameters” Name Type tree Tree Returns Section titled “Returns” NxJsonConfiguration | null | 0 | 225 | 2026-03-23T11:33:12.639477 |
cmdline.html | python | https://docs.python.org/3/using/cmdline.html | language | python | embles that of the UNIX shell, but provides some additional methods of invocation: When called with standard input connected to a tty device, it prompts for commands and executes them until an EOF (an end-of-file character, you can produce that with Ctrl - D on UNIX or Ctrl - Z, Enter on Windows) is read. For more on i... | 1 | 799 | 2026-03-23T11:00:25.087109 |
llms-full.txt | angular | https://angular.dev/assets/context/llms-full.txt | framework | typescript | and `<router-outlet>` are configured correctly, your application is now using nested routes! ## Secondary routes with named outlets Pages may have multiple outlets— you can assign a name to each outlet to specify which content belongs to which outlet. ```html <app-header /> <router-outlet /> <router-outlet name="read-m... | 561 | 786 | 2026-03-23T10:56:08.578411 |
supabase-inspect-db-locks | supabase | https://supabase.com/docs/reference/cli/supabase-inspect-db-locks | database | typescript | al migration files against the local database. -s, --schema <strings> Optional Comma separated list of schema to include. --use-migra Optional Use migra to generate schema diff. --use-pg-delta Optional Use pg-delta to generate schema diff. --use-pg-schema Optional Use pg-schema-diff to generate schema diff. --use-pgadm... | 24 | 800 | 2026-03-23T11:30:11.955953 |
material | flutter | https://docs.flutter.dev/ui/widgets/material | mobile | dart | avigation Drawer Container that slides from the leading edge of the app to navigate to other sections in an app. Navigation rail Persistent container on the leading edge of tablet and desktop screens to navigate to parts of an app. Tab Bar Layered containers that organize content across different screens, data sets, an... | 3 | 800 | 2026-03-23T10:53:49.523155 |
short-term-memory | langchain | https://docs.langchain.com/oss/python/langchain/short-term-memory | ai | python | forget” stale information. Need to remember information across conversations? Use long-term memory to store and recall user-specific or application-level data across different threads and sessions. Usage To add short-term memory (thread-level persistence) to an agent, you need to specify a checkpointer when creating an... | 3 | 798 | 2026-03-23T11:20:16.691611 |
audit-log-events-for-your-organization | github_actions | https://docs.github.com/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/audit-log-events-for-your-organization | devops | yaml | er , owner_type , message , old_message , created_at , operation_type Reference Customizing user messages for your enterprise enterprise_installation enterprise_installation.create The GitHub App associated with a GitHub Connect connection was created. Fields @timestamp , _document_id , action , actor , actor_id , busi... | 62 | 800 | 2026-03-23T11:37:16.620584 |
enum.html | python | https://docs.python.org/3/library/enum.html | language | python | check for an exact str instead of a str subclass (i.e. type(unknown) == str instead of isinstance(unknown, str) ), and in those locations you will need to use str(MyStrEnum.MY_MEMBER) . Note Using auto with StrEnum results in the lower-cased member name as the value. Note __str__() is str.__str__() to better support th... | 17 | 799 | 2026-03-23T11:36:33.089304 |
?s=analytics | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=analytics | devops | python | sion Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Systemd Receiver by 🔭 OpenTelemetry Authors 🔭 systemd receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : githu... | 159 | 800 | 2026-03-23T11:23:44.597954 |
subprocess.html | python | https://docs.python.org/3/library/subprocess.html | language | python | encoding or errors are specified, or text is true, the file objects stdin , stdout and stderr are opened in text mode with the specified encoding and errors , as described above in Frequently Used Arguments . The universal_newlines argument is equivalent to text and is provided for backwards compatibility. By default, ... | 30 | 798 | 2026-03-23T10:59:22.269755 |
flask | flask | https://flask.palletsprojects.com/patterns/wtforms/ | framework | python | is submitted as GET . to validate the data, call the validate() method, which will return True if the data validates, False otherwise. to access individual values from the form, access form.<NAME>.data . Forms in Templates ¶ Now to the template side. When you pass the form to the templates, you can easily render them t... | 3 | 796 | 2026-03-23T10:50:02.902148 |
connect-securely | neon | https://neon.tech/docs/connect/connect-securely | database | sql | Connect to Neon securely - Neon Docs Specific.dev is a cloud platform built for coding agents - with a database layer powered by Neon. Read the Case Study Search ... ⌘K Ask AI / Connect to Neon / Securing connections Connect to Neon securely Learn how to connect to Neon securely when using a connection string Neon requ... | 0 | 799 | 2026-03-23T11:06:50.615712 |
pt_BR | git | https://git-scm.com/docs/git-read-tree/pt_BR | devops | bash | próprio arquivo de índice, e você precisa de permissão de gravação nos diretórios onde o arquivo do índice e o arquivo de saída do índice estão localizados. --recurse-submodules --no-recurse-submodules A utilização do --recurse-submodules atualizará o conteúdo de todos os submódulos ativos de acordo com o commit regist... | 7 | 799 | 2026-03-23T11:28:38.315784 |
tailwindcss-v4-1 | tailwind | https://tailwindcss.com/blog/tailwindcss-v4-1 | library | javascript | st @tailwindcss/postcss@latest Looking forward to seeing what you build with the new features! Get all of our updates directly to your inbox. Sign up for our newsletter. Copyright © 2026 Tailwind Labs Inc. · Trademark Policy | 24 | 224 | 2026-03-23T10:54:24.382549 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | ts if isinstance(part, ThinkingPart)] if not thinking_parts: return None return '\n\n'.join(thinking_parts) @property def files(self) -> list[BinaryContent]: """Get the files in the response.""" return [part.content for part in self.parts if isinstance(part, FilePart)] @property def images(self) -> list[BinaryImage]: "... | 2,959 | 692 | 2026-03-23T10:51:26.917515 |
spec-draft | dart | https://dart.dev/to/spec-draft | language | dart | W%�� l�Ǎ�?"^|ޚ�-0��5c��ޏWbX�mz�4�^0�>d��0�ŹW�ϔ@;#���yZ�ۧɛ :oi'9��+�@@H�m�. b� 6u���`d�Pln ܑ(�R��&��o�B��u��B ���������1��}3�Qft&?b���b���2@�ϳk������_ײ�ȧu5B���luP�N㴠�r?n�˳+�c �Ҏ78v_�*��e7�w/�Y�E��4c�| �\��WZ���-c(���BU����#���,��d /�� ����~Ar��+��sJ*Pv�R�/�J��hȇN4��>���q��lpl43�~�� �����p��\�� ��x���?���Ng��[%TgJ�����cO... | 1,283 | 800 | 2026-03-23T11:06:06.481578 |
?s=req | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=req | devops | python | m/open-telemetry/opentelemetry-collector-contrib/receiver/k8sclusterreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Kubernetes Events Receiver by 🔭 OpenTelemetry Authors 🔭 The Kubernetes Events receiver collects events from the Kube... | 126 | 800 | 2026-03-23T11:22:57.435653 |
?s=orchestrator | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=orchestrator | devops | python | .js. js instrumentation Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-dns 0.56.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository Document Load Instrumentation by 🔭 OpenTelemetry Authors 🔭 Document Load in... | 279 | 800 | 2026-03-23T11:28:53.572132 |
lmsys-chat-1m | transformers | https://huggingface.co/datasets/lmsys/lmsys-chat-1m | ai | python | lmsys/lmsys-chat-1m · Datasets at Hugging Face You need to agree to share your contact information to access this dataset This repository is publicly accessible, but you have to accept the conditions to access its files and content . You agree to the LMSYS-Chat-1M Dataset License Agreement . Log in or Sign Up to review... | 0 | 797 | 2026-03-23T11:22:53.295741 |
mui | mui | https://mui.com/material-ui/customization/breakpoints/ | library | javascript | ry : A media query string ready to be used with most styling solutions, which matches screen widths starting from the screen size given by the breakpoint key (inclusive) and stopping at the screen size given by the next breakpoint key (exclusive). Examples const styles = ( theme ) => ( { root : { backgroundColor : 'blu... | 6 | 787 | 2026-03-23T11:39:43.371068 |
devtools | flutter | https://docs.flutter.dev/learn/pathway/tutorial/devtools | mobile | dart | This allows for rapid iteration on UI design. Continue 5 Review keyboard_arrow_up account_tree Explored your app's widget tree with the widget inspector keyboard_arrow_up The widget inspector lets you visualize your entire widget tree, select any widget to view its properties, and jump directly to its source code. It's... | 9 | 798 | 2026-03-23T10:59:29.532793 |
llms-full.txt | chakra_ui | https://chakra-ui.com/llms-full.txt | library | javascript | xxl: { h: "16", minW: "16", textStyle: "xl", px: "8", }, }, }, }) const system = createSystem(defaultConfig, { theme: { recipes: { button: buttonRecipe }, }, }) ``` Then use the `xxl` size in your button: ```tsx XXL Button ``` ### Changing the default variant Use the `defaultVariants` property to change the default siz... | 186 | 721 | 2026-03-23T10:52:11.338073 |
types | go | https://go.dev/pkg/go/types | language | go | rdered by their unique Id. func (*Interface) Methods ¶ added in go1.24.0 func (t * Interface ) Methods() iter . Seq [* Func ] Methods returns a go1.23 iterator over all the methods of an interface, ordered by Id. Example: for m := range t.Methods() { ... } func (*Interface) NumEmbeddeds ¶ func (t * Interface ) NumEmbed... | 68 | 800 | 2026-03-23T11:26:40.338170 |
zh_HANS-CN | git | https://git-scm.com/docs/git-reflog/zh_HANS-CN | devops | bash | Git - git-reflog Documentation 简体中文 ▾ English Français Português (Brasil) українська мова 简体中文 Topics ▾ Setup and Config git config help bugreport Credential helpers Getting and Creating Projects init clone Basic Snapshotting add status diff commit notes restore reset rm mv Branching and Merging branch checkout switch ... | 0 | 800 | 2026-03-23T11:27:26.594315 |
typescript-project-linking | nx | https://nx.dev/docs/concepts/typescript-project-linking | tooling | typescript | "path" : " ./tsconfig.spec.json " , }, ], } Each project's tsconfig.lib.json file extends the tsconfig.base.json file and adds references to the tsconfig.lib.json files of project dependencies. { "extends" : " ../../tsconfig.base.json " , "compilerOptions" : { // Any overrides }, "include" : [ " src/**/*.ts " ], "exclu... | 9 | 800 | 2026-03-23T11:15:32.747956 |
start | tanstack_router | https://tanstack.com/start | framework | typescript | ting a File Fetching Data from External API latest React Latest Menu Home Frameworks Contributors NPM Stats GitHub YouTube Discord Getting Started Overview Getting Started Quick Start Build from Scratch Comparison Start vs Next.js Migrate from Next.js Guides Routing Execution Model Code Execution Patterns Import Protec... | 2 | 799 | 2026-03-23T11:03:38.394295 |
pydantic_ai | pydantic_ai | https://ai.pydantic.dev/api/models/openai/ | ai | python | nse . created : # pragma: no branch provider_details [ 'timestamp' ] = number_to_datetime ( response . created ) return ModelResponse ( parts = [], usage = self . _map_usage ( response ), model_name = response . model , timestamp = _now_utc (), provider_details = provider_details or None , provider_response_id = respon... | 41 | 800 | 2026-03-23T10:51:16.632131 |
index.html | java | https://docs.oracle.com/en/storage/index.html | language | java | elerator F40 PCIe Card Sun Flash Accelerator F20 PCIe Card Content Storage Management On June 20, 2019 Oracle completed the sale of its Digital Media Solutions business and DIVA Content Storage Management product line to EcoDigital. EcoDigital Back to main content | 7 | 264 | 2026-03-23T10:57:13.931622 |
redis | redis | https://redis.io/docs/latest/develop/clients/error-handling/ | database | bash | ally indicate programming error and so you should fix the errors in your code rather than attempt to handle them at runtime. However, some cases (like invalid user input) may be worth handling. Example: graph TB A["User provides<br/>JSONPath expression"] A --> B["Try to execute it"] direction TB B -->|ResponseError| C[... | 4 | 776 | 2026-03-23T11:09:54.528275 |
unicode.html | python | https://docs.python.org/3/c-api/unicode.html | language | python | . The str argument must be a string; this is not checked. This function always succeeds. CPython implementation detail: A non-zero return value may carry additional information about how the string is interned. The meaning of such non-zero values, as well as each specific string’s intern-related details, may change bet... | 72 | 800 | 2026-03-23T11:06:30.529622 |
no-floating-promises | biome | https://biomejs.dev/linter/rules/no-floating-promises | tooling | javascript | ^ ^ ^ ^ ^ ^ ^ ^ ^ 7 │ } 8 │ ℹ This happens when a Promise is not awaited, lacks a `.catch` or `.then` rejection handler, or is not explicitly ignored using the `void` operator. ℹ This rule belongs to the nursery group, which means it is not yet stable and may change in the future. Visit https://biomejs.dev/linter/#nurs... | 11 | 799 | 2026-03-23T11:39:14.056191 |
authorization | mcp | https://modelcontextprotocol.io/specification/2025-03-26/basic/authorization | ai | typescript | er with new servers, which is crucial for MCP because: Clients cannot know all possible servers in advance Manual registration would create friction for users It enables seamless connection to new servers Servers can implement their own registration policies Any MCP servers that do not support Dynamic Client Registrati... | 8 | 798 | 2026-03-23T11:08:58.334170 |
terminology-and-concepts | planetscale | https://planetscale.com/docs/vitess/vectors/terminology-and-concepts | database | sql | build longer edges into the graph, allowing for faster graph traversals. This graph construction algorithm is known as Vamana . As the name suggests, DiskANN has better performance than HNSW when the index does not all fit into RAM. DiskANN uses a different technique for building the graph compared to HNSW. This techni... | 11 | 799 | 2026-03-23T11:36:33.500240 |
debugging | mcp | https://modelcontextprotocol.io/legacy/tools/debugging | ai | typescript | ariables MCP servers inherit only a subset of environment variables automatically, like USER , HOME , and PATH . To override the default variables or provide your own, you can specify an env key in claude_desktop_config.json : Copy { "myserver" : { "command" : "mcp-server-myapp" , "env" : { "MYAPP_API_KEY" : "some_key"... | 4 | 796 | 2026-03-23T10:55:48.675915 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | , "mean_time": 0.0128076583, "mean_precisions": 0.999558, "engine_params": { "search_params": { "hnsw_ef": 512 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-m-32-ef-512", "dataset_name": "deep-image-96-angular", "upload_time": 1018.8941441879, "total_upload_time": 5566.6559507239, "p95_time": 0.017788486, "rp... | 1,456 | 552 | 2026-03-23T11:15:13.616880 |
?s=broadway | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=broadway | devops | python | python Python Language Exporter Component Apache 2.0 License Repository OpenTelemetry Zipkin protobuf Exporter by 🔭 OpenTelemetry Authors 🔭 This library allows export of tracing data to Zipkin using protobuf for serialization. zipkin protobuf http exporter python Python Language Exporter Component Apache 2.0 License ... | 187 | 800 | 2026-03-23T11:31:26.275973 |
solidstart | bun | https://bun.sh/docs/guides/ecosystem/solidstart | runtime | javascript | ect created 🎉 │ ◇ To get started, run: ─╮ │ │ │ cd my-app │ │ bun install │ │ bun dev │ │ │ ├────────────────────────╯ As instructed by the create-solid CLI, install the dependencies. terminal Copy cd my-app bun install Then run the development server with bun dev . terminal Copy bun dev Copy $ vinxi dev vinxi v0.5.8 ... | 6 | 710 | 2026-03-23T11:18:02.712776 |
results-1-100-thread-2024-06-15.json | qdrant | https://qdrant.tech/benchmarks/results-1-100-thread-2024-06-15.json | database | python | N": 128 } } }, { "engine_name": "redis", "setup_name": "redis-m-32-ef-128", "dataset_name": "deep-image-96-angular", "upload_time": 8900.957602256, "total_upload_time": 8900.957642181, "p95_time": 0.12708551934983917, "rps": 814.1355567822136, "parallel": 100, "p99_time": 0.13094979034915014, "mean_time": 0.11831710083... | 1,194 | 668 | 2026-03-23T10:59:06.541810 |
turtle.html | python | https://docs.python.org/3/library/turtle.html | language | python | RGB color represented by the tuple of r , g , and b . Each of r , g , and b must be in the range 0..colormode, where colormode is either 1.0 or 255 (see colormode() ). fillcolor(r, g, b) Set fillcolor to the RGB color represented by r , g , and b . Each of r , g , and b must be in the range 0..colormode. If turtleshape... | 30 | 796 | 2026-03-23T11:27:39.761633 |
issue9400@go1.26.1 | go | https://go.dev/cmd/cgo/internal/test/issue9400@go1.26.1 | language | go | issue9400 package - cmd/cgo/internal/test/issue9400 - Go Packages Documentation ¶ Index ¶ Variables func RewindAndSetgid() Constants ¶ This section is empty. Variables ¶ View Source var Baton int32 Functions ¶ func RewindAndSetgid ¶ func RewindAndSetgid() Types ¶ This section is empty. Source Files ¶ View all Source fi... | 0 | 528 | 2026-03-23T10:59:52.292303 |
release-notes-2.2.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.2.0 | mobile | dart | _sign_in, p: image_picker, p: in_app_purchase, p: integration_test, p: local_auth, p: package_info, p: path_provider, p: quick_actions, p: sensors, p: share, p: shared_preferences, p: url_launcher, p: video_player, platform-linux, platform-macos, platform-windows) 3535 [image_picker] Migrate image_picker_web to null-sa... | 609 | 799 | 2026-03-23T11:13:36.910141 |
Qwen3.5-35B-A3B | transformers | https://huggingface.co/Qwen/Qwen3.5-35B-A3B | ai | python | 7.0 85.8 84.5 89.8 88.9 89.3 CharXiv(RQ) 68.6 67.2 66.1 77.2 79.5 77.5 MMLongBench-Doc 50.3 -- 56.2 59.0 60.2 59.5 CC-OCR 70.8 68.1 81.5 81.8 81.0 80.7 AI2D_TEST 88.2 87.0 89.2 93.3 92.9 92.6 OCRBench 82.1 76.6 87.5 92.1 89.4 91.0 Spatial Intelligence ERQA 54.0 45.0 52.5 62.0 60.5 64.8 CountBench 91.0 90.0 93.7 97.0 97... | 8 | 799 | 2026-03-23T10:51:50.555163 |
existing-sentry-setup | langfuse | https://langfuse.com/faq/all/existing-sentry-setup | ai | python | tor and SentryContextManager as shown in Option B. Infrastructure spans appearing in Langfuse Cause: Your custom shouldExportSpan is too permissive. Solution: Tighten your shouldExportSpan rules. Only some traces appear in Langfuse Cause: Sentry's tracesSampleRate is less than 1.0 and you're using Option B (shared prov... | 9 | 800 | 2026-03-23T11:26:24.624128 |
train | transformers | https://huggingface.co/datasets/princeton-nlp/SWE-bench/viewer/default/train | ai | python | if DataDog could tag the `mysql.replication.seconds_behind_master` metric with `channel:<CHANNEL_NAME>`. That way users could get an average across the channels, or have monitors alert when one of the channels falls behind. Currently, the check fetches only the _first_ replication channel (https://github.com/DataDog/in... | 694 | 771 | 2026-03-23T11:25:24.231841 |
?s=slog | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=slog | devops | python | collector) Repository Filelog Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The Filelog Receiver tails and parses logs from files using the opentelemetry-log-collection library. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: re... | 113 | 800 | 2026-03-23T11:14:47.273298 |
brand-guide | tanstack_start | https://tanstack.com/brand-guide | framework | typescript | Dark TanStack splash image optimized for dark backgrounds and themes Download Copy URL Other Assets Toy Palm Chair Mockup A realistic 3D mockup of the Toy Palm Chair that we considered 3D printing for contributors but have yet to find a decent manufacturer or distributor. Download Copy URL Usage Guidelines These assets... | 2 | 800 | 2026-03-23T10:51:56.849832 |
previous-versions | pytorch | https://pytorch.org/get-started/previous-versions | ml | python | ion==0.13.1 torchaudio==0.12.1 Linux and Windows # ROCM 5.1.1 (Linux only) pip install torch==1.12.1+rocm5.1.1 torchvision==0.13.1+rocm5.1.1 torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/rocm5.1.1 # CUDA 11.6 pip install torch==1.12.1+cu116 torchvision==0.13.1+cu116 torchaudio==0.12.1 --extra-in... | 30 | 799 | 2026-03-23T11:37:20.126591 |
introduction | supabase | https://supabase.com/docs/reference/self-hosting-analytics/introduction | database | typescript | " object " 31 }, 32 "name" : { 33 "type" : " string " 34 }, 35 "notifications" : { 36 "items" : { 37 "properties" : { 38 "other_email_notifications" : { 39 "type" : " string " 40 }, 41 "team_user_ids_for_email" : { 42 "allOf" : { 43 "type" : " string " 44 }, 45 "type" : " array " 46 }, 47 "team_user_ids_for_schema_upda... | 21 | 799 | 2026-03-23T10:52:18.658345 |
redis | redis | https://redis.io/docs/develop/get-started/vector-database/ | database | bash | 'payload': None, # 'brand': 'Peaknetic', # 'model': 'Soothe Electric bike', # 'price': '1950' # }, # Document { # 'id': 'bikes:009', # 'payload': None, # 'brand': 'Peaknetic', # 'model': 'Secto', # 'price': '430' # } # ] query = Query ( "@brand:Peaknetic @price:[0 1000]" ) . return_fields ( "id" , "brand" , "model" , "... | 56 | 635 | 2026-03-23T10:51:48.416469 |
redis | redis | https://redis.io/docs/latest/commands/decrby/ | database | bash | BY","tableOfContents":{"sections":[{"id":"examples","title":"Examples"},{"id":"redis-software-and-redis-cloud-compatibility","title":"Redis Software and Redis Cloud compatibility"},{"id":"return-information","title":"Return information"}]},"codeExamples":[]} DECRBY Syntax text Syntax diagram API methods DECRBY key decr... | 1 | 799 | 2026-03-23T11:25:51.964634 |
ApplicationModule | angular | https://angular.dev/api/core/ApplicationModule | framework | typescript | eEnvironmentInjector createNgModule createNgModuleRef createPlatform createPlatformFactory CreateSignalOptions CSP_NONCE CUSTOM_ELEMENTS_SCHEMA DebugElement DebugEventListener DebugNode DEFAULT_CURRENCY_CODE DefaultIterableDiffer DestroyableInjector destroyPlatform DestroyRef Directive DirectiveWithBindings DoBootstrap... | 3 | 800 | 2026-03-23T11:19:42.324643 |
temporal | temporal | https://docs.temporal.io/tctl-v1/admin/ | devops | go | ffect on Elasticsearch index schema. Use the following command to remove a Search Attribute from a Cluster's metadata: tctl admin cluster remove-search-attributes --name < SearchAttributeKey > Only custom Search Attributes can be removed from a Cluster's metadata. Default Search Attributes cannot be removed. Removing a... | 4 | 796 | 2026-03-23T11:23:52.957978 |
validation | convex | https://docs.convex.dev/functions/validation | database | typescript | ept and return the following data types. Each type has a corresponding validator that can be accessed on the v object imported from "convex/values" . The database can store the exact same set of data types . Additionally you can also express type unions, literals, any types, and optional fields. Convex values Convex su... | 3 | 797 | 2026-03-23T10:58:56.382517 |
?s=async | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=async | 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:18:54.394697 |
code-splitting | tanstack_router | https://tanstack.com/router/latest/docs/guide/code-splitting | framework | typescript | use the automatic code-splitting feature, you can still code-split your route files using the .lazy.tsx suffix. It is as easy as moving your code into a separate file with a .lazy.tsx suffix and using the createLazyFileRoute function instead of createFileRoute . Important The __root.tsx route file, using either createR... | 10 | 799 | 2026-03-23T10:56:52.109518 |
app-router-migration | nextjs | https://nextjs.org/docs/app/guides/migrating/app-router-migration | framework | javascript | . This is different from the pages directory where pages are Client Components . Data fetching has changed in app . getServerSideProps , getStaticProps and getInitialProps have been replaced with a simpler API. The app directory uses nested folders to define routes and a special page.js file to make a route segment pub... | 13 | 800 | 2026-03-23T11:02:00.853304 |
?s=qryn | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=qryn | devops | python | ion library for Grails grails instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository GraphQL Java Instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for GraphQL Java graphql instrumentation java Java Language Instrumentation Component Apac... | 247 | 800 | 2026-03-23T11:23:59.058656 |
?s=transformers | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=transformers | devops | python | age Details (go-collector) Repository Logz.io Exporter by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry Collector Exporter for Logz.io go exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : github.com/open-telemetry/o... | 43 | 800 | 2026-03-23T11:26:30.537618 |
kubernetes | kubernetes | https://kubernetes.io/docs/tasks/configure-pod-container/static-pod/ | devops | yaml | io/library/nginx@sha256:... 19 seconds ago Running web 1 34533c6729106 Once you identify the right container, you can get the logs for that container with crictl : # Run these commands on the node where the container is running crictl logs <container_id> 10.240.0.48 - - [16/Nov/2022:12:45:49 +0000] "GET / HTTP/1.1" 200... | 9 | 778 | 2026-03-23T11:05:43.676104 |
docker | docker | https://docs.docker.com/ai/mcp-catalog-and-toolkit/mcp-gateway/ | devops | bash | teway runs automatically in the background. You don't need to start or configure it manually. This documentation is for users who want to understand how the Gateway works or run it directly for advanced use cases. Tip E2B sandboxes now include direct access to the Docker MCP Catalog, giving developers access to over 20... | 1 | 799 | 2026-03-23T11:17:41.792378 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/administration/pages/ | devops | yaml | Tier : Free, Premium, Ultimate Offering : GitLab Self-Managed Prerequisites: You must have administrator access to the instance. To set the global maximum pages size for a project: In the upper-right corner, select Admin . Select Settings > Preferences . Expand Pages . In Maximum size of pages , enter a value. The defa... | 50 | 800 | 2026-03-23T11:04:53.122888 |
?s=meter | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=meter | devops | python | ils (gems) Repository ActiveSupport Instrumentation by 🔭 OpenTelemetry Authors 🔭 ActiveSupport instrumentation for Ruby. ruby instrumentation active_support Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-active_support 0.10.1 Version Ruby Language Instrumentation ... | 340 | 800 | 2026-03-23T11:17:39.414140 |
system.type | csharp | https://learn.microsoft.com/en-us/dotnet/api/system.type | language | csharp | time.InteropServices.ClassInterfaceType.None)>] [<System.Serializable>] [<System.Runtime.InteropServices.ComVisible(true)>] type Type = class inherit MemberInfo interface _Type interface IReflect Public MustInherit Class Type Public MustInherit Class Type Inherits MemberInfo Implements IReflect Public MustInherit Class... | 3 | 788 | 2026-03-23T11:19:34.840121 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/api/issues/ | devops | yaml | "/uploads/-/system/issuable_metric_image/file/23/file.png" , "url" : "http://example.com" , "url_text" : "Example website" } List all metric images for an incident Available only for incidents . Lists all screenshots of metric charts shown in a specified incident’s Metrics tab. GET /projects/:id/issues/:issue_iid/metri... | 100 | 799 | 2026-03-23T11:10:12.384505 |
git-log | git | https://git-scm.com/docs/git-log | devops | bash | der --pretty=oneline , the commit message is prefixed with this information on the same line. This option cannot be combined with --reverse . See also git-reflog[1] . Under --pretty=reference , this information will not be shown at all. --merge Show commits touching conflicted paths in the range HEAD... <other> , where... | 26 | 800 | 2026-03-23T10:52:34.720131 |
v-model | vue | https://vuejs.org/guide/components/v-model | framework | javascript | accessed in the child component by destructuring the defineModel() return value like this: vue < script setup > const [ model , modifiers ] = defineModel () console. log (modifiers) // { capitalize: true } </ script > < template > < input type = "text" v-model = "model" /> </ template > To conditionally adjust how the ... | 10 | 799 | 2026-03-23T10:56:45.638956 |
postgresql | postgresql | https://www.postgresql.org/docs/release/18.0/ | database | sql | er suites (Erica Zhang, Daniel Gustafsson) § Change server variable ssl_groups 's default to include elliptic curve X25519 (Daniel Gustafsson, Jacob Champion) § Rename server variable ssl_ecdh_curve to ssl_groups and allow multiple colon-separated ECDH curves to be specified (Erica Zhang, Daniel Gustafsson) § The previ... | 17 | 800 | 2026-03-23T11:29:48.901621 |
redis | redis | https://redis.io/docs/latest/integrate/redisom-for-java/ | database | bash | ions.Document ; import com.redis.om.spring.annotations.Indexed ; import com.redis.om.spring.annotations.Searchable ; import lombok.AccessLevel ; import lombok.AllArgsConstructor ; import lombok.Data ; import lombok.NonNull ; import lombok.RequiredArgsConstructor ; @RequiredArgsConstructor ( staticName = "of" ) @AllArgs... | 5 | 800 | 2026-03-23T11:09:27.587258 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | ""The next node that will be run in the agent graph. This is the next node that will be used during async iteration, or if a node is not passed to `self.next(...)`. """ task = self._graph_run.next_task return self._task_to_node(task) @property def result(self) -> AgentRunResult[OutputDataT] | None: """The final result ... | 1,564 | 668 | 2026-03-23T10:51:26.913172 |
?s=istio | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=istio | devops | python | anguage Instrumentation Component BSD-2-Clause License Repository SQL instrumentation by Vladimir Mihailenco Instrumentation for SQL that records queries (including transactions and statements) and reports DBStats metrics. go instrumentation database sql Go Language Instrumentation Component BSD-2-Clause License Reposi... | 236 | 800 | 2026-03-23T11:28:03.962048 |
?s=fastify | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=fastify | devops | python | OpenTelemetry.Exporter.Geneva 1.15.1 Version .NET Language Exporter Component Apache 2.0 License Package Details (nuget) Repository InfluxDB Exporter for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 The InfluxDB exporter converts OpenTelemetry metrics into the InfluxDB model influxdb exporter dotnet Quick Install ... | 170 | 800 | 2026-03-23T11:23:48.302531 |
checks | terraform | https://developer.hashicorp.com/terraform/tutorials/configuration-language/checks | devops | hcl | Review the following resources to learn more about how to ensure conformity in our infrastructure using Terraform and HCP Terraform. Review the checks documentation Review check examples for the AWS , Azure , and GCP providers Learn how to use custom conditions to validate module inputs and usage Learn how to write Sen... | 23 | 499 | 2026-03-23T11:18:06.635963 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.