title
stringlengths
1
551
source
stringclasses
83 values
url
stringlengths
13
578
category
stringclasses
11 values
language
stringclasses
12 values
content
stringlengths
80
800
chunk_id
int64
0
6.66k
chunk_length
int64
80
800
last_updated
stringdate
2026-03-23 10:49:51
2026-03-23 11:44:43
?s=solarwinds
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=solarwinds
devops
python
Authors 🔭 This library provides a Kubernetes Client instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Lettuce Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Lettuce instrumentation to track request...
257
799
2026-03-23T11:37:38.890709
git-fetch
git
https://git-scm.com/docs/git-fetch
devops
bash
h maintenance will perform object database pack consolidation to remove any duplicate objects. --refmap= <refspec> When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote. <name> .fetch configurat...
13
798
2026-03-23T10:50:16.157015
session
electron
https://www.electronjs.org/docs/latest/api/session
desktop
javascript
- Hostname to resolve. options Object (optional) queryType string (optional) - Requested DNS query type. If unspecified, resolver will pick A or AAAA (or both) based on IPv4/IPv6 settings: A - Fetch only A records AAAA - Fetch only AAAA records. source string (optional) - The source to use for resolved addresses. Defau...
25
799
2026-03-23T10:51:13.231781
?s=spring-boot
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=spring-boot
devops
python
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). The proto ...
387
799
2026-03-23T11:22:36.745002
experiment-flags
dart
https://dart.dev/tools/experiment-flags
language
dart
e information, consult the instructions for Android Studio run/debug configurations. More information # For a complete list of experiments, see the Dart SDK file experimental_features.yaml . For information on procedures and expectations for experiment flags, see the documentation of the process for changes that are be...
7
541
2026-03-23T10:56:16.789230
changelog-2026-03-17
mastra
https://mastra.ai/blog/changelog-2026-03-17
ai
typescript
y hit the observer prompt, stripping large encryptedContent blobs and truncating payloads so token estimates better match what the model actually sees. ( PR #14367 , PR #14282 , PR #14344 ) MCP Client Diagnostics & Per-Server Control @mastra/mcp now includes per-server operational controls and diagnostics, designed for...
4
800
2026-03-23T11:05:05.303456
?s=azure
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=azure
devops
python
e of your systems masstransit .net client .net Quick Install To install this instrumentation library run: dotnet add package MassTransit 3.2.1 Version .NET Language Instrumentation Component Apache-2.0 License Website Documentation Package Details (nuget) Repository MassTransit Instrumentation for OpenTelemetry .NET de...
206
800
2026-03-23T11:38:25.447645
redis
redis
https://redis.io/docs/latest/develop/data-types/timeseries/
database
bash
eadOnlyList < ( string , IReadOnlyList < TimeSeriesLabel >, IReadOnlyList < TimeSeriesTuple >) > res44 = db . TS (). MRange ( "-" , "+" , countryFilters , groupbyTuple : ( "country" , TsReduce . Max ) ); Console . WriteLine ( res44 . Count ); // >>> 2 foreach ( var ( key , labelsResult , values ) in res44 ) { Console ....
1,224
794
2026-03-23T10:54:53.791764
organization
neon
https://neon.tech/docs/auth/guides/plugins/organization
database
sql
lue : 'admin' , } , }); Update member role Updates a member's role. View parameters Parameter Type Required Notes memberId string ✓ The ID of the member to update role string| string[] ✓ New role(s) to assign ( owner , admin , member ) organizationId string | undefined Defaults to active organization const { data , err...
13
800
2026-03-23T11:15:49.803941
heapq.html
python
https://docs.python.org/3/library/heapq.html
language
python
the speed is almost constant, and the worst case is not much different than the average case. However, there are other representations which are more efficient overall, yet the worst cases might be terrible. Heaps are also very useful in big disk sorts. You most probably all know that a big sort implies producing “runs...
17
796
2026-03-23T11:31:50.433056
redis
redis
https://redis.io/docs/latest/commands/geoadd/
database
bash
GEOADD | Docs {"acl_categories":["@write","@geo","@slow"],"arguments":[{"display_text":"key","key_spec_index":0,"name":"key","type":"key"},{"arguments":[{"display_text":"nx","name":"nx","token":"NX","type":"pure-token"},{"display_text":"xx","name":"xx","token":"XX","type":"pure-token"}],"name":"condition","optional":tr...
0
800
2026-03-23T11:28:13.373714
releases.html
rust
https://doc.rust-lang.org/releases.html
language
rust
ntic cleanup Name resolution pass and exhaustiveness checker rewritten Region pointers and borrow checking supersede alias analysis Init-ness checking is now provided by a region-based liveness pass instead of the typestate pass; same for last-use analysis Extensive work on region pointers Experimental new language fea...
532
800
2026-03-23T10:51:05.441030
vtab.html
sqlite
https://www.sqlite.org/vtab.html
database
sql
Index determines that the current combination of parameters is undesirable, it can leave the estimatedCost field unchanged to discourage its use. If the current version of SQLite is 3.8.2 or greater, the estimatedRows field may be set to an estimate of the number of rows returned by the proposed query plan. If this val...
51
797
2026-03-23T10:51:25.524274
transcription.md
tanstack_router
https://tanstack.com/ai/latest/docs/guides/transcription.md
framework
typescript
per-1'), audio: dataUrl, }) ``` ## Options ### Common Options | Option | Type | Description | |--------|------|-------------| | `audio` | `File \| string` | Audio data (File object or base64 string) - required | | `language` | `string` | Language code (e.g., "en", "es", "fr") | ### Supported Languages Whisper supports ...
2
796
2026-03-23T11:34:09.079398
?s=mlflow
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=mlflow
devops
python
u Kotel is an instrumentation plugin for the franz-go Kafka client. It provides tracing and metrics options. go instrumentation kafka franz-go tracing metrics Go Language Instrumentation Component BSD-3-Clause License Repository Labstack Echo instrumentation by 🔭 OpenTelemetry Authors 🔭 Go contrib plugin for the labs...
226
800
2026-03-23T11:25:11.256608
proxy-defaults
terraform
https://developer.hashicorp.com/consul/docs/reference/config-entry/proxy-defaults
devops
hcl
th. Consul validates the version during xDS updates. If a different version is in use, Consul skips the extension and writes the event to the log. The consulVersion and envoyVersion must both validate for Consul to implement the extension. String None envoyVersion Specifies the version of Envoy that the extension is al...
26
800
2026-03-23T11:10:57.917407
temporal
temporal
https://docs.temporal.io/tctl-v1/workflow/
devops
go
on > --input_file Pass input for the query from a JSON file. For multiple JSON objects, concatenate them and use spaces or newline characters as separators. Input from the command line overwrites input from the file. Example tctl workflow stack --input_file < filename > --query_reject_condition Reject queries based on ...
41
794
2026-03-23T11:23:36.853858
node
webpack
https://webpack.js.org/api/node
tooling
javascript
h performs bare minimum functionality to keep a lifecycle running. It delegates all the loading, bundling, and writing work to registered plugins. The hooks property on a Compiler instance is used to register a plugin to any hook event in the Compiler 's lifecycle. The WebpackOptionsDefaulter and WebpackOptionsApply ut...
2
800
2026-03-23T10:56:06.453840
supabase-db-lint
supabase
https://supabase.com/docs/reference/cli/supabase-db-lint
database
typescript
e supabase projects list supabase projects create Usage 1 supabase projects create [project name] [flags] Flags --db-password <string> Optional Database password of the project. --org-id <string> Optional Organization ID to create the project in. --region <string> Optional Select a region close to you for the best perf...
56
800
2026-03-23T11:27:25.072983
?s=remoulade
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=remoulade
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:31:41.890049
redis
redis
https://redis.io/docs/latest/develop/data-types/bitmaps/
database
bash
)). then ( reactive . setbit ( "C" , 5 , 1 )). then ( reactiveBytes . get ( "A" . getBytes ())) . doOnNext ( res -> { byte b = ( res != null && res . length > 0 ) ? res [ 0 ] : 0 ; String bitsA = String . format ( "%8s" , Integer . toBinaryString ( b & 0xFF )). replace ( ' ' , '0' ); System . out . println ( bitsA ); /...
92
799
2026-03-23T11:03:25.838913
warnings.html
python
https://docs.python.org/3/library/warnings.html
language
python
n exit, restores the warnings filter and the showwarning() function. If the record argument is False (the default) the context manager returns None on entry. If record is True , a list is returned that is progressively populated with objects as seen by a custom showwarning() function (which also suppresses output to sy...
27
800
2026-03-23T11:37:23.852309
?s=ts
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ts
devops
python
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/aerospikereceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector)...
97
799
2026-03-23T11:18:07.814558
?s=oltp
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=oltp
devops
python
receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/simpleprometheusreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Skywalking Receiver by 🔭 OpenT...
151
800
2026-03-23T11:25:57.743920
?s=services
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=services
devops
python
se Package Details (packagist) Repository OpenTelemetry Yii auto-instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation Library for Yii yii instrumentation php Quick Install To install this instrumentation library run: composer require open-telemetry/opentelemetry-auto-yii 0.2.0 Version PHP Language Instrumenta...
316
800
2026-03-23T11:21:57.208328
isr
tanstack_start
https://tanstack.com/start/latest/docs/framework/react/guide/isr
framework
typescript
sx export const Route = createFileRoute('/search')({ headers: () => ({ 'Cache-Control': 'public, max-age=300', Vary: 'Accept, Accept-Encoding', }), }) 4. Monitor Cache Hit Rates Track CDN performance to optimize cache times: tsx const cacheMonitoringMiddleware = createMiddleware().server( async ({ next }) => { const re...
15
762
2026-03-23T10:57:06.341238
?s=httpx
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=httpx
devops
python
(go-collector) Repository Microsoft SQL Server Receiver by 🔭 OpenTelemetry Authors 🔭 The sqlserver receiver grabs metrics about a Microsoft SQL Server instance using the Windows Performance Counters. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file li...
156
800
2026-03-23T11:33:25.492794
?s=gitlab
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=gitlab
devops
python
Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/otelarrowexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-co...
46
798
2026-03-23T11:14:54.085475
MessagePart
tanstack_start
https://tanstack.com/ai/latest/docs/reference/type-aliases/MessagePart
framework
typescript
MessagePart | TanStack AI Docs TanStack AI v0 v0 New TanStack Intent Search... K Auto Log In Start RC Start RC Router Router Query Query Table Table DB beta DB beta AI alpha AI alpha Form new Form new Virtual Virtual Pacer beta Pacer beta Hotkeys alpha Hotkeys alpha Store alpha Store alpha Devtools alpha Devtools alpha...
0
800
2026-03-23T11:04:57.758587
mysql
mysql
https://dev.mysql.com/doc/refman/9.6/en/
database
sql
tion 2.8.4 Installing MySQL Using a Standard Source Distribution 2.8.5 Installing MySQL Using a Development Source Tree 2.8.6 Configuring SSL Library Support 2.8.7 MySQL Source-Configuration Options 2.8.8 Dealing with Problems Compiling MySQL 2.8.9 MySQL Configuration and Third-Party Tools 2.8.10 Generating MySQL Doxyg...
5
800
2026-03-23T11:05:11.195758
go_spec.html
go
https://go.dev/doc/go_spec.html
language
go
uivalent to repeating the previous list. The number of identifiers must be equal to the number of expressions in the previous list. Together with the iota constant generator this mechanism permits light-weight declaration of sequential values: const ( Sunday = iota Monday Tuesday Wednesday Thursday Friday Partyday numb...
77
778
2026-03-23T11:21:41.032713
link
javascript
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/link
language
javascript
Technical summary Content categories Metadata content. If itemprop is present: Flow content and phrasing content . Permitted content None; it is a void element . Tag omission Must have a start tag and must not have an end tag. Permitted parents Any element that accepts metadata elements. If itemprop is present: any ele...
23
766
2026-03-23T11:37:18.621607
?s=strimzi
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=strimzi
devops
python
ctor Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Memory Limiter Collector Processor by 🔭 OpenTelemetry Authors 🔭 The Memory Limiter Processor for the OpenTelemetry Collector is used to prevent out of memory situations on the collector. go processor collector Collector Lan...
86
800
2026-03-23T11:29:44.749769
workflow-syntax-for-github-actions
github_actions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
devops
yaml
every minute 15 of every hour of every day. , Value list separator 2,10 4,5 * * * runs at minute 2 and 10 of the 4th and 5th hour of every day. - Range of values 30 4-6 * * * runs at minute 30 of the 4th, 5th, and 6th hour. / Step values 20/15 * * * * runs every 15 minutes starting from minute 20 through 59 (minutes 20...
23
800
2026-03-23T11:28:12.434205
?s=tui
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=tui
devops
python
ation histograms, following the OTel semantic conventions for MCP. Covers both protocol-level errors and application-level tool handler errors. go instrumentation mcp model-context-protocol gen-ai Go Language Instrumentation Component MIT License Documentation Repository MongoDB database instrumentation by 🔭 OpenTelem...
227
800
2026-03-23T11:23:07.025755
changelog
dart
https://dart.dev/changelog
language
dart
ase fixes a security vulnerability in dart:html related to DOM clobbering (CVE-2021-22540). Read more open_in_new SDK Flutter crashes Changed Released: 2021-03-17 This patch release fixes crashes reported by Flutter 2 users. Read more open_in_new SDK HTTPS Changed Released: 2021-03-10 This patch release fixes an unhand...
99
698
2026-03-23T10:51:18.338472
redis
redis
https://redis.io/docs/latest/develop/data-types/timeseries/
database
bash
s3 ) // >>> [{0 18} {1 14} {2 22} {3 18} {4 24}] // Retrieve data points up to time 1 (inclusive). res4 , err := rdb . TSRange ( ctx , "rg:1" , 0 , 1 ). Result () if err != nil { panic ( err ) } fmt . Println ( res4 ) // >>> [{0 18} {1 14}] // Retrieve data points from time 3 onwards. res5 , err := rdb . TSRange ( ctx ...
1,185
800
2026-03-23T10:54:53.791711
?s=php
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=php
devops
python
etch Instrumentation for Node.js by 🔭 OpenTelemetry Authors 🔭 This module provides automatic instrumentation for undici and Node.js global fetch API. undici instrumentation js Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-undici 0.23.0 Version JavaScript Languag...
302
799
2026-03-23T11:30:46.304104
?s=spring-boot
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=spring-boot
devops
python
.0 License Repository OpenAI Instrumentation by Traceloop Instrumentation for OpenAI LLMs (prompts logging, tokens, etc.) python instrumentation openai Python Language Instrumentation Component Apache 2.0 License Repository Open AI Python Instrumentation by Arize AI Instrumentation for tracing the OpenAI Python SDK pyt...
329
800
2026-03-23T11:22:36.744811
firebase-ai-logic
firebase
https://firebase.google.com/products/firebase-ai-logic
database
javascript
client. Simple setup, easy to use Start quickly by enabling access to Gemini in the Firebase console. Then, with just a few lines of code you can incorporate multimodal AI content directly into your app, without building a backend server. Streamline file uploads with Cloud Storage for Firebase Efficiently upload and ma...
1
800
2026-03-23T10:52:22.158110
redis
redis
https://redis.io/docs/latest/develop/get-started/document-database/
database
bash
uation." , "condition" : "refurbished" , }, } func ExampleClient_search_qs () { ctx := context . Background () rdb := redis . NewClient ( & redis . Options { Addr : "localhost:6379" , Password : "" , // no password docs DB : 0 , // use default DB Protocol : 2 , }) schema := [] * redis . FieldSchema { { FieldName : "$.b...
358
800
2026-03-23T11:07:04.804073
SWE-rebench
transformers
https://huggingface.co/datasets/nebius/SWE-rebench
ai
python
=0.2.0 - ipytree==0.2.2 - ipyurl==0.1.3 - ipyvue==1.11.2 - ipyvuetify==1.11.1 - ipywidgets==7.8.5 - isoduration==20.11.0 - jedi==0.19.2 - jinja2==3.1.6 - jsbeautifier==1.15.4 - json5==0.10.0 - jsonpointer==3.0.0 - jsonschema==4.23.0 - jsonschema-specifications==2024.10.1 - jupyter-client==8.6.3 - jupyter-core==5.7.2 - ...
54
632
2026-03-23T11:21:31.126126
?s=aspnet
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=aspnet
devops
python
by 🔭 OpenTelemetry Authors 🔭 Instrumentation for Celery. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository ChromaDB Instrumentation by Traceloop Instrumentation for Chroma Vector DB python instrumentation chromadb Python Language Instrumentation Component Apache 2.0 Licens...
321
799
2026-03-23T11:32:10.885404
v1.5.html
scikit_learn
https://scikit-learn.org/stable/whats_new/v1.5.html
ml
python
e appropriate NumPy dtype, as opposed to always returning dtype object . #28352 by Marco Gorelli . Fix model_selection.train_test_split works with Array API inputs. Previously indexing was not handled correctly leading to exceptions when using strict implementations of the Array API like CuPY. #28407 by Tim Head . skle...
24
800
2026-03-23T10:56:09.573741
pg_stat_statements
neon
https://neon.tech/docs/extensions/pg_stat_statements
database
sql
retrieves the top 10 queries with the highest average execution time, focusing on queries run more than 500 times, for the current user. WITH statements AS ( SELECT * FROM pg_stat_statements pss JOIN pg_roles pr ON (pss.userid = pr.oid) WHERE pr.rolname = current_user ) SELECT calls, mean_exec_time, query FROM statemen...
5
799
2026-03-23T10:59:28.252425
?s=database
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=database
devops
python
entation by 🔭 OpenTelemetry Authors 🔭 Go contrib plugin for the host package. go instrumentation Go Language Instrumentation Component Apache 2.0 License Repository Go package net/http instrumentation by 🔭 OpenTelemetry Authors 🔭 Package http provides a http.Handler and functions that are intended to be used to add...
224
800
2026-03-23T11:28:28.459601
socketserver.html
python
https://docs.python.org/3/library/socketserver.html
language
python
): # self.request is the TCP socket connected to the client pieces = [ b '' ] total = 0 while b ' \n ' not in pieces [ - 1 ] and total < 10_000 : pieces . append ( self . request . recv ( 2000 )) total += len ( pieces [ - 1 ]) self . data = b '' . join ( pieces ) print ( f "Received from { self . client_address [ 0 ] }...
20
800
2026-03-23T11:27:22.680538
csharp
csharp
https://learn.microsoft.com/en-us/dotnet/azure/
language
csharp
SP.NET Identity framework Add sign-in to Microsoft to an ASP.NET web app End-to-end authentication in App Service Use Azure Key Vault with ASP.NET Core Integrate Azure AD B2C with a web API Azure Identity client library for .NET Messaging on Azure Storing messages with Azure queues Inter-application messaging with Azur...
3
800
2026-03-23T10:52:35.911413
?s=oshi
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=oshi
devops
python
by 🔭 OpenTelemetry Authors 🔭 This library allows to export traces and metrics using OpenCensus. python exporter Python Language Exporter Component Apache 2.0 License Repository OTLP Exporter by 🔭 OpenTelemetry Authors 🔭 This library allows exporting telemetry data in the OpenTelemetry Protocol (OTLP) format to the ...
185
800
2026-03-23T11:38:59.519355
rls-performance-and-best-practices-Z5Jjwv
supabase
https://supabase.com/docs/guides/troubleshooting/rls-performance-and-best-practices-Z5Jjwv
database
typescript
_table where auth.uid() = user_id and role = 'good_role') Create a security definer function has_role() and do: (select has_role()) with code of exists (select 1 from roles_table where auth.uid() = user_id and role = 'good_role') Note that you should wrap your security definer function in select if it is a fixed value ...
4
800
2026-03-23T11:13:00.864434
?s=azure
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=azure
devops
python
ver Component Apache 2.0 License Package Details (go-collector) Repository Google Pubsub Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver gets OTLP messages from a Google Cloud Pubsub subscription. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file l...
118
800
2026-03-23T11:38:25.447580
?s=deltatocumulative
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=deltatocumulative
devops
python
Telemetry SDK. oltp exporter dotnet startup hook .NET Language Exporter Component MIT License Documentation Repository Prometheus Exporter ASP.NET Core for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 An OpenTelemetry Prometheus exporter for configuring an ASP.NET Core application with an endpoint for Prometheus t...
173
800
2026-03-23T11:36:53.632984
sessionintro.html
sqlite
https://www.sqlite.org/sessionintro.html
database
sql
The Session Extension Small. Fast. Reliable. Choose any three. Home Menu About Documentation Download License Support Purchase Search About Documentation Download Support Purchase The Session Extension Table Of Contents 1. Introduction 1.1. Typical Use Case 1.2. Obtaining the Session Extension 1.3. Limitations 2. Conce...
0
800
2026-03-23T10:59:35.782207
docker
docker
https://docs.docker.com/guides/azure-pipelines/
devops
bash
anaging CI/CD pipelines in Azure DevOps. Docker Task for Azure Pipelines : Detailed reference for using the Docker task in Azure Pipelines to build and push images. Docker Buildx Bake : Explore Docker's advanced build tool for complex, multi-stage, and multi-platform build setups. See also the Mastering Buildx Bake Gui...
10
497
2026-03-23T11:03:33.893000
?s=https
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=https
devops
python
crates) Repository Rust SDK by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry SDK for Rust. rust Quick Install To install this core run: cargo add opentelemetry_sdk 0.28.0 Version Rust Language Core Component Apache 2.0 License Package Details (crates) Repository otel4s by Ross A. Baker, Zach McCoy, Maksym Ochenashko An...
369
800
2026-03-23T11:32:21.377084
?s=bundler
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=bundler
devops
python
permission engine Go Language Application integration Component Apache 2.0 License Website Documentation Repository Payara Platform native by Payara Authors Payara Platform natively supports OpenTelemetry tracing with configurable span conventions, OTLP export settings, and manual tracing APIs. payara java application-...
15
799
2026-03-23T11:28:32.940205
2.45.0
git
https://git-scm.com/docs/git-push/2.45.0
devops
bash
refs/heads/ <head> :refs/heads/ <branch> git push uses: HEAD:refs/heads/ <head> OUTPUT The output of "git push" depends on the transport method used; this section describes the output when pushing over the Git protocol (either locally or via ssh). The status of the push is output in tabular form, with each line represe...
32
799
2026-03-23T11:00:05.235936
sitemap.html
sqlite
https://www.sqlite.org/sitemap.html
database
sql
— Imposter Tables — List Of Virtual Tables — Rowid Tables — STRICT Tables_Used() Table Valued Functions — The Bytecode() And Tcl interface to the SQLite library — The Temporary Files Used By SQLite Term Support — Long Terms of Art Glossary Tested — How SQLite Is TH3 Than The Filesystem — 35% Faster That SQLite Does Not...
20
800
2026-03-23T10:51:39.114210
electric-collection.md
tanstack_start
https://tanstack.com/db/latest/docs/collections/electric-collection.md
framework
typescript
re update operations - `onDelete`: Handler called before delete operations Each handler should return `{ txid }` to wait for synchronization. For cases where your API can not return txids, use the `awaitMatch` utility function. ## Persistence Handlers & Synchronization Handlers persist mutations to the backend and wait...
2
800
2026-03-23T11:41:08.041371
opentelemetry
opentelemetry
https://opentelemetry.io/registry/updating/
devops
python
library 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 ...
352
800
2026-03-23T10:52:09.954558
gemma-2-2b-it
transformers
https://huggingface.co/google/gemma-2-2b-it
ai
python
author={Gemma Team}, year={2024} } Model Data Data used for model training and how the data was processed. Training Dataset These models were trained on a dataset of text data that includes a wide variety of sources. The 27B model was trained with 13 trillion tokens, the 9B model was trained with 8 trillion tokens, and...
12
791
2026-03-23T11:29:40.263269
pydantic_ai
pydantic_ai
https://ai.pydantic.dev/api/agent/
ai
python
RunContext agent = Agent ( 'test' ) @agent . tool def foobar ( ctx : RunContext [ int ]) -> int : return 123 @agent . tool ( retries = 2 ) async def spam ( ctx : RunContext [ str ]) -> float : return 3.14 result = agent . run_sync ( 'foobar' , deps = 1 ) print ( result . output ) #> {"foobar":123,"spam":3.14} Parameter...
177
799
2026-03-23T10:51:55.517403
?s=loki
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=loki
devops
python
on based on OpenTelemetry native standard, and sends it to OpenTelemetry Collector through HTTP protocol. lua instrumentation Lua Language Instrumentation Component Apache 2.0 License Repository Mojolicious Instrumentation by jjatria An OpenTelemetry plugin for Perl’s Mojolicious. perl instrumentation Perl Language Ins...
304
800
2026-03-23T11:12:44.943105
typescript
typescript
https://www.typescriptlang.org/tsconfig/
language
javascript
esc . configurable )) { desc = { enumerable: true , get : function () { return m [ k ]; } }; } Object . defineProperty ( o , k2 , desc ); }) : ( function ( o , m , k , k2 ) { if ( k2 === undefined ) k2 = k ; o [ k2 ] = m [ k ]; })); var __setModuleDefault = ( this && this . __setModuleDefault ) || ( Object . create ? (...
99
800
2026-03-23T10:56:11.752083
introducing-the-vantage-and-planetscale-integration
planetscale
https://planetscale.com/blog/introducing-the-vantage-and-planetscale-integration
database
sql
and more. Getting started with the Vantage integration Visit the Vantage + PlanetScale integration page to learn how to get started. You can also find this information in the PlanetScale documentation .
1
202
2026-03-23T11:30:45.380763
?s=gorm
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=gorm
devops
python
ities sentry error monitoring .NET Language Utilities Component MIT License Repository tails by Jacob Aronoff Tails is a small webserver written in Elixir that listens on a socket and streams live messages from a collector. otel webserver tailing Elixir Language Utilities Component Apache 2.0 License Repository docker-...
381
800
2026-03-23T11:24:34.741317
performance-bottlenecks
temporal
https://docs.temporal.io/troubleshooting/performance-bottlenecks
devops
go
orkers poll for Workflow Tasks from the Task Queue. The temporal_long_request_total metric counts the number of these long poll requests. By applying the rate() function in Prometheus, you can calculate the per-second average rate of these requests over the time range specified in the query. This can help you understan...
25
797
2026-03-23T11:24:09.863816
vercel-managed-integration
neon
https://neon.tech/docs/guides/vercel-managed-integration
database
sql
ions in build step so schema matches code. To apply schema changes automatically, add migration commands to your Vercel build configuration: Go to Vercel Dashboard → Settings → Build and Deployment Settings Enable Override and add your build commands, including migrations, for example: npx prisma migrate deploy && npm ...
5
800
2026-03-23T11:13:02.600874
result-2022-08-10.json
qdrant
https://qdrant.tech/benchmarks/result-2022-08-10.json
database
python
"search_params": { "hnsw_ef": 256 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-m-32-ef-256", "dataset_name": "deep-image-96-angular", "upload_time": 922.27048452, "total_upload_time": 3085.694403119, "p95_time": 0.014226205, "rps": 384.0734919423, "parallel": 4, "p99_time": 0.0172027542, "mean_time": 0.01017...
1,195
559
2026-03-23T11:15:13.616537
events-that-trigger-workflows
github_actions
https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
devops
yaml
re information, see Use GITHUB_TOKEN for authentication in workflows . Pull request events for forked repositories For pull requests from a forked repository to the base repository, GitHub sends the pull_request , issue_comment , pull_request_review_comment , pull_request_review , and pull_request_target events to the ...
32
800
2026-03-23T11:40:37.059618
llms-components.txt
chakra_ui
https://chakra-ui.com/llms-components.txt
library
javascript
group of people huddled around old terminals. They called themselves the Disconnected—those who had rejected the neural implants that connected everyone to the System. Their leader, a man named Kenzo, explained that the glitches were intentional. "We're trying to wake people up," he said. "The System isn't what you thi...
759
799
2026-03-23T10:52:18.209356
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
`OpenAIChatModel` by way of the `AzureProvider`). In particular, this is how you can make use of an AI gateway, or an LLM vendor that offers API compatibility with the vendor SDK used by an existing Model (such as `OpenAIChatModel`). - **Profile**: This refers to a description of how requests to a specific model or fam...
765
798
2026-03-23T10:51:26.911613
releases
vue
https://vuejs.org/about/releases
framework
javascript
ships incompatible changes between minor versions, and we may have to adjust types to support newer versions of TypeScript. Occasionally we may need to adopt features that are only available in a newer version of TypeScript, raising the minimum required version of TypeScript. If you are using TypeScript, you can use a ...
1
797
2026-03-23T10:50:07.175198
3.7.html
python
https://docs.python.org/3/whatsnew/3.7.html
language
python
Is. See the integer string conversion length limitation documentation. The default limit is 4300 digits in string form. Table of Contents What’s New In Python 3.7 Summary – Release Highlights New Features PEP 563: Postponed Evaluation of Annotations PEP 538: Legacy C Locale Coercion PEP 540: Forced UTF-8 Runtime Mode P...
107
799
2026-03-23T11:01:20.951757
?s=akka
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=akka
devops
python
des support for propagating trace context in the Jaeger format . rust jaeger utilities propagator Quick Install To install this utilities run: cargo add opentelemetry-jaeger-propagator 0.1.0 Version Rust Language Utilities Component Apache 2.0 License Package Details (crates) Repository otelify.sh by Cisco Open A shell...
392
800
2026-03-23T11:18:15.454012
basics.broadcasting.html
numpy
https://numpy.org/doc/stable/user/basics.broadcasting.html
ml
python
ailing axes of these arrays according to the broadcast rules, shows that they are compatible: Image ( 3 d array ): 256 x 256 x 3 Scale ( 1 d array ): 3 Result ( 3 d array ): 256 x 256 x 3 When either of the dimensions compared is one, the other is used. In other words, dimensions with size 1 are stretched or “copied” t...
4
799
2026-03-23T11:05:28.671853
?s=dubbo
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dubbo
devops
python
ation Java Language Instrumentation Component Apache 2.0 License Repository Logback Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Logback instrumentation to track requests through OpenTelemetry. java instrumentation logback Java Language Instrumentation Component Apache 2.0 License Repository M...
258
800
2026-03-23T11:39:18.105088
firebase-remote-config
firebase
https://firebase.google.com/docs/reference/unity/class/firebase/remote-config/firebase-remote-config
database
javascript
ic functions ActivateAsync System . Threading . Tasks . Task < bool > ActivateAsync () Asynchronously activates the most recently fetched configs, so that the fetched key value pairs take effect. Details Returns A Task that contains true if fetched configs were activated. The Task will contain false if the configs were...
5
800
2026-03-23T11:40:11.190236
redis
redis
https://redis.io/docs/latest/commands/redis-8-2-commands/
database
bash
s in all given sets. Since: 1.0.0 SUNIONSTORE - Stores the union of multiple sets in a key. Syntax: SUNIONSTORE destination key [key ...] Description: Stores the union of multiple sets in a key. Complexity: O(N) where N is the total number of elements in all given sets. Since: 1.0.0 Sorted set commands Sorted set comma...
36
800
2026-03-23T11:33:40.190418
hub-spoke-network&id=OWLWD
java
https://docs.oracle.com/pls/topic/lookup?ctx=en/solutions/hub-spoke-network&id=OWLWD
language
java
ivate IP address space. After you create a VCN, you can change, add, and remove its CIDR blocks. This architecture uses a public VCN to host Container Engine for Kubernetes. You can also use a private VCN. In that case, use a NAT gateway to give the cluster access over the public internet. Jenkins This architecture dep...
7
799
2026-03-23T11:11:37.487275
use-client
react
https://react.dev/reference/rsc/use-client
framework
javascript
nspired App" /> < InspirationGenerator > < Copyright year = { 2004 } /> </ InspirationGenerator > </ > ) ; } In the module dependency tree of this example app, the 'use client' directive in InspirationGenerator.js marks that module and all of its transitive dependencies as Client modules. The subtree starting at Inspir...
4
800
2026-03-23T11:01:32.440205
?s=local
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=local
devops
python
receiver fetches stats from an SNMP-enabled host using the Go SNMP client . Metrics are collected based on configuration settings. 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/opent...
152
799
2026-03-23T11:13:53.860293
django
django
https://docs.djangoproject.com/it/5.1/faq/
framework
python
Django FAQ | Documentazione di Django | Django Skip to main content Documentazione Getting Help Lingua: it zh-hans pt-br pl ko ja id fr es en el Versione documentazione: 5.1 dev 6.0 5.2 5.0 4.2 4.1 4.0 3.2 Django FAQ ¶ FAQ: Generale Perché esiste questo progetto? Cosa significa «Django» e come si pronuncia? Django è st...
0
800
2026-03-23T11:37:43.742775
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
st PUT /apis/apps/v1/namespaces/{namespace}/daemonsets/{name} Path Parameters Parameter Description name name of the DaemonSet namespace object name and auth scope, such as for teams and projects Query Parameters Parameter Description pretty If 'true', then the output is pretty printed. Defaults to 'false' unless the u...
156
800
2026-03-23T10:56:49.341743
?s=grails
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=grails
devops
python
ponent Apache 2.0 License Package Details (go-collector) Repository Batch Collector Processor by 🔭 OpenTelemetry Authors 🔭 The Batch Processor for the OpenTelemetry Collector accepts spans, metrics, or logs and places them into batches. go processor collector Quick Install When building a custom collector you can add...
75
800
2026-03-23T11:19:23.545410
release-stages
temporal
https://docs.temporal.io/evaluate/development-production-features/release-stages
devops
go
ral may modify features before they become Generally Available, or may even decide to remove them. This means there is no guarantee that a new feature will become Generally Available. A Pre-release feature can be deprecated at any time. Pre-release features may be disabled by default, and can be enabled via configurati...
3
797
2026-03-23T11:09:20.342483
?s=twig
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=twig
devops
python
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). The proto ...
387
799
2026-03-23T11:30:17.911142
redis
redis
https://redis.io/docs/latest/develop/data-types/vector-sets/
database
bash
ddRequest . Member ( "pt:F" , new float [] { 0f , 0f }, null )); Console . WriteLine ( addF ); // >>> True long card1 = db . VectorSetLength ( "points" ); Console . WriteLine ( card1 ); // >>> 6 bool remF = db . VectorSetRemove ( "points" , "pt:F" ); Console . WriteLine ( remF ); // >>> True long card2 = db . VectorSet...
88
799
2026-03-23T11:01:42.071536
latest
tanstack_router
https://tanstack.com/form/latest
framework
typescript
dless UI for building performant and type-safe forms Headless, performant, and type-safe form state management for TS/JS, React, Vue, Angular, Solid, Lit and Svelte. Get Started 0,000,000,000 0 NPM Downloads 000,000 0 Stars on Github 0,000 0 Contributors on GitHub 0,000,000 0 Dependents on GitHub First-Class TypeScript...
4
799
2026-03-23T11:00:24.203284
?s=logmanager
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=logmanager
devops
python
s receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/httpcheckreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Huawei Cloud CES Receiver by 🔭 Open...
121
800
2026-03-23T11:22:05.742734
zod
drizzle_orm
https://orm.drizzle.team/docs/zod
database
typescript
Zod schema will overwrite it. import { pgTable , text , integer , json } from 'drizzle-orm/pg-core' ; import { createSelectSchema } from 'drizzle-orm/zod' ; import { z } from 'zod/v4' ; const users = pgTable ( 'users' , { id : integer () .primaryKey () , name : text () .notNull () , bio : text () , preferences : json (...
7
799
2026-03-23T10:52:58.013070
ai-agents-inngest-durable-steps?ref=blog-building-durable-agents
inngest
https://www.inngest.com/blog/ai-agents-inngest-durable-steps?ref=blog-building-durable-agents
devops
typescript
est app to the cloud dashboard — no separate infrastructure. The Agent Loop Now let’s dig in. Every agent is a loop. Think → act → observe → repeat. The LLM decides what to do, you execute the tool, feed the result back, and let the LLM decide again. It keeps going until the model responds with text instead of a tool c...
4
800
2026-03-23T11:37:07.372054
gitlab_ci
gitlab_ci
https://docs.gitlab.com/api/merge_requests/
devops
yaml
ject, or other-project!123 for another project in the same group. references.short string Shortest possible reference to a merge request, like !123 . When fetched from the merge request’s project, identical to references.relative . reviewers[] array Reviewers of the merge request. reviewers.avatar_url string Full URL t...
92
800
2026-03-23T11:10:40.910170
orbit
expo
https://docs.expo.dev/build/orbit
mobile
javascript
ase of iOS). Also, for Snack projects, additional steps included installing Expo Go on the virtual device, logging in, and then selecting the Snack from the list. Orbit makes all of these steps as seamless as possible. Highlights List and launch simulators, including running Android emulators without audio. Install and...
1
800
2026-03-23T11:07:50.055099
building-resilient-applications-with-postgres
neon
https://neon.tech/guides/building-resilient-applications-with-postgres
database
sql
tentially creating duplicate data, for example, charging a customer twice or creating a duplicate order. While this specific scenario of a lost commit acknowledgment is rare, it is a critical edge case to handle for systems where data integrity is paramount, such as e-commerce, financial services, or booking platforms....
8
800
2026-03-23T11:19:26.587019
index.html
java
https://docs.oracle.com/en/middleware/goldengate/index.html
language
java
te Free Oracle GoldenGate Free is the same powerful Oracle GoldenGate offered under a free perpetual license. It provides all the features of the licensed GoldenGate product, includes a recipe-driven user interface, and easily deploys from a Docker container onto laptops, on-premises or in any cloud. Oracle GoldenGate ...
6
800
2026-03-23T10:59:42.580443
webpack
webpack
https://webpack.js.org/contribute/writing-a-plugin/
tooling
javascript
In this build:\n\n ${ Object . keys ( assets ) . map ( ( filename ) => ` - ${ filename } ` ) . join ( "\n" ) } ` ; // Adding new asset to the compilation, so it would be automatically // generated by the webpack in the output directory. compilation . emitAsset ( this . options . outputFile , new RawSource ( content ) ,...
9
799
2026-03-23T10:56:23.408068
django
django
https://docs.djangoproject.com/en/3.2/genindex/
framework
python
late.loader) (Loader method) get_template_names() (django.views.generic.base.TemplateResponseMixin method) (django.views.generic.detail.SingleObjectTemplateResponseMixin method) (django.views.generic.list.MultipleObjectTemplateResponseMixin method) get_template_sources() (Loader method) get_test_func() (UserPassesTestM...
82
799
2026-03-23T11:17:18.574641
train
transformers
https://huggingface.co/datasets/princeton-nlp/SWE-bench/viewer/default/train
ai
python
s... @awaelchli i like that idea! mind submitting a PR? 2020-03-08T23:47:23Z [] [] Lightning-AI/lightning Lightning-AI__lightning-1100 5e013f6e2ff555e56c75d6e6148830024d47bb29 diff --git a/pytorch_lightning/trainer/__init__.py b/pytorch_lightning/trainer/__init__.py --- a/pytorch_lightning/trainer/__init__.py +++ b/pyt...
873
794
2026-03-23T11:25:24.232052
tauri-community-survey-2022-data.csv
tauri
https://tauri.app/tauri-community-survey-2022-data.csv
desktop
rust
LSE,FALSE,FALSE,FALSE,FALSE,FALSE,,Other / I don't remember,,TRUE,TRUE,FALSE,FALSE,TRUE,FALSE,TRUE,FALSE,,"None, but I want to use Tauri",,FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,,TRUE,TRUE,TRUE,FALSE,TRUE,TRUE,FALSE,TRUE,Personal projects,5,Yes,,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FA...
104
800
2026-03-23T11:10:27.958411