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=zap
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=zap
devops
python
/opentelemetry-collector-contrib/receiver/huaweicloudcesreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Microsoft IIS Receiver by 🔭 OpenTelemetry Authors 🔭 The iis receiver grabs metrics about an IIS instance using the Windows Perfo...
122
800
2026-03-23T11:32:44.967533
redis
redis
https://redis.io/docs/latest/commands/exists/
database
bash
close (); } } Java-Sync Quick-Start package io.redis.examples.async ; import io.lettuce.core.* ; import io.lettuce.core.api.async.RedisAsyncCommands ; import io.lettuce.core.api.StatefulRedisConnection ; import java.util.concurrent.CompletableFuture ; public class CmdsGenericExample { public void run () { CompletableFu...
18
800
2026-03-23T11:31:47.830957
kubernetes
kubernetes
https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/
devops
yaml
e FreeBSD manual : Step values can be used in conjunction with ranges. Following a range with /<number> specifies skips of the number's value through the range. For example, 0-23/2 can be used in the hours field to specify command execution every other hour (the alternative in the V7 standard is 0,2,4,6,8,10,12,14,16,1...
3
799
2026-03-23T10:58:49.496478
learning-resources
flutter
https://docs.flutter.dev/learn/learning-resources
mobile
dart
rn how to move a widget from a dragged point back to the center using a spring simulation. Recipe Animate the properties of a container Use AnimatedContainer to animate the size, background color, and border radius of a Container. Recipe Fade a widget in and out The AnimatedOpacity widget makes it easy to perform opaci...
8
800
2026-03-23T10:58:13.459639
redis
redis
https://redis.io/docs/latest/develop/data-types/vector-sets/
database
bash
) // >>> [{pt:A 1} {pt:C 0.5} {pt:D 0.5} {pt:E 0.8535534143447876}] // Set attributes for filtering res24 , err := rdb . VSetAttr ( ctx , "points" , "pt:A" , map [ string ] interface {}{ "size" : "large" , "price" : 18.99 , }, ). Result () if err != nil { panic ( err ) } fmt . Println ( res24 ) // >>> true res25 , err ...
78
799
2026-03-23T11:01:42.071521
supabase-migration-list
supabase
https://supabase.com/docs/reference/cli/supabase-migration-list
database
typescript
Optional Disable JWT verification for the Function. supabase functions deploy Deploy a Function to the linked Supabase project. Usage 1 supabase functions deploy [Function name] [flags] Flags --import-map <string> Optional Path to import map file. -j, --jobs <uint> Optional Maximum number of parallel jobs. --no-verify-...
65
800
2026-03-23T11:30:01.493778
gitlab_ci
gitlab_ci
https://docs.gitlab.com/runner/faq/
devops
yaml
e following value to your [runners.machine] section: "amazonec2-iam-instance-profile=<instance-profile-name>", The Docker executor gets timeout when building Java project This most likely happens, because of the broken aufs storage driver: Java process hangs on inside container . The best solution is to change the stor...
10
800
2026-03-23T11:19:45.180430
?s=istio
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=istio
devops
python
e 2.0 License Repository Vert.x Reactive Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Vert.x Reactive instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Viburdbcp Instrumentation by 🔭 OpenTelemetr...
271
800
2026-03-23T11:28:03.962077
DeepSeek-V3.2?inference_provider=novita
transformers
https://huggingface.co/deepseek-ai/DeepSeek-V3.2?inference_provider=novita
ai
python
ed above. The output parsing function included in the code is designed to handle well-formatted strings only. It does not attempt to correct or recover from malformed output that the model might occasionally generate. It is not suitable for production use without robust error handling. A new role named developer has be...
4
799
2026-03-23T11:11:43.303708
release-notes-2.0.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.0.0
mobile
dart
framework, waiting for tree to go green) 73488 Remove "unnecessary" import in flutter_tools (cla: yes, tool, waiting for tree to go green) 73490 Revert "Roll Engine from 2e5833b7c572 to 7f00e2f6c53c (3 revisions)" (cla: yes, engine) 73500 Roll Plugins from 43ee609f0262 to d026d07afea2 (1 revision) (cla: yes, waiting fo...
1,158
800
2026-03-23T11:06:17.754647
redis
redis
https://redis.io/docs/latest/develop/data-types/lists/
database
bash
e:2" ]); Console . WriteLine ( res31 ); // >>> 2 Tuple < RedisKey , RedisValue >? res32 = db . BRPop ([ "bikes:repairs" ], 1 ); if ( res32 != null ) Console . WriteLine ( $"{res32.Item1} -> {res32.Item2}" ); // >>> "bikes:repairs -> bike:2" Tuple < RedisKey , RedisValue >? res33 = db . BRPop ([ "bikes:repairs" ], 1 ); ...
766
800
2026-03-23T11:05:26.646006
your-agent-needs-a-harness-not-a-framework?ref=blog-ai-agents-inngest-durable-steps
inngest
https://www.inngest.com/blog/your-agent-needs-a-harness-not-a-framework?ref=blog-ai-agents-inngest-durable-steps
devops
typescript
ait callLLM ( systemPrompt , messagesForLLM , tools ) ; } ) ; const toolCalls = llmResponse . toolCalls ; if ( toolCalls . length > 0 ) { messages . push ( llmResponse . message ) ; // Act: execute each tool as a separate step for ( const tc of toolCalls ) { const result = await step . run ( ` tool- ${ tc . name } ` , ...
6
800
2026-03-23T11:33:59.783692
?s=argo
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=argo
devops
python
y Alibaba Druid Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides an Alibaba Druid instrumentation to track requests through OpenTelemetry. alibabadruid instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Settings for the OpenTelemetry Instrumentation Annotation...
238
800
2026-03-23T11:18:47.519536
?s=redis
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=redis
devops
python
rumentation Elixir Language Instrumentation Component Apache 2.0 License Repository OpentelemetryBandit by 🔭 OpenTelemetry Authors 🔭 Telemetry handler that creates OpenTelemetry spans from Bandit events . bandit instrumentation erlang Quick Install The package can be installed by adding opentelemetry_bandit to your l...
214
800
2026-03-23T11:25:32.724316
search-params
tanstack_start
https://tanstack.com/router/latest/docs/guide/search-params
framework
typescript
from '@tanstack/react-router' import { z } from 'zod' import { zodValidator } from '@tanstack/zod-adapter' const defaultValues = ['foo', 'bar'] export const Route = createFileRoute('/search')({ validateSearch: zodValidator( z.object({ retainMe: z.string().optional(), arrayWithDefaults: z.string().array().default(defaul...
33
745
2026-03-23T11:29:59.816390
?s=syslog
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=syslog
devops
python
ense Package Details (packagist) Repository OpenTelemetry openai-php/client auto-instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides auto-instrumentation for openai-php/client to help you understand the interactions with OpenAI compatible services. openai instrumentation php Quick Install To install th...
310
800
2026-03-23T11:19:50.049618
DirichletMultinomial
tensorflow
https://www.tensorflow.org/api_docs/python/tf/compat/v1/distributions/DirichletMultinomial
ml
python
ry of parameters used to instantiate this Distribution . reparameterization_type Describes how samples from the distribution are reparameterized. Currently this is one of the static instances distributions.FULLY_REPARAMETERIZED or distributions.NOT_REPARAMETERIZED . total_concentration Sum of last dim of concentration ...
7
800
2026-03-23T11:00:22.289437
serialize_tensor
tensorflow
https://www.tensorflow.org/api_docs/python/tf/io/serialize_tensor
ml
python
tf.io.serialize_tensor | TensorFlow v2.16.1 Skip to main content English 中文 – 简体 GitHub Sign in TensorFlow v2.16.1 TensorFlow API TensorFlow v2.16.1 Python tf.io.serialize_tensor Stay organized with collections Save and categorize content based on your preferences. View source on GitHub Transforms a Tensor into a seria...
0
798
2026-03-23T11:12:46.562431
upstash
mastra
https://mastra.ai/reference/vectors/upstash
ai
typescript
psert() Direct link to upsert indexName : string Name of the index to upsert into vectors : number[][] Array of embedding vectors sparseVectors ?: { indices: number[], values: number[] }[] Array of sparse vectors for hybrid search. Each sparse vector must have matching indices and values arrays. metadata ?: Record<stri...
1
800
2026-03-23T11:33:21.742382
a-b-testing
langfuse
https://langfuse.com/docs/prompt-management/features/a-b-testing
ai
python
, { label: "prod-a" , }); const promptB = await langfuse.prompt. get ( "my-prompt-name" , { label: "prod-b" , }); // Randomly select version const selectedPrompt = Math. random () < 0.5 ? promptA : promptB; // Use in LLM call const completion = await openai.chat.completions. create ({ model: "gpt-3.5-turbo" , messages:...
3
800
2026-03-23T11:12:20.538076
2.1.4
git
https://git-scm.com/docs/git-fetch/2.1.4
devops
bash
oaded pack. --multiple Allow several <repository> and <group> arguments to be specified. No <refspec> s may be specified. -p --prune After fetching, remove any remote-tracking references that no longer exist on the remote. Tags are not subject to pruning if they are fetched only because of the default tag auto-followin...
7
798
2026-03-23T11:09:10.451712
supabase-completion-bash
supabase
https://supabase.com/docs/reference/cli/supabase-completion-bash
database
typescript
base specified by the connection string (must be percent-encoded). --linked Optional Inspect the linked project. --local Optional Inspect the local database. supabase inspect db locks This command displays queries that have taken out an exclusive lock on a relation. Exclusive locks typically prevent other operations on...
42
792
2026-03-23T11:27:30.960011
llms-full.txt
angular
https://angular.dev/assets/context/llms-full.txt
framework
typescript
selectedOption = linkedSignal<ShippingMethod[], ShippingMethod>({ // `selectedOption` is set to the `computation` result whenever this `source` changes. source: this.shippingOptions, computation: (newOptions, previous) => { // If the newOptions contain the previously selected option, preserve that selection. // Otherwi...
240
724
2026-03-23T10:56:08.577977
postgresql
postgresql
https://www.postgresql.org/docs/release/8.1.0/
database
sql
IT/ROLLBACK PREPARED . A new system view pg_prepared_xacts has also been added. Create a new role system that replaces users and groups (Stephen Frost) Roles are a combination of users and groups. Like users, they can have login capability, and like groups, a role can have other roles as members. Roles basically remove...
3
708
2026-03-23T11:37:54.188328
supabase-completion-powershell
supabase
https://supabase.com/docs/reference/cli/supabase-completion-powershell
database
typescript
cal backup file. supabase migration Subcommands supabase migration down supabase migration fetch supabase migration list supabase migration new supabase migration repair supabase migration squash supabase migration up supabase migration new Creates a new migration file locally. A supabase/migrations directory will be c...
27
800
2026-03-23T11:32:55.270245
courses
nx
https://nx.dev/courses
tooling
typescript
Nx Video Courses Nx – Left-click: Home. Right-click: Brands. Nx Nx Nx Nx on GitHub GitHub Open navigation menu Open navigation panel Nx Video Courses Master Nx with expert-led video courses from the core team. Boost your skills and productivity. YouTube Check out our YouTube channel for one-off educational videos Intro...
0
800
2026-03-23T10:50:59.497738
custom-stores
svelte
https://svelte.dev/playground/custom-stores
framework
javascript
Custom stores • Playground • Svelte Skip to main content Create new Introduction Hello world Dynamic attributes Styling Nested components HTML tags Reactivity Reactive assignments Reactive declarations Reactive statements Props Declaring props Default values Spread props Logic If blocks Else blocks Else-if blocks Each ...
0
800
2026-03-23T11:10:55.312580
mui
mui
https://mui.com/x/api/charts/bar-chart-pro/
library
javascript
t', tickSize?: number, tickSpacing?: number, valueFormatter?: func, width?: number, zoom?: { filterMode?: 'discard' | 'keep', maxEnd?: number, maxSpan?: number, minSpan?: number, minStart?: number, panning?: bool, slider?: { enabled?: bool, preview?: bool, showTooltip?: 'always' | 'hover' | 'never', size?: number }, st...
36
800
2026-03-23T11:24:44.318894
?s=desktop
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=desktop
devops
python
che 2.0 License Repository OTLP Exporter by 🔭 OpenTelemetry Authors 🔭 This library allows to export data to the OpenTelemetry Collector using the OpenTelemetry Protocol. c++ exporter C++ Language Exporter Component Apache 2.0 License Documentation Repository Prometheus Exporter by 🔭 OpenTelemetry Authors 🔭 The Open...
168
799
2026-03-23T11:33:39.067988
django
django
https://docs.djangoproject.com/genindex/
framework
python
rains providing a complete set of tools for productive Python, Web and scientific development. Sentry Monitor your Django Code Resolve performance bottlenecks and errors using monitoring, replays, logs and Seer an AI agent for debugging. Kraken Tech Kraken is the most-loved operating system for energy. Powered by our U...
10
648
2026-03-23T11:01:18.057967
changelog.html
python
https://docs.python.org/3/whatsnew/changelog.html
language
python
ripts/analyze_dxp.py script. DXP stands for “dynamic execution pairs”. They were related to DYNAMIC_EXECUTION_PROFILE and DXPAIRS macros which have been removed in Python 3.11. Python can now be built with ./configure --enable-pystats to gather statistics on Python opcodes. Patch by Victor Stinner. gh-94526 : Fix the P...
822
799
2026-03-23T10:57:25.353770
?s=rollup
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=rollup
devops
python
n add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/chronyreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Cloudflare Receiver by 🔭 Open...
106
800
2026-03-23T11:30:08.832244
whisper-base.en
transformers
https://huggingface.co/openai/whisper-base.en
ai
python
nguage. Performance and Limitations Our studies show that, over many existing ASR systems, the models exhibit improved robustness to accents, background noise, technical language, as well as zero shot translation from multiple languages into English; and that accuracy on speech recognition and translation is near the s...
11
800
2026-03-23T11:31:38.572518
testing
svelte
https://svelte.dev/docs/svelte/testing
framework
javascript
ates. Returns void if no callback is provided, otherwise returns the result of calling the callback. reference flushSync (); expect < any >(actual: any , message ?: string): Assertion < any > ( + 1 overload) expect ( let log : any log ) . JestAssertion < any > .toEqual: < number []>(expected : number []) => void Used w...
21
800
2026-03-23T11:29:53.897168
?s=chromium
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=chromium
devops
python
rumentation Elixir Language Instrumentation Component Apache 2.0 License Repository OpentelemetryBandit by 🔭 OpenTelemetry Authors 🔭 Telemetry handler that creates OpenTelemetry spans from Bandit events . bandit instrumentation erlang Quick Install The package can be installed by adding opentelemetry_bandit to your l...
214
800
2026-03-23T11:39:23.237629
kubernetes
kubernetes
https://kubernetes.io/docs/concepts/storage/persistent-volumes/
devops
yaml
Persistent Volumes | Kubernetes Persistent Volumes This document describes persistent volumes in Kubernetes. Familiarity with volumes , StorageClasses and VolumeAttributesClasses is suggested. Introduction Managing storage is a distinct problem from managing compute instances. The PersistentVolume subsystem provides an...
0
800
2026-03-23T10:59:53.048390
2.44.0
git
https://git-scm.com/docs/git-show/2.44.0
devops
bash
ince binary files have no natural concept of lines). This is a more expensive --dirstat behavior than the changes behavior, but it does count rearranged lines within a file as much as other changes. The resulting output is consistent with what you get from the other --*stat options. files Compute the dirstat numbers by...
37
800
2026-03-23T11:24:26.973778
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
f __init__(self, model: SentenceTransformer | str, *, settings: EmbeddingSettings | None = None) -> None: """Initialize a Sentence-Transformers embedding model. Args: model: The model to use. Can be: - A model name from Hugging Face (e.g., `'all-MiniLM-L6-v2'`) - A local path to a saved model - An existing `SentenceTra...
2,584
620
2026-03-23T10:51:26.915042
load
svelte
https://svelte.dev/docs/kit/load
framework
javascript
mmaries () }; }; src/routes/blog/[slug]/+layout < script > /** @type {import('./$types').LayoutProps} */ let { data , children } = $ props (); </ script > < main > <!-- +page.svelte is `@render`ed here --> {@ render children ()} </ main > < aside > < h2 >More posts</ h2 > < ul > {# each data .posts as post} < li > < a ...
10
799
2026-03-23T11:23:04.963551
llms-full.txt
inngest
https://www.inngest.com/llms-full.txt
devops
typescript
rks explainer */} ### `step.sleep()` and `step.sleepUntil()` With `step.sleep()` and `step.sleepUntil()`, **the function controls when it runs**. You control the flow of your code by calling `sleep` or `sleepUntil` within your function directly, instead of using the queue to manage your code's timing. This keeps your l...
553
799
2026-03-23T10:50:47.948471
?s=kafka
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=kafka
devops
python
emetry Authors 🔭 Receives data via gRPC in Otel/STEF format. Otel/STEF is a compact and stef receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/stef...
158
800
2026-03-23T11:34:05.695841
overview
tanstack_start
https://tanstack.com/db/latest/docs/framework/svelte/overview
framework
typescript
Start Installation Guides Live Queries Mutations Schemas Error Handling Creating Collection Options Creators Collections Query Collection Electric Collection TrailBase Collection RxDB Collection PowerSync Collection LocalStorage Collection LocalOnly Collection Frameworks React Vue Angular Solid Svelte Community Resourc...
2
799
2026-03-23T11:23:36.802760
firestore
firebase
https://firebase.google.com/products/firestore
database
javascript
laborative experiences and realtime apps. Your users can access and make changes to their data at any time, even when they're offline. Offline mode is available on iOS, Android and Web! Scale globally Powered by Google's storage infrastructure, Cloud Firestore is built to scale with your business. Now, you can focus on...
2
800
2026-03-23T10:51:51.667152
service-principal
terraform
https://developer.hashicorp.com/hcp/docs/hcp/iam/service-principal
devops
hcl
ross-project tag. Use the hcp_service_principal resource . resource "hcp_project" "first_project" { name = "example-first-project" } resource "hcp_service_principal" "sp" { name = "example-first-project-sp" parent = hcp_project.first_project.resource_name } resource "hcp_project" "second_project" { name = "example-seco...
7
800
2026-03-23T11:27:36.838849
subinterpreters.html
python
https://docs.python.org/3/c-api/subinterpreters.html
language
python
g its own GIL. The most important benefit of this isolation is that such an interpreter can execute Python code without being blocked by other interpreters or blocking any others. Thus a single Python process can truly take advantage of multiple CPU cores when running Python code. The isolation also encourages a differ...
10
794
2026-03-23T10:57:36.881913
?s=logrus
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=logrus
devops
python
k Install To install this instrumentation library run: dotnet add package ThrottlingTroll 10.0.0 Version .NET Language Instrumentation Component MIT License Website Documentation Package Details (nuget) Repository WCF Instrumentation for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 Instruments WCF clients and/or s...
212
800
2026-03-23T11:17:34.407615
redis
redis
https://redis.io/docs/latest/develop/data-types/streams/
database
bash
ey : Any , params : Any , hash : Any ) → return // the ID of the added entry Java-Sync Quick-Start package example_commands_test import ( "context" "fmt" "github.com/redis/go-redis/v9" ) func ExampleClient_xadd () { ctx := context . Background () rdb := redis . NewClient ( & redis . Options { Addr : "localhost:6379" , ...
354
799
2026-03-23T11:04:07.560032
next-15-rc2
nextjs
https://nextjs.org/blog/next-15-rc2
framework
javascript
ndering strategy for all routes. This update is part of our ongoing efforts to enhance observability in Next.js, making it easier for developers to monitor, debug, and optimize their applications. We're also working on dedicated developer tools, with more details to come soon. Learn more about the Static Route Indicato...
8
800
2026-03-23T11:24:54.537327
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
profile = None for prefix, profile_func in prefix_to_profile.items(): if model_name.startswith(prefix): profile = profile_func(model_name) # As the OVHcloud AI Endpoints API is OpenAI-compatible, let's assume we also need OpenAIJsonSchemaTransformer. return OpenAIModelProfile(json_schema_transformer=OpenAIJsonSchemaTra...
3,300
680
2026-03-23T10:51:26.918400
?s=yii
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=yii
devops
python
stall When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : github.com/hydrolix/hydrolix-exporter v1.2.0 v1.2.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository InfluxDB Exporter by 🔭 OpenTelem...
40
800
2026-03-23T11:15:59.450030
cli
biome
https://biomejs.dev/reference/cli
tooling
javascript
gs — Tell Biome to exit with an error code if some diagnostics emit warnings. [ --reporter = <default|json|json-pretty|github|junit|summary|gitlab|checkstyle|rdjson|sarif> ] [ --reporter-file = PATH ] Section titled “[--reporter=<default|json|json-pretty|github|junit|summary|gitlab|checkstyle|rdjson|sarif>] [--reporter...
42
800
2026-03-23T11:39:03.580227
video
expo
https://docs.expo.dev/versions/latest/sdk/video
mobile
javascript
Web Handlers for events which can be emitted by the player. Property Type Description audioTrackChange ( payload : AudioTrackChangeEventPayload ) => void Handler for an event emitted when the current audio track changes. availableAudioTracksChange ( payload : AvailableAudioTracksChangeEventPayload ) => void Handler for...
57
799
2026-03-23T11:18:19.416884
?s=services
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=services
devops
python
receiver runs queries run on an osquery ’s daemon on a schedule and converts the output to logs. osquery receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/re...
139
800
2026-03-23T11:21:57.208077
?s=high-performance-logging
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=high-performance-logging
devops
python
nent Apache 2.0 License Repository Anthropic Instrumentation by Traceloop Instrumentation for Anthropic LLMs (prompts logging, tokens, etc.) python instrumentation anthropic Python Language Instrumentation Component Apache 2.0 License Repository ASGI Middleware Instrumentation by 🔭 OpenTelemetry Authors 🔭 This librar...
318
800
2026-03-23T11:12:23.966909
gitlab_ci
gitlab_ci
https://docs.gitlab.com/user/project/canary_deployments/
devops
yaml
Confirm your selection. Here’s an example using GraphiQL : Visit GraphiQL Explorer . Execute the environmentsCanaryIngressUpdate GraphQL mutation: mutation { environmentsCanaryIngressUpdate ( input: { id: "gid://gitlab/Environment/29" , # Your Environment ID. You can get the ID from the URL of the environment page. wei...
6
671
2026-03-23T11:30:14.362898
unlink
bun
https://bun.sh/docs/guides/write-file/unlink
runtime
javascript
y Read as stream Write string to file Write Blob Write Response Append to file Incremental write Write stream Write to stdout Write file to stdout Copy file Delete file Delete files Delete directories Utilities Hash password Generate UUID Base64 encoding Gzip compression DEFLATE compression Escape HTML Deep equality Sl...
4
800
2026-03-23T11:11:37.560666
extensions
supabase
https://supabase.com/docs/guides/database/extensions
database
typescript
s executed pg_surgery Extension to perform surgery on a damaged relation pg_trgm Text similarity measurement and index searching based on trigrams pgaudit Provides auditing functionality pg_walinspect Functions to inspect contents of PostgreSQL Write-Ahead Log pgcrypto Cryptographic functions pgjwt JSON Web Token API f...
5
800
2026-03-23T11:20:16.309669
?s=interval
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=interval
devops
python
instrumentation 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...
200
799
2026-03-23T11:20:08.181465
invalidate-tokens
turso
https://docs.turso.tech/api-reference/groups/invalidate-tokens
database
sql
Invalidate All Group Auth Tokens - Turso Skip to main content Turso home page Search... ⌘ K Search... Navigation Groups Invalidate All Group Auth Tokens Turso Database (beta) Turso Cloud AgentFS (beta) Turso Homepage Discord GitHub Turso Cloud Introduction Quickstart Local Development libSQL Migrate to Turso Durability...
0
800
2026-03-23T11:15:56.531100
redis
redis
https://redis.io/docs/latest/commands/scan/
database
bash
integer-reply the number of elements that were added to the set. @since 6.1 ZADD ( @write , @sortedset , @fast ) Adds one or more members to a sorted set, or updates their scores. Creates the key if it doesn't exist. ▶ Methods zadd ( key : K , // the ke. score : double , member : V ) → Mono<Long> // Long integer-reply ...
154
800
2026-03-23T11:06:16.643238
image-picker
expo
https://docs.expo.dev/tutorial/image-picker
mobile
javascript
A" } ] , "canceled" : false } 4 Use the selected image The result object provides the assets array, which contains the uri of the selected image. Let's take this value from the image picker and use it to show the selected image in the app. Modify the app/(tabs)/index.tsx file: Declare a state variable called selectedIm...
9
800
2026-03-23T11:23:15.626485
?s=socket.io
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=socket.io
devops
python
ing 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) Repository ...
197
800
2026-03-23T11:26:34.686695
qdrant
qdrant
https://qdrant.tech/blog/case-study-bazaarvoice/
database
python
m many different sources. This created two fundamental constraints: First, the system had to scale to billions of vectors while remaining cost-efficient. Second, queries had to be scoped dynamically. Most searches are limited to a specific client, product, or category. Searching the entire corpus every time would waste...
2
800
2026-03-23T11:30:02.787983
expo
expo
https://docs.expo.dev/guides/apple-privacy/
mobile
javascript
nfo.xcprivacy that is included in your iOS native project. This file is used to declare why the app includes native code that calls into certain APIs that Apple considers sensitive. These APIs currently include accessing UserDefaults, file timestamp, system boot time, disk space, and active keyboard. Apple considers it...
1
800
2026-03-23T11:22:35.776088
dotnet-contribute
csharp
https://learn.microsoft.com/contribute/content/dotnet/dotnet-contribute
language
csharp
d if possible, and only used when it makes sense. For example, it may make sense to share a common loading screen for the app being demonstrated, or share Visual Studio dialogs that are reused across multiple articles. Important For historical reasons, many of the included snippets are stored under the /samples folder ...
10
800
2026-03-23T11:07:36.676695
?s=instrumentation
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=instrumentation
devops
python
rbon’s plaintext protocol. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/carbonreceiver v0.148.0 v0.148.0 Version Collector Language Receiver...
105
800
2026-03-23T11:37:46.245291
lower
terraform
https://developer.hashicorp.com/terraform/language/functions/lower
devops
hcl
lower - Functions - Configuration Language | Terraform | HashiCorp Developer HashiConf 2025 Don't miss the live stream of HashiConf Day 2 happening now View live stream Terraform Home lower Function lower converts all cased letters in the given string to lowercase. Examples > lower("HELLO") hello > lower("ΓΕΙΑ ΣΟΥ") "γ...
0
572
2026-03-23T11:37:27.270625
assist
biome
https://biomejs.dev/assist
tooling
javascript
" 5 } 6 } .zed/settings.json 1 { 2 "code_actions_on_format" : { 3 " source.action.useSortedKeys.biome " : true , 4 "source.fixAll.biome" : true 5 } 6 } Use the source action code source.action.useSortedKeys.biome Enforce assist actions via CLI Section titled “Enforce assist actions via CLI” Assist actions can be enforc...
3
800
2026-03-23T11:39:06.306198
?s=proto
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=proto
devops
python
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/alibabacloudlogserviceexporter v0.148.0 v0.148.0 Version Collector Language Exporter...
24
799
2026-03-23T11:37:09.299696
architectural-overview
flutter
https://docs.flutter.dev/resources/architectural-overview
mobile
dart
, ) , ) ; } } content_copy In the preceding code, all instantiated classes are widgets. Apps update their user interface in response to events (such as a user interaction) by telling the framework to replace a widget in the hierarchy with another widget. The framework then compares the new and old widgets, and efficien...
17
686
2026-03-23T10:57:11.153122
?s=resque
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=resque
devops
python
148.0 Version Collector Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Delta to cumulative processor by 🔭 OpenTelemetry Authors 🔭 The delta to cumulative processor ( deltatocumulativeprocessor ) converts metrics from delta temporality to cumulative, by accumulating samples i...
77
800
2026-03-23T11:29:22.121874
?language=collector
opentelemetry
https://opentelemetry.io/ecosystem/registry/?language=collector
devops
python
Authors 🔭 HttpClient instrumentation for Ruby. ruby instrumentation Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-http_client 0.28.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository OpenTelemetry HTTPX Instrument...
348
800
2026-03-23T11:03:09.543092
release-notes-2.0.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.0.0
mobile
dart
Fuchsia Mac SDK from _0R2HD4c8... to 82ankF-Ht... (cla: yes, waiting for tree to go green) 21768 Roll Fuchsia Mac SDK from 82ankF-Ht... to FFpTJfmj1... (cla: yes, waiting for tree to go green) 21771 Roll Fuchsia Linux SDK from Nw5-0_sVF... to h-DeV4tgE... (cla: yes, waiting for tree to go green) 21772 Roll Skia from d7...
505
799
2026-03-23T11:06:17.753575
?s=hub
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=hub
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:39:42.318973
copilotkit
mastra
https://mastra.ai/guides/build-your-ui/copilotkit
ai
typescript
Using CopilotKit | Frameworks | Mastra Docs Skip to main content On this page CopilotKit provides React components to quickly integrate customizable AI copilots into your application. Combined with Mastra, you can build sophisticated AI apps featuring bidirectional state synchronization and interactive UIs. Visit the C...
0
800
2026-03-23T10:54:23.612298
?s=nginx
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=nginx
devops
python
elemetry-collector-contrib/processor/dnslookupprocessor v0.148.0 v0.148.0 Version Collector Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Filter Collector Processor by 🔭 OpenTelemetry Authors 🔭 The Filter Processor for the OpenTelemetry Collector can be configured to includ...
79
799
2026-03-23T11:33:22.910459
tools
mcp
https://modelcontextprotocol.io/specification/2025-11-25/server/tools
ai
typescript
result, and can contain multiple content items of different types: All content types (text, image, audio, resource links, and embedded resources) support optional annotations that provide metadata about audience, priority, and modification times. This is the same annotation format used by resources and prompts. Text Co...
7
791
2026-03-23T10:56:21.424686
?s=ansible-role
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ansible-role
devops
python
Apache 2.0 License Repository OTLP Exporter by 🔭 OpenTelemetry Authors 🔭 This library allows to export data to the OpenTelemetry Collector using the OpenTelemetry Protocol. c++ exporter C++ Language Exporter Component Apache 2.0 License Documentation Repository Prometheus Exporter by 🔭 OpenTelemetry Authors 🔭 The O...
168
799
2026-03-23T11:20:52.430612
?s=psr14
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=psr14
devops
python
sion to the manifest file like the following: extensions : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/extension/basicauthextension v0.148.0 v0.148.0 Version Collector Language Extension Component Apache 2.0 License Package Details (go-collector) Repository Bearer token authenticator extension b...
59
800
2026-03-23T11:33:29.276739
custom-link
tanstack_router
https://tanstack.com/router/latest/docs/guide/custom-link
framework
typescript
sx import React from 'react' import { createLink } from '@tanstack/react-router' import { Link } from '@mui/material' import type { LinkProps } from '@mui/material' import type { LinkComponent } from '@tanstack/react-router' interface MUILinkProps extends LinkProps { // Add any additional props you want to pass to the ...
10
794
2026-03-23T10:52:10.576640
?s=f
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=f
devops
python
sends it down the metric pipeline for further processing. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kubeletstatsreceiver v0.148.0 v0.148....
129
799
2026-03-23T11:39:40.098397
dynamic-configuration
temporal
https://docs.temporal.io/references/dynamic-configuration
devops
go
igh traffic require higher number of partitions. Set these values in accordance to your poller count. - constraints : { namespace : 'namespace1' , taskQueueName : 'other-tq' , taskType : 'Activity' , } # Applies to the "other_tq" Task Queue for Activities specifically. value : 20 - constraints : { namespace : 'namespac...
5
800
2026-03-23T11:17:26.933580
the-form-element
svelte
https://svelte.dev/tutorial/kit/the-form-element
framework
javascript
Forms / The <form> element • Svelte Tutorial Skip to main content Basic Svelte Introduction Welcome to Svelte Your first component Dynamic attributes Styling Nested components HTML tags Reactivity State Deep state Derived state Inspecting state Effects Universal reactivity Props Declaring props Default values Spread pr...
0
800
2026-03-23T10:55:38.164347
mui
mui
https://mui.com/system/styled/
library
javascript
styled() - MUI System Skip to content + styled() Utility for creating styled components. Introduction All Material UI components are styled with the styled() utility. This utility is built on top of the styled() module of @mui/styled-engine and provides additional features. Import path You can use the utility coming fr...
0
799
2026-03-23T11:00:10.159024
redis
redis
https://redis.io/docs/latest/develop/data-types/lists/
database
bash
:1, bike:2, bike:3] jedis . del ( "bikes:repairs" ); long res22 = jedis . rpush ( "bikes:repairs" , "bike:1" , "bike:2" , "bike:3" ); System . out . println ( res22 ); // >>> 3 String res23 = jedis . rpop ( "bikes:repairs" ); System . out . println ( res23 ); // >>> bike:3 String res24 = jedis . lpop ( "bikes:repairs" ...
52
800
2026-03-23T11:05:26.645008
?s=bandit
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=bandit
devops
python
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/datasetexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apac...
33
799
2026-03-23T11:37:27.148913
qdrant
qdrant
https://qdrant.tech/cloud-inference/
database
python
ys or data transfer overhead. Supports Dense, Sparse & Image Models Build vector search the way you need. Use dense models like all-MiniLM-L6-v2 for fast semantic match, sparse models like splade-pp-en-v1 or bm25 for keyword recall, or CLIP-style models for image and text. Need Hybrid and/or multimodal search? Covered....
1
800
2026-03-23T11:08:40.983639
redirect_to_missing_constructor
dart
https://dart.dev/tools/diagnostics/redirect_to_missing_constructor
language
dart
pub Verified publishers Security advisories Versioning Custom package repositories What not to commit Development expand_more JSON serialization Number representation Google APIs Multi-platform apps Command-line & server apps expand_more Overview Fetch data from the internet Libraries & packages Google Cloud Web apps e...
2
799
2026-03-23T11:23:43.842664
?s=dbcp
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dbcp
devops
python
lowing: processors : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v0.148.0 v0.148.0 Version Collector Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Schema Transformer Processor by 🔭 OpenTelemetry Authors 🔭 The Sche...
92
799
2026-03-23T11:37:21.824986
redis
redis
https://redis.io/docs/latest/commands/srem/
database
bash
SREM | Docs {"acl_categories":["@write","@set","@fast"],"arguments":[{"display_text":"key","key_spec_index":0,"name":"key","type":"key"},{"display_text":"member","multiple":true,"name":"member","type":"string"}],"arity":-3,"categories":["docs","develop","stack","oss","rs","rc","oss","kubernetes","clients"],"command_fla...
0
799
2026-03-23T11:27:08.808327
costs
firebase
https://firebase.google.com/docs/app-hosting/costs
database
javascript
er than serving a cached version from a CDN. To effectively estimate your app's costs, you'll want to consider a few key metrics: Requests per visit: How many individual requests does a typical user visit trigger? (Remember, one "page load" usually involves many underlying requests for assets like images, CSS, and Java...
6
800
2026-03-23T11:00:37.848006
masking
langfuse
https://langfuse.com/docs/observability/features/masking
ai
python
nt (result) # Output: Please contact John at [REDACTED EMAIL] or call [REDACTED PHONE]. # Flush events in short-lived applications langfuse.flush() Link to the trace in Langfuse Related Resources Data Retention — Automatically delete traces, observations, scores, and media assets after a configured retention period. Da...
11
800
2026-03-23T11:12:47.291812
?s=keda
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=keda
devops
python
by 🔭 OpenTelemetry Authors 🔭 Instrumentation library for Winston. Node.js winston logging Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-winston 0.57.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository XMLHt...
303
800
2026-03-23T11:27:07.065552
gitlab_ci
gitlab_ci
https://docs.gitlab.com/api/projects/
devops
yaml
itlab.example.com/api/v4/projects/4/labels" , "events" : "https://gitlab.example.com/api/v4/projects/4/events" , "members" : "https://gitlab.example.com/api/v4/projects/4/members" , "cluster_agents" : "https://gitlab.example.com/api/v4/projects/4/cluster_agents" }, "packages_enabled" : true , // deprecated, use package...
60
799
2026-03-23T11:10:28.832226
2.5.6
git
https://git-scm.com/docs/git-merge/2.5.6
devops
bash
either unchanged from the common ancestor, or cleanly resolved because only one side changed. <<<<<<< yours:sample.txt Conflict resolution is hard; let's go shopping. ======= Git makes conflict resolution easy. >>>>>>> theirs:sample.txt And here is another line that is cleanly resolved or unmodified. The area where a p...
17
796
2026-03-23T11:13:08.631968
kubernetes
kubernetes
https://kubernetes.io/blog/2026/02/03/introducing-node-readiness-controller/
devops
yaml
health signals, the controller ensures that workloads are only placed on nodes that met all infrastructure-specific requirements. Why the Node Readiness Controller? Core Kubernetes Node "Ready" status is often insufficient for clusters with sophisticated bootstrapping requirements. Operators frequently struggle to ensu...
1
799
2026-03-23T11:31:21.539391
?group=hyperloglog
redis
https://redis.io/docs/latest/commands/?group=hyperloglog
database
bash
both ends a list. Deletes the list if all elements were trimmed. Learn more → Read more MEMORY DOCTOR Outputs a memory problems report. Learn more → Read more MEMORY MALLOC-STATS Returns the allocator statistics. Learn more → Read more MEMORY PURGE Asks the allocator to release memory. Learn more → Read more MEMORY STA...
34
799
2026-03-23T11:01:24.626688
?s=logmanager
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=logmanager
devops
python
agist) Repository OpenTelemetry Laravel auto-instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation Library for Laravel laravel instrumentation php Quick Install To install this instrumentation library run: composer require open-telemetry/opentelemetry-auto-laravel 1.4.0 Version PHP Language Instrumentation Com...
309
800
2026-03-23T11:22:05.742988
Publishing_your_website
javascript
https://developer.mozilla.org/en-US/docs/Learn_web_development/Getting_started/Your_first_website/Publishing_your_website
language
javascript
r of additional features, such as deployment preview, serverless functions, and form handling. Fly.io is a platform that allows you to deploy applications and databases close to your users. This is more suitable if you have a web application that requires backend services. These options are generally free, with a limit...
6
800
2026-03-23T11:36:52.245865
?group=vector_set
redis
https://redis.io/docs/latest/commands/?group=vector_set
database
bash
he connection. Learn more → Read more CLIENT UNBLOCK Unblocks a client blocked by a blocking command from a different connection. Learn more → Read more CLIENT UNPAUSE Resumes processing commands from paused clients. Learn more → Read more CLUSTER ADDSLOTS Assigns new hash slots to a node. Learn more → Read more CLUSTE...
10
800
2026-03-23T11:04:24.148711