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
durable-timers
temporal
https://docs.temporal.io/develop/ruby/durable-timers
devops
go
to view in the UI. # Sleep for 72 hours Temporalio :: Workflow . sleep ( 72 * 60 * 60 , summary : 'my timer' ) There is also a Temporalio::Workflow.timeout method that accepts a block and works like standard Ruby Timeout.timeout if needing the ability to timeout a set of code.
1
277
2026-03-23T11:04:41.544387
kubernetes
kubernetes
https://kubernetes.io/docs/concepts/configuration/secret/
devops
yaml
adata : # Note how the Secret is named name : bootstrap-token-5emitj # A bootstrap token Secret usually resides in the kube-system namespace namespace : kube-system type : bootstrap.kubernetes.io/token stringData : auth-extra-groups : "system:bootstrappers:kubeadm:default-node-token" expiration : "2020-09-13T04:39:10Z"...
23
800
2026-03-23T11:03:36.756362
audio
expo
https://docs.expo.dev/versions/latest/sdk/audio
mobile
javascript
onds number The time in seconds to stop recording at. Stops the recording once the specified time has elapsed. Returns: void setInput(inputUid) Android iOS tvOS Web Parameter Type Description inputUid string The uid of a RecordingInput . Sets the current recording input. Returns: void A Promise that is resolved if succ...
39
800
2026-03-23T11:17:59.815931
custom-search-param-serialization
tanstack_router
https://tanstack.com/router/latest/docs/guide/custom-search-param-serialization
framework
typescript
Custom Search Param Serialization | TanStack Router Docs TanStack Router v1 v1 New TanStack Intent Search... K Auto Log In Start RC Start RC Router Router Query Query Table Table DB beta DB beta AI alpha AI alpha Form new Form new Virtual Virtual Pacer beta Pacer beta Hotkeys alpha Hotkeys alpha Store alpha Store alpha...
0
800
2026-03-23T11:02:53.955375
terms
tanstack_router
https://tanstack.com/terms
framework
typescript
al property laws. You may not: Reproduce, modify, distribute, or publicly display content from the Site without prior written permission. Use any of our trademarks without prior written consent. 7. User Content If you submit or post any content (e.g., feedback, comments, or code contributions), you grant TanStack a non...
3
800
2026-03-23T10:57:10.466324
?s=logger
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=logger
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:31:00.937576
docker
docker
https://docs.docker.com/reference/cli/docker/compose/alpha/scale/
devops
bash
docker compose alpha scale | Docker Docs Answers are generated based on the documentation. Back Reference Get started Guides Manuals docker compose alpha scale Copy as Markdown Open Markdown Ask Docs AI Claude Open in Claude Description Scale services Usage docker compose alpha scale [SERVICE=REPLICAS...] Experimental ...
0
635
2026-03-23T11:23:38.132448
release-notes-1.22.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-1.22.0
mobile
dart
add-to-app iOS platform unit tests (a: existing-apps, a: tests, cla: yes, platform-ios, team) 61269 Parse .flutter-plugins-dependencies for add-to-app iOS modules (a: existing-apps, cla: yes, platform-ios, team, tool, waiting for tree to go green) 62372 Parse .flutter-plugins-dependencies for add-to-app iOS modules, re...
213
800
2026-03-23T11:14:48.702494
tauri
tauri
https://tauri.app/reference/cli/
desktop
rust
cargo npm run tauri ios run yarn tauri ios run pnpm tauri ios run deno task tauri ios run bun tauri ios run cargo tauri ios run Run your app in production mode on iOS. It makes use of the `build.frontendDist` property from your `tauri.conf.json` file. It also runs your `build.beforeBuildCommand` which usually builds yo...
35
800
2026-03-23T10:55:55.888148
?s=cats-effect
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=cats-effect
devops
python
ackends, MySQL, PostgreSQL and SQLite. tortoiseorm instrumentation python Python Language Instrumentation Component Apache 2.0 License Repository Transformers Instrumentation by Traceloop Instrumentation for Transformers SDK (HuggingFace) python instrumentation transformers huggingface Python Language Instrumentation C...
335
800
2026-03-23T11:29:01.637895
multimodal-content
tanstack_start
https://tanstack.com/ai/latest/docs/guides/multimodal-content
framework
typescript
ntent: 'Hello!', id: 'custom-message-id-123' }) Per-Message Body Parameters The second parameter allows you to pass additional body parameters for that specific request. These are shallow-merged with the client's base body configuration, with per-message parameters taking priority: typescript const client = new ChatCli...
19
790
2026-03-23T11:15:02.260153
error-handling
mastra
https://mastra.ai/docs/workflows/error-handling
ai
typescript
const step1 = createStep ( { ... } ) ; export const testWorkflow = createWorkflow ( { retryConfig : { attempts : 5 , delay : 2000 } } ) . then ( step1 ) . commit ( ) ; Step-level using retries Direct link to step-level-using-retries You can configure retries for individual steps using the retries property. This overrid...
8
800
2026-03-23T11:29:26.842444
schema
mcp
https://modelcontextprotocol.io/specification/draft/schema
ai
typescript
ect progressToken: ProgressToken The progress token which was given in the initial request, used to associate this notification with the request that is proceeding. progress: number The progress thus far. This should increase every time progress is made, even if the total is unknown. total?: number Total number of item...
73
795
2026-03-23T11:05:28.215200
?s=logdedup
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=logdedup
devops
python
tails (go-collector) Repository Active Directory Domain Services Receiver by 🔭 OpenTelemetry Authors 🔭 The active_directory_ds receiver scrapes metric relating to an Active Directory domain controller using the Windows Performance Counters. go receiver collector Quick Install When building a custom collector you can ...
96
800
2026-03-23T11:38:22.744389
?s=startup-hook
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=startup-hook
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:13:05.327459
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
he previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server an...
4,731
798
2026-03-23T10:56:49.349059
postgresql
postgresql
https://www.postgresql.org/docs/release/8.0.8/
database
sql
Applications that do string escaping "by hand" should be modified to rely on library routines instead. Fix some incorrect encoding conversion functions win1251_to_iso , alt_to_iso , euc_tw_to_big5 , euc_tw_to_mic , mic_to_euc_tw were all broken to varying extents. Clean up stray remaining uses of \' in strings (Bruce, ...
4
743
2026-03-23T11:20:43.570253
redis
redis
https://redis.io/docs/latest/develop/data-types/streams/
database
bash
> <empty array> // Tests for 'xrange_empty' step. StreamEntry [] res17 = db . StreamRange ( "race:france" , "+" , "-" , 1 , Order . Descending ); foreach ( StreamEntry entry in res17 ) { Console . WriteLine ( $"{entry.Id}: [{string.Join(" , ", entry.Values.Select(b => $" { b . Name }: { b . Value } "))}]" ); } // >>> 1...
2,408
800
2026-03-23T11:04:07.562984
django
django
https://docs.djangoproject.com/en/dev/
framework
python
ng static files | Tracking code errors by email | Deployment checklist The admin ¶ Find all you need to know about the automated admin interface, one of Django’s most popular features: Admin site Admin actions Admin documentation generator Security ¶ Security is a topic of paramount importance in the development of web...
6
800
2026-03-23T11:04:52.633334
2.22.1
git
https://git-scm.com/docs/git-merge/2.22.1
devops
bash
d is signed with a valid key, i.e. a key that has a valid uid: in the default trust model, this means the signing key has been signed by a trusted key. If the tip commit of the side branch is not signed with a valid key, the merge is aborted. --summary --no-summary Synonyms to --stat and --no-stat; these are deprecated...
11
798
2026-03-23T11:13:59.304996
2.8.6
git
https://git-scm.com/docs/git-merge/2.8.6
devops
bash
RGE Except in a fast-forward merge (see above), the branches to be merged must be tied together by a merge commit that has both of them as its parents. A merged version reconciling the changes from all branches to be merged is committed, and your HEAD , index, and working tree are updated to it. It is possible to have ...
14
799
2026-03-23T11:14:33.524895
?s=kuma
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=kuma
devops
python
install this instrumentation library run: composer require open-telemetry/opentelemetry-auto-psr6 0.0.5 Version PHP Language Instrumentation Component Apache 2.0 License Package Details (packagist) Repository Slim Framework by 🔭 OpenTelemetry Authors 🔭 Instrumentation Library for the Slim Framework php slim instrumen...
314
799
2026-03-23T11:38:06.864947
django
django
https://docs.djangoproject.com/ja/2.1/
framework
python
ンスタンスメソッド解説 | リレーション先オブジェクトへのアクセス マイグレーションとは: マイグレーションの解説 | 操作方法リファレンス | スキーマエディタ | マイグレーションを書くには モデルの高度な話題: マネージャ (Manager) | 素の SQL を扱うには | トランザクション | アグリゲーション (Aggregation) | 検索 | フィールド型を自作するには | 複数データベースを扱うには | lookup フィルタを自作するには | クエリを書くには | 条件分岐をするには | データベース関数 その他: データベースのサポート状況 | レガシーなデータベースを扱う | 初期データを投入するには |...
2
800
2026-03-23T11:14:56.405892
llms.txt
pydantic_ai
https://ai.pydantic.dev/llms.txt
ai
python
_tools/index.md) - [pydantic_ai.common_tools](https://ai.pydantic.dev/api/common_tools/index.md) - [pydantic_ai — Concurrency](https://ai.pydantic.dev/api/concurrency/index.md) - [pydantic_ai.direct](https://ai.pydantic.dev/api/direct/index.md) - [pydantic_ai.durable_exec](https://ai.pydantic.dev/api/durable_exec/index...
4
800
2026-03-23T10:50:14.172740
create-account-api-key
langchain
https://docs.langchain.com/langsmith/create-account-api-key
ai
python
stance. LANGSMITH_ENDPOINT=https://eu.api.smith.langchain.com This is only required for keys scoped to more than one workspace. LANGSMITH_WORKSPACE_ID=<Workspace ID> Using API keys outside of the SDK See instructions for managing your organization via API . Edit this page on GitHub or file an issue . Connect these docs...
3
455
2026-03-23T10:50:15.769706
?s=windowsservice
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=windowsservice
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:10:59.940551
multicloud-kubernetes
terraform
https://developer.hashicorp.com/terraform/tutorials/applications/multicloud-kubernetes
devops
hcl
corp/azurerm v3.67.0 - Using previously-installed hashicorp/kubernetes v2.22.0 - Using previously-installed hashicorp/helm v2.10.1 - Using previously-installed hashicorp/aws v5.10.0 Terraform has created a lock file .terraform.lock.hcl to record the provider selections it made above. Include this file in your version c...
25
800
2026-03-23T11:25:28.972062
llms-components.txt
chakra_ui
https://chakra-ui.com/llms-components.txt
library
javascript
r. | | ids | undefined | `ElementIds` | The custom ids for the stepper elements | | linear | undefined | `boolean` | If `true`, the stepper requires the user to complete the steps in order | | onStepChange | undefined | `(details: StepChangeDetails) => void` | Callback to be called when the value changes | | onStepComp...
901
798
2026-03-23T10:52:18.209614
?s=traces
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=traces
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:34:02.633912
syntax
expo
https://docs.expo.dev/eas/workflows/syntax
mobile
javascript
nstall_node_modules - uses : eas/prebuild - uses : eas/restore_cache with : key : cache - $ { { hashFiles('package - lock.json') } } path : /path/to/cache - name : Build Android app run : cd android && ./gradlew assembleRelease - uses : eas/save_cache with : key : cache - $ { { hashFiles('package - lock.json') } } path...
51
800
2026-03-23T11:20:20.149863
?s=aiohttp-client
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=aiohttp-client
devops
python
When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/aerospikereceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector)...
97
799
2026-03-23T11:27:20.662051
netlify?ref=docs-app
inngest
https://www.inngest.com/docs/deploy/netlify?ref=docs-app
devops
typescript
Netlify - Inngest Documentation Search... Contact sales Sign Up TypeScript SDK v4 is now available! See what's new Guides Deploying Cloud providers Netlify Copy Markdown Open We provide a Netlify build plugin, netlify-plugin-inngest , that allows you to automatically sync any found apps whenever your site is deployed t...
0
800
2026-03-23T11:09:30.391430
binascii.html
python
https://docs.python.org/3/library/binascii.html
language
python
bytes , bytearray and other objects that support the buffer protocol). Changed in version 3.3: ASCII-only unicode strings are now accepted by the a2b_* functions. The binascii module defines the following functions: binascii. a2b_uu ( string ) ¶ Convert a single line of uuencoded data back to binary and return the bina...
1
799
2026-03-23T11:29:36.732036
screen
electron
https://www.electronjs.org/docs/latest/api/screen
desktop
javascript
screen | Electron Skip to main content On this page Retrieve information about screen size, displays, cursor position, etc. Process: Main This module cannot be used until the ready event of the app module is emitted. screen is an EventEmitter . note In the renderer / DevTools, window.screen is a reserved DOM property, ...
0
800
2026-03-23T11:03:10.881567
tracemalloc.html
python
https://docs.python.org/3/library/tracemalloc.html
language
python
output before/after running some tests of the Python test suite: [ Top 10 differences ] < frozen importlib . _bootstrap > : 716 : size = 8173 KiB ( + 4428 KiB ), count = 71332 ( + 39369 ), average = 117 B / usr / lib / python3 .4 / linecache . py : 127 : size = 940 KiB ( + 940 KiB ), count = 8106 ( + 8106 ), average = ...
4
799
2026-03-23T11:06:53.589660
opentelemetry
opentelemetry
https://opentelemetry.io/docs/specs/semconv/general/trace/
devops
python
Trace semantic conventions | OpenTelemetry Trace semantic conventions Status : Mixed In OpenTelemetry spans can be created freely and it’s up to the implementer to annotate them with attributes specific to the represented operation. Spans represent specific operations in and between systems. Some of these operations re...
0
800
2026-03-23T10:58:44.165618
redis
redis
https://redis.io/docs/latest/develop/get-started/document-database/
database
bash
ut . println ( result4 ); // Prints: [id:bicycle:5, score: 1.0, payload:null, // properties:[$={"brand":"Breakout","model":"XBN 2.1 Alloy","price":810,"description":"The XBN 2.1 Alloy is our entry-level road bike – but that’s not to say that it’s a basic machine. With an internal weld aluminium frame, a full carbon for...
289
800
2026-03-23T11:07:04.803972
2024-09-12-radiant-a-beautiful-new-marketing-site-template
tailwind
https://tailwindcss.com/blog/2024-09-12-radiant-a-beautiful-new-marketing-site-template
library
javascript
inite] [animation-name:move-x] [animation-play-state:paused] [animation-timing-function:linear] group-hover:[animation-play-state:running]' , ) } > < img alt = "" src ={ src } className = "size-4" /> < span className = "text-sm/6 font-medium text-white" >{ label }</ span > </ div > ) } export function LogoTimeline () {...
5
800
2026-03-23T10:54:14.606121
preloading
tanstack_start
https://tanstack.com/router/latest/docs/guide/preloading
framework
typescript
Devtools Decisions on DX LLM Assistance Support Comparison Frequently Asked Questions Installation Guides Manual Setup Vite Rspack/Rsbuild Webpack Esbuild Router CLI Migrate from React Router Migrate from React Location Routing Routing Concepts Route Trees Route Matching File-Based Routing Virtual File Routes Code-Base...
1
799
2026-03-23T11:39:49.989744
doclist.html
sqlite
https://www.sqlite.org/doclist.html
database
sql
File Database STRICT Tables Swarmvtab Virtual Table Syntax Diagrams For SQLite System.Data.SQLite Temporary Files Used By SQLite Terms of Art Glossary TH3 The Advantages Of Flexible Typing The Amalgamation Versus Canonical Sources The Base64() SQL Function The Base85() SQL Function The Bytecode() And Tables_Used() Tabl...
5
799
2026-03-23T10:50:06.099895
2.0.html
python
https://docs.python.org/3/whatsnew/2.0.html
language
python
led version information has been added to the sys module. sys.version_info is a tuple (major, minor, micro, level, serial) For example, in a hypothetical 2.0.1beta1, sys.version_info would be (2, 0, 1, 'beta', 1) . level is a string such as "alpha" , "beta" , or "final" for a final release. Dictionaries have an odd new...
35
798
2026-03-23T11:31:04.767672
?s=chrome-extension
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=chrome-extension
devops
python
ocumentation Repository kgateway native sandbox by kgateway Authors kgateway supports OTLP export for traces and logs, with Prometheus-native metrics collection. go kgateway gateway-api ingress envoy Go Language Application integration Component Apache-2.0 License Website Documentation Repository Knative native incubat...
8
800
2026-03-23T11:34:13.919956
mod
go
https://go.dev/ref/mod
language
go
or version numbers as the currently required version. If no version is currently required, patch is equivalent to latest . Since Go 1.16, go get requires a current version when using patch (but the -u=patch flag does not have this requirement). Except for queries for specific named versions or revisions, all queries co...
133
800
2026-03-23T10:56:19.992831
go1.20
go
https://go.dev/doc/go1.20
language
go
ontrolled inputs. In the future, the determination of whether a bug in math/big is considered a security vulnerability will depend on its wider impact on the standard library. math/rand The math/rand package now automatically seeds the global random number generator (used by top-level functions like Float64 and Int ) w...
28
800
2026-03-23T11:29:21.330330
biome
biome
https://biomejs.dev/assist/actions/organize-imports/
tooling
javascript
ccount, e.g. a9 < a10 . For example, the following code… 1 import sibling from " ./file.js " ; 2 import internal from " #alias " ; 3 import fs from " fs " ; 4 import { test } from " node:test " ; 5 import path from " node:path " ; 6 import parent from " ../parent.js " ; 7 import scopedLibUsingJsr from " jsr:@scoped/lib...
7
800
2026-03-23T11:43:55.892383
go
go
https://go.dev/doc/tutorial/
language
go
dependencies directly from your IDE with VS Code Go and Vim. A Tour of Go An interactive introduction to Go: basic syntax and data structures; methods and interfaces; and Go's concurrency primitives. go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more. O...
2
323
2026-03-23T11:22:20.848974
?s=shenyu
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=shenyu
devops
python
uage Instrumentation Component Apache 2.0 License Repository splunkclient-go – Instrumentation for k8s.io/client-go by Splunk Inc. Instrumentation for the k8s.io/client-go package. go instrumentation kubernetes Go Language Instrumentation Component Apache 2.0 License Repository splunkdns – Instrumentation for github.co...
231
800
2026-03-23T11:10:16.617920
?s=ts
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ts
devops
python
on to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository AWS SDK Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a AWS SDK instrumentation to track requests through OpenTelemetry. java instrumentation aws aws-sdk sqs sns ...
241
800
2026-03-23T11:18:07.814756
stroke
tailwind
https://tailwindcss.com/docs/stroke
library
javascript
00 stroke: var(--color-sky-500); /* oklch(68.5% 0.169 237.323) */ stroke-sky-600 stroke: var(--color-sky-600); /* oklch(58.8% 0.158 241.966) */ stroke-sky-700 stroke: var(--color-sky-700); /* oklch(50% 0.134 242.749) */ stroke-sky-800 stroke: var(--color-sky-800); /* oklch(44.3% 0.11 240.79) */ stroke-sky-900 stroke: v...
11
800
2026-03-23T11:21:18.693034
redis
redis
https://redis.io/docs/latest/commands/incr/
database
bash
e of 10 seconds so that they'll be removed by Redis automatically when the current second is a different one. Note the used of MULTI and EXEC in order to make sure that we'll both increment and set the expire at every API call. Pattern: Rate limiter 2 An alternative implementation uses a single counter, but is a bit mo...
26
772
2026-03-23T11:29:09.694566
?s=fastify-plugin
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=fastify-plugin
devops
python
Component Apache 2.0 License Package Details (packagist) Repository OpenTelemetry PSR-16 auto-instrumentation by 🔭 OpenTelemetry Authors 🔭 Auto-instrumentation hooks are registered via composer, and spans will automatically be created for each PSR-16 cache operation. psr16 instrumentation php Quick Install To install...
312
799
2026-03-23T11:31:55.021253
TFRecordDataset
tensorflow
https://www.tensorflow.org/api_docs/python/tf/compat/v1/data/TFRecordDataset
ml
python
for element in C . as_numpy_iterator (): print ( element ) [[ 1 0 0 0 0 ] [ 2 2 0 0 0 ]] [[ 3 3 3 0 0 ] [ 4 4 4 4 0 ]] # Pad with a custom value. D = A . padded_batch ( 2 , padded_shapes = 5 , padding_values =- 1 ) for element in D . as_numpy_iterator (): print ( element ) [[ 1 - 1 - 1 - 1 - 1 ] [ 2 2 - 1 - 1 - 1 ]] [[...
63
799
2026-03-23T11:12:00.625873
git-format-patch
git
https://git-scm.com/docs/git-format-patch
devops
bash
t of the <rfc> string should be appended to the subject prefix instead, e.g., --rfc='- ( WIP ) results in "PATCH (WIP)". -v <n> --reroll-count=<n> Mark the series as the <n>-th iteration of the topic. The output filenames have v <n> prepended to them, and the subject prefix ("PATCH" by default, but configurable via the...
36
798
2026-03-23T10:54:32.933008
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
"""Context manager to temporarily override agent name, dependencies, model, toolsets, tools, or instructions. This is particularly useful when testing. You can find an example of this [here](../testing.md#overriding-model-via-pytest-fixtures). Args: name: The name to use instead of the name passed to the agent construc...
1,875
698
2026-03-23T10:51:26.913728
?s=pg
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=pg
devops
python
implementation 'io.opentelemetry.javaagent.instrumentation:opentelemetry-javaagent-finatra-2.9:2.16.0-alpha' } 2.16.0-alpha Version Java Language Instrumentation Component Apache 2.0 License Package Details (maven) Repository Geode Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Geode instrumenta...
246
799
2026-03-23T11:24:59.216283
?s=edge-extension
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=edge-extension
devops
python
Node.js. Node.js exporter Quick Install To install this exporter run: npm install @google-cloud/opentelemetry-cloud-trace-exporter 3.0.0 Version JavaScript Language Exporter Component Apache 2.0 License Package Details (npm) Repository Instana Node.js Exporter by Instana Authors The Instana Node.js OpenTelemetry Export...
180
799
2026-03-23T11:27:01.886934
2.39.0
git
https://git-scm.com/docs/git-rev-parse/2.39.0
devops
bash
[<branchname>]@{upstream} , e.g. master@{upstream} , @{u} A branch B may be set up to build on top of a branch X (configured with branch. <name> .merge ) at a remote R (configured with branch. <name> .remote ). B@{u} refers to the remote-tracking branch for the branch X taken from remote R, typically found at refs/remo...
21
800
2026-03-23T11:21:12.143402
branches
neon
https://neon.tech/docs/manage/branches
database
sql
h API call . The Neon-Managed Vercel integration also creates preview deployment branches from your project's default branch. For more information, see Default branch . To set a branch as the default branch: In the Neon Console, select a project. Select Branches to view the branches for the project. Select a branch fro...
8
800
2026-03-23T11:28:25.742268
typescript-packages-tutorial
nx
https://nx.dev/docs/getting-started/tutorials/typescript-packages-tutorial
tooling
typescript
Nx. Follow Nx on Twitter to stay up to date with Nx news Read our Nx blog Subscribe to our Youtube channel for demos and Nx insights
17
132
2026-03-23T10:55:44.142001
sqlite
bun
https://bun.sh/docs/runtime/sqlite
runtime
javascript
?1 ) or named ( $param or :param or @param ). Bind values to these parameters when executing the query: query.ts Copy const query = db. query ( " SELECT * FROM foo WHERE bar = $bar " ); const results = query. all ({ $bar : " bar " , }); Copy [{ "$bar": "bar" }] Numbered (positional) parameters work too: db.ts Copy cons...
18
796
2026-03-23T10:53:05.015350
redis
redis
https://redis.io/docs/latest/commands/srandmember/
database
bash
SRANDMEMBER | Docs {"acl_categories":["@read","@set","@slow"],"arguments":[{"display_text":"key","key_spec_index":0,"name":"key","type":"key"},{"display_text":"count","name":"count","optional":true,"since":"2.6.0","type":"integer"}],"arity":-2,"categories":["docs","develop","stack","oss","rs","rc","oss","kubernetes","c...
0
800
2026-03-23T11:24:09.670842
train
transformers
https://huggingface.co/datasets/princeton-nlp/SWE-bench/viewer/default/train
ai
python
path.abspath(path.dirname(__file__)) - -def parse_req_line(line): - line = line.strip() - if not line or line.startswith('--hash') or line[0] == '#': - return None - req = line.rpartition('#') - if len(req[1]) == 0: - line = req[2].strip() - else: - line = req[1].strip() - - if '--hash=' in line: - line = line[:line.fi...
124
726
2026-03-23T11:25:24.231360
?s=log-bridge
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=log-bridge
devops
python
.Zipkin 1.8.0 Version .NET Language Exporter Component Apache 2.0 License Package Details (nuget) Repository OTLP Exporter by 🔭 OpenTelemetry Authors 🔭 This library allows exporting telemetry data in the OpenTelemetry Protocol (OTLP) format to the OpenTelemetry Collector and OTLP-compliant backends/receivers. erlang ...
175
800
2026-03-23T11:19:17.830448
Deep_copy
javascript
https://developer.mozilla.org/en-US/docs/Glossary/Deep_copy
language
javascript
eir prototype chains are structurally equivalent (although when we deal with structural equivalence, these objects are usually plain objects, meaning they both inherit from Object.prototype ). Structurally equivalent objects can either be the same object ( o1 === o2 ) or copies ( o1 !== o2 ). Because equivalent primiti...
1
800
2026-03-23T11:04:30.119583
git-config
git
https://git-scm.com/docs/git-config
devops
bash
ago,red , which colors everything older than one year blue, recent changes between one month and one year old are kept white, and lines introduced within the last month are colored red. color.blame.repeatedLines Use the specified color to colorize line annotations for git blame --color-lines , if they come from the sam...
81
800
2026-03-23T10:57:42.961023
functions.html
python
https://docs.python.org/3/library/functions.html
language
python
ader__', '__name__', '__package__', '_clearcache', 'calcsize', 'error', 'pack', 'pack_into', 'unpack', 'unpack_from'] >>> class Shape : ... def __dir__ ( self ): ... return [ 'area' , 'perimeter' , 'location' ] ... >>> s = Shape () >>> dir ( s ) ['area', 'location', 'perimeter'] Note Because dir() is supplied primarily...
21
799
2026-03-23T11:05:42.788664
gpt-oss-20b
transformers
https://huggingface.co/openai/gpt-oss-20b
ai
python
lms get openai/gpt-oss-20b Check out our awesome list for a broader collection of gpt-oss resources and inference partners. Download the model You can download the model weights from the Hugging Face Hub directly from Hugging Face CLI: # gpt-oss-20b huggingface-cli download openai/gpt-oss-20b --include "original/*" --l...
5
800
2026-03-23T11:25:01.015179
?s=vaadin
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=vaadin
devops
python
umentation 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 Instr...
356
800
2026-03-23T11:20:45.496706
?s=high-performance-logging
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=high-performance-logging
devops
python
metry Authors 🔭 The Zookeeper Receiver for the OpenTelemetry Collector collects metrics from a Zookeeper instance, using the ‘mntr’ command. 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-tele...
167
800
2026-03-23T11:12:23.966702
border-color
tailwind
https://tailwindcss.com/docs/border-color
library
javascript
der-inline-color: var(--color-mist-500); /* oklch(56% 0.021 213.5) */ border-x-mist-600 border-inline-color: var(--color-mist-600); /* oklch(45% 0.017 213.2) */ border-x-mist-700 border-inline-color: var(--color-mist-700); /* oklch(37.8% 0.015 216) */ border-x-mist-800 border-inline-color: var(--color-mist-800); /* okl...
64
799
2026-03-23T11:21:15.589834
build-a-react-app-from-scratch
react
https://react.dev/learn/build-a-react-app-from-scratch
framework
javascript
tools. Streaming Server-side rendering (SSR) renders a page on the server and sends the fully rendered page to the client. SSR can improve performance, but it can be more complex to set up and maintain than a single-page app. With the addition of streaming, SSR can be very complex to set up and maintain. See Vite’s SSR...
10
799
2026-03-23T10:56:07.202034
?s=package
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=package
devops
python
AWS services. sigv4 auth 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-collector-contrib/extension/sigv4authextension v0.148.0 v0.148.0 Version Collector Language Exten...
72
799
2026-03-23T11:24:42.821591
?utm_source=marketing&utm_medium=referral&utm_campaign=home-products
mui
https://mui.com/store/items/sketch-react/?utm_source=marketing&utm_medium=referral&utm_campaign=home-products
library
javascript
age, which allows you to update your dependencies to access the latest features simply. The file is standalone. We usually don't make breaking changes in the updates; we add new content. You can decide whether or not it's worth the effort to integrate the new content into your existing file. If you replace existing sym...
6
800
2026-03-23T11:00:21.300223
quick-start
firebase
https://firebase.google.com/docs/admob/ios/quick-start
database
javascript
s early as possible, ideally at app launch but after initializing Firebase. Here's an example of how to call the startWithCompletionHandler: method in your AppDelegate : Swift import Firebase import GoogleMobileAds ... @UIApplicationMain class AppDelegate : UIResponder , UIApplicationDelegate { var window : UIWindow ? ...
4
800
2026-03-23T11:30:40.698024
dep-optimization-options
vite
https://vitejs.dev/config/dep-optimization-options
tooling
javascript
, 'input' | 'logLevel' | 'output'> & { output?: Omit< RolldownOutputOptions , 'format' | 'sourcemap' | 'dir' | 'banner'> } Options to pass to Rolldown during the dep scanning and optimization. Certain options are omitted since changing them would not be compatible with Vite's dep optimization. plugins are merged with V...
3
796
2026-03-23T10:52:27.875069
cloud-create-vcs-workspace
terraform
https://developer.hashicorp.com/terraform/tutorials/cloud-get-started/cloud-create-vcs-workspace
devops
hcl
raform operations, including VCS integration, workspace configuration, and remote runs. Terraform
15
97
2026-03-23T11:13:44.296998
Nemotron-PrismMath
transformers
https://huggingface.co/datasets/nvidia/Nemotron-PrismMath
ai
python
-3*9=108-27=81 d_6=4*81 -3*27=324-81=243 d_7=4*243 -3*81=972-243=729 Yep, same result. So, that seems consistent. Therefore, the formula is d_n = 3^{n -1}, and d_7 is 729. **Final Answer** The formula for \( d_n \) is \( 3^{n-1} \) and \( d_7 = \boxed{729} \). </think> To determine the formula for the sequence \(\{d_n\...
192
800
2026-03-23T11:23:20.408624
?s=buildkit
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=buildkit
devops
python
y runtimetelemetry by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for Runtime Telemetry runtimetelemetry instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository RXJava Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a RXJava instru...
267
800
2026-03-23T11:29:25.892181
managing-github-actions-settings-for-a-repository
github_actions
https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository
devops
yaml
on or Enforcing policies for GitHub Actions in your enterprise . Allow actions created by GitHub: You can allow all actions created by GitHub to be used by workflows. Actions created by GitHub are located in the actions and github organizations. For more information, see the actions and github organizations. Allow Mark...
4
800
2026-03-23T11:39:09.100782
in
javascript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/in
language
javascript
f setting that property's value to undefined . You can also use the in operator to check whether a particular private class field or method has been defined in an object. The operator returns true if the property is defined, and false otherwise. This is known as a branded check , because it returns true if and only if ...
2
800
2026-03-23T11:26:20.953767
ToolDefinition
tanstack_start
https://tanstack.com/ai/latest/docs/reference/interfaces/ToolDefinition
framework
typescript
ens Mar 12, 2026 TanStack AI Just Got Middleware — And It Changes Everything Mar 12, 2026 TanStack Start Full-stack Framework powered by TanStack Router for React and Solid Explore Start → TanStack Router Type-safe Routing for React and Solid applications Explore Router → TanStack OSS
15
285
2026-03-23T11:03:21.892169
index.html
pytorch
https://pytorch.org/audio/stable/index.html
ml
python
chaudio.functional and torchaudio.transforms modules to extract features from waveform. Audio feature augmentation Topics: Preprocessing Learn how to use torchaudio.functional and torchaudio.transforms modules to perform feature augmentation. Audio dataset Topics: Dataset Learn how to use torchaudio.datasets module. AM...
3
800
2026-03-23T11:22:00.391183
?s=tui
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=tui
devops
python
etails (go-collector) Repository Syslog Exporter by 🔭 OpenTelemetry Authors 🔭 The syslog exporter supports sending messages to a remote syslog server. syslog exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : githu...
54
800
2026-03-23T11:23:07.025615
traceback.html
python
https://docs.python.org/3/library/traceback.html
language
python
only ( * , show_group = False ) ¶ Format the exception part of the traceback. The return value is a generator of strings, each ending in a newline. When show_group is False , the generator emits the exception’s message followed by its notes (if it has any). The exception message is normally a single string; however, fo...
16
800
2026-03-23T11:37:12.075191
?s=generator
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=generator
devops
python
pamp Quick Install When building a custom collector you can add this utilities to the manifest file like the following: utilities : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/cmd/opampsupervisor v0.148.0 v0.148.0 Version Collector Language Utilities Component Apache 2.0 License Package Details ...
19
800
2026-03-23T11:11:58.624089
turso-new
drizzle_orm
https://orm.drizzle.team/docs/get-started/turso-new
database
typescript
process . env . DATABASE_AUTH_TOKEN }}); import { drizzle } from 'drizzle-orm/libsql/http' ; const db = drizzle ({ connection : { url : process . env . DATABASE_URL , authToken : process . env . DATABASE_AUTH_TOKEN }}); import { drizzle } from 'drizzle-orm/libsql/ws' ; const db = drizzle ({ connection : { url : process...
6
798
2026-03-23T11:02:23.501412
xml.dom.html
python
https://docs.python.org/3/library/xml.dom.html
language
python
ttributes ¶ A NamedNodeMap of attribute objects. Only elements have actual values for this; others provide None for this attribute. This is a read-only attribute. Node. previousSibling ¶ The node that immediately precedes this one with the same parent. For instance the element with an end-tag that comes just before the...
11
795
2026-03-23T11:29:06.671911
kubernetes
kubernetes
https://kubernetes.io/docs/tutorials/configuration/updating-configuration-via-a-configmap/
devops
yaml
app is running with a mix of old and new environment variable values. Update configuration via a ConfigMap in a multi-container Pod Use the kubectl create configmap command to create a ConfigMap from literal values : kubectl create configmap color --from-literal = color = red Below is an example manifest for a Deployme...
14
799
2026-03-23T11:16:46.444075
?s=extrdkafka
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=extrdkafka
devops
python
receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/sshcheckreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository StatsD Collector Receiver by 🔭 OpenTel...
157
800
2026-03-23T11:10:05.128463
codecs.html
python
https://docs.python.org/3/library/codecs.html
language
python
tate ( ) ¶ Return the current state of the encoder which must be an integer. The implementation should make sure that 0 is the most common state. (States that are more complicated than integers can be converted into an integer by marshaling/pickling the state and encoding the bytes of the resulting string into an integ...
25
800
2026-03-23T11:12:00.847395
parallelization-distribution
nx
https://nx.dev/docs/concepts/ci-concepts/parallelization-distribution
tooling
typescript
-agents-after=build # Run any commands you want here - nx affected -t lint test build The visualization looks like this: In the same way that Nx efficiently assigns tasks to parallel processes on a single machine so that pre-requisite tasks are executed first, Nx Cloud's distributed task execution efficiently assigns t...
7
800
2026-03-23T10:54:24.055571
results-1-100-thread-2024-06-15.json
qdrant
https://qdrant.tech/benchmarks/results-1-100-thread-2024-06-15.json
database
python
502, "p95_time": 0.3098762462941522, "rps": 330.50212879871617, "parallel": 100, "p99_time": 0.31347584133000056, "mean_time": 0.2960600625743973, "mean_precisions": 0.9992400000000001, "engine_params": { "hnsw_ef": 512, "quantization": { "rescore": true, "oversampling": 2 } } }, { "engine_name": "qdrant", "setup_name"...
909
676
2026-03-23T10:59:06.541410
supabase-branches-update
supabase
https://supabase.com/docs/reference/cli/supabase-branches-update
database
typescript
role-stats Flags --db-url <string> Optional Inspect the database specified by the connection string (must be percent-encoded). --linked Optional Inspect the linked project. --local Optional Inspect the local database. supabase inspect db table-stats Usage 1 supabase inspect db table-stats Flags --db-url <string> Option...
49
800
2026-03-23T11:31:01.263327
building-resilient-applications-with-postgres
neon
https://neon.tech/guides/building-resilient-applications-with-postgres
database
sql
second and increasing to a maximum of 16 seconds, plus jitter. Java The following example uses the HikariCP library for connection pooling and the Failsafe library for retry logic. Install the required dependencies via Maven: < dependency > < groupId >org.postgresql</ groupId > < artifactId >postgresql</ artifactId > <...
22
799
2026-03-23T11:19:26.587037
self-host-external-postgres
langchain
https://docs.langchain.com/langsmith/self-host-external-postgres
ai
python
he number of users you have. We recommend monitoring your PostgreSQL instance and scaling up as needed. Connection string You will need to provide a connection string to your PostgreSQL database. This connection string should include the following information: Host Port Database Username Password (Make sure to URL enco...
4
798
2026-03-23T11:33:37.089605
handling-idempotency
inngest
https://www.inngest.com/docs/guides/handling-idempotency
devops
typescript
pression will trigger another function execution. Example We'll use the same example of an e-commerce store to demonstrate how this works. We have an event here with no id set ( see above ), but we want to ensure that the send-checkout-email function is only triggered once for each cartId to prevent duplicate emails be...
5
800
2026-03-23T11:02:55.108466
kubernetes
kubernetes
https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
devops
yaml
re exactly like regular containers, except: Init containers always run to completion. Each init container must complete successfully before the next one starts. If a Pod's init container fails, the kubelet repeatedly restarts that init container until it succeeds. However, if the Pod has a restartPolicy of Never, and a...
1
800
2026-03-23T11:06:33.633726
faq
go
https://go.dev/doc/faq
language
go
haracters in some languages can, by definition, not be exported. For now the only solution is to use something like X日本語 , which is clearly unsatisfactory. Since the earliest version of the language, there has been considerable thought into how best to expand the identifier space to accommodate programmers using other ...
16
800
2026-03-23T10:52:59.330325
git-blame
git
https://git-scm.com/docs/git-blame
devops
bash
y Asked Questions (FAQ) Glossary Hooks gitignore gitmodules Revisions Submodules Tutorial Workflows All guides... Administration clean gc fsck reflog filter-branch instaweb archive bundle Plumbing Commands cat-file check-ignore checkout-index commit-tree count-objects diff-index for-each-ref hash-object ls-files ls-tre...
1
796
2026-03-23T10:58:39.688136
?s=aspnet
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=aspnet
devops
python
rary run: gem install opentelemetry-instrumentation-concurrent_ruby 0.24.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository Dalli Instrumentation by 🔭 OpenTelemetry Authors 🔭 Dalli instrumentation for Ruby. ruby instrumentation dalli Quick Install To install this in...
343
799
2026-03-23T11:32:10.885422