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 |
|---|---|---|---|---|---|---|---|---|
redis | redis | https://redis.io/docs/latest/commands/del/ | database | bash | eys ) res = r . geoadd ( "geokey" , ( 0 , 0 , "value" )) print ( res ) # >>> 1 res = r . zadd ( "zkey" , { "value" : 1000 }) print ( res ) # >>> 1 res = r . type ( "geokey" ) print ( res ) # >>> zset res = r . type ( "zkey" ) print ( res ) # >>> zset cursor , keys = r . scan ( cursor = 0 , _type = "zset" ) print ( keys... | 10 | 800 | 2026-03-23T11:29:28.849606 |
mui | mui | https://mui.com/material-ui/react-avatar/ | library | javascript | Enter to start editing Fallbacks If there is an error loading the avatar image, the component falls back to an alternative in the following order: the provided children the first letter of the alt text a generic avatar icon < Avatar sx = { { bgcolor : deepOrange [ 500 ] } } alt = " Remy Sharp " src = " /broken-image.jp... | 4 | 786 | 2026-03-23T11:38:38.098505 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | return cls(outlines_model, provider=provider, profile=profile, settings=settings) ``` #### from_llamacpp ```python from_llamacpp( llama_model: Llama, *, provider: ( Literal["outlines"] | Provider[Model] ) = "outlines", profile: ModelProfileSpec | None = None, settings: ModelSettings | None = None ) ``` Create an Outlin... | 4,584 | 552 | 2026-03-23T10:51:26.920223 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | lassmethod def __get_pydantic_core_schema__(cls, _: Any, __: Any) -> CoreSchema: return core_schema.no_info_after_validator_function( lambda dct: MCPServerStdio(**dct), core_schema.typed_dict_schema( { 'command': core_schema.typed_dict_field(core_schema.str_schema()), 'args': core_schema.typed_dict_field(core_schema.li... | 2,803 | 564 | 2026-03-23T10:51:26.917168 |
caching | langfuse | https://langfuse.com/docs/prompt-management/features/caching | ai | python | mance ( status page ). In the event of a brief service disruption, the SDK-level prompt cache typically ensures that applications remain unaffected. Optional: Customize caching duration (TTL) The caching duration is configurable if you wish to reduce network overhead of the Langfuse Client. The default cache TTL (Time ... | 2 | 800 | 2026-03-23T10:59:27.381595 |
?group=tdigest | redis | https://redis.io/docs/latest/commands/?group=tdigest | database | bash | he number of members in a set. Learn more → Read more SCRIPT DEBUG Sets the debug mode of server-side Lua scripts. Learn more → Read more SCRIPT EXISTS Determines whether server-side Lua scripts exist in the script cache. Learn more → Read more SCRIPT FLUSH Removes all server-side Lua scripts from the script cache. Lea... | 41 | 800 | 2026-03-23T11:02:05.324824 |
web-contents | electron | https://www.electronjs.org/docs/latest/api/web-contents | desktop | javascript | Returns boolean - Whether the web page is focused. contents.isLoading() Returns boolean - Whether web page is still loading resources. contents.isLoadingMainFrame() Returns boolean - Whether the main frame (and not just iframes or frames within it) is still loading. contents.isWaitingForResponse() Returns boolean - Whe... | 47 | 786 | 2026-03-23T10:50:27.270856 |
kubernetes | kubernetes | https://kubernetes.io/blog/page/72/ | devops | yaml | from time to time. If you are using Kubernetes or … Read more «« « 68 69 70 71 72 » »» RSS Feed Submit a Post @kubernetes.io @Kubernetesio on GitHub #kubernetes-users Stack Overflow Forum Kubernetes | 2 | 198 | 2026-03-23T11:31:09.207633 |
logiqa | transformers | https://huggingface.co/datasets/lucasmccabe/logiqa | ai | python | rmoil caused i... 3 Aristotle's "Apocalypse" records such a sophistry: "You have a dog, and it has children because it is a father; it is yours, and therefore it is your father; you hitting it means you hitting your own father. ". Which of the following makes the same logical fallacy as the above sophistry? [ "Dogs hav... | 5 | 794 | 2026-03-23T11:26:30.881334 |
web-sites-integrate-with-vnet | csharp | https://learn.microsoft.com/en-us/azure/app-service/web-sites-integrate-with-vnet | language | csharp | ation is required for the virtual network integration feature to reach through your virtual network to on-premises resources. You simply need to connect your virtual network to on-premises resources by using ExpressRoute or a site-to-site VPN. Peering If you use peering with virtual network integration, you don't need ... | 26 | 800 | 2026-03-23T11:18:15.802542 |
?s=transformers | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=transformers | devops | python | mpiler Instrumentation for Business Logic by Weiting Liou A TypeScript transformer that automatically instruments your business logic methods with OpenTelemetry spans at compile time through AST weaving, achieving true “application-level transparency” instrumentation javascript typescript typescript compiler business l... | 301 | 800 | 2026-03-23T11:26:30.537818 |
?s=cortex | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=cortex | devops | python | ntelemetry-collector-contrib/receiver/azureeventhubreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Azure Monitor Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver scrapes Azure Monitor API for resources metrics. azure monitor rece... | 104 | 800 | 2026-03-23T11:30:57.339752 |
2.28.0 | git | https://git-scm.com/docs/git-fetch/2.28.0 | devops | bash | c (or --force ). When fetching, we promiscuously considered all tag updates from a remote to be forced fetches. Since Git version 2.20, fetching to update refs/tags/* works the same way as when pushing. I.e. any updates will be rejected without + in the refspec (or --force ). Unlike when pushing with git-push[1] , any ... | 19 | 799 | 2026-03-23T11:10:18.759706 |
logging.handlers.html | python | https://docs.python.org/3/library/logging.handlers.html | language | python | stream is flushed before the new stream is set. Parameters : stream – The stream that the handler should use. Returns : the old stream, if the stream was changed, or None if it wasn’t. Added in version 3.7. terminator ¶ String used as the terminator when writing a formatted record to a stream. Default value is '\n' . I... | 2 | 799 | 2026-03-23T11:33:49.393096 |
?s=transformers | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=transformers | devops | python | onent Apache 2.0 License Repository Express Instrumentation by 🔭 OpenTelemetry Authors 🔭 Express instrumentation for Node.js. js instrumentation Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-express 0.61.0 Version JavaScript Language Instrumentation Component Ap... | 280 | 800 | 2026-03-23T11:26:30.537802 |
docs | openai | https://platform.openai.com/docs | ai | python | frontends with GPT-5.4 From prompts to products: One year of Responses Using skills to accelerate OSS maintenance Building frontend UIs with Codex and Figma Run long horizon tasks with Codex Topics General API Apps SDK Audio Codex Home Topics Agents Evals Multimodal Text Guardrails Optimization ChatGPT Codex gpt-oss Co... | 5 | 800 | 2026-03-23T10:49:54.786122 |
how-read-mysql-explains | planetscale | https://planetscale.com/blog/how-read-mysql-explains | database | sql | sort” for in-memory sorts and on-disk sorts, and it displays “Using temporary” for temporary tables on disk and in memory. Note PlanetScale does not support Triggers, Stored Procedures, and UDFs. More information can be found in the MySQL compatibility docs . SHOW Warnings statement One thing worth noting: If the query... | 9 | 799 | 2026-03-23T11:13:34.114569 |
llms-full.txt | chakra_ui | https://chakra-ui.com/llms-full.txt | library | javascript | /} ) } ``` ### Rehydrate Value In some cases, where a combobox has a `defaultValue` but the collection is not loaded yet, here's an example of how to rehydrate the value and populate the input value. ```tsx "use client" import { Combobox, For, HStack, Portal, Span, Spinner, useCombobox, useListCollection, } from "@chak... | 388 | 748 | 2026-03-23T10:52:11.338355 |
zh_HANS-CN | git | https://git-scm.com/docs/git-daemon/zh_HANS-CN | devops | bash | Git - git-daemon 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:18:35.032801 |
next-16-2-ai | nextjs | https://nextjs.org/blog/next-16-2-ai | framework | javascript | Next.js 16.2: AI Improvements | Next.js Back to Blog Wednesday, March 18th 2026 Next.js 16.2: AI Improvements Posted by Jude Gao @ gao_jude Tim Neutkens @ timneutkens Next.js 16.2 includes several improvements designed for AI-assisted development. These changes make it easier for agents to understand your project, debu... | 0 | 800 | 2026-03-23T11:38:28.646785 |
?s=instrumentation | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=instrumentation | 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:37:46.245319 |
no-leaked-render | biome | https://biomejs.dev/linter/rules/no-leaked-render | tooling | javascript | left-hand side evaluates to a falsy value like 0 , NaN , or any empty string, these values will be rendered instead of rendering nothing. Examples Section titled “Examples” Invalid Section titled “Invalid” 1 const Component = () => { 2 const count = 0 ; 3 return < div > { count && < span > Count: { count } </ span > } ... | 1 | 800 | 2026-03-23T11:41:49.528167 |
3.11.html | python | https://docs.python.org/3/whatsnew/3.11.html | language | python | by Bloomberg LP to work on the project part-time. Finally, many contributors are volunteers from the community. CPython bytecode changes ¶ The bytecode now contains inline cache entries, which take the form of the newly-added CACHE instructions. Many opcodes expect to be followed by an exact number of caches, and instr... | 56 | 800 | 2026-03-23T11:37:20.999158 |
?s=generator | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=generator | devops | python | ipt Language Resource detector Component Apache 2.0 License Package Details (npm) Repository OpenTelemetry Resource Detector for GitHub Actions by 🔭 OpenTelemetry Authors 🔭 Detects GITHUB_* environment variables specified and adds as attributes on a resource. github resource-detector js Quick Install To install this ... | 374 | 800 | 2026-03-23T11:11:58.624568 |
?s=isolationforest | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=isolationforest | devops | python | y runtimetelemetry by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for Runtime Telemetry runtimetelemetry instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository RXJava Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a RXJava instru... | 267 | 800 | 2026-03-23T11:33:12.408300 |
golden-image-with-hcp-packer | terraform | https://developer.hashicorp.com/packer/tutorials/cloud-production/golden-image-with-hcp-packer | devops | hcl | itializing HCP Terraform... Initializing provider plugins... - Reusing previous version of hashicorp/hcp from the dependency lock file - Reusing previous version of hashicorp/aws from the dependency lock file - Using previously-installed hashicorp/hcp v0.17.0 - Using previously-installed hashicorp/aws v3.63.0 HCP Terra... | 48 | 800 | 2026-03-23T10:52:59.201651 |
python | python | https://docs.python.org/3.6/ | language | python | stallation by others Extending and Embedding tutorial for C/C++ programmers Python/C API reference for C/C++ programmers FAQs frequently asked questions (with answers!) Indices and tables: Global Module Index quick access to all modules General Index all functions, classes, terms Glossary the most important terms expla... | 1 | 800 | 2026-03-23T10:52:27.204938 |
?s=scala | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=scala | devops | python | er that creates OpenTelemetry spans from Phoenix events. phoenix instrumentation erlang Erlang Language Instrumentation Component Apache 2.0 License Repository Redix Instrumentation by 🔭 OpenTelemetry Authors 🔭 OpentelemetryRedix uses telemetry handlers to create OpenTelemetry spans from Redix command events. redix i... | 218 | 800 | 2026-03-23T11:32:38.718519 |
declaring-props | svelte | https://svelte.dev/tutorial/svelte/declaring-props | framework | javascript | Props / Declaring props • Svelte Tutorial Skip to main content Basic Svelte Introduction Welcome to Svelte Your first component Dynamic attributes Styling Nested components HTML tags Reactivity State Deep state Derived state Inspecting state Effects Universal reactivity Props Declaring props Default values Spread props... | 0 | 800 | 2026-03-23T10:56:20.307226 |
?s=otterize | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=otterize | devops | python | orter Component Apache 2.0 License Documentation Repository Google Cloud Monitoring Exporter by Google Authors The OpenTelemetry Google Cloud Monitoring Exporter for Go. go exporter Go Language Exporter Component Apache 2.0 License Repository Google Cloud Trace Exporter by Google Authors The OpenTelemetry Google Cloud ... | 176 | 800 | 2026-03-23T11:14:02.202857 |
redis | redis | https://redis.io/docs/latest/commands/redis-7-2-commands/ | database | bash | plexity: O(1) Since: 5.0.0 XLEN - Return the number of messages in a stream. Syntax: XLEN key Description: Return the number of messages in a stream. Complexity: O(1) Since: 5.0.0 XPENDING - Returns the information and entries from a stream consumer group's pending entries list. Syntax: XPENDING key group [[IDLE min-id... | 53 | 800 | 2026-03-23T11:33:19.306500 |
?s=buildkit | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=buildkit | 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:29:25.892057 |
?s=python | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=python | devops | python | se API integration by 🔭 OpenTelemetry Authors 🔭 The trace integration with Database API for OpenTelemetry. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository Django Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library allows tracing requests for Django applications. ... | 322 | 800 | 2026-03-23T11:27:43.915136 |
?s=nestjs | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=nestjs | devops | python | Exporter Component Apache 2.0 License Package Details (nuget) Repository OTLP Exporter by 🔭 OpenTelemetry Authors 🔭 This library allows exporting telemetry data in the OpenTelemetry Protocol (OTLP) format to the OpenTelemetry Collector and OTLP-compliant backends/receivers. .NET C# dotnet exporter Quick Install To in... | 172 | 800 | 2026-03-23T11:22:46.019049 |
release-notes-2.10.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.10.0 | mobile | dart | e overscroll maintaining when grow (framework, f: scrolling, cla: yes, waiting for tree to go green) 90684 Move text editing Action s to EditableTextState (team, framework, f: material design, cla: yes, f: cupertino, d: examples, waiting for tree to go green) 90840 Windows home/end shortcuts (a: text input, framework, ... | 137 | 800 | 2026-03-23T11:13:16.598313 |
redis | redis | https://redis.io/docs/latest/develop/data-types/json/ | database | bash | >> ["Norem"] }) . flatMap ( res12 -> reactiveCommands . jsonArrinsert ( "riders" , JsonPath . ROOT_PATH , 1 , parser . createJsonValue ( "\"Prickett\"" ), parser . createJsonValue ( "\"Royce\"" ), parser . createJsonValue ( "\"Castilla\"" )) . collectList ()) . doOnNext ( res13 -> { System . out . println ( res13 ); //... | 504 | 800 | 2026-03-23T10:54:21.885090 |
react-v18 | react | https://react.dev/blog/2022/03/29/react-v18 | framework | javascript | state updates into a single re-render for better performance. Without automatic batching, we only batched updates inside React event handlers. Updates inside of promises, setTimeout, native event handlers, or any other event were not batched in React by default. With automatic batching, these updates will be batched au... | 11 | 800 | 2026-03-23T10:51:52.119946 |
fineweb-2 | transformers | https://huggingface.co/datasets/HuggingFaceFW/fineweb-2 | ai | python | waf karam ma ana bar ekakaif, ana sawar etei boro natafafar hina’in. 22-Baise orot fairin anababatun nati orot boro nawasfufur narun ana ahay ana waf tafahimaim ema’am boro niteten nan ana ofonah nafaramih bairi hinabow. 23-Orot yait ayu ananamaim men enan, i ayu isou ebiwosai, naatu orot yait men ibaisu airi sabuw abi... | 59 | 800 | 2026-03-23T11:23:24.988460 |
?s=exporter | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=exporter | 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:22:11.662527 |
?s=nservicebus | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=nservicebus | devops | python | strumentation Component MIT License Package Details (crates) Repository axum Instrumentation by David Bernard Middlewares to integrate axum + tracing + opentelemetry. rust axum instrumentation Quick Install To install this instrumentation library run: cargo add axum-tracing-opentelemetry 0.16.0 Version Rust Language In... | 358 | 800 | 2026-03-23T11:20:22.287594 |
data.html | pytorch | https://pytorch.org/docs/stable/data.html | ml | python | rectly return each member of the dataset object. When both batch_size and batch_sampler are None (default value for batch_sampler is already None ), automatic batching is disabled. Each sample obtained from the dataset is processed with the function passed as the collate_fn argument. When automatic batching is disabled... | 9 | 800 | 2026-03-23T10:53:08.319800 |
rss.xml | neon | https://neon.tech/docs/changelog/rss.xml | database | sql | re release - May 23, 2025]]> https://neon.com/docs/changelog/2025-05-23 https://neon.com/docs/changelog/2025-05-23 Fri, 23 May 2025 00:00:00 GMT <![CDATA[Neon Data API, Neon credits, collapsible console sidebar, and more release - May 16, 2025]]> https://neon.com/docs/changelog/2025-05-16 https://neon.com/docs/changelo... | 12 | 800 | 2026-03-23T11:25:58.532808 |
redis | redis | https://redis.io/docs/latest/commands/ttl/ | database | bash | res ; println! ( " {res} " ); // >>> 1 }, Err ( e ) => { println! ( "Error setting hash fields: {e} " ); return ; } } match r . hscan ( "myhash" ) { Ok ( iter ) => { let fields : std :: collections :: HashMap < String , String > = iter . collect (); println! ( " {fields:?} " ); // >>> {"a": "1", "b": "2"} }, Err ( e ) ... | 54 | 799 | 2026-03-23T11:36:54.734767 |
changelog.html | python | https://docs.python.org/3/whatsnew/changelog.html | language | python | : Fixed jumping when the function contains an async for loop. bpo-33026 : Fixed jumping out of “with” block by setting f_lineno. bpo-33005 : Fix a crash on fork when using a custom memory allocator (ex: using PYTHONMALLOC env var). _PyGILState_Reinit() and _PyInterpreterState_Enable() now use the default RAW memory all... | 1,809 | 800 | 2026-03-23T10:57:25.355145 |
cloud | terraform | https://developer.hashicorp.com/terraform/tutorials/cloud | devops | hcl | CP Terraform VCS Provider to manage your Terraform Cloud workspaces VCS integration through the TFE Provider or API Terraform 12min Manage private environments with HCP Terraform agents Configure and use an HCP Terraform agent locally to manage isolated, private, or on-premises infrastructure. Learn how to manage resou... | 3 | 800 | 2026-03-23T11:06:51.160504 |
?s=webpack | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=webpack | devops | python | collector Quick Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/extension/opampextension v0.148.0 v0.148.0 Version Collector Language Extension Component Apache 2.0 License Packa... | 70 | 799 | 2026-03-23T11:12:29.218573 |
lang_upsert.html | sqlite | https://www.sqlite.org/lang_upsert.html | database | sql | expr , schema-name . table-function ( expr ) table-name , NOT EXISTS ( select-stmt ) CASE expr WHEN expr THEN expr ELSE expr END raise-function filter-clause: show FILTER ( WHERE expr ) function-arguments: show DISTINCT expr , * ORDER BY ordering-term , ordering-term: show expr COLLATE collation-name DESC ASC NULLS FIR... | 1 | 799 | 2026-03-23T11:09:03.064825 |
?s=vaadin | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=vaadin | devops | python | Kubernetes Operator by 🔭 OpenTelemetry Authors 🔭 A Kubernetes Operator for the OpenTelemetry Collector. kubernetes Collector Language Core Component Apache 2.0 License Repository opentelemetry-lua by yangxikun An unofficial implementation of OpenTelemetry in lua. lua instrumentation Lua Language Instrumentation Compo... | 365 | 799 | 2026-03-23T11:20:45.496718 |
?s=tailing | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=tailing | devops | python | list of dependencies in mix.exs : def deps do [ { :opentelemetry_ecto , "~> 1.2.0" } ] 1.2.0 Version Erlang Language Instrumentation Component Apache 2.0 License Package Details (hex) Repository Elli Instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation for Erlang HTTP server Elli. erlang http instrumentation ... | 216 | 800 | 2026-03-23T11:38:45.894077 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | sions": 0.89349, "engine_params": { "search_params": { "hnsw_ef": 64 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-rps-m-32-ef-128", "dataset_name": "gist-960-euclidean", "upload_time": 371.553792912, "total_upload_time": 466.7232370961, "p95_time": 0.0188641744, "rps": 476.2422875218, "parallel": 8, "p99_tim... | 2,625 | 556 | 2026-03-23T11:15:13.618444 |
v2.1.4.html | pandas | https://pandas.pydata.org/pandas-docs/stable/whatsnew/v2.1.4.html | ml | python | What’s new in 2.1.4 (December 8, 2023) — pandas 3.0.1 documentation Skip to main content Back to top Choose version GitHub X Mastodon What’s new in 2.1.4 (December 8, 2023) # These are the changes in pandas 2.1.4. See Release notes for a full changelog including other versions of pandas. Fixed regressions # Fixed regre... | 0 | 800 | 2026-03-23T10:51:32.761779 |
?s=lua | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=lua | devops | python | stjs JavaScript Language Instrumentation Component MIT License Website Documentation Repository OpenTelemetry NodeCache Instrumentation by Aspecto Authors NodeCache instrumentation for Node.js. Node.js instrumentation node-cache JavaScript Language Instrumentation Component Apache 2.0 License Repository OpenAI JavaScri... | 292 | 800 | 2026-03-23T11:12:05.431690 |
?s=application-insights | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=application-insights | 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:29:09.169852 |
?s=azure-sdk | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=azure-sdk | devops | python | trumentation Component Apache 2.0 License Repository splunkclient-go – Instrumentation for k8s.io/client-go by Splunk Inc. Instrumentation for the k8s.io/client-go package. go instrumentation kubernetes Go Language Instrumentation Component Apache 2.0 License Repository splunkdns – Instrumentation for github.com/miekg/... | 231 | 800 | 2026-03-23T11:36:42.160564 |
?s=isolationforest | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=isolationforest | devops | python | y Authors 🔭 The Zookeeper Receiver for the OpenTelemetry Collector collects metrics from a Zookeeper instance, using the ‘mntr’ command. 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-telemetr... | 167 | 800 | 2026-03-23T11:33:12.408224 |
?s=sarama | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=sarama | devops | python | ike the following: exporters : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awscloudwatchlogsexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository AWS CloudWatch EMF Collector Exporter by 🔭 OpenTelemetry Aut... | 26 | 799 | 2026-03-23T11:27:15.243227 |
?s=knative | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=knative | devops | python | package provides an instrumentation library for OpenSearch opensearch instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Oracle UCP Instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for Oracle UCP oracle ucp instrumentation java Java ... | 261 | 799 | 2026-03-23T11:27:11.488842 |
net-log | electron | https://www.electronjs.org/docs/latest/api/net-log | desktop | javascript | Setting this to includeSensitive will include cookies and authentication data. Setting it to everything will include all bytes transferred on sockets. Can be default , includeSensitive or everything . maxFileSize number (optional) - When the log grows beyond this size, logging will automatically stop. Defaults to unlim... | 1 | 793 | 2026-03-23T10:57:16.665898 |
orgs-manage | neon | https://neon.tech/docs/manage/orgs-manage | database | sql | enter billing details. After confirming, you'll be directed to your new organization's Projects page, where you can get started creating projects and inviting members . Invite Members Only Admins have the authority to invite new Members to the organization. Invitations are issued via email. If a recipient does not have... | 1 | 798 | 2026-03-23T11:25:39.901295 |
?s=julia | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=julia | devops | python | verno incubating Go Language Application integration Component Apache-2.0 License Website Documentation Open Policy Agent native graduated by Open Policy Agent Authors OPA will emit spans to an OpenTelemetry Collector via gRPC. go opa open policy agent graduated Go Language Application integration Component Apache-2.0 ... | 10 | 800 | 2026-03-23T11:23:03.563284 |
version-9 | nextjs | https://nextjs.org/docs/pages/guides/upgrading/version-9 | framework | javascript | pp extends App { // Remove me, I do nothing! static async getInitialProps ({ Component , ctx }) { let pageProps = {} if ( Component .getInitialProps) { pageProps = await Component .getInitialProps (ctx) } return { pageProps } } render () { // ... etc } } Breaking Changes @zeit/next-typescript is no longer necessary Nex... | 1 | 800 | 2026-03-23T11:30:03.017983 |
var | javascript | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/var | language | javascript | remains undefined (but declared): js function doSomething() { console.log(bar); // undefined var bar = 111; console.log(bar); // 111 } This is implicitly understood as: js function doSomething() { var bar; console.log(bar); // undefined bar = 111; console.log(bar); // 111 } Redeclarations Duplicate variable declaration... | 5 | 786 | 2026-03-23T10:50:40.245014 |
disable_v2_tensorshape | tensorflow | https://www.tensorflow.org/api_docs/python/tf/compat/v1/disable_v2_tensorshape | ml | python | tf.compat.v1.disable_v2_tensorshape | TensorFlow v2.16.1 Skip to main content English 中文 – 简体 GitHub Sign in TensorFlow v2.16.1 TensorFlow API TensorFlow v2.16.1 Python tf.compat.v1.disable_v2_tensorshape Stay organized with collections Save and categorize content based on your preferences. View source on GitHub Disabl... | 0 | 798 | 2026-03-23T11:25:44.852571 |
github-codespaces-neon-branching | neon | https://neon.tech/guides/github-codespaces-neon-branching | database | sql | Setting up GitHub Codespaces with Neon Database Branching for Pull Requests - Neon Guides 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 / Community / Guides Setting up GitHub Codespaces with Neon Database Branching for Pull Req... | 0 | 800 | 2026-03-23T11:38:38.073444 |
?s=ollama | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=ollama | 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:18:41.269875 |
default_list_constructor | dart | https://dart.dev/tools/diagnostics/default_list_constructor | language | dart | rified 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_... | 2 | 800 | 2026-03-23T11:16:09.614417 |
?s=shenyu | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=shenyu | devops | python | rumentation java Java Language Instrumentation Component Apache 2.0 License Repository JAX-WS Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a JAX-WS instrumentation to trace requests through OpenTelemetry. It includes support for jws as well as axis2, cxf, and metro libraries. java instrumentatio... | 251 | 800 | 2026-03-23T11:10:16.617946 |
import_of_non_library | dart | https://dart.dev/tools/diagnostics/import_of_non_library | language | dart | odifiers for API maintainers Reference Concurrency expand_more Overview Asynchronous programming Isolates Null safety expand_more Sound null safety Understanding null safety Dart keywords Language versioning Core libraries expand_more Overview dart:core dart:async dart:math dart:convert dart:io dart:js_interop Iterable... | 1 | 800 | 2026-03-23T11:30:15.056691 |
?s=sigv4 | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=sigv4 | devops | python | ntation java Java Language Instrumentation Component Apache 2.0 License Repository zio by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for ZIO zio instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry amqplib Instrumentation (RabbitMQ) b... | 272 | 800 | 2026-03-23T11:29:48.769803 |
integration_langgraph | langfuse | https://langfuse.com/guides/cookbook/integration_langgraph | ai | python | Langchain (tracing) langfuse_handler = CallbackHandler() # Add Langfuse handler as callback: config={"callbacks": [langfuse_handler]} for s in graph.stream({ "messages" : [HumanMessage( content = "What is Langfuse?" )]}, config = { "callbacks" : [langfuse_handler]}): print (s) Add custom spans to a LangGraph trace Some... | 26 | 800 | 2026-03-23T11:26:02.085594 |
2.15.4 | git | https://git-scm.com/docs/git-merge/2.15.4 | devops | bash | ecially if those changes were further modified after the merge was started), git merge --abort will in some cases be unable to reconstruct the original (pre-merge) changes. Therefore: Warning : Running git merge with non-trivial uncommitted changes is discouraged: while possible, it may leave you in a state that is har... | 5 | 800 | 2026-03-23T11:16:28.851743 |
streaming | nextjs | https://nextjs.org/docs/app/guides/streaming | framework | javascript | pts chunk 1 (+170ms) # Component payload (self.__next_f.push) for hydration chunk 2 (+1000ms) # Weather widget: payload + <div hidden id="S:0"> (swaps B:0) chunk 3 (+3000ms) # Analytics dashboard: payload + <div hidden id="S:1"> (swaps B:1) The <template id="B:0"> markers are the Suspense fallback placeholders. When a ... | 29 | 799 | 2026-03-23T10:52:32.246931 |
?s=sarama | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=sarama | devops | python | essor converts delta sum metrics to rate metrics. This rate is a gauge. go processor collector Quick Install When building a custom collector you can add this processor to the manifest file like the following: processors : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/processor/deltatorateprocesso... | 78 | 800 | 2026-03-23T11:27:15.243268 |
llms-medium.txt | svelte | https://svelte.dev/llms-medium.txt | framework | javascript | ch can lead to faster initial page loads - The list of routes is hidden from public view - The server has an opportunity to intercept each navigation (for example through a middleware), enabling (for example) A/B testing opaque to SvelteKit The drawback is that for unvisited paths, resolution will take slightly longer ... | 373 | 800 | 2026-03-23T11:13:00.456466 |
?s=opa | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=opa | devops | python | b plugin for collecting metrics from .NET Runtime .NET C# dotnet instrumentation runtime metrics Quick Install To install this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.Runtime 1.15.0 Version .NET Language Instrumentation Component Apache 2.0 License Package Details (nuget) Repositor... | 210 | 800 | 2026-03-23T11:32:28.017022 |
json | go | https://go.dev/blog/json | language | go | ar v map[string]interface{} if err := dec.Decode(&v); err != nil { log.Println(err) return } for k := range v { if k != "Name" { delete(v, k) } } if err := enc.Encode(&v); err != nil { log.Println(err) } } } Due to the ubiquity of Readers and Writers, these Encoder and Decoder types can be used in a broad range of scen... | 10 | 672 | 2026-03-23T11:21:23.492695 |
using | convex | https://docs.convex.dev/components/using | database | typescript | omponents export convenient helper functions on /test to make this easy: convex/some.test.ts TS import agentTest from "@convex-dev/agent/test" ; import { expect , test } from "vitest" ; import { convexTest } from "convex-test" ; import { components } from "./_generated/api" ; import { createThread } from "@convex-dev/a... | 6 | 800 | 2026-03-23T11:14:07.729577 |
get-started | langfuse | https://langfuse.com/docs/opentelemetry/get-started | ai | python | bservation-Level Attributes These attributes are applied to individual observations (spans) within a trace ( data model ). Langfuse Field Description Mapped from OTel Attribute type The type of observation . Any span with a model attribute is tracked as a generation . • langfuse.observation.type : "span" | "generation"... | 18 | 800 | 2026-03-23T11:26:28.276233 |
lang_createvtab.html | sqlite | https://www.sqlite.org/lang_createvtab.html | database | sql | ing the ordinary DROP TABLE statement. There is no DROP VIRTUAL TABLE statement. | 2 | 80 | 2026-03-23T11:15:26.179474 |
supabase-inspect-db-calls | supabase | https://supabase.com/docs/reference/cli/supabase-inspect-db-calls | database | typescript | │ 78,325 │ 00:00:00 INSERT INTO users (email, name) VALUES ($1, $2)│ 00:40:11.616882 │ 0.8% │ 54,003 │ 00:00:00.000322 Usage 1 supabase inspect db calls Flags --db-url <string> Optional Inspect the database specified by the connection string (must be percent-encoded). --linked Optional Inspect the linked project. --loc... | 41 | 754 | 2026-03-23T11:28:41.455396 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/kubernetes-api/common-parameters/common-parameters/ | devops | yaml | s/#resource-versions for details. Defaults to unset sendInitialEvents sendInitialEvents=true may be set together with watch=true . In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event ... | 9 | 800 | 2026-03-23T11:02:30.240732 |
self-healing-ci-tutorial | nx | https://nx.dev/docs/getting-started/tutorials/self-healing-ci-tutorial | tooling | typescript | mmand at the end is responsible for enabling self-healing CI. It analyzes any failing tasks and automatically suggests fixes. Step 3: Install Nx Console Section titled “Step 3: Install Nx Console” You will need the Nx Console editor extension for VS Code, Cursor, or IntelliJ to receive CI notifications and apply fixes ... | 2 | 799 | 2026-03-23T10:55:47.993475 |
container-tools?view=vs-2022 | csharp | https://learn.microsoft.com/en-us/visualstudio/containers/container-tools?view=vs-2022 | language | csharp | Explorer and choose Publish . On the Publish dialog, select the Docker Container Registry tab. Choose Create New Azure Container Registry . Fill in your desired values in the Create a new Azure Container Registry . Setting Suggested value Description DNS Prefix Globally unique name Name that uniquely identifies your co... | 9 | 799 | 2026-03-23T11:00:30.307171 |
base64.html | sqlite | https://www.sqlite.org/base64.html | database | sql | B is returned. The base64() function uses the standard RFC 4648 alphabet: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/". 3. See Also Build-in SQL functions hex() and unhex() . Extension function base85() . This page was last updated on 2024-09-20 17:36:26Z | 2 | 277 | 2026-03-23T11:16:29.617544 |
createCollection | tanstack_router | https://tanstack.com/db/latest/docs/reference/functions/createCollection | framework | typescript | tion.mutations[0].key) }, sync: { sync: () => {} } }) // Direct usage (handlers manage transactions) const tx = todos.insert({ id: "1", text: "Buy milk", completed: false }) await tx.isPersisted.promise ts // Pattern 2: Manual transaction management const todos = createCollection({ getKey: (todo) => todo.id, schema: to... | 17 | 774 | 2026-03-23T11:27:36.354921 |
virtualizer | tanstack_start | https://tanstack.com/virtual/latest/docs/api/virtualizer | framework | typescript | Delay tsx isScrollingResetDelay: number This option allows you to specify the duration to wait after the last scroll event before resetting the isScrolling instance property. The default value is 150 milliseconds. The implementation of this option is driven by the need for a reliable mechanism to handle scrolling behav... | 12 | 799 | 2026-03-23T11:27:53.273834 |
qdrant | qdrant | https://qdrant.tech/articles/modern-sparse-neural-retrieval/ | database | python | "Paprika" , "movie_watch_time_min" : 90 , "movie_description" : "When a machine that allows therapists to enter their patients' dreams is stolen, all hell breaks loose. Only a young female therapist, Paprika, can stop it." }, { "movie_name" : "After Hours" , "movie_watch_time_min" : 97 , "movie_description" : "An ordin... | 29 | 799 | 2026-03-23T11:00:33.078438 |
nextjs | turborepo | https://turbo.build/docs/guides/frameworks/nextjs | tooling | javascript | lt nextConfig; 9,001,168 hours Total Compute Saved Get started with Remote Caching → On this page Quickstart Adding a Next.js application to an existing repository Integrating with your repository Customizing tasks Microfrontends GitHub Edit this page on GitHub Scroll to top Give feedback Copy page Ask AI about this pa... | 3 | 335 | 2026-03-23T11:01:22.405364 |
?s=tap | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=tap | devops | python | ory Azure Blob Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver reads logs and trace data from Azure Blob Storage 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-col... | 103 | 800 | 2026-03-23T11:23:19.949789 |
push | javascript | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/push | language | javascript | d array into the first one. js const vegetables = ["parsnip", "potato"]; const moreVegs = ["celery", "beetroot"]; // Merge the second array into the first one vegetables.push(...moreVegs); console.log(vegetables); // ['parsnip', 'potato', 'celery', 'beetroot'] Merging two arrays can also be done with the concat() metho... | 3 | 793 | 2026-03-23T10:59:23.650945 |
planetscale-postgres-prisma | planetscale | https://planetscale.com/docs/postgres/tutorials/planetscale-postgres-prisma | database | sql | one. List organizations by running: Report incorrect code Copy Ask AI pscale org list Switch organizations by running: Report incorrect code Copy Ask AI pscale org switch < ORGANIZATION_NAM E > 2 Find the region closest to your application’s hosting. List available regions by running: Report incorrect code Copy Ask AI ... | 5 | 799 | 2026-03-23T11:00:30.178796 |
?s=threading | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=threading | devops | python | Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : github.com/Jamstah/k8ssaauthextension v0.0.2 v0.0.2 Version Collector Language Extension Component Apache 2.0 License Package Details (go-collector) Repository Memory Limiter Extension by ... | 67 | 800 | 2026-03-23T11:18:02.128423 |
llms-medium.txt | svelte | https://svelte.dev/llms-medium.txt | framework | javascript | lation, which the Svelte compiler and tooling like Vite don't do. ## Typing `$props` Type `$props` just like a regular object with certain properties. ```svelte eventHandler('clicked button')}> {@render snippetWithStringArgument('hello')} ``` ## Generic `$props` Components can declare a generic relationship between the... | 116 | 796 | 2026-03-23T11:13:00.456104 |
typing-indicator | flutter | https://docs.flutter.dev/cookbook/effects/typing-indicator | mobile | dart | ide Widget build ( BuildContext context ) { return AnimatedBuilder ( animation : _indicatorSpaceAnimation , builder : ( context , child ) { return SizedBox ( height : _indicatorSpaceAnimation . value , child : child ) ; } , child : Stack ( children : [ AnimatedBubble ( animation : _smallBubbleAnimation , left : 8 , bot... | 11 | 800 | 2026-03-23T11:37:31.581374 |
capi3ref.html | sqlite | https://www.sqlite.org/capi3ref.html | database | sql | ed automatically by sqlite3_initialize() and sqlite3_os_end() is called by sqlite3_shutdown(). Appropriate implementations for sqlite3_os_init() and sqlite3_os_end() are built into SQLite when it is compiled for Unix, Windows, or OS/2. When built for other platforms (using the SQLITE_OS_OTHER=1 compile-time option) the... | 497 | 797 | 2026-03-23T11:15:05.573909 |
deploying-runner-scale-sets-with-actions-runner-controller | github_actions | https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller | devops | yaml | t canary-SHORT_SHA . For more information, see gha-runner-scale-set-controller on the Container registry. Note You must use Helm charts on your local file system. You cannot use the released Helm charts. Update the tag in the gha-runner-scale-set-controller values.yaml file to: canary-SHORT_SHA Update the field appVers... | 47 | 800 | 2026-03-23T10:55:05.961581 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/user/project/integrations/squash_tm/ | devops | yaml | Squash TM | GitLab Docs Squash TM Tier : Free, Premium, Ultimate Offering : GitLab Self-Managed, GitLab Dedicated History Introduced in GitLab 15.10. When Squash TM (Test Management) integration is enabled and configured in GitLab, issues (typically user stories) created in GitLab are synchronized as requirements in Sq... | 0 | 799 | 2026-03-23T11:24:06.224935 |
release-notes-2.5.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.5.0 | mobile | dart | a: yes, waiting for tree to go green) 26412 Fix iOS key events in platform views (platform-ios, cla: yes, waiting for tree to go green) 26413 Roll Skia from 4987c4af499d to ad5b44720f97 (1 revision) (cla: yes, waiting for tree to go green) 26415 Roll Skia from ad5b44720f97 to e5240a24987b (1 revision) (cla: yes, waitin... | 474 | 800 | 2026-03-23T11:13:43.940539 |
to-string | bun | https://bun.sh/docs/guides/streams/to-string | runtime | javascript | yarn-compatible lockfile Migrate from npm to bun Configure git to diff Bun's lockfile Install Bun in GitHub Actions Test Runner Run tests Watch mode Migrate from Jest Mock functions Spy on methods Mock system time Snapshot testing Update snapshots Coverage reports Coverage threshold Concurrent test glob Skip tests Todo... | 3 | 799 | 2026-03-23T10:58:04.485831 |
django | django | https://docs.djangoproject.com/en/3.2/genindex/ | framework | python | le (class in django.contrib.gis.db.models.functions) scale (GDALRaster attribute) scheme (HttpRequest attribute) schemes (URLValidator attribute) search field lookup type search_fields (ModelAdmin attribute) SearchHeadline (class in django.contrib.postgres.search) SearchQuery (class in django.contrib.postgres.search) S... | 140 | 800 | 2026-03-23T11:17:18.574720 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.