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=configuration-validation
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=configuration-validation
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:11:39.548998
?s=namedpipe
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=namedpipe
devops
python
tation erlang Erlang Language Instrumentation Component Apache 2.0 License Repository OpentelemetryXandra by 🔭 OpenTelemetry Authors 🔭 This library uses Telemetry events to create OpenTelemetry Spans for Xandra queries. xandra instrumentation erlang Quick Install The package can be installed by adding opentelemetry_x...
219
800
2026-03-23T11:26:08.589247
?s=symfony
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=symfony
devops
python
ector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/splunkenterprisereceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository SQL Quer...
155
800
2026-03-23T11:18:28.495635
opentelemetry
opentelemetry
https://opentelemetry.io/docs/contributing/localization/
devops
python
er of the OpenTelemetry GitHub organization or as a member of the approvers group for your localization until you satisfy the requirements for becoming an established member and approver as outlined in the membership guidelines . Before you earn approver status, you can indicate your approval of a localization PR by ad...
11
800
2026-03-23T10:59:22.517708
?s=loki
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=loki
devops
python
omponent Apache 2.0 License Package Details (go-collector) Repository Metric Start Time Processor by 🔭 OpenTelemetry Authors 🔭 The metric start time processor ( metricstarttime ) is used to set the start metricstarttime processor collector Quick Install When building a custom collector you can add this processor to t...
88
800
2026-03-23T11:12:44.942806
mui
mui
https://mui.com/store/items/materio-mui-react-nextjs-admin-template/
library
javascript
refund policy Support MUI's open source projects like Material UI and Base UI. Version 6.0.1 Latest release Dec 29, 2025 First release Mar 3, 2022 Category Admin & Dashboard Questions? Contact author Created by ThemeSelection
5
225
2026-03-23T10:55:48.006166
syntax
expo
https://docs.expo.dev/eas/workflows/syntax
mobile
javascript
rm : ios | android # optional profile : string # optional distribution : store | internal | simulator # optional channel : string # optional app_identifier : string # optional app_build_version : string # optional app_version : string # optional git_commit_hash : string # optional fingerprint_hash : string # optional s...
28
800
2026-03-23T11:20:20.149833
cli
terraform
https://developer.hashicorp.com/terraform/cloud-docs/run/cli
devops
hcl
py sensitive variables to your local machine. Speculative plans work with all workspaces, and can co-exist with the VCS-driven workflow . terraform apply starts a standard plan and apply in an HCP Terraform workspace, using configuration files from a local directory. Remote terraform apply is for workspaces without a l...
2
800
2026-03-23T11:27:26.882754
result-2022-08-10.json
qdrant
https://qdrant.tech/benchmarks/result-2022-08-10.json
database
python
e": 0.0602860712, "mean_time": 0.0232269064, "mean_precisions": 0.976249, "engine_params": { "vectorIndexConfig": { "ef": 512 } } }, { "engine_name": "weaviate", "setup_name": "weaviate-m-16-ef-128", "dataset_name": "deep-image-96-angular", "upload_time": 8922.257136806, "total_upload_time": 8922.25719613, "p95_time": ...
3,850
552
2026-03-23T11:15:13.620085
redis
redis
https://redis.io/docs/latest/develop/data-types/sets/
database
bash
n previous result const res22 = await client . sRandMember ( 'bikes:racing:france' ) console . log ( res22 ) // >>> bike:4 or other random value ▼ Commands: SISMEMBER SISMEMBER ( @read , @set , @fast ) Determines whether a member belongs to a set. ▶ Method SISMEMBER ( key : RedisArgument , member : RedisArgument ) → An...
84
800
2026-03-23T11:02:34.326490
feed.xml
kubernetes
https://kubernetes.io/feed.xml
devops
yaml
pan>)), </span></span><span style="display:flex;"><span> ValidRange: <span style="color:#666">&amp;</span>CapacityRequestPolicyRange { </span></span><span style="display:flex;"><span> Min: ptr.<span style="color:#00a000">To</span>(resource.<span style="color:#00a000">MustParse</span>(<span style="color:#b44">&#34;5Gi&#...
936
800
2026-03-23T11:17:36.485726
border-color
tailwind
https://tailwindcss.com/docs/border-color
library
javascript
: var(--color-stone-950); /* oklch(14.7% 0.004 49.25) */ border-y-mauve-50 border-block-color: var(--color-mauve-50); /* oklch(98.5% 0 0) */ border-y-mauve-100 border-block-color: var(--color-mauve-100); /* oklch(96% 0.003 325.6) */ border-y-mauve-200 border-block-color: var(--color-mauve-200); /* oklch(92.2% 0.005 325...
95
800
2026-03-23T11:21:15.589875
?s=inmemory
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=inmemory
devops
python
nstrumentation by Arize AI Instrumentation for tracing the LlamaIndex framework python instrumentation llamaindex Python Language Instrumentation Component Apache 2.0 License Documentation Repository OpenTelemetry logging integration by 🔭 OpenTelemetry Authors 🔭 Installation logging instrumentation python Python Lang...
327
800
2026-03-23T11:33:46.784989
useActionState
react
https://react.dev/reference/react/useActionState
framework
javascript
; } // ... } Or pass dispatchAction to an Action prop, is call in a Transition: function MyComponent ( ) { const [ state , dispatchAction , isPending ] = useActionState ( myAsyncAction , null ) ; // ✅ Correct: action prop wraps in a Transition for you return < Button action = { dispatchAction } > ... </ Button > ; } I’...
32
799
2026-03-23T11:01:10.828296
kubernetes
kubernetes
https://kubernetes.io/docs/reference/kubernetes-api/cluster-resources/api-service-v1/
devops
yaml
specified APIService HTTP Request PUT /apis/apiregistration.k8s.io/v1/apiservices/{name}/status Parameters name ( in path ): string, required name of the APIService body : APIService , required dryRun ( in query ): string dryRun fieldManager ( in query ): string fieldManager fieldValidation ( in query ): string fieldVa...
9
800
2026-03-23T11:29:17.689030
django
django
https://docs.djangoproject.com/el/4.1/
framework
python
το site διαχείρισης Οδηγοί για προχωρημένους: Πως να γράψετε επαναχρησιμοποιήσιμα apps | Γράφοντας το πρώτο σας patch για το Django Μέρη για βοήθεια ¶ Έχετε κάποιο πρόβλημα; Θα χαρούμε να σας βοηθήσουμε! Δοκιμάστε το άρθρο Συχνές ερωτήσεις (FAQ) – έχει τις απαντήσεις στις πιο συνηθισμένες ερωτήσεις. Μήπως ψάχνετε κάτι ...
1
799
2026-03-23T11:10:27.824419
release-notes-1.20.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-1.20.0
mobile
dart
uest(s) # 51656 Set AA flag for painting images (a: images, cla: yes, framework, waiting for tree to go green, will affect goldens) 54806 Roll engine deef2663aca4..e6a2534b63ac (20 commits) (cla: yes, severe: API break, waiting for tree to go green, will affect goldens) 54997 Roll engine e6a2534b63ac..f4d6ce13dcc4 (32 ...
248
800
2026-03-23T11:13:03.432418
?s=headers
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=headers
devops
python
ation Quick Install The package can be installed by adding opentelemetry_ecto to your list of dependencies in mix.exs : def deps do [ { :opentelemetry_ecto , "~> 1.2.0" } ] 1.2.0 Version Elixir Language Instrumentation Component Apache 2.0 License Package Details (hex) Repository Oban Instrumentation by 🔭 OpenTelemetr...
213
800
2026-03-23T11:37:50.038178
?s=http
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=http
devops
python
y Splunk Inc. Instrumentation for the Golang database/sql package. go instrumentation database sql Go Language Instrumentation Component Apache 2.0 License Repository splunksqlx – Instrumentation for github.com/jmoiron/sqlx by Splunk Inc. Instrumentation for the github.com/jmoiron/sqlx package. go instrumentation datab...
235
800
2026-03-23T11:26:49.080134
qdrant
qdrant
https://qdrant.tech/documentation/cloud-account-setup/
database
python
as the owner, visit the Access Management page. In the actions menu of the user you wish to transfer to, you will find the option ‘Make Account Owner’ which begins the transfer. Deleting an Account When you delete an account, all database clusters and associated data will be deleted. Enterprise Single-Sign-On (SSO) Qdr...
3
799
2026-03-23T11:20:15.993291
cli
vite
https://vitejs.dev/guide/cli
tooling
javascript
et env mode ( string ) -h, --help Display available CLI options vite preview Locally preview the production build. Do not use this as a production server as it's not designed for it. This command starts a server in the build directory (by default dist ). Run vite build beforehand to ensure that the build directory is u...
5
794
2026-03-23T10:50:11.547375
?s=exporter
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=exporter
devops
python
ocumentation Repository Istio native graduated by Istio Authors Make your application participate in tracing with OpenTelemetry, regardless of the language, framework, or platform you use to build your application. go istio graduated Go Language Application integration Component Apache-2.0 License Website Documentation...
7
800
2026-03-23T11:22:11.662209
data-types
turso
https://docs.turso.tech/sql-reference/data-types
database
sql
date , is_active boolean DEFAULT 1 , metadata json ) STRICT; INSERT INTO events VALUES ( uuid4(), 'Product Launch' , '2025-03-15' , 1 , '{"venue": "online"}' ); For the full custom types reference including ENCODE/DECODE, operators, parametric types, and validation, see CREATE TYPE . Inspecting Types List all available...
7
795
2026-03-23T10:50:55.788961
supabase-seed-buckets
supabase
https://supabase.com/docs/reference/cli/supabase-seed-buckets
database
typescript
ck to be running when linting against the local database. To lint against a remote or self-hosted database, specify the --linked or --db-url flag respectively. Runs plpgsql_check extension in the local Postgres container to check for errors in all schemas. The default lint level is warning and can be raised to error vi...
25
800
2026-03-23T11:29:18.347831
supabase-branches-unpause
supabase
https://supabase.com/docs/reference/cli/supabase-branches-unpause
database
typescript
QUERY │ AGE ─────────┼─────────┼────────────────┼─────────┼─────────────────────────────────────────┼─────────── 328112 │ null │ 0 │ t │ SELECT * FROM logs; │ 00:04:20 Usage 1 supabase inspect db locks Flags --db-url <string> Optional Inspect the database specified by the connection string (must be percent-encoded). --...
43
721
2026-03-23T11:33:16.074689
?s=source-generator
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=source-generator
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:33:15.586963
?s=logdedup
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=logdedup
devops
python
y to tracing. rust instrumentation Quick Install To install this instrumentation library run: cargo add tracing-opentelemetry 0.22.0 Version Rust Language Instrumentation Component MIT License Package Details (crates) Repository Trillium Instrumentation first party integration by Jacob Rothstein OpenTelemetry integrati...
359
800
2026-03-23T11:38:22.744587
mixins.html
typescript
https://www.typescriptlang.org/docs/handbook/mixins.html
language
javascript
; y = 0 ; } // The Player class does not have the decorator's type merged: const player = new Player (); player . shouldFreeze ; Property 'shouldFreeze' does not exist on type 'Player'. 2339 Property 'shouldFreeze' does not exist on type 'Player'. // The runtime aspect could be manually replicated via // type compositi...
6
800
2026-03-23T10:57:31.211829
?s=mistral
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=mistral
devops
python
ails (go-collector) Repository Cloud Foundry Receiver by 🔭 OpenTelemetry Authors 🔭 The Cloud Foundry receiver connects to the RLP (Reverse Log Proxy) Gateway of the Cloud Foundry installation go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the f...
107
800
2026-03-23T11:27:38.004082
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
w_message_index :] def new_messages_json(self, *, output_tool_return_content: str | None = None) -> bytes: """Return new messages from [`new_messages`][pydantic_ai.agent.AgentRunResult.new_messages] as JSON bytes. Args: output_tool_return_content: The return content of the tool call to set in the last message. This pro...
1,593
672
2026-03-23T10:51:26.913220
drag-a-widget
flutter
https://docs.flutter.dev/cookbook/effects/drag-a-widget
mobile
dart
ce of food, and then drags that food to the picture of the customer who is paying for it. The following animation shows the app's behavior: This recipe begins with a prebuilt list of menu items and a row of customers. The first step is to recognize a long press and display a draggable photo of a menu item. Press and dr...
1
656
2026-03-23T11:32:11.056297
effective_go
go
https://go.dev/doc/effective_go
language
go
don't automatically make things more readable. A helpful doc comment can often be more valuable than an extra long name. Getters Go doesn't provide automatic support for getters and setters. There's nothing wrong with providing getters and setters yourself, and it's often appropriate to do so, but it's neither idiomati...
9
794
2026-03-23T11:22:27.089937
nuxt
bun
https://bun.sh/docs/guides/ecosystem/nuxt
runtime
javascript
ream 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 Readabl...
5
800
2026-03-23T11:11:56.758560
?s=orchestrator
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=orchestrator
devops
python
age Exporter Component Apache 2.0 License Package Details (go-collector) Repository Sematext Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter supports sending metrics to Sematext Cloud in Influx line protocol format and logs using the Bulk Index API format. sematext exporter collector Quick Install When building a...
50
800
2026-03-23T11:28:53.571953
redis
redis
https://redis.io/docs/latest/develop/data-types/lists/
database
bash
rd docs DB : 0 , // use default DB }) rdb . Del ( ctx , "bikes:repairs" ) res51 , err := rdb . LPush ( ctx , "bikes:repairs" , "bike:1" , "bike:2" , "bike:3" , "bike:4" , "bike:5" ). Result () if err != nil { panic ( err ) } fmt . Println ( res51 ) // >>> 5 res52 , err := rdb . LTrim ( ctx , "bikes:repairs" , 0 , 2 ). ...
1,062
800
2026-03-23T11:05:26.646921
?s=token
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=token
devops
python
for OpenTelemetry by 🔭 OpenTelemetry Authors 🔭 This is an Instrumentation Library which instruments Grpc.Net.Client and collects traces about outgoing gRPC requests. grpc client instrumentation dotnet Quick Install To install this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.GrpcNetCl...
203
798
2026-03-23T11:30:53.656319
release-notes-1.20.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-1.20.0
mobile
dart
est (cla: yes, team, waiting for tree to go green) 53966 Roll engine 83e493ae6262..09bc1fc45e50 (6 commits) (cla: yes, waiting for tree to go green) 53967 Temporarily mark web benchmarks as flaky (cla: yes, team) 53969 Use "measured_frame" instead of "CrRendererMain" to detect process ID (cla: yes, team) 53970 Roll eng...
304
800
2026-03-23T11:13:03.432502
gitlab_ci
gitlab_ci
https://docs.gitlab.com/ci/environments/environments_dashboard/
devops
yaml
150 projects for GitLab to display on this dashboard. Environment dashboards on GitLab.com GitLab.com users can add public projects to the Environments Dashboard for free. If your project is private, the group it belongs to must have a GitLab Premium plan.
2
256
2026-03-23T10:58:12.726852
rss.xml
neon
https://neon.tech/docs/changelog/rss.xml
database
sql
docs/changelog/2024-10-25 Fri, 25 Oct 2024 00:00:00 GMT <![CDATA[New graphs on the Monitoring page, new extensions on Postgres 17, and more release - Oct 18, 2024]]> https://neon.com/docs/changelog/2024-10-18 https://neon.com/docs/changelog/2024-10-18 Fri, 18 Oct 2024 00:00:00 GMT <![CDATA[10x-ing Projects on the Free ...
20
800
2026-03-23T11:25:58.532815
distributed.html
pytorch
https://pytorch.org/docs/stable/distributed.html
ml
python
lowercase string (e.g., "gloo" ), which can also be accessed via Backend attributes (e.g., Backend.GLOO ). If None is passed in, the backend corresponding to the default process group will be used. Default is None . pg_options ( ProcessGroupOptions , optional ) – process group options specifying what additional options...
44
800
2026-03-23T11:00:36.519904
?s=database
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=database
devops
python
uage Instrumentation Component Apache 2.0 License Package Details (nuget) Repository MySqlData Instrumentation for OpenTelemetry by 🔭 OpenTelemetry Authors 🔭 This is an Instrumentation Library, which instruments MySql.Data and collects telemetry about database operations. mysqldata instrumentation dotnet Quick Instal...
207
800
2026-03-23T11:28:28.459588
github-integration
langfuse
https://langfuse.com/docs/prompt-management/features/github-integration
ai
python
if config. REQUIRED_LABEL not in prompt_labels: return { "skipped" : f "Prompt does not have required label ' { config. REQUIRED_LABEL} '" } api_endpoint = f "https://api.github.com/repos/ { config. GITHUB_REPO_OWNER} / { config. GITHUB_REPO_NAME} /contents/ { config. GITHUB_FILE_PATH} " request_headers = { "Authorizat...
9
799
2026-03-23T11:13:52.550747
gitlab_ci
gitlab_ci
https://docs.gitlab.com/runner/shells/
devops
yaml
h-script | su --shell /bin/bash --login user # This command is used if the build should be executed using # the current user, but in a login environment cat generated-bash-script | /bin/bash --login # This command is used if the build should be executed in # a Docker environment cat generated-bash-script | /bin/bash Sh...
2
800
2026-03-23T10:50:58.430677
redis
redis
https://redis.io/docs/latest/develop/data-types/timeseries/
database
bash
amp : 1 , value : 5 }, { key : 'wind:4' , timestamp : 1 , value : 20 } ]); console . log ( res41 ); // >>> [1, 1, 1, 1] const res42 = await client . ts . mAdd ([ { key : 'wind:1' , timestamp : 2 , value : 14 }, { key : 'wind:2' , timestamp : 2 , value : 21 }, { key : 'wind:3' , timestamp : 2 , value : 4 }, { key : 'win...
149
800
2026-03-23T10:54:53.790264
pickle.html
python
https://docs.python.org/3/library/pickle.html
language
python
d. The only difference is this method should take a single integer argument, the protocol version. When defined, pickle will prefer it over the __reduce__() method. In addition, __reduce__() automatically becomes a synonym for the extended version. The main use for this method is to provide backwards-compatible reduce ...
34
795
2026-03-23T11:07:58.224296
train
transformers
https://huggingface.co/datasets/princeton-nlp/SWE-bench/viewer/default/train
ai
python
ese will be converted into a :class:`~argparse.Namespace` and passed into your + use this method to pass in a .yaml file with the hparams you'd like to use. + These will be converted into a :class:`~dict` and passed into your :class:`LightningModule` for use. + + If your model's `hparams` argument is :class:`~argparse....
1,141
648
2026-03-23T11:25:24.232269
2.22.0
git
https://git-scm.com/docs/git-merge/2.22.0
devops
bash
a merge to reduce unnecessary conflicts. For more information, see section "Merging branches with differing checkin/checkout attributes" in gitattributes[5] . merge.stat Whether to print the diffstat between ORIG_HEAD and the merge result at the end of the merge. True by default. merge.tool Controls which merge tool is...
35
798
2026-03-23T11:12:35.294099
2.52.0
git
https://git-scm.com/docs/git-merge/2.52.0
devops
bash
.7 2018-05-22 2.12.5 2017-09-22 2.10.5 → 2.11.4 no changes 2.9.5 2017-07-30 2.8.6 2017-07-30 2.7.6 no changes 2.6.7 2017-05-05 2.5.6 2017-05-05 2.4.12 2017-05-05 2.3.10 no changes 2.2.3 2015-09-04 2.1.4 2014-12-17 2.0.5 2014-12-17 NAME git-merge - Join two or more development histories together SYNOPSIS git merge [ -n ...
3
795
2026-03-23T11:12:21.000239
kubernetes
kubernetes
https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/
devops
yaml
tobuf.Timestamp) 'string' with format=duration duration (google.protobuf.Duration) xref: CEL types , OpenAPI types , Kubernetes Structural Schemas . The messageExpression field Similar to the message field, which defines the string reported for a validation rule failure, messageExpression allows you to use a CEL expres...
39
800
2026-03-23T10:56:35.719122
ViewChildren
angular
https://angular.dev/api/core/ViewChildren
framework
typescript
yList of elements or directives from the view DOM. Any time a child element is added, removed, or moved, the query list will be updated, and the changes observable of the query list will emit a new value. View queries are set before the ngAfterViewInit callback is called. Metadata Properties : selector - The directive ...
7
800
2026-03-23T11:02:08.698258
result-2022-08-10.json
qdrant
https://qdrant.tech/benchmarks/result-2022-08-10.json
database
python
-image-96-angular", "upload_time": 9585.4442083579, "total_upload_time": 9585.4442618701, "p95_time": 0.396508611, "rps": 420.9542809918, "parallel": 100, "p99_time": 0.4246232758, "mean_time": 0.2315100499, "mean_precisions": 0.969109, "engine_params": { "vectorIndexConfig": { "ef": 256 } } }, { "engine_name": "weavia...
3,937
592
2026-03-23T11:15:13.620201
preserving-and-resetting-state
react
https://react.dev/learn/preserving-and-resetting-state
framework
javascript
’s how these look as a tree: React tree These are two separate counters because each is rendered at its own position in the tree. You don’t usually have to think about these positions to use React, but it can be useful to understand how it works. In React, each component on the screen has fully isolated state. For exam...
2
800
2026-03-23T10:59:24.309678
?s=dapr
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dapr
devops
python
nguage Utilities Component Apache 2.0 License Website Repository OpenTelemetry B3 context propagation by 🔭 OpenTelemetry Authors 🔭 This library provides support for propagating trace context in the B3 format. php b3 extension propagator PHP Language Extension Component Apache 2.0 License Repository Google Cloud Tools...
389
800
2026-03-23T11:34:08.968963
operational-excellence-workspaces-projects
terraform
https://developer.hashicorp.com/well-architected-framework/operational-excellence/operational-excellence-workspaces-projects
devops
hcl
ate, it builds a dependency graph of the resources to determine how to sequence operations in the workspace. As the number of resources your workspace manages grows, these graphs become larger and more complex. As these graphs grow, they require more worker RAM to build them. If your agent's performance degrades or wor...
6
800
2026-03-23T11:09:06.710119
human-in-the-loop
mastra
https://mastra.ai/docs/workflows/human-in-the-loop
ai
typescript
Human-in-the-loop (HITL) | Workflows | Mastra Docs Skip to main content On this page Some workflows need to pause for human input before continuing. When a workflow is suspended , it can return a message explaining why it paused and what’s needed to proceed. The workflow can then either resume or bail based on the inpu...
0
800
2026-03-23T11:29:46.874658
mui
mui
https://mui.com/x/api/charts/funnel-chart/
library
javascript
scaleType?: 'symlog', size?: number, tickLabelStyle?: object, tickSize?: number } | { categories?: Array<string>, disableLine?: bool, disableTicks?: bool, id?: number | string, position?: 'bottom' | 'left' | 'none' | 'right' | 'top', scaleType?: 'pow', size?: number, tickLabelStyle?: object, tickSize?: number } | { cat...
2
799
2026-03-23T11:25:30.780826
?s=active_job
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=active_job
devops
python
ruby instrumentation aws-sdk aws sqs sns Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-aws_sdk 0.11.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository OpenTelemetry AWS-Lambda Instrumentation by 🔭 OpenTelemetry A...
341
799
2026-03-23T11:28:48.638622
?s=cisco
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=cisco
devops
python
or user. Data Preboarding Delimited data validation Data loading Trusted publishing Python Language Application integration Component GNU Lesser General Public License v2.1 License Website Documentation Repository MLflow native by MLflow Authors The MLflow tracing feature is built using OpenTelemetry, and allows users ...
17
799
2026-03-23T11:10:45.886611
sessionintro.html
sqlite
https://www.sqlite.org/sessionintro.html
database
sql
ATE || op==SQLITE_INSERT ){ printf("New values:"); for(i=0; i<nCol; i++){ rc = sqlite3changeset_new(pIter, i, &pVal); if( rc!=SQLITE_OK ) goto exit_print_changeset; printf(" %s", pVal ? sqlite3_value_text(pVal) : "-"); } printf("\n"); } } /* Clean up the changeset and return an error code (or SQLITE_OK) */ exit_print_c...
23
740
2026-03-23T10:59:35.782241
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
f results. If None, the Tavily default is used. search_depth: The depth of the search. topic: The category of the search. time_range: The time range back from the current date to filter results. include_domains: List of domains to specifically include in the search results. exclude_domains: List of domains to specifica...
1,744
691
2026-03-23T10:51:26.913445
fineweb-2
transformers
https://huggingface.co/datasets/HuggingFaceFW/fineweb-2
ai
python
44fc84b95db> CC-MAIN-2016-40 http://bibles.org/aai-AAINT/Acts/20/ 2016-09-26T14:02:09Z s3://commoncrawl/crawl-data/CC-MAIN-2016-40/segments/1474738660801.77/warc/CC-MAIN-20160924173740-00295-ip-10-143-35-109.ec2.internal.warc.gz aai 1.000008 Latn 22 {} John 15 Jesu I Ai Anababatun Naatu Famefamen. 1“Ayu i ai an anababa...
142
800
2026-03-23T11:23:24.988528
InferToolOutput
tanstack_router
https://tanstack.com/ai/latest/docs/reference/type-aliases/InferToolOutput
framework
typescript
iases/InferToolOutput .md Type Alias References On this page InferToolOutput Copy page Type Alias: InferToolOutput<T> ts type InferToolOutput<T> = T extends object ? TOutput extends StandardJSONSchemaV1<infer TInferred, unknown> ? TInferred : TOutput extends JSONSchema ? unknown : unknown : unknown; Defined in: activit...
8
799
2026-03-23T11:09:40.385483
streams
bun
https://bun.sh/docs/runtime/streams
runtime
javascript
ew Bun. ArrayBufferSink (); sink. write ( " h " ); sink. write ( " e " ); sink. write ( " l " ); sink. write ( " l " ); sink. write ( " o " ); sink. end (); // ArrayBuffer(5) [ 104, 101, 108, 108, 111 ] To instead retrieve the data as a Uint8Array , pass the asUint8Array option to the start method. Copy const sink = ne...
5
800
2026-03-23T10:56:13.278314
1.21.0-notes.html
numpy
https://numpy.org/doc/stable/release/1.21.0-notes.html
ml
python
if the extra digits are unnecessary to uniquely specify the value. It is the counterpart to the precision argument which sets the maximum number of digits to be printed. When unique=False in fixed precision mode, it has no effect and the precision argument fixes the number of digits. ( gh-18629 ) f2py now recognizes Fo...
16
798
2026-03-23T11:01:26.268844
?s=ucp
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ucp
devops
python
s both extensionauth.HTTPClient and extensionauth.Server , so it can be used in both exporters and receivers. azureauth extension collector Quick Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : github.com/open-telemetry/opentelemetry-co...
58
800
2026-03-23T11:27:55.785978
qdrant
qdrant
https://qdrant.tech/blog/sketch-n-search-winners/
database
python
nd built-in brand-safe guardrails. The hackathon kicked off in San Francisco on November 22, 2025, followed by a two-week virtual build window and a live demo day where winners were announced. Projects were judged on creative quality, effective search and similarity, UX tradeoffs, guardrails, and real-world applicabili...
1
800
2026-03-23T11:29:04.736430
invalidation
svelte
https://svelte.dev/tutorial/kit/invalidation
framework
javascript
unt (() => { const interval = setInterval (() => { invalidate ( '/api/now' ); } , 1000 ); return () => { clearInterval (interval); }; }); </ script > < h1 > { new Intl .DateTimeFormat ([] , { timeStyle : 'full' , timeZone : data .timezone }) .format ( new Date ( data .now))} </ h1 > You can also pass a function to inva...
5
686
2026-03-23T10:54:22.221384
release-notes-2.2.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.2.0
mobile
dart
lag (a: tests, cla: yes, framework, waiting for tree to go green) 79099 [versions] roll to latest test (a: tests, cla: yes, framework, team) 79100 Make LogicalKeyboardKey.keyLabel a getter and better (a: tests, cla: yes, framework, team, waiting for tree to go green) 79108 Migrate gen_l10n_types to null safety (a: null...
942
799
2026-03-23T11:13:36.917790
setup
flutter
https://docs.flutter.dev/platform-integration/windows/setup
mobile
dart
Set up Windows development Skip to main content docs.flutter.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more OK, got it asterisk Guides play_lesson Learn api Reference list On this page chevron_right Set up Windows development vertical_align_top Set up ...
0
764
2026-03-23T10:58:35.279767
git-push
git
https://git-scm.com/docs/git-push
devops
bash
ted by something that runs git fetch --all , in that case you’d need to either disable it or do something more tedious like: git fetch # update 'master' from remote git tag base master # mark our base point git rebase -i master # rewrite some commits git push --force-with-lease=master:base master:master I.e. create a b...
18
782
2026-03-23T10:49:58.483317
redis
redis
https://redis.io/docs/latest/develop/clients/go/vecsearch/
database
bash
tion":"Vector query: Execute vector similarity search on JSON documents using path aliases for cleaner queries","difficulty":"intermediate","id":"json_query","languages":[{"clientId":"go-redis","clientName":"go-redis","id":"Go","langId":"go","panelId":"panel_Go_home_query_vec-stepjson_query"}]}]} Index and query vector...
5
800
2026-03-23T11:08:28.495184
constraints
flutter
https://docs.flutter.dev/ui/layout/constraints
mobile
dart
r smaller width than the Flexible itself, while Expanded forces its child to have the exact same width of the Expanded . But both Expanded and Flexible ignore their children's width when sizing themselves. Example 28 # dart Scaffold ( body : Container ( color : blue , child : const Column ( children : [ Text ( ' Hello!...
68
674
2026-03-23T10:50:10.028461
post-handlers
svelte
https://svelte.dev/tutorial/kit/post-handlers
framework
javascript
pe="text" autocomplete="off" onkeydown={async (e) => { if (e.key !== 'Enter') return; const input = e.currentTarget; const description = input.value; // TODO handle submit input.value = ''; }} /> </label> <ul class="todos"> {#each data.todos as todo (todo.id)} <li> <label> <input type="checkbox" checked={todo.done} onc...
7
800
2026-03-23T10:54:07.722904
overview
tanstack_router
https://tanstack.com/db/latest/docs/overview
framework
typescript
ations guide for details. Uni-directional data flow This combines to support a model of uni-directional data flow, extending the redux/flux style state management pattern beyond the client, to take in the server as well: With an instant inner loop of optimistic state, superseded in time by the slower outer loop of pers...
12
800
2026-03-23T11:28:31.282961
core-application
temporal
https://docs.temporal.io/develop/go/core-application
devops
go
n Activity Execution generates the ScheduleActivityTask Command and provides the Workflow with an Awaitable. Workflow Executions can either block progress until the result is available through the Awaitable or continue progressing, making use of the result when it becomes available. The ExecuteActivity API call returns...
35
800
2026-03-23T10:55:45.178665
release-notes-1.20.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-1.20.0
mobile
dart
to go green) 60336 Heavy Widget construction and destruction performance test (a: tests, cla: yes, team) 60367 Do not return partial semantics from tester.getSemantics (a: tests, cla: yes, framework, waiting for tree to go green) 60478 Fix remaining holes in stack trace demangling (a: tests, cla: yes, framework) 60693 ...
194
799
2026-03-23T11:13:03.432337
?s=aspnet
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=aspnet
devops
python
nTelemetry Rake Instrumentation by 🔭 OpenTelemetry Authors 🔭 The Rake instrumentation is a community-maintained instrumentation for the Rake task invocation. rake instrumentation ruby Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-rake 0.5.0 Version Ruby Language ...
353
800
2026-03-23T11:32:10.885429
redis
redis
https://redis.io/docs/latest/develop/data-types/streams/
database
bash
s . xadd ( "race:italy" , new HashMap < String , String > (){{ put ( "rider" , "Royce" );}}, XAddParams . xAddParams ()); StreamEntryID id3 = jedis . xadd ( "race:italy" , new HashMap < String , String > (){{ put ( "rider" , "Sam-Bodden" );}}, XAddParams . xAddParams ()); StreamEntryID id4 = jedis . xadd ( "race:italy"...
1,577
800
2026-03-23T11:04:07.561838
gitlab_ci
gitlab_ci
https://docs.gitlab.com/api/releases/
devops
yaml
sed" , "closed_merge_requests_url" : "https://gitlab.example.com/root/awesome-app/-/merge_requests?release_tag=v0.1&scope=all&state=closed" , "edit_url" : "https://gitlab.example.com/root/awesome-app/-/releases/v0.1/edit" , "merged_merge_requests_url" : "https://gitlab.example.com/root/awesome-app/-/merge_requests?rele...
9
800
2026-03-23T11:25:54.309087
tailwindcss-v4-alpha
tailwind
https://tailwindcss.com/blog/tailwindcss-v4-alpha
library
javascript
pha so you can start experimenting with it and help us get to a stable release later this year. I'll try keep it brief to save some of the excitement for the stable release, but if you like to play with very early and experimental stuff, there should be plenty of information here to get you going. A new engine, built f...
1
800
2026-03-23T10:56:26.465297
setup
firebase
https://firebase.google.com/docs/cpp/setup
database
javascript
desktop or your listeners will fail. Additional information for desktop setup Windows libraries For Windows, library versions are provided based on the following: Build platform: 32-bit (x86) vs 64-bit (x64) mode Windows runtime environment: Multithreaded / MT vs Multithreaded DLL /MD Target: Release vs Debug Note that...
20
798
2026-03-23T10:57:50.251916
server-actions
react
https://react.dev/reference/rsc/server-actions
framework
javascript
log ( onClick ) ; // {$$typeof: Symbol.for("react.server.reference"), $$id: 'createNoteAction'} return < button onClick = { ( ) => onClick ( ) } > Create Empty Note </ button > } For more, see the docs for "use server" . Importing Server Functions from Client Components Client Components can import Server Functions fro...
3
799
2026-03-23T11:03:44.424400
pydantic_ai
pydantic_ai
https://ai.pydantic.dev/api/agent/
ai
python
ution. If a tool takes longer than this, the tool is considered to have failed and a retry prompt is returned to the model (counting towards the retry limit). Individual tools can override this with their own timeout. Defaults to None (no timeout). None max_concurrency AnyConcurrencyLimit Optional limit on concurrent a...
105
800
2026-03-23T10:51:55.517284
automating-neon-branch-creation-with-githooks
neon
https://neon.tech/blog/automating-neon-branch-creation-with-githooks
database
sql
Automating Neon branch creation with Githooks - Neon Specific.dev is a cloud platform built for coding agents - with a database layer powered by Neon. Read the Case Study Back to Blog / Community Automating Neon branch creation with Githooks Instant development databases with post-checkout hook Raouf Chebri – Senior De...
0
800
2026-03-23T11:04:40.490728
?s=mssql
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=mssql
devops
python
ration c# .net dotnet aspnet logs log logger logging source-generator high-performance-logging otel open-telemetry telemetry traces tracing metric metrics meter meters instrumentation instruments events distributed-traces distributed-tracing melt purview Quick Install To install this utilities run: dotnet add package P...
380
800
2026-03-23T11:15:28.666665
?s=analytics
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=analytics
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:23:44.598078
ExistingProvider
angular
https://angular.dev/api/core/ExistingProvider
framework
typescript
ndefined ; override useExisting : any ; } An injection token. Typically an instance of Type or InjectionToken , but can be any . When true, injector returns an array of instances. This is useful to allow multiple providers spread across many files to provide configuration information to a common token. Existing token t...
7
800
2026-03-23T11:20:50.053194
QwQ-32B
transformers
https://huggingface.co/Qwen/QwQ-32B
ai
python
rs for Qwen/QwQ-32B Paper • 2412.15115 • Published Dec 19, 2024 • 377 Paper • 2309.00071 • Published Aug 31, 2023 • 81
8
118
2026-03-23T11:24:49.994853
eslint-plugin-router
tanstack_start
https://tanstack.com/router/latest/docs/eslint/eslint-plugin-router
framework
typescript
s Authenticated Routes Scroll Restoration Static Route Data SSR Render Optimizations API Router File-Based Routing Integrations TanStack Query ESLint ESLint Plugin Router Create Route Property Order Router Examples Quickstart (file-based) Quickstart (code-based) Basic (file-based) Basic (code-based) Basic + React Query...
4
800
2026-03-23T11:39:18.185509
performance-bottlenecks
temporal
https://docs.temporal.io/troubleshooting/performance-bottlenecks
devops
go
has stopped Heartbeating but continues to run, occupying some or all the slots as more retries occur. This can happen if: The Activity code is blocking on a downstream service call or an infinite loop. There's a mismatch between the Activity's StartToClose timeout and any client-side timeouts for external calls. Resour...
16
797
2026-03-23T11:24:09.863807
?s=backstage
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=backstage
devops
python
on Component Apache 2.0 License Package Details (gems) Repository RubyLLM Instrumentation by thoughtbot RubyLLM instrumentation for Ruby. ruby instrumentation GenAI LLM Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-ruby_llm 0.2.0 Version Ruby Language Instrumentati...
356
800
2026-03-23T11:30:01.101317
cloudflare-d1
mastra
https://mastra.ai/reference/storage/cloudflare-d1
ai
typescript
can be isolated per environment using the tablePrefix option), but advanced schema changes—such as adding columns, changing data types, or modifying indexes—require manual migration and careful planning to avoid data loss. On this page Installation Usage Using with Cloudflare Workers Using with REST API Wrangler Config...
8
458
2026-03-23T11:30:53.745350
mui
mui
https://mui.com/x/api/charts/scatter-chart/
library
javascript
LabelPlacement?: 'middle' | 'tick', tickLabelStyle?: object, tickMaxStep?: number, tickMinStep?: number, tickNumber?: number, tickPlacement?: 'end' | 'extremities' | 'middle' | 'start', tickSize?: number, tickSpacing?: number, valueFormatter?: func }> - The configuration of the x-axes. If not provided, a default axis c...
19
800
2026-03-23T11:28:21.176234
turtle.html
python
https://docs.python.org/3/library/turtle.html
language
python
etundobuffer() undobufferentries() Methods of TurtleScreen/Screen ¶ Window control bgcolor() bgpic() clearscreen() resetscreen() screensize() setworldcoordinates() Animation control no_animation() delay() tracer() update() Using screen events listen() onkey() | onkeyrelease() onkeypress() onclick() | onscreenclick() on...
11
800
2026-03-23T11:27:39.761618
code-splitting
tanstack_start
https://tanstack.com/router/latest/docs/guide/code-splitting
framework
typescript
io - Keyword Rank Tracker Ethos Tenets Privacy Policy Terms of Service © 2026 TanStack LLC Partners Become a Partner Latest Posts 5x SSR Throughput: Profiling SSR Hot Paths in TanStack Start Mar 17, 2026 Lazy Tool Discovery: Scaling AI Tool Systems Without Drowning in Tokens Mar 12, 2026 TanStack AI Just Got Middleware...
17
557
2026-03-23T11:31:08.947559
?s=industrial
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=industrial
devops
python
ory OpenTelemetry context propagation for Datadog by Tony Li This library provides support for propagating trace context in the Datadog X-Datadog-* format. go datadog utilities propagator Go Language Utilities Component Apache 2.0 License Repository Apache Druid extension for OTLP by mishmash io This extension allows A...
384
800
2026-03-23T11:15:21.966949
tigerbot-kaggle-leetcodesolutions-en-2k
transformers
https://huggingface.co/datasets/TigerResearch/tigerbot-kaggle-leetcodesolutions-en-2k
ai
python
t[] nums) { Arrays.sort(nums); List<List<Integer>> result = new ArrayList<>(); for (int i = 0; i < nums.length - 2; i++) { if (i == 0 || nums[i] != nums[i - 1]) { int j = i + 1, k = nums.length - 1; while (j < k) { int sum = nums[i] + nums[j] + nums[k]; if (sum == 0) { result.add(Arrays.asList(nums[i], nums[j], nums[k]...
162
487
2026-03-23T11:25:49.951548
django
django
https://docs.djangoproject.com/el/5.1/
framework
python
reSQL Το επίπεδο του view ¶ Το Django έχει την έννοια των «views» για να αναπαραστήσει τη λογική η οποία είναι υπεύθυνη για την επεξεργασία του request του χρήστη και της επιστροφής ενός response. Βρείτε όλα όσα θα θέλατε να μάθετε για τα views παρακάτω: The basics: URLconfs | View functions | Shortcuts | Decorators | ...
4
800
2026-03-23T11:10:12.969756
EmbeddedViewRef
angular
https://angular.dev/api/core/EmbeddedViewRef
framework
typescript
rEffect AfterRenderOptions AfterRenderRef AfterViewChecked AfterViewInit ANIMATION_MODULE_TYPE AnimationCallbackEvent AnimationFunction APP_BOOTSTRAP_LISTENER APP_ID APP_INITIALIZER ApplicationConfig ApplicationInitStatus ApplicationModule ApplicationRef asNativeElements assertInInjectionContext assertNotInReactiveCont...
2
800
2026-03-23T11:16:10.207418
?s=splunkenterprise
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=splunkenterprise
devops
python
o Language Instrumentation Component Apache 2.0 License Repository splunkkafka – Instrumentation for github.com/confluentinc/confluent-kafka-go/kafka/splunkkafka by Splunk Inc. Instrumentation for the github.com/confluentinc/confluent-kafka-go/kafka/splunkkafka package. go instrumentation kafka Go Language Instrumentat...
233
800
2026-03-23T11:39:47.228351