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 |
|---|---|---|---|---|---|---|---|---|
npmrc | bun | https://bun.sh/docs/pm/npmrc | runtime | javascript | exact versions ignore-scripts: Skip lifecycle scripts dry-run: Preview changes without installing cache: Configure cache directory ca and cafile: Configure CA certificates omit and include: Control dependency types install-strategy and node-linker: Installation strategy public-hoist-pattern and hoist-pattern: Control h... | 1 | 795 | 2026-03-23T11:01:07.873932 |
opc-sft-stage2 | transformers | https://huggingface.co/datasets/OpenCoder-LLM/opc-sft-stage2 | ai | python | list of numbers, and returns a new list with the numbers rounded to the nearest integer. Here is the code to solve this problem: ```python def round_list(lst): return [round(i) for i in lst] ``` def round_list(lst): return [round(i) for i in lst] round_list [ "assert round_list([1.1, 2.2, 3.3, 4.4, 5.5]) == [1, 2, 3, 4... | 94 | 749 | 2026-03-23T11:30:05.698683 |
HttpClient | angular | https://angular.dev/api/common/http/HttpClient | framework | typescript | donly ( string | number | boolean )[]> | undefined ; reportProgress ?: boolean | undefined ; responseType ?: "json" | undefined ; withCredentials ?: boolean | undefined ; credentials ?: RequestCredentials | undefined ; keepalive ?: boolean | undefined ; priority ?: RequestPriority | undefined ; cache ?: RequestCache | ... | 121 | 799 | 2026-03-23T10:58:20.421563 |
continuous-native-generation | expo | https://docs.expo.dev/workflow/continuous-native-generation | mobile | javascript | Expo Go runtime. Common questions CNG How does CNG help with project upgrades? React Native developers who don't use Continuous Native Generation have reported that upgrading their apps to the latest version of React Native is the number one weakness of the library as per React Native Survey (2022) . When using CNG, th... | 12 | 798 | 2026-03-23T10:51:24.028751 |
?s=jodd | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=jodd | devops | python | ponent Apache 2.0 License Package Details (go-collector) Repository Batch Collector Processor by 🔭 OpenTelemetry Authors 🔭 The Batch Processor for the OpenTelemetry Collector accepts spans, metrics, or logs and places them into batches. go processor collector Quick Install When building a custom collector you can add... | 75 | 800 | 2026-03-23T11:31:38.470230 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | ion must be set. This field is immutable. nodeSelector NodeSelector NodeSelector defines which nodes have access to the resources in the pool, when that pool is not limited to a single node. Must use exactly one term. Exactly one of NodeName, NodeSelector, AllNodes, and PerDeviceNodeSelection must be set. perDeviceNode... | 2,598 | 797 | 2026-03-23T10:56:49.346067 |
?s=socket.io | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=socket.io | devops | python | nvoy ALS(access log service) receiver by 🔭 OpenTelemetry Authors 🔭 This is a receiver for the Envoy gRPC ALS sink. envoyals receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry... | 111 | 799 | 2026-03-23T11:26:34.686628 |
license.html | python | https://docs.python.org/license.html | language | python | been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivativ... | 40 | 768 | 2026-03-23T10:53:09.785474 |
redis | redis | https://redis.io/docs/latest/develop/data-types/json/ | database | bash | s = connection . reactive (); JsonParser parser = reactiveCommands . getJsonParser (); Mono < Void > setget = reactiveCommands . jsonSet ( "bike" , JsonPath . ROOT_PATH , parser . createJsonValue ( "\"Hyperion\"" )) . doOnNext ( res1 -> { System . out . println ( res1 ); // OK }). flatMap ( res1 -> reactiveCommands . j... | 646 | 799 | 2026-03-23T10:54:21.885294 |
?s=visualization | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=visualization | devops | python | anguage Instrumentation Component Apache 2.0 License Repository splunkpgx – Instrumentation for github.com/jackc/pgx by Splunk Inc. Instrumentation for the github.com/jackc/pgx package. go instrumentation database postgresql Go Language Instrumentation Component Apache 2.0 License Repository splunkpq – Instrumentation ... | 234 | 800 | 2026-03-23T11:39:49.908235 |
?s=symfony | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=symfony | devops | python | uf over HTTP Exporter by 🔭 OpenTelemetry Authors 🔭 This library allows to export data to the OpenTelemetry Collector using the OpenTelemetry Protocol using protobuf over HTTP. otlp protobuf grpc exporter python Python Language Exporter Component Apache 2.0 License Repository Prometheus Exporter by 🔭 OpenTelemetry Au... | 186 | 800 | 2026-03-23T11:18:28.495679 |
docker | docker | https://docs.docker.com/dhi/how-to/helm/ | devops | bash | to the Hardened Images catalog in Docker Hub and sign in. In the left sidebar, select Hardened Images > Catalog . Select Filter by for Helm Charts . Select a Helm chart repository to view its details. Mirror a Helm chart and/or its images to a third-party registry If you want to mirror to your own third-party registry,... | 2 | 800 | 2026-03-23T11:33:24.161653 |
building-an-event-driven-queue | inngest | https://www.inngest.com/blog/building-an-event-driven-queue | devops | typescript | cord and we’ll help you get set up. We also offer a hosted version , but this isn’t a sales pitch: we’re genuinely interested in this technology and sharing our approach because we think it offers a host of benefits (though we’re biased). | 11 | 238 | 2026-03-23T11:24:01.858764 |
get-started-postgresql | drizzle_orm | https://orm.drizzle.team/docs/get-started-postgresql | database | typescript | to install the 'postgres' package import { drizzle } from 'drizzle-orm/postgres-js' ; import postgres from 'postgres' ; const queryClient = postgres ( process . env . DATABASE_URL ); const db = drizzle ({ client : queryClient }); const result = await db .execute ( 'select 1' ); What’s next? Manage schema Drizzle Schema... | 6 | 506 | 2026-03-23T10:57:45.139908 |
supabase-completion-zsh | supabase | https://supabase.com/docs/reference/cli/supabase-completion-zsh | database | typescript | migration history of the local database. -p, --password <string> Optional Password to your remote Postgres database. --version <string> Optional Squash up to the specified version. supabase migration up Usage 1 supabase migration up [flags] Flags --db-url <string> Optional Applies migrations to the database specified b... | 35 | 800 | 2026-03-23T11:32:52.845632 |
live-queries | tanstack_router | https://tanstack.com/db/latest/docs/guides/live-queries | framework | typescript | .groupBy(({ user }) => [user.departmentId, user.role]) .select(({ user }) => ({ departmentId: user.departmentId, role: user.role, count: count(user.id), avgSalary: avg(user.salary), })) })) Aggregate Functions Use various aggregate functions to summarize your data: ts import { count, sum, avg, min, max } from '@tanstac... | 41 | 680 | 2026-03-23T11:28:39.882286 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | ` PREFIXED SO YOU CAN MERGE THEM WITH OTHER MODELS. Source code in `pydantic_ai_slim/pydantic_ai/profiles/google.py` ```python @dataclass(kw_only=True) class GoogleModelProfile(ModelProfile): """Profile for models used with `GoogleModel`. ALL FIELDS MUST BE `google_` PREFIXED SO YOU CAN MERGE THEM WITH OTHER MODELS. ""... | 3,086 | 764 | 2026-03-23T10:51:26.917703 |
tauri-community-survey-2022-data.csv | tauri | https://tauri.app/tauri-community-survey-2022-data.csv | desktop | rust | ,TRUE,TRUE,FALSE,,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,FALSE,,6,Yes,,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,FALSE,FALSE,FALSE,,FALSE,FALSE,FALSE,FALSE,TRUE,TRUE,FALSE,,,Never heard of it but not interested,Never heard of them but interested,,,,,,,,,TRUE,TRUE,TRUE,FALSE,,8,,7,,8,,6,,... | 706 | 800 | 2026-03-23T11:10:27.959217 |
variables | terraform | https://developer.hashicorp.com/terraform/language/values/variables | devops | hcl | with a variable block. Defining variables gives your module consumer the flexibility to change values at run time. Add a variable block for each input you want to define for your module. The following example defines instance_type , subnet_id , and environment input variables. These variables lets module consumers spec... | 2 | 800 | 2026-03-23T11:30:28.271342 |
redis | redis | https://redis.io/docs/latest/develop/data-types/vector-sets/ | database | bash | im ( "setReduced" ); console . log ( res40 ); // >>> 100 await client . quit (); ▼ Commands: VADD, VCARD, VREM VADD Add one or more elements to a vector set, or update its vector if it already exists ▶ Method VADD ( key : RedisArgument , vector : Array<number> , element : RedisArgument , options? : VAddOptions ) → Any ... | 276 | 800 | 2026-03-23T11:01:42.071799 |
connect_and_prototype | firebase | https://firebase.google.com/docs/emulator-suite/connect_and_prototype | database | javascript | cally have three steps: Prototype features interactively with the emulators and Emulator Suite UI . If you're using a database emulator or the Cloud Functions emulator, perform a one-time step to connect your app to the emulators. Automate your tests with the emulators and custom scripts. Locally initialize a Firebase ... | 2 | 800 | 2026-03-23T10:55:16.130003 |
?s=fastify | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=fastify | devops | python | Instrumentation by 🔭 OpenTelemetry Authors 🔭 httpd (Apache) OpenTelemetry module to add OpenTelemetry distributed tracing support to httpd. c++ instrumentation C++ Language Instrumentation Component Apache 2.0 License Repository NGINX Instrumentation by 🔭 OpenTelemetry Authors 🔭 NGINX OpenTelemetry module to add Op... | 195 | 800 | 2026-03-23T11:23:48.302553 |
?s=ecto | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=ecto | devops | python | the OpenTelemetry Collector accepts metrics, traces, and logs in the Splunk HEC format. 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/splunkh... | 154 | 799 | 2026-03-23T11:38:33.974696 |
go | go | https://go.dev/dl/ | language | go | 50cb go1.14.15.windows-amd64.msi Installer Windows x86-64 116MB 504a2eecd0b2075efa412208cc1578101828ab00775ee372d311c0d512172c12 go1.14.14 go1.14.14 File name Kind OS Arch Size SHA256 Checksum go1.14.14.src.tar.gz Source 22MB 6204bf32f58fae0853f47f1bd0c51d9e0ac11f1ffb406bed07a0a8b016c8a76f go1.14.14.darwin-amd64.tar.gz... | 694 | 800 | 2026-03-23T11:25:37.381751 |
redis | redis | https://redis.io/docs/latest/develop/data-types/json/ | database | bash | SET Sets or updates the JSON value at a path ▶ Methods jsonSet ( key : K , // the key holding the JSON document. jsonPath : JsonPath , // the JsonPath pointing to the value(s) where we want to set the value. value : JsonValue , options : JsonSetArgs // the JsonSetArgs the options for setting the value. ) → RedisFuture<... | 787 | 800 | 2026-03-23T10:54:21.885499 |
?s=io | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=io | devops | python | rary run: gem install opentelemetry-instrumentation-concurrent_ruby 0.24.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository Dalli Instrumentation by 🔭 OpenTelemetry Authors 🔭 Dalli instrumentation for Ruby. ruby instrumentation dalli Quick Install To install this in... | 343 | 799 | 2026-03-23T11:37:34.369415 |
kubernetes | kubernetes | https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ | devops | yaml | which the incoming pod has a toleration, are included. Ignore: node taints are ignored. All nodes are included. If this value is null, the behavior is equivalent to the Ignore policy. Note: The nodeTaintsPolicy became beta in 1.26 and graduated to GA in 1.33. It's enabled by default in beta, you can disable it by disab... | 11 | 800 | 2026-03-23T11:09:31.449016 |
module-object-attributes | terraform | https://developer.hashicorp.com/terraform/tutorials/modules/module-object-attributes | devops | hcl | Customize modules with object attributes | Terraform | HashiCorp Developer HashiConf 2025 Don't miss the live stream of HashiConf Day 2 happening now View live stream Modules Terraform modules let you organize and re-use Terraform configuration. They make your infrastructure deployments consistent and help your team ad... | 0 | 800 | 2026-03-23T11:23:14.718793 |
?s=bundler | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=bundler | devops | python | rpc 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 Ruby. ... | 189 | 800 | 2026-03-23T11:28:32.940340 |
webpack-plugins | nx | https://nx.dev/docs/technologies/build-tools/webpack/guides/webpack-plugins | tooling | typescript | ptions Section titled “Options” tsConfig Section titled “tsConfig” Type: string The tsconfig file for the project. e.g. tsconfig.json . main Section titled “main” Type: string The entry point for the bundle. e.g. src/main.ts . additionalEntryPoints Section titled “additionalEntryPoints” Type: Array<{ entryName: string;... | 1 | 800 | 2026-03-23T11:16:14.455481 |
read-replica-adhoc-queries | neon | https://neon.tech/docs/guides/read-replica-adhoc-queries | database | sql | nded until you run your next query. What is an ad-hoc query? An ad-hoc query is an impromptu query used to retrieve specific data from your database. These queries are not part of routine reporting or pre-written scripts; they are created on the fly to answer immediate questions or perform temporary analysis. For examp... | 2 | 800 | 2026-03-23T11:29:59.086667 |
why-your-queue-is-slowing-you-down | inngest | https://www.inngest.com/blog/why-your-queue-is-slowing-you-down | devops | typescript | etries. Traditional queuing systems treat each message as an isolated unit, making it challenging to track the overall progress of workflows and identify bottlenecks. This lack of visibility can significantly hinder troubleshooting efforts and impact overall system reliability. Even newer tools like Celery, while usefu... | 2 | 800 | 2026-03-23T11:22:42.377868 |
assessing-code-scanning-alerts-for-your-repository | github_actions | https://docs.github.com/en/code-security/code-scanning/managing-code-scanning-alerts/assessing-code-scanning-alerts-for-your-repository | devops | yaml | with results are shown. This makes it easier to avoid setting filters that find no results. If you enter multiple filters, the view will show alerts matching all these filters. For example, is:closed severity:high branch:main will only display closed high-severity alerts that are present on the main branch. The excepti... | 4 | 799 | 2026-03-23T11:42:48.801097 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/instrumentation/metrics/ | devops | yaml | redential_provider_config_info Information about the last applied credential provider configuration with hash as label Stability Level: ALPHA Type: Custom Labels: hash kubelet_credential_provider_plugin_duration Duration of execution in seconds for credential provider plugin Stability Level: ALPHA Type: Histogram Label... | 77 | 800 | 2026-03-23T11:12:29.554717 |
go1.html | go | https://go.dev/doc/go1.html | language | go | re assigned. To guarantee predictable behavior, Go 1 refines the specification further. If the left-hand side of the assignment statement contains expressions that require evaluation, such as function calls or array indexing operations, these will all be done using the usual left-to-right rule before any variables are ... | 13 | 780 | 2026-03-23T11:30:10.294017 |
git-daemon | git | https://git-scm.com/docs/git-daemon | devops | bash | Git - git-daemon Documentation English ▾ 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 swit... | 0 | 800 | 2026-03-23T10:50:37.315751 |
?s=connect | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=connect | devops | python | receiver runs queries run on an osquery ’s daemon on a schedule and converts the output to logs. osquery receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/re... | 139 | 800 | 2026-03-23T11:24:38.264908 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/user/application_security/policies/pipeline_execution_policies/ | devops | yaml | always Alternatively, run the policy check on every pipeline without the changes: condition: security-check : stage : .pipeline-policy-pre script : - echo "Running security checks" - ./run-security-checks.sh rules : - when : always For more information about changes: behavior, see jobs or pipelines run unexpectedly whe... | 51 | 799 | 2026-03-23T11:00:45.674393 |
framework-benefits | terraform | https://developer.hashicorp.com/terraform/plugin/framework-benefits | devops | hcl | context . Context , req resource . CreateRequest , resp * resource . CreateResponse ) { // operations using r.client } When you develop with the framework, you can further reduce the amount of type assertion logic across your codebase with standard Go coding techniques. For example, you could create a base resource typ... | 14 | 799 | 2026-03-23T10:52:02.976606 |
qdrant | qdrant | https://qdrant.tech/blog/case-study-glassdollar/ | database | python | rrying extra complexity. To achieve acceptable quality, they maintained keyword-based logic alongside semantic retrieval, which increased operational overhead and made iteration harder. The Product Evolved from Fast Search to High-Recall Sourcing GlassDollar’s early interface looked like a familiar search box, so laten... | 2 | 799 | 2026-03-23T11:29:37.693487 |
Qwen3.5-27B | transformers | https://huggingface.co/Qwen/Qwen3.5-27B | ai | python | ployment Guide . Hugging Face Transformers Hugging Face Transformers contains a lightweight server which can be used for quick testing and moderate load deployment. The latest transformers is required for Qwen3.5: pip install "transformers[serving] @ git+https://github.com/huggingface/transformers.git@main" See its doc... | 15 | 800 | 2026-03-23T10:54:41.742270 |
?s=connect | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=connect | devops | python | implementation 'io.opentelemetry.javaagent.instrumentation:opentelemetry-javaagent-finatra-2.9:2.16.0-alpha' } 2.16.0-alpha Version Java Language Instrumentation Component Apache 2.0 License Package Details (maven) Repository Geode Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Geode instrumenta... | 246 | 799 | 2026-03-23T11:24:38.264999 |
disabling-or-limiting-github-actions-for-your-organization | github_actions | https://docs.github.com/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization | devops | yaml | General . Under "Workflow permissions", use the Allow GitHub Actions to create and approve pull requests setting to configure whether GITHUB_TOKEN can create and approve pull requests. Click Save to apply the settings. Managing GitHub Actions cache storage for your organization Organization administrators can view GitH... | 20 | 800 | 2026-03-23T11:33:10.412006 |
?s=encoding | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=encoding | devops | python | cpp vcpkg package C++ Language Core Component MIT License Repository Standalone .NET Aspire dashboard by Microsoft The .NET Aspire Dashboard is a browser-based app to view run-time information about your distributed application. dashboard aspire viewer browser-based .NET Language Utilities Component MIT License Documen... | 379 | 800 | 2026-03-23T11:37:00.885359 |
?s=service-account | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=service-account | devops | python | sitory StackExchange.Redis Instrumentation for OpenTelemetry by 🔭 OpenTelemetry Authors 🔭 This is an Instrumentation Library, which instruments StackExchange.Redis and collects traces about outgoing calls to Redis. stackexchange redis instrumentation dotnet Quick Install To install this instrumentation library run: d... | 211 | 800 | 2026-03-23T11:38:39.652215 |
?s=filestats | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=filestats | devops | python | a in the OpenTelemetry Protocol (OTLP) format to the OpenTelemetry Collector and OTLP-compliant backends/receivers. go exporter Go Language Exporter Component Apache 2.0 License Repository otlpr - A logr implementation backed by OTLP by MrAlias Provides a logr.Logger that exports messages as OTLP logs. go exporter log ... | 177 | 800 | 2026-03-23T11:38:11.462813 |
?s=knex | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=knex | devops | python | llector-contrib/receiver/libhoneyreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository OpenTelemetry Collector Lightstep Receiver by Zalando SE The lightstepreceiver receives OpenTracing traces from Lightstep tracers in various supported fo... | 130 | 800 | 2026-03-23T11:16:51.066886 |
llmo | tanstack_start | https://tanstack.com/start/latest/docs/framework/react/guide/llmo | framework | typescript | duct.description, url: `https://myapp.com/products/${product.id}`, }, })), }) }, }, }, }) Content Best Practices Beyond technical implementation, content structure matters for LLMO: Clear, Factual Statements AI systems extract factual claims. Make your key information explicit: tsx // Good: Clear, extractable facts fun... | 12 | 698 | 2026-03-23T10:57:15.955419 |
Nemotron-Personas-USA | transformers | https://huggingface.co/datasets/nvidia/Nemotron-Personas-USA | ai | python | ion shop that serves local contractors and outdoor equipment makers. Male 22 never_married 9th_12th_no_diploma assembler_or_fabricator Coeur D Alene ID 83814 USA 5c7a4c6bd931407eb9390abd911ce338 Rickey Barham is a proficient appliance‑service technician who leverages a rigorous, organized workflow and a keen appreciati... | 82 | 800 | 2026-03-23T11:30:19.698602 |
3.12.html | python | https://docs.python.org/3/whatsnew/3.12.html | language | python | ing.dataclass_transform() . (Contributed by Erik De Bonte in gh-99957 .) unicodedata ¶ The Unicode database has been updated to version 15.0.0. (Contributed by Benjamin Peterson in gh-96734 ). unittest ¶ Add a --durations command line option, showing the N slowest test cases: python3 - m unittest -- durations = 3 lib .... | 42 | 800 | 2026-03-23T11:00:33.942625 |
release-notes-3.22.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-3.22.0 | mobile | dart | from observatory/tracing_test.dart by @zanderso in 51320 Conditionally run golden_tests_harvester for run_impeller_golden_tests . by @matanlurey in 51325 Make scenario app have translucent splash screen so it doesn't affect screenshot colors by @gmackall in 51329 [codesign] fix typo in binary path by @XilaiZhang in 513... | 150 | 800 | 2026-03-23T11:14:42.925635 |
?s=viburdbcp | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=viburdbcp | devops | python | nstrumentation by Arize AI Instrumentation for tracing the LlamaIndex framework python instrumentation llamaindex Python Language Instrumentation Component Apache 2.0 License Documentation Repository OpenTelemetry logging integration by 🔭 OpenTelemetry Authors 🔭 Installation logging instrumentation python Python Lang... | 327 | 800 | 2026-03-23T11:38:04.208740 |
search-params | tanstack_router | https://tanstack.com/router/latest/docs/guide/search-params | framework | typescript | e the schema without the adapter validateSearch: productSearchSchema, }) The important part here is the following use of Link no longer requires search params: tsx <Link to="/shop/products" /> In Zod v3, the use of catch here overrides the types and makes page , filter and sort unknown causing type loss. We have handle... | 18 | 786 | 2026-03-23T10:54:01.624639 |
fuzz.html | go | https://go.dev/doc/tutorial/fuzz.html | language | go | g up the corpus entry. Since the fuzz target only takes 1 input, there is only 1 value after the version. Run go test again without the -fuzz flag; the new failing seed corpus entry will be used: $ go test --- FAIL: FuzzReverse (0.00s) --- FAIL: FuzzReverse/af69258a12129d6cbba438df5d5f25ba0ec050461c116f777e77ea7c9a0d21... | 12 | 784 | 2026-03-23T10:53:58.565696 |
qdrant | qdrant | https://qdrant.tech/documentation/overview/vector-search/ | database | python | that area for quite a long time. But our textual data collection started to grow at a greater pace. So we also started building up many processes around those inverted indexes. For example, we allowed our users to provide many words and started splitting them into pieces. That allowed finding some documents which do no... | 2 | 799 | 2026-03-23T11:08:24.172501 |
?s=dapr | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=dapr | devops | python | following: extensions : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/extension/solarwindsapmsettingsextension v0.148.0 v0.148.0 Version Collector Language Extension Component Apache 2.0 License Package Details (go-collector) Repository Sumo Logic Extension by 🔭 OpenTelemetry Authors 🔭 This exte... | 73 | 799 | 2026-03-23T11:34:08.968716 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | 91368823, "parallel": 100, "p99_time": 0.1641346555, "mean_time": 0.1355125589, "mean_precisions": 0.991964, "engine_params": { "search_params": { "hnsw_ef": 64 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-m-64-ef-512", "dataset_name": "deep-image-96-angular", "upload_time": 1034.873736958, "total_upload_tim... | 2,242 | 548 | 2026-03-23T11:15:13.617921 |
?s=pooling | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=pooling | devops | python | lector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository Honeycomb Marker Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter allows creating markers, via the Honeycomb Markers API, based on the look of incoming telemetry. honeycombmarker exporter collector Quick Install When bu... | 39 | 800 | 2026-03-23T11:39:19.826321 |
release-notes-1.22.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-1.22.0 | mobile | dart | m, waiting for tree to go green) 64773 [flutter_tools] exit script if powershell version detection fails (cla: yes, tool, waiting for tree to go green) 64776 Fix Android autofill username hint docs (cla: yes, d: api docs, framework, waiting for tree to go green) 64780 Add FrameTiming delay to watchPerformance (cla: yes... | 357 | 799 | 2026-03-23T11:14:48.702682 |
tauri | tauri | https://tauri.app/plugin/nfc/ | desktop | rust | can Permission Table Identifier Description nfc:allow-is-available Enables the is_available command without any pre-configured scope. nfc:deny-is-available Denies the is_available command without any pre-configured scope. nfc:allow-scan Enables the scan command without any pre-configured scope. nfc:deny-scan Denies the... | 11 | 601 | 2026-03-23T10:56:04.510106 |
visual-studio-tools-for-unity | csharp | https://learn.microsoft.com/en-us/visualstudio/gamedev/unity/get-started/visual-studio-tools-for-unity | language | csharp | documentation directly in tooltips when inspecting code. Quickly search Unity documentation by highlighting a class or method name, then selecting the Help > Unity API Reference menu item. Support for shaders Syntax highlighting and auto-complete for shader files. Support for assembly definition files Edit Unity Assemb... | 5 | 799 | 2026-03-23T11:28:05.305829 |
use-anchor-content | biome | https://biomejs.dev/linter/rules/use-anchor-content | tooling | javascript | rule has an unsafe fix. The default severity of this rule is error . Sources: Same as jsx-a11y/anchor-has-content How to configure Section titled “How to configure” biome.json 1 { 2 "linter" : { 3 "rules" : { 4 "a11y" : { 5 "useAnchorContent" : " error " 6 } 7 } 8 } 9 } Description Section titled “Description” Enforce ... | 6 | 799 | 2026-03-23T11:11:49.868420 |
changelog-2026-03-12 | mastra | https://mastra.ai/blog/changelog-2026-03-12 | ai | typescript | Durable Objects Storage Adapter If you deploy Mastra on Cloudflare and need stronger stateful persistence than KV, you now have a new option: a Durable Objects backed storage adapter with SQLite persistence, batch operations, and schema validation. That combination is a big deal for production apps, because it gives yo... | 1 | 800 | 2026-03-23T11:06:24.231099 |
theme | tailwind | https://tailwindcss.com/docs/theme | library | javascript | 28 rem ; --container-lg : 32 rem ; --container-xl : 36 rem ; --container-2xl : 42 rem ; --container-3xl : 48 rem ; --container-4xl : 56 rem ; --container-5xl : 64 rem ; --container-6xl : 72 rem ; --container-7xl : 80 rem ; --text-xs : 0.75 rem ; --text-xs--line-height : calc ( 1 / 0.75 ); --text-sm : 0.875 rem ; --text... | 38 | 800 | 2026-03-23T11:05:02.450500 |
redis | redis | https://redis.io/docs/latest/develop/data-types/sets/ | database | bash | 2" , "bike:3" , "bike:4" , "bike:5" ); long res19 = jedis . srem ( "bikes:racing:france" , "bike:1" ); System . out . println ( res18 ); // >>> 1 String res20 = jedis . spop ( "bikes:racing:france" ); System . out . println ( res20 ); // >>> bike:3 Set < String > res21 = jedis . smembers ( "bikes:racing:france" ); Syst... | 304 | 799 | 2026-03-23T11:02:34.326800 |
tsconfig | typescript | https://www.typescriptlang.org/tsconfig | language | javascript | () {} export = { foo , bar , baz , }; js function foo () {} function bar () {} function baz () {} module . exports = { foo , bar , baz , }; While this is a limitation, it does help make some issues more obvious. For example, it’s very common to forget to set the type field in package.json under --module node16 . As a r... | 112 | 799 | 2026-03-23T10:57:49.381544 |
glaive-function-calling-v2 | transformers | https://huggingface.co/datasets/glaiveai/glaive-function-calling-v2 | ai | python | ails of a movie", "parameters": { "type": "object", "properties": { "title": { "type": "string", "description": "The title of the movie" }, "year": { "type": "integer", "description": "The release year of the movie" } }, "required": [ "title", "year" ] } } USER: Hey, can you tell me about the movie 'Inception' released... | 111 | 615 | 2026-03-23T11:22:07.997507 |
pydantic_ai | pydantic_ai | https://ai.pydantic.dev/retries/ | ai | python | handling: smart_retry_example.py from httpx import AsyncClient , HTTPStatusError from tenacity import retry_if_exception_type , stop_after_attempt , wait_exponential from pydantic_ai import Agent from pydantic_ai.models.openai import OpenAIChatModel from pydantic_ai.providers.openai import OpenAIProvider from pydantic_... | 1 | 800 | 2026-03-23T10:58:40.879735 |
?s=cgroupruntime | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=cgroupruntime | devops | python | rvers implementing the LogObject specification (OPC UA Part 26) and converts them to OpenTelemetry log format for industrial automation system observability. go receiver collector opc-ua logs industrial Collector Language Receiver Component Apache 2.0 License Repository Oracle DB receiver by 🔭 OpenTelemetry Authors 🔭... | 138 | 799 | 2026-03-23T11:32:52.650523 |
executables | bun | https://bun.sh/docs/bundler/executables | runtime | javascript | ontent-Type headers and caching for static routes. Embedding templates index.ts Copy import templatePath from " ./email-template.html " with { type : " file " }; import { file } from " bun " ; async function sendWelcomeEmail ( user : { name : string ; email : string }) { const template = await file (templatePath). text... | 25 | 796 | 2026-03-23T10:59:04.318685 |
?s=storage | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=storage | devops | python | following: extensions : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/extension/solarwindsapmsettingsextension v0.148.0 v0.148.0 Version Collector Language Extension Component Apache 2.0 License Package Details (go-collector) Repository Sumo Logic Extension by 🔭 OpenTelemetry Authors 🔭 This exte... | 73 | 799 | 2026-03-23T11:38:30.886166 |
opentelemetry | opentelemetry | https://opentelemetry.io/registry/updating/ | devops | python | dule provides automatic instrumentation for the Nest framework. nestjs-core instrumentation js Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-nestjs-core 0.59.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repositor... | 291 | 800 | 2026-03-23T10:52:09.954467 |
continuous-native-generation | expo | https://docs.expo.dev/workflow/continuous-native-generation | mobile | javascript | t code into your project's native files can lead to difficult native compilation errors, and it's also code that you now own and maintain. With Prebuild library authors, who know how to configure their library better than anyone, can create a testable and versioned script called a config plugin , to automate adding the... | 21 | 800 | 2026-03-23T10:51:24.028763 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | End(data=43), MyState(number=43)), ] ''' ``` See the GraphRun.next documentation for an example of how to manually drive the graph run. Source code in `pydantic_graph/pydantic_graph/graph.py` ````python class GraphRun(Generic[StateT, DepsT, RunEndT]): """A stateful, async-iterable run of a [`Graph`][pydantic_graph.grap... | 5,476 | 756 | 2026-03-23T10:51:26.922360 |
redis | redis | https://redis.io/docs/latest/commands/rpop/ | database | bash | RPOP | Docs {"acl_categories":["@write","@list","@fast"],"arguments":[{"display_text":"key","key_spec_index":0,"name":"key","type":"key"},{"display_text":"count","name":"count","optional":true,"since":"6.2.0","type":"integer"}],"arity":-2,"categories":["docs","develop","stack","oss","rs","rc","oss","kubernetes","client... | 0 | 800 | 2026-03-23T11:28:59.989819 |
?s=zipkin | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=zipkin | devops | python | metry SDK, reporting data to an OpenTelemetry Collector. sandbox rust kubewarden Rust Language Application integration Component Apache-2.0 License Website Documentation rustup native by The Rust Project Developers The feature otel can be used when building rustup to turn on OpenTelemetry tracing with an OTLP gRPC expo... | 18 | 800 | 2026-03-23T11:24:03.190897 |
?s=psr14 | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=psr14 | devops | python | ruby instrumentation aws-sdk aws sqs sns Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-aws_sdk 0.11.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository OpenTelemetry AWS-Lambda Instrumentation by 🔭 OpenTelemetry A... | 341 | 799 | 2026-03-23T11:33:29.276957 |
?s=threading | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=threading | devops | python | sitory opentelemetry-exporter-jaeger by 🔭 OpenTelemetry Authors 🔭 The opentelemetry-exporter-jaeger gem provides a Jaeger exporter for OpenTelemetry Ruby jaeger exporter ruby Quick Install To install this exporter run: gem install opentelemetry-exporter-jaeger 0.24.1 Version Ruby Language Exporter Component Apache 2.... | 188 | 800 | 2026-03-23T11:18:02.128588 |
?s=tomee | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=tomee | devops | python | penTelemetry Instrumentation for knex by 🔭 OpenTelemetry Authors 🔭 Instrumentation library for Knex. Node.js knex orm database Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-knex 0.57.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Pack... | 285 | 800 | 2026-03-23T11:19:30.884567 |
mui | mui | https://mui.com/material-ui/react-masonry/ | library | javascript | React Masonry component - Material UI Skip to content + Masonry Masonry lays out contents of varying dimensions as blocks of the same width and different height with configurable gaps. Masonry maintains a list of content blocks with a consistent width but different height. The contents are ordered by row. If a row is a... | 0 | 800 | 2026-03-23T11:38:14.779790 |
train | transformers | https://huggingface.co/datasets/princeton-nlp/SWE-bench/viewer/default/train | ai | python | is None: + del ssl_params[key] + + return ssl_params.get('ssl_ca_certs', True) if ssl_params['ssl_cert_validation'] else False + + def _service_check_tags(self, url): + parsed_url = urlparse.urlparse(url) + gitlab_host = parsed_url.hostname + gitlab_port = 443 if parsed_url.scheme == 'https' else (parsed_url.port or 80... | 536 | 705 | 2026-03-23T11:25:24.231712 |
?s=influxdb | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=influxdb | devops | python | r Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/googlecloudpubsubexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Packag... | 38 | 800 | 2026-03-23T11:33:32.232940 |
uk | git | https://git-scm.com/docs/git-config/uk | devops | bash | перетворення використовується для створення зручного для читання різниці. Див. gitattributes[5] для отримання детальної інформації. diff. <driver> .wordRegex Регулярний вираз, який драйвер diff має використовувати для розділення слів у рядку. Див. gitattributes[5] для отримання детальної інформації. diff. <driver> .cac... | 66 | 799 | 2026-03-23T11:31:19.290005 |
plugin-registry | nx | https://nx.dev/docs/plugin-registry | tooling | typescript | 106 Nx >= 16 <= 18 GitHub @getlarge/nx-node-sea Plugin that provides integration with Node.js Single Executable Applications (SEA). Mar 10, 2025 4 43 Nx >= 19 <= 21 GitHub @huge-nx/conventions Plugin to generate and manage Nx workspaces by adhering to established workspace conventions. Feb 6, 2025 37 7 Nx >= 19 <= 21 G... | 26 | 799 | 2026-03-23T10:51:35.116540 |
NVIDIA-Nemotron-3-Super-120B-A12B-BF16 | transformers | https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16 | ai | python | enized_chat outputs = model.generate( input_ids, max_new_tokens= 50 , temperature= 1.0 , top_p= 0.95 , eos_token_id=tokenizer.eos_token_id ) print (tokenizer.decode(outputs[ 0 ])) To disable reasoning, add enable_thinking=False to apply_chat_template() . By default, enable_thinking is set to True . tokenized_chat = tok... | 25 | 760 | 2026-03-23T10:52:50.802018 |
?s=rdkafka | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=rdkafka | devops | python | s 🔭 This receiver supports opening a Unix Named Pipe (aka FIFO), and reading logs from it. namedpipe 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/recei... | 134 | 800 | 2026-03-23T11:39:35.380958 |
?s=trusted-publishing | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=trusted-publishing | devops | python | nt in KrakenD collects the activity generated for the enabled layers and pushes or exposes the data for pulling. go krakend api gateway Go Language Instrumentation Component Apache-2.0 License Website Documentation Repository Traces For Kubernetes System Components native graduated by Kubernetes Authors System componen... | 9 | 800 | 2026-03-23T11:23:36.389503 |
?s=pooling | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=pooling | devops | python | implementation 'io.opentelemetry.javaagent.instrumentation:opentelemetry-javaagent-finatra-2.9:2.16.0-alpha' } 2.16.0-alpha Version Java Language Instrumentation Component Apache 2.0 License Package Details (maven) Repository Geode Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Geode instrumenta... | 246 | 799 | 2026-03-23T11:39:19.826481 |
upgrading-your-github-subscription | github_actions | https://docs.github.com/en/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription | devops | yaml | an enterprise account. An enterprise account allows you to manage multiple organizations. Optionally, you can set up identity and access management for an individual organization or enterprise account. See Enterprise accounts and Identity and access management fundamentals in the GitHub Enterprise Cloud documentation. ... | 4 | 799 | 2026-03-23T11:27:53.289029 |
?s=extrdkafka | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=extrdkafka | devops | python | install this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.AWS 1.15.0 Version .NET Language Instrumentation Component Apache 2.0 License Package Details (nuget) Repository KafkaFlow Instrumentation for OpenTelemetry first party integration by Farfetch This is an Instrumentation Library, ... | 205 | 799 | 2026-03-23T11:10:05.128532 |
build-properties | expo | https://docs.expo.dev/versions/latest/sdk/build-properties | mobile | javascript | s "System.getenv('ENV_VAR_NAME')" to get the value from an environment variable. ExtraIosPodDependency iOS Interface representing extra CocoaPods dependency. See: Podfile syntax reference Property Type Description branch (optional) string The git branch to fetch. See the git property for more information. commit (optio... | 5 | 800 | 2026-03-23T11:13:12.942243 |
existing-sentry-setup | langfuse | https://langfuse.com/faq/all/existing-sentry-setup | ai | python | e global TracerProvider, simply initializing Langfuse afterward won't work: Langfuse's span processor never gets attached to the provider Sentry controls. Note: The Python sentry_sdk v2.x does not use OpenTelemetry by default. It uses Sentry's own instrumentation engine, so Python v2.x users typically don't need any sp... | 1 | 800 | 2026-03-23T11:26:24.624121 |
?s=graduated | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=graduated | devops | python | Authors 🔭 The OpenTelemetry SDK for Erlang and Elixir. erlang elixir Erlang Language Core Component Apache 2.0 License Repository Go by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry API and SDK for Go. go Go Language Core Component Apache 2.0 License Repository Go Automatic Instrumentation by 🔭 OpenTelemetry Authors ... | 363 | 799 | 2026-03-23T11:30:34.075099 |
inject-function | angular | https://angular.dev/reference/migrations/inject-function | framework | typescript | null , ) {} } After import { Component , inject} from '@angular/core' ; import {TOKEN_ONE, TOKEN_TWO} from './token' ; @ Component () export class MyComp { // Note the `!` at the end. private tokenOne = inject ( TOKEN_ONE , {optional: true }) ! ; // Does not have `!` at the end, because the type was already nullable. p... | 5 | 380 | 2026-03-23T11:01:52.868225 |
LIMO | transformers | https://huggingface.co/datasets/GAIR/LIMO | ai | python | denote x - y = d. So: (44 + d)^2 = 1936 + (x + y) But x + y = m, the total added socks, which is at most 55. But (44 + d)^2 = 1936 + 88d + d^2. Therefore: 1936 + 88d + d^2 = 1936 + m Therefore: 88d + d^2 = m But m ≤ 55. So we need 88d + d^2 ≤ 55. Let's see possible integer values for d. Let's note that d can be positiv... | 191 | 799 | 2026-03-23T11:26:55.154096 |
essential-web-v1.0 | transformers | https://huggingface.co/datasets/EssentialAI/essential-web-v1.0 | ai | python | , 2882, 2986, 2987, 3015, 3016, 3023, 3024, 3155, 3156, 3175, 3176, 3187, 3188, 3224, 3225, 3238, 3239, 3332, 3333, 3345, 3346, 3372, 3373, 3384, 3385, 3531, 3532, 3541, 3542, 3580, 3581, 3595, 3596, 3738 ] } { "red_pajama_v2": { "ccnet_original_length": 3738, "ccnet_original_nlines": 121, "rps_doc_curly_bracket": 0, "... | 93 | 616 | 2026-03-23T11:26:01.808733 |
about-authentication-to-github | github_actions | https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-authentication-to-github | devops | yaml | nd password (or social login) with two-factor authentication, or a passkey (GitHub Free, and GitHub Enterprise Cloud only) Personal access token SSH key Authenticating in your browser If you're a member of an enterprise with managed users, you will authenticate to GitHub in your browser using your IdP. For more informa... | 1 | 800 | 2026-03-23T11:25:54.416238 |
contributing.html | scikit_learn | https://scikit-learn.org/dev/developers/contributing.html | ml | python | documentation generated by GitHub Actions, simply go to the bottom of your PR page, look for the item “Check the rendered docs here!” and click on ‘details’ next to it: Testing and improving test coverage # High-quality unit testing is a corner-stone of the scikit-learn development process. For this purpose, we use the... | 45 | 800 | 2026-03-23T10:50:45.946167 |
redis | redis | https://redis.io/docs/develop/clients/redis-py/ | database | bash | _get_string","description":"Foundational: Set and retrieve string values using SET and GET commands","difficulty":"beginner","id":"set_get_string","languages":[{"clientId":"redis-py","clientName":"redis-py","id":"Python","langId":"python","panelId":"panel_Python_landing-stepset_get_string"}]},{"codetabsId":"landing-ste... | 1 | 800 | 2026-03-23T10:50:17.140422 |
ai-prompting-techniques | mastra | https://mastra.ai/blog/ai-prompting-techniques | ai | typescript | gation bar component. # REQUIREMENTS - Use functional components with hooks - Include mobile and desktop views - Support dark/light modes - Implement accessibility features # OUTPUT FORMAT Provide the complete code with comments explaining key parts. Prompting for AI agents When building AI applications, it's important... | 7 | 800 | 2026-03-23T11:00:45.045503 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.