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=php
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=php
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:30:46.304165
?s=elasticsearch
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=elasticsearch
devops
python
hon integration by 🔭 OpenTelemetry Authors 🔭 Instrumentation library for kafka-python kafka-python instrumentation python Python Language Instrumentation Component Apache 2.0 License Repository LangChain Instrumentation by Traceloop Instrumentation for LangChain Framework python instrumentation langchain Python Langu...
326
800
2026-03-23T11:39:25.409698
?s=redis
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=redis
devops
python
des 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 Java Langua...
270
800
2026-03-23T11:25:32.724359
mutations
tanstack_start
https://tanstack.com/db/latest/docs/guides/mutations
framework
typescript
{ onMutate: (newValue) => { // Apply optimistic update immediately collection.update(itemId, (draft) => { draft.value = newValue }) }, mutationFn: async ({ transaction }) => { await api.save(transaction.mutations) }, strategy: debounceStrategy({ wait: 500 }), }) // Each mutate call returns a Transaction you can await c...
46
699
2026-03-23T11:22:34.981387
mysql-cluster-what-is-new.html
mysql
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-what-is-new.html
database
sql
MySQL :: MySQL 8.0 Reference Manual :: 25.2.4 What is New in MySQL NDB Cluster 8.0 Skip to Main Content Documentation Home MySQL 8.0 Reference Manual Related Documentation MySQL 8.0 Release Notes MySQL 8.0 Source Code Documentation Download this Manual PDF (US Ltr) - 43.3Mb PDF (A4) - 43.4Mb Man Pages (TGZ) - 297.3Kb M...
0
772
2026-03-23T11:26:40.537180
release-notes-2.0.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.0.0
mobile
dart
utterView going appear while app goes background (cla: yes, platform-ios, waiting for tree to go green) 23177 Roll Fuchsia Mac SDK from RDUxjnng0... to QDs-PyheO... (cla: yes, waiting for tree to go green) 23179 Roll Dart SDK from b59de86059f3 to 2a78a2978983 (1 revision) (cla: yes, waiting for tree to go green) 23180 ...
1,358
800
2026-03-23T11:06:17.754925
kubernetes
langchain
https://docs.langchain.com/langsmith/kubernetes
ai
python
his by running: Copy kubectl get storageclass The output should show at least one storage class with a provisioner that supports dynamic provisioning. For example: Copy NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE gp2 (default) ebs.csi.eks.amazonaws.com Delete WaitForFirstConsumer true 161d...
6
767
2026-03-23T11:09:21.951174
schedules
temporal
https://docs.temporal.io/develop/python/schedules
devops
go
you to pause and unpause a Schedule. When you pause a Schedule, all the future Workflow Runs associated with the Schedule are temporarily stopped. This command is useful when you want to temporarily halt a Workflow due to maintenance or any other reason. To pause a Scheduled Workflow Execution in Python, use the pause(...
7
797
2026-03-23T11:01:43.043136
SWE-Gym
transformers
https://huggingface.co/datasets/SWE-Gym/SWE-Gym
ai
python
alue.response["Error"] + err["Code"].should.equal("DefaultVpcAlreadyExists") + err["Message"].should.equal( + "A Default VPC already exists for this account in this region." + ) + + @mock_ec2 def test_create_and_delete_vpc(): ec2 = boto3.resource("ec2", region_name="eu-north-1") 2022-06-10 09:47:08 create_vpc should ne...
95
771
2026-03-23T11:29:24.384635
?s=database
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=database
devops
python
ponent Apache 2.0 License Package Details (go-collector) Repository Websocket Processor by 🔭 OpenTelemetry Authors 🔭 The WebSocket processor, which can be positioned anywhere in a pipeline, allows websocket remote tap processor collector Quick Install When building a custom collector you can add this processor to the...
90
800
2026-03-23T11:28:28.459497
2.26.0
git
https://git-scm.com/docs/git/2.26.0
devops
bash
.45.1 2024-04-29 2.45.0 2024-04-29 2.44.2 → 2.44.4 no changes 2.44.1 2024-04-19 2.44.0 2024-02-23 2.43.5 → 2.43.7 no changes 2.43.4 2024-04-19 2.43.2 → 2.43.3 no changes 2.43.1 2024-02-09 2.43.0 2023-11-20 2.42.3 → 2.42.4 no changes 2.42.2 2024-04-19 2.42.1 2023-11-02 2.42.0 2023-08-21 2.41.2 → 2.41.3 no changes 2.41.1...
2
800
2026-03-23T11:21:58.407819
redis
redis
https://redis.io/docs/latest/develop/programmability/lua-debugging/
database
bash
Debugging Lua scripts in Redis | Docs {"categories":["docs","develop","stack","oss","rs","rc","oss","kubernetes","clients"],"description":"How to use the built-in Lua debugger","duplicateOf":"head:data-ai-metadata","location":"body","title":"Debugging Lua scripts in Redis","tableOfContents":{"sections":[{"id":"quick-st...
0
800
2026-03-23T11:19:03.018467
importlib.resources.html
python
https://docs.python.org/3/library/importlib.resources.html
language
python
importlib.resources – Package resource reading, opening and access — Python 3.14.3 documentation Navigation index modules | next | previous | Python » 3.14.3 Documentation » The Python Standard Library » Importing Modules » importlib.resources – Package resource reading, opening and access | Theme Auto Light Dark | imp...
0
800
2026-03-23T10:58:16.016013
?s=logdedup
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=logdedup
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:38:22.744555
soniox
tanstack_start
https://tanstack.com/ai/latest/docs/community-adapters/soniox
framework
typescript
ication - Automatically detect spoken language enableSpeakerDiarization - Identify and separate different speakers context - Additional context to improve accuracy clientReferenceId - Optional client-defined reference ID webhookUrl - Webhook URL for completion notifications webhookAuthHeaderName - Webhook authenticatio...
11
800
2026-03-23T11:01:24.151256
kubernetes
kubernetes
https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
devops
yaml
n : v1 kind : Pod metadata : name : security-context-demo-2 spec : securityContext : runAsUser : 1000 containers : - name : sec-ctx-demo-2 image : gcr.io/google-samples/hello-app:2.0 securityContext : runAsUser : 2000 allowPrivilegeEscalation : false Create the Pod: kubectl apply -f https://k8s.io/examples/pods/securit...
17
783
2026-03-23T11:20:04.238692
supabase-snippets-download
supabase
https://supabase.com/docs/reference/cli/supabase-snippets-download
database
typescript
S FROM anon, authenticated; Usage 1 supabase db dump [flags] Flags --data-only Optional Dumps only data records. --db-url <string> Optional Dumps from the database specified by the connection string (must be percent-encoded). --dry-run Optional Prints the pg_dump script that would be executed. -x, --exclude <strings> O...
21
800
2026-03-23T11:29:36.940027
?s=cloudwego
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=cloudwego
devops
python
s using the OpenTelemetry API. asp telemetry http module instrumentation dotnet Quick Install To install this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule 1.15.1 Version .NET Language Instrumentation Component Apache 2.0 License Package Details (nuget) Reposit...
197
799
2026-03-23T11:15:52.636869
?s=nservicebus
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=nservicebus
devops
python
stall 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 Ins...
208
800
2026-03-23T11:20:22.287390
?s=hikaricp
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=hikaricp
devops
python
n Cloud Foundry native by Cloud Foundry Authors Adds an OpenTelemetry Collector to all Linux VMs to egress metrics and traces. collector cloud foundry Collector Language Application integration Component Apache-2.0 License Website Documentation Heroku native by Heroku Telemetry Heroku Fir adds platform-native support f...
1
800
2026-03-23T11:28:20.522684
mui
mui
https://mui.com/x/react-charts/radar/
library
javascript
300 }}> <Typography sx={{ textAlign: 'center' }}>Item</Typography> <RadarChart {...radarChartsParams} highlight="series" slotProps={{ tooltip: { trigger: 'item' } }} /> </Box> Press Enter to start editing Click event Radar charts provides multiple click handlers: onAreaClick for click on a specific area. onMarkClick fo...
7
781
2026-03-23T11:11:38.108825
redis
redis
https://redis.io/docs/latest/develop/data-types/lists/
database
bash
3 res45 , err := rdb . LPop ( ctx , "bikes:repairs" ). Result () if err != nil { panic ( err ) } fmt . Println ( res45 ) // >>> bike:2 res46 , err := rdb . LPop ( ctx , "bikes:repairs" ). Result () if err != nil { panic ( err ) } fmt . Println ( res46 ) // >>> bike:1 res47 , err := rdb . Exists ( ctx , "bikes:repairs" ...
447
800
2026-03-23T11:05:26.645566
?s=argo
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=argo
devops
python
wing: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/netflowreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository NGINX Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The NGINX Receiver for the O...
135
800
2026-03-23T11:18:47.519396
uk
git
https://git-scm.com/docs/git-fsck/uk
devops
bash
ssing (ПОМИЛКА) Не вдалося прочитати блоб .gitattributes . gitattributesSymlink (INFO) .gitattributes – це символічне посилання. gitignoreSymlink (INFO) .gitignore – це символічне посилання. gitmodulesBlob (ПОМИЛКА) У .gitmodules знайдено не-блоб об’єкт. gitmodulesLarge (ПОМИЛКА) Файл .gitmodules занадто великий для ро...
13
800
2026-03-23T11:30:26.389541
redis
redis
https://redis.io/docs/latest/develop/clients/go/vecsearch/
database
bash
y person" , }) if err != nil { panic ( err ) } jsonBuffer := floatsToBytes ( jsonQueryResult . Embeddings [ 0 ]) jsonResults , err := rdb . FTSearchWithArgs ( ctx , "vector_json_idx" , "*=>[KNN 3 @embedding $vec AS vector_distance]" , & redis . FTSearchOptions { Return : [] redis . FTSearchReturn { { FieldName : "vecto...
49
800
2026-03-23T11:08:28.495249
?s=edge-extension
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=edge-extension
devops
python
ver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/googlecloudspannerreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository HAProxy Receiver by 🔭 OpenTelemet...
119
799
2026-03-23T11:27:01.886882
test@go1.26.1
go
https://go.dev/cmd/cgo/internal/test@go1.26.1
language
go
cgotest package - cmd/cgo/internal/test - Go Packages Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Overview ¶ Test that pthread_cancel works as expected (NPTL uses SIGRTMIN to implement thread cancellation) See https://golang.org/issue/6997 Index ¶ Constants Variables func Add(x int) func...
0
800
2026-03-23T11:00:53.696971
pytorch
pytorch
https://pytorch.org/blog/ml-model-server-resource-saving/
ml
python
4024 0(0.00%) | 266 133 2211 200 | 111.8 0.00 --------|----------------------------------------------------------------------------|-------|-------------|-------|-------|-------|-------|--------|----------- Aggregated 4020 0(0.00%) | 266 133 2211 200 | 111.8 0.00 2: Traffic Mirroring As previously mentioned, our team’s...
25
656
2026-03-23T11:11:02.557748
?s=oracledatabase
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=oracledatabase
devops
python
eivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/snowflakereceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Solace Receiver by 🔭 OpenTelemetry Authors 🔭 The Solace receiver receives trace data from...
153
800
2026-03-23T11:31:21.291926
flask
flask
https://flask.palletsprojects.com/config/
framework
python
r configuration files. However here a list of good recommendations: Keep a default configuration in version control. Either populate the config with this default configuration or import it in your own configuration files before overriding values. Use an environment variable to switch between the configurations. This ca...
27
797
2026-03-23T10:55:21.324791
?s=framework
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=framework
devops
python
ctor you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/purefbreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository RabbitMQ Receiver b...
146
800
2026-03-23T11:30:26.064994
?s=kafka
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=kafka
devops
python
trumentation dotnet .NET Language Instrumentation Component Apache 2.0 License Repository Elasticsearch Client Instrumentation for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 Automatically instruments events emitted by the NEST/Elasticsearch.Net client library. elasticsearch client instrumentation dotnet Quick In...
200
800
2026-03-23T11:34:05.695874
model_evaluation.html
scikit_learn
https://scikit-learn.org/stable/modules/model_evaluation.html
ml
python
> y_true = [ 3 , 2 , 7 , 1 ] >>> y_pred = [ 9 , 2 , 7 , 1 ] >>> max_error ( y_true , y_pred ) 6.0 The max_error does not support multioutput. 3.4.6.8. Explained variance score # The explained_variance_score computes the explained variance regression score . If \(\hat{y}\) is the estimated target output, \(y\) the corre...
126
800
2026-03-23T10:50:50.577696
release-notes-2.2.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.2.0
mobile
dart
dart to null safety (a: null-safety, cla: yes, team, tool, waiting for tree to go green) 78896 Migrate flutter_tools file_system to null safety (a: null-safety, cla: yes, team, tool) 78897 Add dart Fix for TextSelectionThemeData (cla: yes, f: material design, framework, team, waiting for tree to go green) 78901 Migrate...
935
800
2026-03-23T11:13:36.917781
kbd
shadcn_ui
https://ui.shadcn.com/docs/components/radix/kbd
library
typescript
inside a Button component to display a keyboard key inside a button. Accept ⏎ Copy import { Button } from "@/components/ui/button" import { Kbd } from "@/components/ui/kbd" View Code Tooltip You can use the Kbd component inside a Tooltip component to display a tooltip with a keyboard key. Save Print Copy import { Butto...
2
799
2026-03-23T10:50:45.160813
?s=odddotnet
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=odddotnet
devops
python
ils (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 fil...
156
799
2026-03-23T11:15:01.957616
gitlab_ci
gitlab_ci
https://docs.gitlab.com/ci/services/mysql/
devops
yaml
sword' ; Create the database: CREATE DATABASE IF NOT EXISTS `< your_mysql_database >` DEFAULT CHARACTER SET ` utf8 ` \ COLLATE ` utf8_unicode_ci ` ; Grant the necessary permissions on the database: GRANT SELECT , INSERT , UPDATE , DELETE , CREATE , CREATE TEMPORARY TABLES , DROP , INDEX , ALTER , LOCK TABLES ON `< your...
3
800
2026-03-23T11:30:39.068673
result-2022-08-10.json
qdrant
https://qdrant.tech/benchmarks/result-2022-08-10.json
database
python
"upload_time": 10409.08978891, "total_upload_time": 10409.089845698, "p95_time": 0.0090070968, "rps": 282.5742338708, "parallel": 2, "p99_time": 0.0109120006, "mean_time": 0.0067875586, "mean_precisions": 0.87702, "engine_params": { "search_params": { "ef": 64 } } }, { "engine_name": "redis", "setup_name": "redis-m-64-...
3,767
583
2026-03-23T11:15:13.619970
Language_overview
javascript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Language_overview
language
javascript
s Strings in JavaScript are sequences of Unicode characters. This should be welcome news to anyone who has had to deal with internationalization. More accurately, they are UTF-16 encoded . js console.log("Hello, world"); console.log("你好,世界!"); // Nearly all Unicode characters can be written literally in string literals...
5
800
2026-03-23T10:55:20.924111
pg_cron
neon
https://neon.tech/docs/extensions/pg_cron
database
sql
s that influence its behavior. These settings are managed by Neon and cannot be directly modified by users. Understanding these settings can be helpful for monitoring and troubleshooting. You can view the current configuration in your Neon database using the following query: SELECT * FROM pg_settings WHERE name LIKE 'c...
13
800
2026-03-23T11:00:12.382226
redis
redis
https://redis.io/docs/latest/commands/lpop/
database
bash
. thenAccept ( res21 -> System . out . println ( res21 )) // >>> [one, two] . toCompletableFuture (); rpop . join (); } finally { redisClient . shutdown (); } } } ▼ Commands: RPUSH, LPOP, LRANGE RPUSH ( @write , @list , @fast ) Appends one or more elements to a list. Creates the key if it doesn't exist. ▶ Method rpush ...
28
799
2026-03-23T11:33:28.428196
?s=tomcat
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=tomcat
devops
python
Collector Exporter by 🔭 OpenTelemetry Authors 🔭 The OTLP HTTP Exporter for the OpenTelemetry Collector. go exporter collector Collector Language Exporter Component Apache 2.0 License Repository Prometheus Collector Exporter by 🔭 OpenTelemetry Authors 🔭 The Prometheus Exporter for the OpenTelemetry Collector. go exp...
47
800
2026-03-23T11:26:43.911688
python_api.html
xgboost
https://xgboost.readthedocs.io/en/stable/python/python_api.html
ml
python
) Configure whether metadata should be requested to be passed to the score method. Note that this method is only relevant when this estimator is used as a sub-estimator within a meta-estimator and metadata routing is enabled with enable_metadata_routing=True (see sklearn.set_config() ). Please check the User Guide on h...
142
800
2026-03-23T10:51:31.580897
?s=memcached
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=memcached
devops
python
try-instrumentation-faraday 0.32.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository OpenTelemetry Grape Instrumentation by 🔭 OpenTelemetry Authors 🔭 The Grape instrumentation is a community-maintained instrumentation for Grape, a REST-like API framework for Ruby. gr...
346
800
2026-03-23T11:12:58.232759
redis
redis
https://redis.io/docs/latest/commands/redis-7-2-commands/
database
bash
g epoch. Syntax: CLUSTER BUMPEPOCH Description: Advances the cluster config epoch. Complexity: O(1) Since: 3.0.0 CLUSTER COUNT-FAILURE-REPORTS - Returns the number of active failure reports active for a node. Syntax: CLUSTER COUNT-FAILURE-REPORTS node-id Description: Returns the number of active failure reports active ...
133
800
2026-03-23T11:33:19.306563
2.51.1
git
https://git-scm.com/docs/git-fast-import/2.51.1
devops
bash
ing a blob fast-import always attempts to deltify against the last blob written. Unless specifically arranged for by the frontend, this will probably not be a prior version of the same file, so the generated delta will not be the smallest possible. The resulting packfile will be compressed, but will not be optimal. Fro...
70
797
2026-03-23T11:20:45.735492
neon
neon
https://neon.tech/docs/extensions/neon
database
sql
ideal cache hit ratio depends on your specific workload and data access patterns. In some cases, a slightly lower ratio might still be acceptable, especially if the workload involves a lot of sequential scanning of large tables where caching might be less effective. If you find that your cache hit ration is quite low, ...
4
800
2026-03-23T11:02:07.202395
audit-log-events-for-your-organization
github_actions
https://docs.github.com/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/audit-log-events-for-your-organization
devops
yaml
y.create An SSH key was added to a user account or a deploy key was added to a repository. Fields @timestamp , _document_id , action , actor , actor_id , business , business_id , hashed_token , org , org_id , programmatic_access_type , repo , repo_id , repository , repository_id , request_access_security_header , reque...
297
800
2026-03-23T11:37:16.620800
?s=logdedup
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=logdedup
devops
python
cumentation Repository Emissary Ingress native incubating by Emissary Ingress Authors Emissary Ingress supports exporting traces via OTLP by configuring a TracingService custom resource. go emissary ingress envoy incubating Go Language Application integration Component Apache-2.0 License Website Documentation Repositor...
6
800
2026-03-23T11:38:22.744318
redis
redis
https://redis.io/docs/latest/commands/hexpireat/
database
bash
fields : K... // one or more fields to set the TTL for. ) → List<Long> // a list of Long values for each of the fields provided: 2 indicating the specific field is deleted already due to expiration, or provided expiry interval is in the past; 1 indicating expiration time is set/updated; 0 indicating the expiration time...
5
798
2026-03-23T11:37:13.401543
qdrant
qdrant
https://qdrant.tech/articles/serverless/
database
python
f API_KEY isn't set let Ok ( api_key ) = & std :: env :: var ( "API_KEY" ) else { return ; } let embedding = crate :: embed ( "What is semantic search?" , api_key ). unwrap ()[ 0 ]; // Cohere's `small` model has 1024 output dimensions. assert_eq! ( 1024 , embedding . len ()); } Run this while setting the API_KEY enviro...
9
800
2026-03-23T10:59:22.307106
gitlab_ci
gitlab_ci
https://docs.gitlab.com/api/projects/
devops
yaml
ied ID. id_before integer No Limit results to projects with IDs less than the specified ID. membership boolean No Limit by projects that the current user is a member of. min_access_level integer No Limit to projects where the current user has at least the specified access level. Possible values: 5 (Minimal access), 10 ...
66
800
2026-03-23T11:10:28.832235
?s=filestats
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=filestats
devops
python
epository Ratpack Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Ratpack instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Reactor Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provide...
265
799
2026-03-23T11:38:11.462884
?s=collector
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=collector
devops
python
Repository OpenTelemetry Metrics for gRPC first party integration incubating by gRPC Authors gRPC provides support for an OpenTelemetry plugin that provides metrics java incubating grpc Java Language Instrumentation Component Apache-2.0 License Website Documentation Repository Guava Instrumentation by 🔭 OpenTelemetry ...
248
799
2026-03-23T11:16:57.067600
result-2022-08-10.json
qdrant
https://qdrant.tech/benchmarks/result-2022-08-10.json
database
python
8, "p99_time": 0.0250019575, "mean_time": 0.0139268676, "mean_precisions": 0.992809, "engine_params": { "search_params": { "hnsw_ef": 128 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-m-64-ef-256", "dataset_name": "deep-image-96-angular", "upload_time": 931.8668919681, "total_upload_time": 1800.6344931091, "p...
1,986
549
2026-03-23T11:15:13.617583
?s=gorm
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=gorm
devops
python
sor and propagator to send data to Sentry and to associate traces/spans to Sentry errors. For configuration details, see OpenTelemetry Support . ruby processor propagator utilities sentry error monitoring Quick Install To install this utilities run: gem install sentry-opentelemetry 6.5.0 Version Ruby Language Utilities...
391
799
2026-03-23T11:24:34.741324
changelog.html
python
https://docs.python.org/3/whatsnew/changelog.html
language
python
ow waits until the thread completes, even if the thread was started by the same process which created the queue. bpo-29854 : Fix segfault in readline when using readline’s history-size option. Patch by Nir Soffer. bpo-30794 : Added multiprocessing.Process.kill method to terminate using the SIGKILL signal on Unix. bpo-3...
1,932
798
2026-03-23T10:57:25.355314
checkbox
chakra_ui
https://chakra-ui.com/docs/components/checkbox
library
javascript
Root > < CheckboxGroup name = "framework" > < Fieldset.Legend > Select framework </ Fieldset.Legend > { /* ... checkboxes ... */ } </ CheckboxGroup > </ Fieldset.Root > ❌ Incorrect Usage: // Don't wrap CheckboxGroup with Field.Root < Field.Root > < CheckboxGroup > { /* ... checkboxes ... */ } </ CheckboxGroup > </ Fiel...
7
799
2026-03-23T10:53:08.954424
effective_go
go
https://go.dev/doc/effective_go
language
go
inate with a form of multiple assignment. var seconds int var ok bool seconds, ok = timeZone[tz] For obvious reasons this is called the “comma ok” idiom. In this example, if tz is present, seconds will be set appropriately and ok will be true; if not, seconds will be set to zero and ok will be false. Here's a function ...
46
776
2026-03-23T11:22:27.089971
?s=ts
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ts
devops
python
eceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Windows Performance Counters Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The Windows Performance Counters Receiver for the OpenTelemetry Collector captures the configured system, ap...
164
800
2026-03-23T11:18:07.814650
?s=guzzle
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=guzzle
devops
python
OpenTelemetry Authors 🔭 This library allows tracing requests made by the Redis library. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry Remoulade Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library allows tracing requests made by the Remoulade librar...
332
800
2026-03-23T11:13:19.229683
postgresql
postgresql
https://www.postgresql.org/docs/release/15.14/
database
sql
ns about IOV_MAX and O_RDONLY that don't hold on Hurd. Make our usage of memset_s() conform strictly to the C11 standard (Tom Lane) § This avoids compile failures on some platforms. Prevent uninitialized-value compiler warnings in JSONB comparison code (Tom Lane) § Avoid deprecation warnings when building with libxml2 ...
22
799
2026-03-23T11:16:01.495156
?s=stackdriver
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=stackdriver
devops
python
erver native by MySQL MySQL Enterprise Edition generates OTel trace data on Linux platforms. mysql enterprise database c++ C++ Language Application integration Component Commercial License Website Documentation Google Gemini CLI native by Google Gemini Gemini CLI brings the capabilities of Gemini models to your termina...
3
800
2026-03-23T11:16:44.001018
supabase-db-pull
supabase
https://supabase.com/docs/reference/cli/supabase-db-pull
database
typescript
upabase project. supabase domains reverify Usage 1 supabase domains reverify Flags --project-ref <string> Optional Project ref of the Supabase project. supabase domains delete Usage 1 supabase domains delete Flags --project-ref <string> Optional Project ref of the Supabase project. supabase vanity-subdomains Manage van...
77
800
2026-03-23T11:31:06.936970
kysely
neon
https://neon.tech/docs/guides/kysely
database
sql
p this step if you already have tables in your database. Unlike many ORMs, Kysely does not automatically sync your TypeScript types with the database schema. Tables must exist before you query them. Optionally, you can use Kysely’s migration helpers ( up and down ) to apply or revert schema changes. See Run a Migration...
4
800
2026-03-23T10:55:09.697469
1330-elicitation-enum-schema-improvements-and-standards
mcp
https://modelcontextprotocol.io/seps/1330-elicitation-enum-schema-improvements-and-standards
ai
typescript
/1246 Client Implementation: https://github.com/evalstate/fast-agent/pull/324/files Working Demo: https://asciinema.org/a/anBvJdqEmTjw0JkKYOooQa5Ta Security Considerations No security implications identified. This change is purely about schema structure and standards compliance. Appendix Validations Using stored valida...
13
792
2026-03-23T10:53:58.638279
?s=console
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=console
devops
python
gomod : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/tencentcloudlogserviceexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository Tinybird Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter sends logs, metrics, and t...
55
799
2026-03-23T11:39:15.141747
upgrading-query-insights-to-metal
planetscale
https://planetscale.com/blog/upgrading-query-insights-to-metal
database
sql
try volume. Since this workload had demonstrated a sensitivity to I/O latency, we figured it would be a good candidate for upgrading to Metal. Performance improvements after migrating to Metal To do this, we picked 1 of our 8 MySQL shards, the busiest one, to upgrade first. The following graphs show the query latency a...
2
800
2026-03-23T11:22:52.866857
import-html
bun
https://bun.sh/docs/guides/runtime/import-html
runtime
javascript
e 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 tests Test ti...
3
800
2026-03-23T11:19:18.322067
?s=local
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=local
devops
python
tory Apache Doris Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter supports sending traces, metrics, and logs data to Apache Doris (version >= 2.1). doris exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : githu...
34
800
2026-03-23T11:13:53.860137
?s=bandit
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=bandit
devops
python
ers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/otelarrowreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository OTLP Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The OTLP Receiver for the OpenTelemetry...
140
800
2026-03-23T11:37:27.148998
portkey
langfuse
https://langfuse.com/integrations/gateways/portkey
ai
python
foundry with Langfuse using the OpenAI drop-in replacement. On this page Observability for Portkey LLM Gateway with Langfuse Step 1: Install Dependencies Step 2: Set Up Environment Variables Step 3: Use Langfuse OpenAI Drop-in Replacement Step 4: Run an Example Step 5: See Traces in Langfuse Question? Give us feedback ...
8
417
2026-03-23T11:13:17.679009
?s=shenyu
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=shenyu
devops
python
porter dotnet Quick Install To install this exporter run: dotnet add package OpenTelemetry.Exporter.Prometheus.HttpListener 1.15.0-beta.1 Version .NET Language Exporter Component Apache 2.0 License Package Details (nuget) Repository Stackdriver Exporter for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 Stackdriver ...
174
800
2026-03-23T11:10:16.617844
?s=edge-extension
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=edge-extension
devops
python
tall this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.EntityFrameworkCore 1.15.0-beta.1 Version .NET Language Instrumentation Component Apache 2.0 License Package Details (nuget) Repository EventCounters Instrumentation for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 This is an I...
201
800
2026-03-23T11:27:01.886950
2.19.0
git
https://git-scm.com/docs/git-merge/2.19.0
devops
bash
merge proceeds in the usual way. renormalize This runs a virtual check-out and check-in of all three stages of a file when resolving a three-way merge. This option is meant to be used when merging branches with different clean filters or end-of-line normalization rules. See "Merging branches with differing checkin/chec...
27
795
2026-03-23T11:13:00.516096
gitlab_ci
gitlab_ci
https://docs.gitlab.com/ci/pipelines/settings/
devops
yaml
t external users . For Private projects, to all project members (Guest or higher). When it is cleared: For Public projects, job logs, job artifacts, the pipeline security dashboard, and the CI/CD menu items are visible only to project members (Reporter or higher). Other users, including guest users, can only view the s...
1
800
2026-03-23T10:54:40.422525
deno
deno
https://docs.deno.com/runtime/fundamentals/testing/
runtime
javascript
sy to ensure your code is reliable and functions as expected without needing to install any additional dependencies or tools. The deno test runner allows you fine-grained control over permissions for each test, ensuring that code does not do anything unexpected. In addition to the built-in test runner, you can also use...
1
799
2026-03-23T10:50:08.348670
gitlab_ci
gitlab_ci
https://docs.gitlab.com/user/application_security/sast/
devops
yaml
[[ semgrep . ruleset ]] disable = true [ semgrep . ruleset . identifier ] type = "semgrep_id" value = "gosec.G107-1" For more details on customizing rulesets, see Customize rulesets . Exclude files or paths from being scanned Prerequisites: The Developer, Maintainer, or Owner role for the project. To exclude files or p...
15
800
2026-03-23T11:26:20.102369
temporal
temporal
https://docs.temporal.io/cli/workflow/
devops
go
ch. Tasks with same key share capacity based on their weight. --fairness-weight No float Weight [0.001-1000] for this fairness key. Keys are dispatched proportionally to their weights. --headers No string[] Temporal workflow headers in 'KEY=VALUE' format. Keys must be identifiers, and values must be JSON values. May be...
7
800
2026-03-23T11:16:00.247974
no-misused-promises
biome
https://biomejs.dev/linter/rules/no-misused-promises
tooling
javascript
Promise instead. ℹ This rule belongs to the nursery group, which means it is not yet stable and may change in the future. Visit https://biomejs.dev/linter/#nursery for more information. promise-in-ternary-condition.js 1 const promise = Promise . resolve ( ' value ' ); 2 const val = promise ? 123 : 456 ; // Always evalu...
2
800
2026-03-23T11:40:30.597919
multiprocessing.shared_memory.html
python
https://docs.python.org/3/library/multiprocessing.shared_memory.html
language
python
tical use of the SharedMemory class with NumPy arrays , accessing the same numpy.ndarray from two distinct Python shells: >>> # In the first Python interactive shell >>> import numpy as np >>> a = np . array ([ 1 , 1 , 2 , 3 , 5 , 8 ]) # Start with an existing NumPy array >>> from multiprocessing import shared_memory >...
8
800
2026-03-23T10:58:35.598045
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
ue report_evaluators.append(report_evaluator) for row in dataset_model.cases: evaluators: list[Evaluator] = [] for spec in row.evaluators: try: evaluator = _load_evaluator_from_registry( registry, spec, 'evaluator', 'custom_evaluator_types', context=f'case {row.name!r}' ) except ValueError as e: errors.append(e) contin...
4,731
503
2026-03-23T10:51:26.920454
tool-call-filter
mastra
https://mastra.ai/reference/processors/tool-call-filter
ai
typescript
Reference: ToolCallFilter | Processors | Mastra Docs Skip to main content On this page The ToolCallFilter is an input processor that filters out tool calls and their results from the message history before sending to the model. This is useful when you want to exclude specific tool interactions from context or remove al...
0
800
2026-03-23T11:13:09.991810
fx.html
pytorch
https://pytorch.org/docs/stable/fx.html
ml
python
() method of the Module to be invoked args ( Tuple ) – args of the module callsite kwargs ( Dict ) – kwargs of the module callsite Returns : The return value from the Module call. In the case that a call_module node was emitted, this is a Proxy value. Otherwise, it is whatever value was returned from the Module invocat...
92
800
2026-03-23T10:57:34.573197
deep-equals
bun
https://bun.sh/docs/guides/util/deep-equals
runtime
javascript
files via HTTP using FormData Fetch with unix domain sockets Stream with iterators Server-Sent Events Stream with Node.js WebSocket Simple server Pub-sub server Contextual data Enable compression Processes & System Spawn child process Read stdout Read stderr Parse command-line arguments Read from stdin Spawn a child pr...
2
799
2026-03-23T11:08:15.589794
how-specific-provisions-thousands-of-databases-for-coding-agents-using-neon
neon
https://neon.tech/blog/how-specific-provisions-thousands-of-databases-for-coding-agents-using-neon
database
sql
is a cloud platform designed for coding agents. With Specific, agents write code and configure the infrastructure to run it, from databases and object storage to caching and backend services, all defined in a single config file and deployed with one CLI command. The problem they are solving Before building Specific, Im...
1
799
2026-03-23T11:26:36.414799
release-notes-2.0.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.0.0
mobile
dart
to k_lSjZxIH... (cla: yes, waiting for tree to go green) 21446 Roll Dart SDK from fe83360d3a7c to 44e4f3958019 (1 revision) (cla: yes, waiting for tree to go green) 21447 Roll Fuchsia Linux SDK from ej-CkfSra... to HNNs4gfuM... (cla: yes, waiting for tree to go green) 21448 Roll Skia from eabce08bb2f2 to ad6aeace6eee (...
480
799
2026-03-23T11:06:17.753534
release-notes-1.20.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-1.20.0
mobile
dart
ill (cla: yes) 18446 Roll src/third_party/dart 529f614eb381..34bf6742d4e9 (10 commits) (cla: yes, waiting for tree to go green) 18447 Roll src/third_party/skia 75b6c009170d..fe4b0b3ab3b9 (1 commits) (cla: yes, waiting for tree to go green) 18448 Roll src/third_party/dart 34bf6742d4e9..ecd82166c312 (1 commits) (cla: yes...
528
800
2026-03-23T11:13:03.432817
result-2022-08-10.json
qdrant
https://qdrant.tech/benchmarks/result-2022-08-10.json
database
python
set_name": "deep-image-96-angular", "upload_time": 1006.6829016301, "total_upload_time": 6120.388491023, "p95_time": 0.0251766747, "rps": 414.085800567, "parallel": 8, "p99_time": 0.0287402234, "mean_time": 0.0189319403, "mean_precisions": 0.998646, "engine_params": { "search_params": { "hnsw_ef": 256 } } }, { "engine_...
2,182
592
2026-03-23T11:15:13.617841
llms-components.txt
chakra_ui
https://chakra-ui.com/llms-components.txt
library
javascript
: number nights: number rating: number image: string favorite?: boolean } const properties: Property[] = [ { id: 1, title: "Loft Apartment in City Bowl", price: 152, nights: 2, rating: 4.92, image: "https://images.unsplash.com/photo-1522708323590-d24dbb6b0267?w=800&q=80", favorite: true, }, { id: 2, title: "Modern Stud...
95
672
2026-03-23T10:52:18.208470
?s=deltatocumulative
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=deltatocumulative
devops
python
metry Authors 🔭 This library allows tracing requests made by the Redis library. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry Remoulade Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library allows tracing requests made by the Remoulade library. remou...
332
800
2026-03-23T11:36:53.633109
extension-modules.html
python
https://docs.python.org/3/c-api/extension-modules.html
language
python
y defining multiple initialization functions. However, importing them requires using symbolic links or a custom importer, because by default only the function corresponding to the filename is found. See the Multiple modules in one library section in PEP 489 for details. The initialization function is typically the only...
6
800
2026-03-23T11:21:58.992906
?s=kafka
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=kafka
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:34:05.695968
middleware-upgrade-guide
nextjs
https://nextjs.org/docs/messages/middleware-upgrade-guide
framework
javascript
ed to define matching filters. The following is an example for a Middleware that triggers for /about/* and /dashboard/:path* , the custom matcher is defined in an exported config object: middleware.ts import { NextResponse } from 'next/server' import type { NextRequest } from 'next/server' export function middleware (r...
5
799
2026-03-23T11:19:24.681879
?s=dapr
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dapr
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:34:08.968962
fivetran
planetscale
https://planetscale.com/docs/vitess/integrations/fivetran
database
sql
e data in your destination is in a familiar format to work with. Fivetran-generated columns Fivetran adds the following columns to every table in your destination: _fivetran_deleted (BOOLEAN) marks deleted rows in the source database. _fivetran_synced (UTC TIMESTAMP) indicates when Fivetran last successfully synced the...
7
795
2026-03-23T11:16:37.524819
?s=high-performance-logging
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=high-performance-logging
devops
python
tory Apache Doris Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter supports sending traces, metrics, and logs data to Apache Doris (version >= 2.1). doris exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : githu...
34
800
2026-03-23T11:12:23.966522
lang_datefunc.html
sqlite
https://www.sqlite.org/lang_datefunc.html
database
sql
Date And Time Functions Small. Fast. Reliable. Choose any three. Home Menu About Documentation Download License Support Purchase Search About Documentation Download Support Purchase Date And Time Functions Table Of Contents 1. Overview 2. Time Values 3. Modifiers 4. Examples 5. Caveats And Bugs 1. Overview SQLite suppo...
0
799
2026-03-23T11:02:20.710424
style
terraform
https://developer.hashicorp.com/terraform/language/style
devops
hcl
onfiguration to separate your backend configuration from your Terraform and provider versioning configuration. A main.tf file that contains all resource and data source blocks. A outputs.tf file that contains all output blocks in alphabetical order. A providers.tf file that contains all provider blocks and configuratio...
7
800
2026-03-23T10:52:48.880047
?s=krakend
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=krakend
devops
python
ter by 🔭 OpenTelemetry Authors 🔭 The Kafka Exporter for the OpenTelemetry Collector. 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/opentelemetry-collector-contrib/exporter/kafkaexp...
41
800
2026-03-23T11:30:28.987174