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 |
|---|---|---|---|---|---|---|---|---|
llms-full.txt | inngest | https://www.inngest.com/llms-full.txt | devops | typescript | ](/assets/docs/creating-an-event-key/new-event-key-2023.png) 🎉 You can now use this event key with the Inngest SDK to send events directly from any codebase. You can also: - Rename your event key at any time using the “Name” field so you and your team can identify it later - Delete the event key when your key is no lo... | 95 | 800 | 2026-03-23T10:50:47.947888 |
sveltekit | bun | https://bun.sh/docs/guides/ecosystem/sveltekit | runtime | javascript | its Raise issue Build an HTTP server using StricJS and Bun Previous Run Bun as a daemon with systemd Next ⌘ I | 10 | 109 | 2026-03-23T11:11:46.831631 |
release-notes-2.5.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.5.0 | mobile | dart | .ci.yaml (cla: yes, waiting for tree to go green) 3939 [image_picker] Fix camera alert localization analyzer warning (cla: yes, p: image_picker, platform-ios) 3940 [video_player] Fix pointer value to boolean conversion analyzer warnings (cla: yes, p: video_player, platform-ios) 3941 [connectivity] Ignore Reachability p... | 879 | 799 | 2026-03-23T11:13:43.941164 |
removing-effect-dependencies | react | https://react.dev/learn/removing-effect-dependencies | framework | javascript | ; } } ) ; return ( ) => { ignore = true ; } ; } , [ country ] ) ; // ✅ All dependencies declared const [ city , setCity ] = useState ( null ) ; const [ areas , setAreas ] = useState ( null ) ; useEffect ( ( ) => { if ( city ) { let ignore = false ; fetch ( `/api/areas?city= ${ city } ` ) . then ( response => response .... | 20 | 799 | 2026-03-23T11:10:38.373772 |
lifecycle | mcp | https://modelcontextprotocol.io/specification/2025-03-26/basic/lifecycle | ai | typescript | , and tools) subscribe : Support for subscribing to individual items’ changes (resources only) Operation During the operation phase, the client and server exchange messages according to the negotiated capabilities. Both parties SHOULD : Respect the negotiated protocol version Only use capabilities that were successfull... | 5 | 794 | 2026-03-23T11:09:17.768674 |
?s=ucp | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=ucp | devops | python | IT License Repository OddDotNet: Test Harness for OpenTelemetry by Tyler Kenna OddDotNet is a Test Harness for OpenTelemetry that works for any language, built in .NET. It is a container image that accepts OpenTelemetry signals over gRPC, and it includes a query language for verifying and validating those signals. OddD... | 366 | 800 | 2026-03-23T11:27:55.786219 |
?s=storage | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=storage | devops | python | age Details (go-collector) Repository Logz.io Exporter by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry Collector Exporter for Logz.io go exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : github.com/open-telemetry/o... | 43 | 800 | 2026-03-23T11:38:30.886141 |
postgresql | postgresql | https://www.postgresql.org/docs/release/9.3.12/ | database | sql | function names that aren't valid Python identifiers (Jim Nasby) Fix multiple mistakes in the statistics returned by contrib/pgstattuple 's pgstatindex() function (Tom Lane) Remove dependency on psed in MSVC builds, since it's no longer provided by core Perl (Michael Paquier, Andrew Dunstan) Update time zone data files ... | 4 | 800 | 2026-03-23T11:32:47.418953 |
redis | redis | https://redis.io/docs/latest/develop/data-types/timeseries/ | database | bash | , double )> { ( "thermometer:1" , 1 , 9.2 ), ( "thermometer:1" , 2 , 9.9 ), ( "thermometer:2" , 2 , 10.3 ) }; IReadOnlyList < TimeStamp > res8 = db . TS (). MAdd ( sequence ); Console . WriteLine ( $"[{string.Join(" , ", res8.Select(t => t.Value))}]" ); // >>> [1, 2, 2] // The last recorded temperature for thermometer:... | 1,209 | 799 | 2026-03-23T10:54:53.791743 |
?s=orchestrator | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=orchestrator | 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:28:53.572085 |
llms-full.txt | chakra_ui | https://chakra-ui.com/llms-full.txt | library | javascript | nt of the component | | as | undefined | `React.ElementType` | The underlying element to render. | | asChild | undefined | `boolean` | Use the provided child element as the default rendered element, combining their props and behavior. | | unstyled | undefined | `boolean` | Whether to remove the component's style. | | a... | 1,083 | 800 | 2026-03-23T10:52:11.339636 |
re.html | python | https://docs.python.org/3/library/re.html | language | python | as \6 , are replaced with the substring matched by group 6 in the pattern. For example: >>> re . sub ( r 'def\s+([a-zA-Z_][a-zA-Z_0-9]*)\s*\(\s*\):' , ... r 'static PyObject*\npy_\1(void)\n{' , ... 'def myfunc():' ) 'static PyObject*\npy_myfunc(void)\n{' If repl is a function, it is called for every non-overlapping occ... | 45 | 797 | 2026-03-23T10:59:10.185082 |
biome | biome | https://biomejs.dev/linter/rules/use-alt-text/ | tooling | javascript | --> 2 < img src = " decorative.png " alt = "" /> 1 < img src = " decorative.png " aria-hidden = " true " /> Accessibility guidelines Section titled “Accessibility guidelines” WCAG 1.1.1 Related links Section titled “Related links” Disable a rule Configure the code fix Rule options Source Code Test Cases Sponsored by Co... | 8 | 379 | 2026-03-23T11:36:48.202876 |
supabase-projects-delete | supabase | https://supabase.com/docs/reference/cli/supabase-projects-delete | database | typescript | h <string> Optional Change the associated git branch. --name <string> Optional Rename the preview branch. --notify-url <string> Optional URL to notify when branch is active healthy. --persistent Optional Switch between ephemeral and persistent branch. --status <string> Optional Override the current branch status. --pro... | 59 | 800 | 2026-03-23T11:29:02.065067 |
css | bun | https://bun.sh/docs/bundler/css | runtime | javascript | JSX/TSX Warnings/errors for invalid usages of CSS modules A CSS module is a CSS file (with the .module.css extension) where are all class names and animations are scoped to the file. This helps you avoid class name collisions as CSS declarations are globally scoped by default. Under the hood, Bun’s bundler transforms l... | 34 | 798 | 2026-03-23T10:58:09.794191 |
supabase-migration-fetch | supabase | https://supabase.com/docs/reference/cli/supabase-migration-fetch | database | typescript | ompletion fish [flags] Flags --no-descriptions Optional disable completion descriptions supabase completion bash Generate the autocompletion script for the bash shell. This script depends on the 'bash-completion' package. If it is not installed already, you can install it via your OS's package manager. To load completi... | 87 | 758 | 2026-03-23T11:33:34.241000 |
datadog | mastra | https://mastra.ai/docs/observability/tracing/exporters/datadog | ai | typescript | n this page Installation Configuration Prerequisites Zero-Config Setup Explicit Configuration Configuration options Complete Configuration With Local Datadog Agent Span type mapping Troubleshooting Native module ABI mismatch Bundler externals configuration Related Share feedback | 6 | 279 | 2026-03-23T11:32:41.682866 |
size.html | pytorch | https://pytorch.org/docs/stable/size.html | ml | python | ojects PyTorch vLLM DeepSpeed Host Your Project Docs PyTorch Domains Blog & News Blog Announcements Case Studies Events Newsletter About PyTorch Foundation Members Governing Board Technical Advisory Council Cloud Credit Program Staff Contact Skip to main content Back to top X GitHub PyTorch Forum PyPi Rate this Page ★ ... | 1 | 800 | 2026-03-23T10:52:01.610239 |
redis | redis | https://redis.io/docs/latest/develop/data-types/lists/ | database | bash | lse jedis . del ( "bikes:repairs" ); long res46 = jedis . llen ( "bikes:repairs" ); System . out . println ( res46 ); // >>> 0 String res47 = jedis . lpop ( "bikes:repairs" ); System . out . println ( res47 ); // >>> null jedis . del ( "bikes:repairs" ); long res48 = jedis . lpush ( "bikes:repairs" , "bike:1" , "bike:2... | 128 | 800 | 2026-03-23T11:05:26.645120 |
?s=traces | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=traces | devops | python | kin 1.8.0 Version .NET Language 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. erlang elix... | 175 | 800 | 2026-03-23T11:34:02.633791 |
?s=restlet | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=restlet | 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:34:17.313951 |
?s=dubbo | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=dubbo | devops | python | on Repository Jedis Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Jedis instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Jenkins Plugin for OpenTelemetry first party integration by Jenkins Authors... | 253 | 800 | 2026-03-23T11:39:18.105084 |
supabase-inspect-db-outliers | supabase | https://supabase.com/docs/reference/cli/supabase-inspect-db-outliers | database | typescript | on is that data manipulation statements, such as insert, update, or delete, are omitted from the squashed migration. You will have to add them back manually in a new migration file. This includes cron jobs, storage buckets, and any encrypted secrets in vault. By default, the latest <timestamp>_<name>.sql file will be u... | 34 | 799 | 2026-03-23T11:27:58.800573 |
llms-full.txt | chakra_ui | https://chakra-ui.com/llms-full.txt | library | javascript | Each(todo => console.log(\`\${todo.id}: \${todo.title} [\${todo.completed ? '✅' : '❌'}]\`)) } showTodos() `) ``` ### Drag Handle To add drag-and-drop reordering, use the [@tiptap/extension-drag-handle-react](https://www.npmjs.com/package/@tiptap/extension-drag-handle-react). This extension enables draggable handles for... | 814 | 798 | 2026-03-23T10:52:11.339285 |
ppc64 | go | https://go.dev/pkg/cmd/internal/obj/ppc64 | language | go | PSXDS AXSCVDPSXWS AXSCVDPUXDS AXSCVDPUXWS AXSCVSXDDP AXSCVUXDDP AXSCVSXDSP AXSCVUXDSP AXVCVDPSXDS AXVCVDPSXWS AXVCVDPUXDS AXVCVDPUXWS AXVCVSPSXDS AXVCVSPSXWS AXVCVSPUXDS AXVCVSPUXWS AXVCVSXDDP AXVCVSXWDP AXVCVUXDDP AXVCVUXWDP AXVCVSXDSP AXVCVSXWSP AXVCVUXDSP AXVCVUXWSP AXSMAXJDP AXSMINJDP ALASTAOUT // The last instruct... | 32 | 789 | 2026-03-23T11:23:41.894738 |
product-updates-jan-18 | inngest | https://www.inngest.com/blog/product-updates-jan-18 | devops | typescript | improvements, and updates. We’re always working on this for you, and you’ll notice some improvements to our new dark mode. What’s coming We’re also hard at work on many new features — a lot of which will improve your experience using Inngest directly. Here’s a sneak peek: Single-functon workflows. We’re making it effor... | 2 | 799 | 2026-03-23T11:21:24.434862 |
?s=database | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=database | devops | python | h) objects from the Kubernetes API server. k8sobjects 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/k8sobjectsreceiver v0.148.0 v0.148.0 Version... | 127 | 800 | 2026-03-23T11:28:28.459527 |
?s=shim | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=shim | devops | python | icense Website Documentation Package Details (npm) Repository OpenTelemetry confluent-kafka-javascript Instrumentation by Drazke This library allows tracing requests made by the confluent-kafka-javascript library. confluent-kafka-javascript instrumentation kafka javascript JavaScript Language Instrumentation Component ... | 277 | 800 | 2026-03-23T11:28:00.250310 |
?s=pino | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=pino | devops | python | t data, and send them to the next consumer at a configurable interval. 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/redisreceiver v0.148.0 v... | 148 | 800 | 2026-03-23T11:13:48.681597 |
about-billing-for-github-actions | github_actions | https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions | devops | yaml | ows 2-core (arm64) actions_windows_arm $0.010 macOS 3-core or 4-core (M1 or Intel) actions_macos $0.062 For full details of minute costs for different types of runners, see Actions runner pricing . Example minutes cost calculation for GitHub-hosted runners For example, if your organization uses GitHub Team, using 5,000... | 10 | 800 | 2026-03-23T11:29:22.912991 |
configure | firebase | https://firebase.google.com/docs/app-hosting/configure | database | javascript | e to be available to only the build environment or available only to the runtime environment. env : - variable : STORAGE_BUCKET value : mybucket.firebasestorage.app availability : - BUILD - RUNTIME For Next.js apps, you can also use the NEXT_PUBLIC_ prefix the same way you would in your dotenv file to make a variable a... | 3 | 800 | 2026-03-23T11:00:23.834828 |
?s=settings | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=settings | devops | python | sends it down the metric pipeline for further processing. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kubeletstatsreceiver v0.148.0 v0.148.... | 129 | 799 | 2026-03-23T11:26:12.522384 |
?s=bash | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=bash | devops | python | ides a Jodd HTTP instrumentation to track requests through OpenTelemetry. jodd http instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository JSF Instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for JSF jsf instrumentation java Java Languag... | 255 | 800 | 2026-03-23T11:24:15.997365 |
?s=redis-4 | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=redis-4 | devops | python | strumentation Component Apache 2.0 License Repository MySQL Instrumentation by 🔭 OpenTelemetry Authors 🔭 MySQL instrumentation for Node.js. js instrumentation Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-mysql 0.59.0 Version JavaScript Language Instrumentation ... | 289 | 800 | 2026-03-23T11:33:50.373348 |
server-functions | react | https://react.dev/reference/rsc/server-functions | framework | javascript | . log ( createNote ) ; // {$$typeof: Symbol.for("react.server.reference"), $$id: 'createNote'} < button onClick = { ( ) => createNote ( ) } /> } For more, see the docs for "use server" . Server Functions with Actions Server Functions can be called from Actions on the client: "use server" ; export async function updateN... | 4 | 799 | 2026-03-23T10:53:52.136776 |
?s=c%2b%2b | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=c%2b%2b | devops | python | HTTPS provider for OpenTelemetry Collector configuration maps. go confmap provider collector https Quick Install When building a custom collector you can add this provider to the manifest file like the following: providers : - gomod : go.opentelemetry.io/collector/confmap/provider/httpsprovider v1.54.0 v1.54.0 Version ... | 22 | 800 | 2026-03-23T11:19:55.468713 |
?group=string | redis | https://redis.io/docs/latest/commands/?group=string | database | bash | n -ASK redirect. Learn more → Read more AUTH Authenticates the connection. Learn more → Read more BF.ADD Adds an item to a Bloom Filter Learn more → Read more BF.CARD Returns the cardinality of a Bloom filter Learn more → Read more BF.EXISTS Checks whether an item exists in a Bloom Filter Learn more → Read more BF.INFO... | 3 | 800 | 2026-03-23T11:05:43.821471 |
?s=logrus | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=logrus | devops | python | it is often more convenient to use a pre-compiled package installed from NuGet. This client library for .NET also includes the opentelemetry-proto clients to allow for manually generating and sending signals, and lastly it includes a query builder to ease the process of building queries using the OddQueryLanguage (OQL)... | 387 | 798 | 2026-03-23T11:17:34.407846 |
idle.html | python | https://docs.python.org/3/library/idle.html | language | python | iles (grep) debugger with persistent breakpoints, stepping, and viewing of global and local namespaces configuration, browsers, and other dialogs The IDLE application is implemented in the idlelib package. This is an optional module . If it is missing from your copy of CPython, look for documentation from your distribu... | 1 | 796 | 2026-03-23T10:57:14.411105 |
redis | redis | https://redis.io/docs/latest/develop/data-types/streams/ | database | bash | fmt.Println(res3) // >>> 1692632102976-0 xlen , err := rdb . XLen ( ctx , "race:france" ). Result () if err != nil { panic ( err ) } fmt . Println ( xlen ) // >>> 3 } func ExampleClient_racefrance1 () { ctx := context . Background () rdb := redis . NewClient ( & redis . Options { Addr : "localhost:6379" , Password : ""... | 1,852 | 798 | 2026-03-23T11:04:07.562218 |
feed.xml | kubernetes | https://kubernetes.io/feed.xml | devops | yaml | -weight:bold">name</span>:<span style="color:#bbb"> </span>gateway-infra<span style="color:#bbb"> </span></span></span><span style="display:flex;"><span><span style="color:#bbb"></span><span style="color:#00f;font-weight:bold">---</span><span style="color:#bbb"> </span></span></span><span style="display:flex;"><span><s... | 297 | 800 | 2026-03-23T11:17:36.484879 |
redis | redis | https://redis.io/docs/latest/develop/data-types/vector-sets/ | database | bash | le . log ( res29 ); // >>> ['pt:A', 'pt:C', 'pt:B'] // Return elements in order of distance from point A whose size is // `large` and whose price is greater than 20.00. const res30 = await client . vSim ( "points" , "pt:A" , { FILTER : '.size == "large" && .price > 20.00' }); console . log ( res30 ); // >>> ['pt:C', 'p... | 362 | 800 | 2026-03-23T11:01:42.071919 |
patterns | dart | https://dart.dev/language/patterns | language | dart | -line tools expand_more Dart SDK expand_more Overview dart dart analyze dart build dart compile dart create dart doc dart fix dart format dart info dart install dart pub dart run dart test dartaotruntime Experiment flags Other command-line tools expand_more build_runner webdev Static analysis expand_more Customizing st... | 3 | 800 | 2026-03-23T10:55:07.576014 |
kubernetes | kubernetes | https://kubernetes.io/docs/concepts/configuration/ | devops | yaml | Configuration | Kubernetes Configuration Resources that Kubernetes provides for configuring Pods. ConfigMaps Secrets Liveness, Readiness, and Startup Probes Resource Management for Pods and Containers Organizing Cluster Access Using kubeconfig Files Resource Management for Windows nodes Feedback Was this page helpful? ... | 0 | 648 | 2026-03-23T10:59:28.365753 |
human-agents | convex | https://docs.convex.dev/agents/human-agents | database | typescript | e LLM or human responds next in a few ways: Explicitly store in the database whether the user or LLM is assigned to the thread. Using a call to a cheap and fast LLM to decide if the user question requires a human response. Using vector embeddings of the user question and message history to make the decision, based on a... | 2 | 798 | 2026-03-23T11:13:19.625577 |
cacheLife | nextjs | https://nextjs.org/docs/app/api-reference/functions/cacheLife | framework | javascript | 'hours' ) // Outer scope sets its own lifetime return ( < div > < h1 >Dashboard</ h1 > < Widget /> { /* Inner scope has 'minutes' lifetime */ } </ div > ) } Without explicit outer cacheLife If you don't call cacheLife in the outer cache, it uses the default profile (15 min revalidate). Inner caches with shorter lifetim... | 14 | 799 | 2026-03-23T11:07:58.836073 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | me": 0.018306434, "mean_time": 0.0122833387, "mean_precisions": 0.997834, "engine_params": { "search_params": { "hnsw_ef": 512 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-m-16-ef-128", "dataset_name": "deep-image-96-angular", "upload_time": 629.146622978, "total_upload_time": 1062.9490761381, "p95_time": 0.... | 614 | 551 | 2026-03-23T11:15:13.615385 |
http.html | nodejs | https://nodejs.org/api/http.html | runtime | javascript | uest to a tunneling proxy const options = { port : 1337 , host : '127.0.0.1' , method : 'CONNECT' , path : 'www.google.com:80' , }; const req = http . request (options) ; req . end () ; req . on ( 'connect' , ( res , socket , head ) => { console . log ( 'got connected!' ) ; // Make a request over an HTTP tunnel socket ... | 30 | 799 | 2026-03-23T10:57:12.238976 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | Synchronous wrapper to async streaming responses by running the async producer in a background thread and providing a synchronous iterator. This class must be used as a context manager with the `with` statement. """ _async_stream_cm: AbstractAsyncContextManager[StreamedResponse] _queue: queue.Queue[messages.ModelRespon... | 1,808 | 752 | 2026-03-23T10:51:26.913538 |
sv | git | https://git-scm.com/docs/git-merge/sv | devops | bash | histogram | minimal | myers | patience ) Använd en annan diff-algoritm vid sammanfogning, vilket kan bidra till att undvika felsammanfogningar som uppstår på grund av oviktiga matchande rader (som klammerparenteser från olika funktioner). Se även git-diff[1] --diff-algorithm . Observera att ort som standard har diff-al... | 36 | 799 | 2026-03-23T11:16:25.423112 |
asset_not_string_or_map | dart | https://dart.dev/tools/diagnostics/asset_not_string_or_map | language | dart | asset_not_string_or_map Skip to main content dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more OK, got it asterisk Overview docs Docs newsmode Blog public Community play_lesson Learn Dart download Get Dart Language expand_more Introduction Variables ... | 0 | 800 | 2026-03-23T11:09:02.569938 |
?s=sdk-extension | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=sdk-extension | devops | python | OpenTelemetry.Exporter.Geneva 1.15.1 Version .NET Language Exporter Component Apache 2.0 License Package Details (nuget) Repository InfluxDB Exporter for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 The InfluxDB exporter converts OpenTelemetry metrics into the InfluxDB model influxdb exporter dotnet Quick Install ... | 170 | 800 | 2026-03-23T11:24:30.936862 |
?s=client | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=client | devops | python | Instrumentation Component Apache 2.0 License Repository Flask Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library builds on the OpenTelemetry WSGI middleware to track web requests in Flask applications. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository gRPC Instrumen... | 324 | 799 | 2026-03-23T11:21:37.916132 |
?s=amqplib | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=amqplib | devops | python | run: gem install opentelemetry-instrumentation-racecar 0.6.1 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository Rack Instrumentation by 🔭 OpenTelemetry Authors 🔭 Rack instrumentation for Ruby. ruby instrumentation Quick Install To install this instrumentation library ... | 352 | 800 | 2026-03-23T11:28:44.984603 |
gopls | go | https://go.dev/s/gopls | language | go | tools/gopls at master · golang/tools · GitHub Skip to content You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert golang / tools Pu... | 0 | 800 | 2026-03-23T11:05:41.295490 |
?s=settings | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=settings | devops | python | ble are observers for docker, ecs, ecs_task, host and K8s. go extension collector Collector Language Extension Component Apache 2.0 License Repository OIDC authenticator extension by 🔭 OpenTelemetry Authors 🔭 The OIDC authenticator extension allows gRPC and HTTP-based receivers to require authentication from remote c... | 69 | 800 | 2026-03-23T11:26:12.522335 |
?s=libhoney | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=libhoney | 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:34:20.692572 |
go1.16 | go | https://go.dev/doc/go1.16 | language | go | c or -i flags are used together with unknown flags. Normally, unknown flags are passed to tests, but when -c or -i are used, tests are not run. go get The go get -insecure flag is deprecated and will be removed in a future version. This flag permits fetching from repositories and resolving custom domains using insecure... | 7 | 800 | 2026-03-23T11:29:18.920905 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | set_types(self) -> bool: """Whether types need to be set. Implementations should override this method to return `True` when types have not been set if they are needed. """ return False def set_types(self, state_type: type[StateT], run_end_type: type[RunEndT]) -> None: """Set the types of the state and run end. This can... | 5,551 | 688 | 2026-03-23T10:51:26.922467 |
filters | convex | https://docs.convex.dev/database/reading-data/filters | database | typescript | lPosts . filter ( ( post ) => post . tags . includes ( args . tag ) ) ; } , } ) ; But this requires reading the whole table first. If you want to just get the first result that matches, reading the whole table could be very inefficient. Instead you may want to use the JavaScript for await...of syntax to loop through th... | 5 | 800 | 2026-03-23T11:00:48.751469 |
app | nextjs | https://nextjs.org/docs/app | framework | javascript | Next.js Docs: App Router | Next.js Menu Using App Router Features available in /app Latest Version 16.2.1 Next.js Docs App Router Copy page App Router Last updated July 30, 2025 The App Router is a file-system based router that uses React's latest features such as Server Components , Suspense , and Server Functions . N... | 0 | 800 | 2026-03-23T10:50:22.530640 |
lang_dropview.html | sqlite | https://www.sqlite.org/lang_dropview.html | database | sql | DROP VIEW Small. Fast. Reliable. Choose any three. Home Menu About Documentation Download License Support Purchase Search About Documentation Download Support Purchase DROP VIEW drop-view-stmt: hide DROP VIEW IF EXISTS schema-name . view-name The DROP VIEW statement removes a view created by the CREATE VIEW statement. ... | 0 | 786 | 2026-03-23T11:10:15.088426 |
?s=edge-extension | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=edge-extension | devops | python | stall To install this instrumentation library run: npm install @opentelemetry/instrumentation-lru-memoizer 0.57.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository OpenTelemetry Instrumentation for memcached by 🔭 OpenTelemetry Authors 🔭 Instrumentation library f... | 287 | 800 | 2026-03-23T11:27:01.887019 |
OpenMathReasoning | transformers | https://huggingface.co/datasets/nvidia/OpenMathReasoning | ai | python | if P is (p, 1 - p), then Q would be (1 - p, p). Wait, is that correct? Yes, because reflecting a point (a,b) over the line y = x gives (b,a). So if P is on BC, which is x + y = 1, then Q would be (1 - p, p), since P is (p, 1 - p). But since Q is also on BC, let's check: (1 - p) + p = 1, so yes, it's on BC. So Q is the ... | 198 | 799 | 2026-03-23T11:24:54.977593 |
postgresql | postgresql | https://www.postgresql.org/docs/release/9.4.9/ | database | sql | e bugs in coping with unusual time zones. Update time zone data files to tzdata release 2016f for DST law changes in Kemerovo and Novosibirsk, plus historical corrections for Azerbaijan, Belarus, and Morocco. Prev Home Next Release 9.4.10 Up Release 9.4.8 Previous Return to the Release Notes Archive Next Versions 9.4.2... | 13 | 493 | 2026-03-23T11:16:59.096317 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | hat is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. pretty If 'true', then the output is pretty printed. Default... | 4,129 | 798 | 2026-03-23T10:56:49.348210 |
?s=dataloader | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=dataloader | devops | python | guage Receiver Component Apache 2.0 License Package Details (go-collector) Repository PostgreSQL Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver queries the PostgreSQL statistics collector. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the... | 142 | 800 | 2026-03-23T11:14:09.286546 |
migrate-from-helicone | langfuse | https://langfuse.com/faq/all/migrate-from-helicone | ai | python | ) compiled_messages = prompt.compile( customer_name = "Alice" , issue_type = "billing" ) response = client.chat.completions.create( model = prompt.config.get( "model" , "gpt-4o-mini" ), messages = compiled_messages ) If you used Helicone's SDK approach ( @helicone/helpers / HeliconePromptManager ): # Before (Helicone S... | 5 | 799 | 2026-03-23T11:25:54.119445 |
2.34.0 | git | https://git-scm.com/docs/gitfaq/2.34.0 | devops | bash | h git.example.org. IdentityFile ~/.ssh/id_author IdentitiesOnly yes # This is the account for committer on git.example.org. Host example_committer HostName git.example.org User git # This is the key pair registered for committer with git.example.org. IdentityFile ~/.ssh/id_committer IdentitiesOnly yes Then, you can adj... | 11 | 791 | 2026-03-23T11:20:34.469191 |
?s=protobuf | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=protobuf | 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:36:35.075538 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/api/pipelines/ | devops | yaml | ://example.com/foo/bar/pipelines/46" , "name" : "Some new pipeline name" , "archived" : false } | 21 | 95 | 2026-03-23T10:55:03.482830 |
?s=web | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=web | devops | python | l this instrumentation library run: dotnet add package NServiceBus 3.3.0-unstable71 Version .NET Language Instrumentation Component Reciprocal Public License 1.5 License Website Documentation Package Details (nuget) Repository OWIN Instrumentation for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 This is an Instrum... | 208 | 800 | 2026-03-23T11:23:14.011179 |
changelog | turso | https://docs.turso.tech/tursodb/changelog | database | sql | e character is ignored in LIKE function (lgualtieri75) Fix cast_text_to_number compatibility (Pedro Muniz) Modify the LIKE function to work with all types (Mohamed Hossam) 0.0.15 - 2025-02-18 Added Core: Initial pass on virtual tables (Preston Thorpe) Import MVCC code to the source tree -- not enabled (Pekka Enberg, Pi... | 197 | 799 | 2026-03-23T10:55:52.803410 |
contact | nx | https://nx.dev/contact | tooling | typescript | ing your repository, or have questions about billing, log in to your account and contact support. Nx Cloud support If you have questions about using Nx Cloud, need help connecting your repository, or have questions about billing, log in to your account and contact support. Contribute on GitHub File a bug report, check ... | 2 | 800 | 2026-03-23T11:02:36.151993 |
logging.handlers.html | python | https://docs.python.org/3/library/logging.handlers.html | language | python | entation formats the message with arguments, sets the message and msg attributes to the formatted message and sets the args and exc_text attributes to None to allow pickling and to prevent further attempts at formatting. This means that a handler on the QueueListener side won’t have the information to do custom formatt... | 45 | 800 | 2026-03-23T11:33:49.393128 |
?s=trusted-publishing | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=trusted-publishing | devops | python | this exporter run: dotnet add package Azure.Monitor.OpenTelemetry.Exporter 1.6.0 Version .NET Language Exporter Component MIT License Package Details (nuget) Repository Console Exporter for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 The console exporter prints data to the Console window. console exporter dotnet ... | 169 | 799 | 2026-03-23T11:23:36.389637 |
redis | redis | https://redis.io/docs/latest/develop/data-types/sets/ | database | bash | ck-Start package example_commands_test import ( "context" "fmt" "sort" "github.com/redis/go-redis/v9" ) func ExampleClient_sadd () { ctx := context . Background () rdb := redis . NewClient ( & redis . Options { Addr : "localhost:6379" , Password : "" , // no password docs DB : 0 , // use default DB }) res1 , err := rdb... | 511 | 800 | 2026-03-23T11:02:34.327086 |
taint | terraform | https://developer.hashicorp.com/terraform/cli/commands/taint | devops | hcl | rsion . For configurations using the local backend only, terraform taint also accepts the legacy options -state , -state-out , and -backup . Edit this page on GitHub | 3 | 165 | 2026-03-23T11:31:27.331099 |
parseOrderByExpression | tanstack_start | https://tanstack.com/db/latest/docs/reference/functions/parseOrderByExpression | framework | typescript | rview Quick Start Installation Guides Live Queries Mutations Schemas Error Handling Creating Collection Options Creators Collections Query Collection Electric Collection TrailBase Collection RxDB Collection PowerSync Collection LocalStorage Collection LocalOnly Collection Frameworks React Vue Angular Solid Svelte Commu... | 2 | 800 | 2026-03-23T11:41:17.152744 |
Operators | javascript | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators | language | javascript | s the key-value pairs to the object being created. Comma operator , The comma operator allows multiple expressions to be evaluated in a single statement and returns the result of the last expression. Specifications Specification ECMAScript® 2026 Language Specification # sec-super-keyword ECMAScript® 2026 Language Speci... | 7 | 800 | 2026-03-23T10:55:36.072194 |
package-summary | firebase | https://firebase.google.com/docs/reference/android/com/google/firebase/auth/package-summary | database | javascript | ssword reset email) FirebaseAuthException Generic exception related to Firebase Authentication. FirebaseAuthInvalidCredentialsException Thrown when one or more of the credentials passed to a method fail to identify and/or authenticate the user subject of that operation. FirebaseAuthInvalidUserException Thrown when perf... | 8 | 800 | 2026-03-23T11:27:53.195248 |
?s=istio | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=istio | devops | python | elemetry-collector-contrib/processor/dnslookupprocessor v0.148.0 v0.148.0 Version Collector Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Filter Collector Processor by 🔭 OpenTelemetry Authors 🔭 The Filter Processor for the OpenTelemetry Collector can be configured to includ... | 79 | 799 | 2026-03-23T11:28:03.961913 |
?s=kubewarden | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=kubewarden | devops | python | e Instrumentation Component Apache 2.0 License Repository c3p0 Instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for c3p0 c3p0 instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Apache Camel Instrumentation by 🔭 OpenTelemetry Authors... | 242 | 800 | 2026-03-23T11:30:42.721577 |
scroll-restoration | tanstack_start | https://tanstack.com/router/latest/docs/framework/react/examples/scroll-restoration | framework | typescript | Array.from({ length: 50 }).map((_, i) => ( <div key={i} className="h-[100px] p-2 rounded-lg bg-gray-200 dark:bg-gray-800 border" > Home Item {i + 1} </div> ))} </div> </div> ) } const aboutRoute = createRoute({ getParentRoute: () => rootRoute, path: '/about', loader: () => new Promise<void>((r) => setTimeout(r, 500)), ... | 7 | 616 | 2026-03-23T11:28:11.082978 |
send | inngest | https://www.inngest.com/docs/reference/typescript/v4/events/send | devops | typescript | leted-ed12c8bde" , name : "storefront/cart.checkout.completed" , data : { cartId : "ed12c8bde" } , user : { external_id : "6463da8211cdbbcb191dd7da" } , ts : 1684274328198 , v : "2024-05-15.1" }); Return values The function returns a promise that resolves to an object with an array of Event IDs that were sent. These ev... | 4 | 795 | 2026-03-23T11:06:53.613767 |
tauri | tauri | https://tauri.app/start/ | desktop | rust | s means that a minimal Tauri app can be less than 600KB in size. Learn more about creating optimized apps in the App Size concept . Flexible Architecture Section titled “Flexible Architecture” Since Tauri uses web technologies that means that virtually any frontend framework is compatible with Tauri. The Frontend Confi... | 3 | 800 | 2026-03-23T10:52:45.069846 |
?s=replicate | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=replicate | devops | python | by Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository Active Model Serializers Instrumentation by 🔭 OpenTelemetry Authors 🔭 Active Model Serializers instrumentation for Ruby. ruby instrumentation Quick Install To install this instrumentation library run: gem install opentelemetry-... | 339 | 800 | 2026-03-23T11:10:52.951763 |
mui | mui | https://mui.com/x/react-charts/scatter/ | library | javascript | ts in a scatter chart can be customized by passing a component to the marker slot. If you want the legend and tooltip to match, then you also need to customize the labelMarkType of each series, as shown in the example below. Series A Series B Size You can customize the size of points in a scatter chart using the marker... | 8 | 786 | 2026-03-23T11:11:58.915644 |
build-time-constants | bun | https://bun.sh/docs/guides/runtime/build-time-constants | runtime | javascript | 0" ' --define BUILD_TIME= ' "2024-01-15T10:30:00Z" ' src/cli.ts --outfile mycli JavaScript API build.ts Copy await Bun. build ({ entrypoints : [ " ./src/index.ts " ], outdir : " ./dist " , define : { BUILD_VERSION : ' "1.0.0" ' , BUILD_TIME : ' "2024-01-15T10:30:00Z" ' , DEBUG : " false " , }, }); Common use cases Vers... | 7 | 791 | 2026-03-23T11:12:54.881611 |
tools.md | tanstack_start | https://tanstack.com/ai/latest/docs/guides/tools.md | framework | typescript | 'tool-call' && part.name === 'add_to_cart') { // ✅ TypeScript knows part.name is literally 'add_to_cart' // ✅ part.input is typed as { itemId: string, quantity: number } // ✅ part.output is typed as { success: boolean, cartId: string } | undefined if (part.output) { console.log(part.output.cartId); // ✅ Fully typed! } ... | 10 | 755 | 2026-03-23T11:37:11.960822 |
?s=rdkafka | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=rdkafka | devops | python | try Authors 🔭 The OpenTelemetry API and SDK for Swift. swift ios macOS tvOS Swift Language Core Component Apache 2.0 License Repository AWS Resource Detectors by 🔭 OpenTelemetry Authors 🔭 AWS resource detectors for go. aws ec2 ecs eks lambda resource-detector go Go Language Resource detector Component Apache 2.0 Lic... | 370 | 800 | 2026-03-23T11:39:35.381143 |
kubernetes-provider | terraform | https://developer.hashicorp.com/terraform/tutorials/kubernetes/kubernetes-provider | devops | hcl | gs, so you can access the NGINX service locally later. $ curl https://raw.githubusercontent.com/hashicorp/learn-terraform-deploy-nginx-kubernetes-provider/main/kind-config.yaml --output kind-config.yaml Then, create a kind Kubernetes cluster. $ kind create cluster --name terraform-learn --config kind-config.yaml Creati... | 3 | 800 | 2026-03-23T10:55:23.836912 |
threadsafety.html | python | https://docs.python.org/3/library/threadsafety.html | language | python | ock both objects: s . isdisjoint ( other ) # both locked s . issubset ( other ) # both locked s . issuperset ( other ) # both locked Operations that involve multiple accesses, as well as iteration, are never atomic: # NOT atomic: check-then-act if elem in s : s . remove ( elem ) # NOT thread-safe: iteration while modif... | 15 | 799 | 2026-03-23T11:29:59.973650 |
?s=c%2b%2b | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=c%2b%2b | devops | python | ry provides a Twilio instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Undertow Instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for Undertow undertow instrumentation java Jav... | 270 | 800 | 2026-03-23T11:19:55.469048 |
declarations | csharp | https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/statements/declarations | language | csharp | able from its initialization expression. To do that, use the var keyword instead of a type's name. For more information, see the Implicitly-typed local variables section. To declare a local constant, use the const keyword , as the following example shows: const string Greeting = "Hello"; const double MinLimit = -10.0, ... | 2 | 799 | 2026-03-23T10:56:06.206163 |
?s=slog | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=slog | devops | python | t file like the following: providers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/googlesecretmanagerprovider v0.148.0 v0.148.0 Version Collector Language Provider Component Apache 2.0 License Package Details (go-collector) Repository Collector HTTP Provider by 🔭 OpenTelemetry... | 21 | 799 | 2026-03-23T11:14:47.273170 |
development-and-debugging | expo | https://docs.expo.dev/config-plugins/development-and-debugging | mobile | javascript | he expo.ios.infoPlist object in the app.json because it reads the contents of the Info.plist and merges it with the expo.ios.infoPlist , this means you can attempt to keep your changes from being overwritten. Here's an example of adding a GADApplicationIdentifier to the Info.plist : my-config-plugin.ts Copy import { Co... | 11 | 800 | 2026-03-23T11:00:37.602886 |
vercel | bun | https://bun.sh/docs/guides/deployment/vercel | runtime | javascript | Uint8Array to string Uint8Array to ArrayBuffer Uint8Array to Buffer Uint8Array to Blob Uint8Array to DataView Uint8Array to ReadableStream DataView to string Streams Stream to string Stream to JSON Stream to Blob Stream to Buffer Stream to ArrayBuffer Stream to Uint8Array Stream to array Readable to string Readable to ... | 5 | 798 | 2026-03-23T11:09:19.560847 |
redis | redis | https://redis.io/docs/latest/develop/data-types/streams/ | database | bash | ition' : '1' , 'location_id' : '2' } ); console . log ( res6 ); // >>> 1692629676124-0 const res7 = await client . xLen ( 'race:france' ); console . log ( res7 ); // >>> 4 const res8 = await client . xAdd ( 'race:usa' , '0-1' , { 'racer' : 'Castilla' }); console . log ( res8 ); // >>> 0-1 const res9 = await client . xA... | 1,391 | 799 | 2026-03-23T11:04:07.561581 |
lzma.html | python | https://docs.python.org/3/library/lzma.html | language | python | and produces output that needs more memory to decompress). With preset 9 for example, the overhead for an LZMACompressor object can be as high as 800 MiB. For this reason, it is generally best to stick with the default preset. The filters argument (if provided) should be a filter chain specifier. See Specifying custom ... | 9 | 800 | 2026-03-23T11:33:16.133749 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.