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
automated
temporal
https://docs.temporal.io/cloud/migrate/automated
devops
go
1 replica is deployed, you must update Temporal with the number of replicas used so that an identical number may be configured on the cloud-side. Test access using the command below. It should display the information of the migration server. temporal operator cluster describe --address {the-outbound-external-address-of...
10
797
2026-03-23T11:21:23.764205
vinwap
firebase
https://firebase.google.com/case-studies/vinwap
database
javascript
Vinwap Case Study | Firebase Skip to main content English Español – América Latina Indonesia Português – Brasil 中文 – 简体 日本語 한국어 Blog Go to console Sign in Solutions Firebase Solutions Send feedback Stay organized with collections Save and categorize content based on your preferences. Vinwap increases ad revenue by 30% ...
0
798
2026-03-23T11:04:22.100567
redis
redis
https://redis.io/docs/latest/develop/data-types/streams/
database
bash
null , 2 , false ); StreamEntry [] res37 = db . StreamRange ( "race:italy" , "-" , "+" ); foreach ( StreamEntry entry in res37 ) { Console . WriteLine ( $"{entry.Id}: [{string.Join(" , ", entry.Values.Select(b => $" { b . Name }: { b . Value } "))}]" ); } // 1712758746476-1: [rider: Henshaw] // 1712758746477-0: [rider:...
2,508
799
2026-03-23T11:04:07.563121
useContext
react
https://react.dev/reference/react/useContext
framework
javascript
component to read and subscribe to context. import { useContext } from 'react' ; function Button ( ) { const theme = useContext ( ThemeContext ) ; // ... useContext returns the context value for the context you passed. To determine the context value, React searches the component tree and finds the closest context provi...
3
800
2026-03-23T11:08:58.169208
?s=mistral
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=mistral
devops
python
s 🔭 This receiver supports opening a Unix Named Pipe (aka FIFO), and reading logs from it. namedpipe 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/recei...
134
800
2026-03-23T11:27:38.004108
llms-full.txt
angular
https://angular.dev/assets/context/llms-full.txt
framework
typescript
n system. There can be injectors at multiple levels, from the root injector created by the `TestBed` down through the component tree. The safest way to get the injected service, the way that **_always works_**, is to **get it from the injector of the _component-under-test_**. The component injector is a property of the...
723
800
2026-03-23T10:56:08.578633
add-runners
github_actions
https://docs.github.com/en/actions/how-tos/manage-runners/self-hosted-runners/add-runners
devops
yaml
Adding self-hosted runners - GitHub Docs Skip to main content Adding self-hosted runners You can add a self-hosted runner to a repository, an organization, or an enterprise. Copy as Markdown In this article Warning We recommend that you only use self-hosted runners with private repositories. This is because forks of yo...
0
800
2026-03-23T10:50:01.054418
?s=c
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=c
devops
python
ure/opentelemetry-instrumentation-azure-sdk 1.0.0-beta.9 Version JavaScript Language Instrumentation Component MIT License Package Details (npm) Repository BullMQ Instrumentation by Jennifer Moore Auto instrumentation for the BullMQ message system js instrumentation bullmq Quick Install To install this instrumentation ...
275
800
2026-03-23T11:14:40.414823
kubernetes
kubernetes
https://kubernetes.io/docs/concepts/scheduling-eviction/dynamic-resource-allocation/
devops
yaml
Kubernetes manifests to request those ResourceClaimTemplates or ResourceClaims. Workflow for Kubernetes ResourceSlice creation : drivers in the cluster create ResourceSlices that represent one or more devices in a managed pool of similar devices. Workload creation : the cluster control plane checks new workloads for re...
16
800
2026-03-23T11:05:51.359139
common-web-application-architectures
csharp
https://learn.microsoft.com/en-us/dotnet/architecture/modern-web-apps-azure/common-web-application-architectures
language
csharp
her resources to the server(s) hosting your app. Scaling out means adding additional instances of such servers, whether these are physical servers, virtual machines, or containers. When your app is hosted across multiple instances, a load balancer is used to assign requests to individual app instances. The simplest app...
11
799
2026-03-23T11:00:58.793658
pragma.html
sqlite
https://www.sqlite.org/pragma.html
database
sql
oid unmapping memory out from under running SQL statements. For this reason, the mmap_size pragma may be a no-op if the prior mmap_size is non-zero and there are other SQL statements running concurrently on the same database connection . PRAGMA module_list PRAGMA module_list; This pragma returns a list of virtual table...
66
769
2026-03-23T10:57:09.454396
webpack
webpack
https://webpack.js.org/plugins/virtual-url-plugin/
tooling
javascript
join ( ",\n" ) } } ` ; } , } , } ) ; src/app.js Copy import { routes } from "virtual:routes" ; Options module.type ( string ): Content type of the virtual module. module.source ( string | ((loaderContext: import('webpack').LoaderContext<T>) => Promise<string> | string)) : Factory function for generating the content of ...
3
735
2026-03-23T11:15:18.542496
esbuild
esbuild
https://esbuild.github.io/api/
tooling
javascript
ut it requires additional APIs, sometimes requires framework-specific hacks, and sometimes introduces transient state-related bugs during an editing session. Doing this is outside of esbuild's scope. You are welcome to use other tools instead of esbuild if hot-reloading for JavaScript is one of your requirements. Howev...
30
800
2026-03-23T10:50:11.742142
release-notes-2.5.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.5.0
mobile
dart
or tree to go green, documentation) 85138 Docs improvements for minLines/maxLines (a: text input, framework, cla: yes, d: api docs, documentation) 85148 Update GestureDetector docs to use DartPad sample (framework, cla: yes, d: api docs, d: examples, f: gestures, documentation) 85484 Eliminate some regressions introduc...
358
800
2026-03-23T11:13:43.940383
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
(awaiting user decision).""" type: Literal['dynamic-tool'] = 'dynamic-tool' tool_name: str tool_call_id: str state: Literal['approval-requested'] = 'approval-requested' input: Any call_provider_metadata: ProviderMetadata | None = None approval: ToolApproval | None = None ``` ### DynamicToolApprovalRespondedPart Bases: ...
5,898
752
2026-03-23T10:51:26.922959
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
ut specifically designed for matching against BaseNode types from the v1 system. Parameters: | Name | Type | Description | Default | | --------- | ------------------------- | -------------------------------------- | --------------------------------- | | `source` | `type[SourceNodeT]` | The BaseNode subclass to match ag...
5,340
607
2026-03-23T10:51:26.921333
results-1-100-thread-2024-06-15.json
qdrant
https://qdrant.tech/benchmarks/results-1-100-thread-2024-06-15.json
database
python
p95_time": 0.35589446514859446, "rps": 287.9896330551543, "parallel": 100, "p99_time": 0.36116261462229887, "mean_time": 0.3393890881404048, "mean_precisions": 0.9992400000000001, "engine_params": { "hnsw_ef": 512, "quantization": { "rescore": true, "oversampling": 2 } } }, { "engine_name": "qdrant", "setup_name": "qdr...
1,084
678
2026-03-23T10:59:06.541658
faq
expo
https://docs.expo.dev/eas/environment-variables/faq
mobile
javascript
es must be defined on EAS servers to be made available to EAS Build builders. If you are triggering builds from CI, the same rule applies, and you should be careful to not confuse setting environment variables on GitHub Actions (or the provider of your choice) with setting environment variables and secrets on EAS serve...
3
800
2026-03-23T11:21:28.450755
email.compat32-message.html
python
https://docs.python.org/3/library/email.compat32-message.html
language
python
alse ) ¶ Set a parameter in the Content-Type header. If the parameter already exists in the header, its value will be replaced with value . If the Content-Type header as not yet been defined for this message, it will be set to text/plain and the new parameter value will be appended as per RFC 2045 . Optional header spe...
25
796
2026-03-23T11:14:57.439809
?s=collector
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=collector
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:16:57.067395
textarea
shadcn_ui
https://ui.shadcn.com/docs/components/radix/textarea
library
typescript
t { Textarea } from "@/components/ui/textarea" View Code Disabled Use the disabled prop to disable the textarea. To style the disabled state, add the data-disabled attribute to the Field component. Message Copy import { Field, FieldLabel } from "@/components/ui/field" import { Textarea } from "@/components/ui/textarea"...
2
800
2026-03-23T10:55:14.353372
?s=protobuf
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=protobuf
devops
python
o by 🔭 OpenTelemetry Authors 🔭 This library provides a Apache Pekko instrumentation to track requests through OpenTelemetry. pekko instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Apache Pekko Actor Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides an Apach...
262
800
2026-03-23T11:36:35.075551
?s=esbuild
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=esbuild
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:31:45.079622
?s=log-bridge
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=log-bridge
devops
python
mentation Component Apache 2.0 License Package Details (npm) Repository gRPC Instrumentation by 🔭 OpenTelemetry Authors 🔭 gRPC and gRPC.js instrumentation for Node.js. js instrumentation Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-grpc 0.213.0 Version JavaScri...
283
800
2026-03-23T11:19:17.830594
guides
neon
https://neon.tech/guides
database
sql
cation System with Go, JWT, and Neon Postgres Learn how to build a secure authentication system using Go, JWT tokens, and Neon Postgres Bobby Iliev Mar 29, 2025 Read guide Using LISTEN and NOTIFY for Pub/Sub in PostgreSQL A step-by-step guide describing how to use LISTEN and NOTIFY for pub/sub in Postgres Valeri Karpov...
12
800
2026-03-23T11:28:39.490558
no-vue-reserved-props
biome
https://biomejs.dev/linter/rules/no-vue-reserved-props
tooling
javascript
cts and unexpected behavior in your Vue components. This rule prevents the use of the following reserved prop names: key - Used by Vue for list rendering and component identification ref - Used by Vue for template refs Examples Section titled “Examples” Invalid Section titled “Invalid” 1 < script setup > 2 defineProps ...
1
800
2026-03-23T11:42:49.102122
postgresql
postgresql
https://www.postgresql.org/docs/release/9.4.16/
database
sql
ogical decoding may spill WAL records to disk for transactions generating many WAL records. Normally these files are cleaned up after the transaction's commit or abort record arrives; but if no such record is ever seen, the removal code misbehaved. Fix walsender timeout failure and failure to respond to interrupts when...
3
800
2026-03-23T11:39:03.304461
index.html
java
https://docs.oracle.com/en/middleware/goldengate/big-data/index.html
language
java
earn About GoldenGate for Big Data 21c Get Started What's New Quickstarts Licensing Information Topics Install Upgrade Configure Replicate Data Administer Troubleshoot Learn About GoldenGate for Big Data 19c Get Started What's New Supported Technology and Platforms Topics Install Upgrade Use Administer GoldenGate for B...
1
482
2026-03-23T10:52:44.048944
gitlab_ci
gitlab_ci
https://docs.gitlab.com/ci/yaml/
devops
yaml
tifacts in a job in public pipelines are available for download by anyone, including anonymous users, or Guest and Reporter roles. false : Artifacts in the job are only available for download by users with the Developer, Maintainer, or Owner role. Example of artifacts:public : job : artifacts : public : false artifacts...
68
799
2026-03-23T10:51:59.386976
?s=envoyals
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=envoyals
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/collectdreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository CouchDB Receiver...
108
800
2026-03-23T11:38:53.784001
?s=golang
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=golang
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:11:31.322902
fill
tailwind
https://tailwindcss.com/docs/fill
library
javascript
var(--color-pink-600); /* oklch(59.2% 0.249 0.584) */ fill-pink-700 fill: var(--color-pink-700); /* oklch(52.5% 0.223 3.958) */ fill-pink-800 fill: var(--color-pink-800); /* oklch(45.9% 0.187 3.815) */ fill-pink-900 fill: var(--color-pink-900); /* oklch(40.8% 0.153 2.432) */ fill-pink-950 fill: var(--color-pink-950); /...
17
800
2026-03-23T11:22:06.670601
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
with any ASGI server: ```bash uvicorn ag_ui_state:app --host 0.0.0.0 --port 9000 ``` ### Tools AG-UI frontend tools are seamlessly provided to the Pydantic AI agent, enabling rich user experiences with frontend user interfaces. ### Events Pydantic AI tools can send [AG-UI events](https://docs.ag-ui.com/concepts/events)...
6,344
799
2026-03-23T10:51:26.923640
48409
go
https://go.dev/issue/48409
language
go
runtime/debug: soft memory limit · Issue #48409 · golang/go · GitHub Skip to content You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss ...
0
800
2026-03-23T11:18:24.958388
capi3ref.html
sqlite
https://www.sqlite.org/capi3ref.html
database
sql
hat do not have write permission on the directory containing the database file want to read the database file, as the WAL and shared memory files must exist in order for the database to be readable. The fourth parameter to sqlite3_file_control() for this opcode should be a pointer to an integer. That integer is 0 to di...
324
797
2026-03-23T11:15:05.573684
?s=threading
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=threading
devops
python
ion Component Apache 2.0 License Repository Express Instrumentation by 🔭 OpenTelemetry Authors 🔭 Express instrumentation for Node.js. js instrumentation Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-express 0.61.0 Version JavaScript Language Instrumentation Comp...
280
800
2026-03-23T11:18:02.128713
redis
redis
https://redis.io/docs/latest/develop/data-types/json/
database
bash
ut . println ( res10 ); // >>> [1.75] // Tests for 'num' step. String res11 = jedis . jsonSet ( "newbike" , new Path2 ( "$" ), new JSONArray () . put ( "Deimos" ) . put ( new JSONObject (). put ( "crashes" , 0 )) . put (( Object ) null ) ); System . out . println ( res11 ); // >>> OK Object res12 = jedis . jsonGet ( "n...
49
800
2026-03-23T10:54:21.884451
?s=restlet
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=restlet
devops
python
anguage Provider Component Apache 2.0 License Package Details (go-collector) Repository Alertmanager Exporter by 🔭 OpenTelemetry Authors 🔭 Exports OTel Events (SpanEvent in Tracing added by AddEvent API) as Alerts to Alertmanager backend to notify Errors or Change events. alertmanager prometheus exporter collector Qu...
23
799
2026-03-23T11:34:17.313752
cline-mcp-neon
neon
https://neon.tech/guides/cline-mcp-neon
database
sql
database. describe_table_schema : Retrieves the schema definition of a specific table, detailing columns, data types, and constraints. Database migrations (schema changes): prepare_database_migration : Initiates a database migration process. Critically, it creates a temporary branch to apply and test the migration safe...
10
798
2026-03-23T11:31:52.321731
pragma.html
sqlite
https://www.sqlite.org/pragma.html
database
sql
FAULT_WORKER_THREADS compile-time option. When the limit is zero, that means no auxiliary threads will be launched. This pragma is a thin wrapper around the sqlite3_limit (db, SQLITE_LIMIT_WORKER_THREADS ,...) interface. PRAGMA trusted_schema PRAGMA trusted_schema; PRAGMA trusted_schema = boolean ; The trusted_schema s...
99
774
2026-03-23T10:57:09.454444
CollectionStatus
tanstack_start
https://tanstack.com/db/latest/docs/reference/type-aliases/CollectionStatus
framework
typescript
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 — And It Changes Everything Mar 12, 2026 TanStack Start Full-stack Framework powered b...
4
470
2026-03-23T11:40:36.026199
?s=azure-sdk
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=azure-sdk
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:36:42.160454
Using_classes
javascript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_classes
language
javascript
counterparts. js const MyClass = class { // Class body... }; Class expressions can have names as well. The expression's name is only visible to the class's body. js const MyClass = class MyClassLongerName { // Class body. Here MyClass and MyClassLongerName point to the same class. }; new MyClassLongerName(); // Referen...
6
795
2026-03-23T11:11:28.337433
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. resourceVersion resourceVersion sets a constraint on what resource versions a request may be se...
3,929
797
2026-03-23T10:56:49.347919
workflow
temporal
https://docs.temporal.io/cli/workflow
devops
go
ly to all subcommands. Flag Required Description --headers No string[] Temporal workflow headers in 'KEY=VALUE' format. Keys must be identifiers, and values must be JSON values. May be passed multiple times to set multiple Temporal headers. Note: These are workflow headers, not gRPC headers. --reject-condition No strin...
19
797
2026-03-23T11:15:31.538031
opentelemetry
opentelemetry
https://opentelemetry.io/docs/languages/rust/api/
devops
python
t the moment. § Related Crates In addition to opentelemetry , the open-telemetry/opentelemetry-rust repository contains several additional crates designed to be used with the opentelemetry ecosystem. This includes exporters, samplers, as well as utility and adapter crates to assist in propagating context and instrument...
7
800
2026-03-23T10:58:09.930813
guides
bun
https://bun.sh/docs/guides
runtime
javascript
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 Sleep File URL to p...
4
800
2026-03-23T10:55:59.861637
preview-environments-vercel
terraform
https://developer.hashicorp.com/terraform/tutorials/cloud/preview-environments-vercel
devops
hcl
the Get Started tutorials . If you are new to HCP Terraform, refer to the Get Started - HCP Terraform tutorials . For this tutorial, you will need: the Terraform 1.1.4+ CLI installed locally. an AWS account with AWS Credentials configured for use with Terraform . an HCP Terraform account a GitHub account a Vercel accou...
3
799
2026-03-23T11:20:13.108713
redis
redis
https://redis.io/docs/latest/operate/rc/security/aws-transit-gateway/
database
bash
tachment representing Redis's AWS account to the Transit Gateway. If your transit gateway does not automatically accept peering attachment requests, the attachment will be in Pending acceptance status. Follow the guide to Accept a peering attachment request from the AWS VPC console . Add consumer CIDRs In your Redis Cl...
6
800
2026-03-23T10:58:51.406561
redis
redis
https://redis.io/docs/latest/develop/data-types/lists/
database
bash
ikes" ) print ( res35 ) # >>> 0 res36 = r . lpush ( "new_bikes" , "bike:1" , "bike:2" , "bike:3" ) print ( res36 ) # >>> 3 r . delete ( "new_bikes" ) res37 = r . set ( "new_bikes" , "bike:1" ) print ( res37 ) # >>> True res38 = r . type ( "new_bikes" ) print ( res38 ) # >>> 'string' try : res39 = r . lpush ( "new_bikes...
400
800
2026-03-23T11:05:26.645501
video-conferencing-with-postgres
planetscale
https://planetscale.com/blog/video-conferencing-with-postgres
database
sql
R BY frames_5s DESC; from_id | frames_5s | approx_fps ------------------------------------------------------------------+-----------+------------ 06cad97a128947a58e8ff754ec1171d4200c4d774b5c43c9b7637f11bba61036 | 76 | 15.2 4f984feaee1042939383b0fffb3f1fc172d28aa92b654551a02c618788021995 | 76 | 15.2 (2 rows) Look at tha...
6
713
2026-03-23T11:05:56.930376
llms-medium.txt
svelte
https://svelte.dev/llms-medium.txt
framework
javascript
etResponse <div class="ts-block"> ```dts function setResponse( res: import('http').ServerResponse, response: Response ): Promise<void>; ``` </div> # @sveltejs/kit/vite ```js // @noErrors import { sveltekit } from '@sveltejs/kit/vite'; ``` ## sveltekit Returns the SvelteKit Vite plugins. <div class="ts-block"> ```dts fu...
286
798
2026-03-23T11:13:00.456351
changelog-2025-06-24
mastra
https://mastra.ai/blog/changelog-2025-06-24
ai
typescript
co-hosts AI Agents Hour, a weekly show covering news and topics around AI agents. Previously, he was in product and engineering at Netlify and Gatsby. He created the first course as an MCP server and is kind of a musician. All articles by Shane Thomas →
7
253
2026-03-23T11:27:40.551617
opentelemetry
opentelemetry
https://opentelemetry.io/registry/updating/
devops
python
ceiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/windowsservicereceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Zipkin Collector Receiver by 🔭 Ope...
166
800
2026-03-23T10:52:09.954292
convex
convex
https://docs.convex.dev/auth/authkit/
database
typescript
WorkOS team Next steps Syncing data and handling events using the WorkOS Component Accessing user information in functions Accessing user information client-side Configuring dev and prod instances Configuring WorkOS AuthKit's API keys Under the hood
11
249
2026-03-23T11:04:33.629627
?s=console
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=console
devops
python
list of dependencies in mix.exs : def deps do [ { :opentelemetry_ecto , "~> 1.2.0" } ] 1.2.0 Version Erlang Language Instrumentation Component Apache 2.0 License Package Details (hex) Repository Elli Instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation for Erlang HTTP server Elli. erlang http instrumentation ...
216
800
2026-03-23T11:39:15.141877
?s=bash
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=bash
devops
python
ava Instrumentation by 🔭 OpenTelemetry Authors 🔭 Both auto-instrumentation and (manual) instrumentation libraries for Java. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository JavaScript by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry API and SDK for JavaScript (Browser and Nod...
364
800
2026-03-23T11:24:15.997460
cancellation
temporal
https://docs.temporal.io/develop/dotnet/cancellation
devops
go
r ( e , "Cancellation occurred, performing cleanup" ) ; // Call cleanup activity. If this throws, it will swallow the original exception which we // are ok with here. This could be changed to just log a failure and let the original // cancellation continue. We use a different cancellation token since the default one on...
3
798
2026-03-23T10:52:17.308174
route-information-uri
flutter
https://docs.flutter.dev/release/breaking-changes/route-information-uri
mobile
dart
ocation ; content_copy Code after migration: dart final String myPath = myRoute . uri . path ; content_copy Code before migration: dart class MyObserverState extends State < MyWidget > with WidgetsBindingObserver { @override Future < bool > didPushRoute ( String route ) => _handleRoute ( route ) ; } content_copy Code a...
2
800
2026-03-23T11:19:56.351170
latest.yaml
docker
https://docs.docker.com/reference/api/hub/latest.yaml
devops
bash
description: The UUID trimmed company: type: string example: Docker Inc date_joined: type: string format: date-time example: "2021-01-05T21:06:53.506400Z" full_name: type: string example: John Snow gravatar_email: type: string gravatar_url: type: string location: type: string profile_url: type: string type: type: strin...
159
488
2026-03-23T11:26:19.925947
embedded-replicas
turso
https://docs.turso.tech/features/embedded-replicas
database
sql
one of the libSQL client SDKs. Simply pass the encryptionKey parameter when instantiating the client: TypeScript Go Rust Python Flutter Copy import { createClient } from "@libsql/client" ; const db = createClient ({ url: "file:encrypted.db" , encryptionKey: process . env . ENCRYPTION_KEY , }); The encryption key used s...
4
797
2026-03-23T11:02:48.202424
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
tive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printab...
5,521
799
2026-03-23T10:56:49.350156
?s=namedpipe
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=namedpipe
devops
python
Storage FlashArray Receiver by 🔭 OpenTelemetry Authors 🔭 The Pure Storage FlashArray receiver, receives metrics from Pure Storage internal services hosts. purefa receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : g...
145
800
2026-03-23T11:26:08.589188
signal-queries
angular
https://angular.dev/reference/migrations/signal-queries
framework
typescript
on that converts existing decorator query fields to the new API. Run the schematic using the following command: ng generate @angular/core: signal -queries-migration Alternatively, the migration is available as a code refactor action in VSCode. Install the latest version of the VSCode extension and click onto e.g. a @Vi...
1
800
2026-03-23T11:37:08.128642
postgresql
postgresql
https://www.postgresql.org/docs/release/17.6/
database
sql
sion earlier than 17.5, see Section E.5 . E.4.2. Changes # Tighten security checks in planner estimation functions (Dean Rasheed) § The fix for CVE-2017-7484, plus followup fixes, intended to prevent leaky functions from being applied to statistics data for columns that the calling user does not have permission to read...
1
800
2026-03-23T11:27:55.903172
brands
nx
https://nx.dev/brands
tooling
typescript
format. Download Nx Console assets (zip) Smart Monorepos · Fast Builds Quick Links Nx Cloud Pricing Docs Blog Solutions Developers Platform & Devops Eng. Managers CTOs & VPs Eng. Security Products Nx Nx Cloud Nx Enterprise Nx Labs Status Resources Tutorials Webinars Customers Community Customer Stories Company About us...
2
800
2026-03-23T11:03:36.862726
variable-declarations.html
typescript
https://www.typescriptlang.org/docs/handbook/variable-declarations.html
language
javascript
now the transaction will commit } await using vs await The await keyword that is part of the await using declaration only indicates that the disposal of the resource is await -ed. It does not await the value itself: ts { await using x = getResourceSynchronously (); } // performs `await x[Symbol.asyncDispose]()` { await...
29
800
2026-03-23T10:52:51.361164
?s=dynamodb
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dynamodb
devops
python
IT License Repository OddDotNet: Test Harness for OpenTelemetry by Tyler Kenna OddDotNet is a Test Harness for OpenTelemetry that works for any language, built in .NET. It is a container image that accepts OpenTelemetry signals over gRPC, and it includes a query language for verifying and validating those signals. OddD...
366
800
2026-03-23T11:37:54.071339
3.5.html
python
https://docs.python.org/3/whatsnew/3.5.html
language
python
ap_bio() method can be used to create a new SSLObject instance. Application-Layer Protocol Negotiation Support ¶ (Contributed by Benjamin Peterson in bpo-20188 .) Where OpenSSL support is present, the ssl module now implements the Application-Layer Protocol Negotiation TLS extension as described in RFC 7301 . The new S...
60
800
2026-03-23T11:14:36.003150
firebase_admin.exceptions
firebase
https://firebase.google.com/docs/reference/admin/python/firebase_admin.exceptions
database
javascript
THENTICATED = 'UNAUTHENTICATED' Error code for UnauthenticatedError type. UNAVAILABLE firebase_admin.exceptions. UNAVAILABLE = 'UNAVAILABLE' Error code for UnavailableError type. UNKNOWN firebase_admin.exceptions. UNKNOWN = 'UNKNOWN' Error code for UnknownError type. Send feedback Except as otherwise noted, the content...
9
607
2026-03-23T11:38:26.935048
OnChanges
angular
https://angular.dev/api/core/OnChanges
framework
typescript
ef NgZone NgZoneOptions NO_ERRORS_SCHEMA numberAttribute OnChanges OnDestroy OnInit Optional output Output outputBinding OutputEmitterRef OutputOptions OutputRef OutputRefSubscription PendingTasks Pipe PipeTransform PLATFORM_ID PLATFORM_INITIALIZER platformCore PlatformRef Predicate PromiseResourceOptions provideAppIni...
5
800
2026-03-23T11:24:10.650825
news
numpy
https://numpy.org/news
ml
python
official NumPy paper published in Nature! # Sep 16, 2020 – We are pleased to announce the publication of the first official paper on NumPy as a review article in Nature. This comes 14 years after the release of NumPy 1.0. The paper covers applications and fundamental concepts of array programming, the rich scientific P...
19
800
2026-03-23T10:52:57.279174
AudioPart
tanstack_start
https://tanstack.com/ai/latest/docs/reference/interfaces/AudioPart
framework
typescript
Guides Tools Tool Architecture Server Tools Client Tools Tool Approval Flow Lazy Tool Discovery Agentic Cycle Middleware Structured Outputs Streaming Multimodal Content Connection Adapters Observability Per-Model Type Safety Runtime Adapter Switching Realtime Voice Chat Text-to-Speech Transcription Image Generation Vid...
1
799
2026-03-23T11:03:44.341603
sharding-quickstart
planetscale
https://planetscale.com/docs/vitess/sharding/sharding-quickstart
database
sql
d help? Get help from the PlanetScale Support team , or join our Discord community to see how others are using PlanetScale. What are workflows? Previous Workflow: Sharded to sharded keyspace Next ⌘ I Assistant Responses are generated using AI and may contain mistakes.
23
268
2026-03-23T10:53:13.599439
func.html
pytorch
https://pytorch.org/docs/stable/func.html
ml
python
mposable function transforms? # There are a number of use cases that are tricky to do in PyTorch today: computing per-sample-gradients (or other per-sample quantities) running ensembles of models on a single machine efficiently batching together tasks in the inner-loop of MAML efficiently computing Jacobians and Hessia...
3
800
2026-03-23T11:05:14.814146
train
transformers
https://huggingface.co/datasets/princeton-nlp/SWE-bench/viewer/default/train
ai
python
teps to reproduce the issue:** 1. Configure a Datadog check for an Oracle database and confirm that it is working 2. In the Oracle database, add a new tablespace+datafile and take the datafile offline, e.g. with: ``` SQL> create tablespace offline_tablespace datafile size 10m autoextend off; Tablespace created. SQL> al...
63
792
2026-03-23T11:25:24.231310
understanding-your-repository
turborepo
https://turbo.build/docs/crafting-your-repository/understanding-your-repository
tooling
javascript
pository structure, since 2.2.0 , Turborepo provides a GraphQL interface into your repository via turbo query . You can execute queries such as finding all packages that have a test task: Terminal > turbo query "query { packages(filter: { has: { field: TASK_NAME, value: \"build\"}}) { items { name } } }" { "data" : { "...
2
800
2026-03-23T10:55:19.773618
release-notes-2.5.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.5.0
mobile
dart
trailing commas in packages/flutter/test/services (framework, cla: yes) 81043 Update text_form_field.dart (framework, f: material design, cla: yes, waiting for tree to go green) 81060 sort directives (framework, f: material design, cla: yes, waiting for tree to go green) 81065 Add trailing commas in packages/flutter/te...
18
800
2026-03-23T11:13:43.939925
?s=viburdbcp
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=viburdbcp
devops
python
ntelemetry-collector-contrib/receiver/azureeventhubreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Azure Monitor Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver scrapes Azure Monitor API for resources metrics. azure monitor rece...
104
800
2026-03-23T11:38:04.208568
mui
mui
https://mui.com/x/react-data-grid/overlays/
library
javascript
variant : 'linear-progress' , noRowsVariant : 'skeleton' , } , } } /> Copy Copied (or $keyC ) Skeleton An animated placeholder of the Data Grid. < DataGrid { ... data } loading slotProps = { { loadingOverlay : { variant : 'skeleton' , noRowsVariant : 'skeleton' , } , } } /> <DataGrid {...data} loading slotProps={{ load...
1
743
2026-03-23T11:29:26.064246
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands/
devops
yaml
ell code must be evaluated to provide interactive completion of kubectl commands. This can be done by sourcing it from the .bash_profile. Detailed instructions on how to do this are available here: for macOS: https://kubernetes.io/docs/tasks/tools/install-kubectl-macos/#enable-shell-autocompletion for linux: https://ku...
260
797
2026-03-23T11:18:50.246029
sam-bhagwat
mastra
https://mastra.ai/authors/sam-bhagwat
ai
typescript
excited to announce the release of our new book: Principles of Building AI agents. This book is a guide for developers who want to rapidly build AI applications. Mar 12, 2025 # announcements Building a Code Assistant with Large Context Windows How we used Mastra and Gemini Flash 2.0 to build a natural language interfac...
9
800
2026-03-23T10:54:27.437386
supabase-functions-delete
supabase
https://supabase.com/docs/reference/cli/supabase-functions-delete
database
typescript
se completion bash supabase completion fish supabase completion powershell supabase completion zsh supabase completion zsh Generate the autocompletion script for the zsh shell. If shell completion is not already enabled in your environment you will need to enable it. You can execute the following once: echo "autoload -...
85
799
2026-03-23T11:30:27.841064
typescript
typescript
https://www.typescriptlang.org/tsconfig/
language
javascript
to resolve bare specifier module names. For example, in the directory structure: project ├── ex.ts ├── hello │ └── world.ts └── tsconfig.json With "baseUrl": "./" , TypeScript will look for files starting at the same folder as the tsconfig.json : ts import { helloWorld } from "hello/world" ; console . log ( helloWorld ...
35
797
2026-03-23T10:56:11.751997
MegaMath
transformers
https://huggingface.co/datasets/LLM360/MegaMath
ai
python
s": [], "is_generated": false, "is_vendor": false, "language": "Python", "length_bytes": 1182, "license_type": "no_license", "max_line_length": 80, "num_lines": 41, "path": "/2/matches.py", "src_encoding": "UTF-8" } { "repo_name": "drozdziak1/python-assignments", "repo_url": "https://github.com/drozdziak1/python-assign...
41
750
2026-03-23T11:22:00.244436
Compiler
angular
https://angular.dev/api/core/Compiler
framework
typescript
sourceOptions ResourceRef ResourceSnapshot ResourceStatus ResourceStreamingLoader ResourceStreamItem RESPONSE_INIT ResponseInit runInInjectionContext Sanitizer SchemaMetadata SecurityContext Self setTestabilityGetter signal Signal SimpleChange SimpleChanges SkipSelf StateKey StaticClassProvider StaticClassSansProvider ...
6
800
2026-03-23T10:59:04.984879
?s=angular
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=angular
devops
python
ter by 🔭 OpenTelemetry Authors 🔭 The Kafka Exporter for the OpenTelemetry Collector. go exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexp...
41
800
2026-03-23T11:16:36.728098
supabase-branches-delete
supabase
https://supabase.com/docs/reference/cli/supabase-branches-delete
database
typescript
us I/O should also be investigated. QUERY │ EXECUTION TIME │ PROPORTION OF EXEC TIME │ NUMBER CALLS │ SYNC IO TIME ─────────────────────────────────────────┼──────────────────┼─────────────────────────┼──────────────┼─────────────── SELECT * FROM archivable_usage_events.. │ 154:39:26.431466 │ 72.2% │ 34,211,877 │ 00:00...
46
653
2026-03-23T11:28:03.278314
2.52.0
git
https://git-scm.com/docs/git-rebase/2.52.0
devops
bash
he rerere mechanism reuses a recorded resolution on the current conflict to update the files in the working tree, allow it to also update the index with the result of resolution. --no-rerere-autoupdate is a good way to double-check what rerere did and catch potential mismerges, before committing the result to the index...
19
800
2026-03-23T11:33:48.897791
index.html
java
https://docs.oracle.com/en/database/goldengate/index.html
language
java
tion Adapters include the necessary components for supporting Base24 and Enscribe data technologies. These adapters are intended for use with Oracle GoldenGate for HP NonStop. Oracle GoldenGate Monitor Oracle GoldenGate Monitor (legacy, end of life) is a web-based monitoring console for the Oracle GoldenGate replicatio...
7
800
2026-03-23T11:13:56.044200
?s=esbuild
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=esbuild
devops
python
strumentation Component Apache 2.0 License Package Details (packagist) Repository OpenTelemetry PSR-14 auto-instrumentation by 🔭 OpenTelemetry Authors 🔭 This is a read-only subtree split of https://github.com/open-telemetry/opentelemetry-php-contrib . psr14 instrumentation php Quick Install To install this instrument...
311
799
2026-03-23T11:31:45.079594
sdk-metrics
temporal
https://docs.temporal.io/references/sdk-metrics
devops
go
_task_schedule_to_start_latency The Schedule-To-Start time of a Nexus Task in seconds. The schedule time is taken from when the corresponding request hit the Frontend service to when the SDK started processing the task. This time is limited by the Request-Timeout header given to the Frontend when handling this request....
12
796
2026-03-23T11:07:11.305287
insert
drizzle_orm
https://orm.drizzle.team/docs/insert
database
typescript
e }); const qb = new QueryBuilder (); await db .insert (employees) .select ( qb .select ({ name : users .name }) .from (users) .where ( eq ( users .role , 'employee' )) ); await db .insert (employees) .select ( () => db .select ({ name : users .name }) .from (users) .where ( eq ( users .role , 'employee' )) ); await db...
13
713
2026-03-23T10:57:26.711065
fileformat2.html
sqlite
https://www.sqlite.org/fileformat2.html
database
sql
clusively. Newer versions of SQLite use the in-header database size if it is available but fall back to the actual file size if the in-header database size is not valid. The in-header database size is only considered to be valid if it is non-zero and if the 4-byte change counter at offset 24 exactly matches the 4-byte ...
13
796
2026-03-23T10:59:47.376939
spec-draft
dart
https://dart.dev/to/spec-draft
language
dart
~#9֪ǫ]ޗ�Y�DĿ��B��h�^v�z�}�Pj����[[ПT��9D����p�!��'���p�z5{�N�� �]��t$��_�;� 1�j 3�ϋ !]���� j�FyHޕ']��ː��r%P��<�"�~7��2��ڎE���� �~� a�fy�Ei���y/������Y�ȟA���$Tp�C��-�!x�$T c�a������w)�ؼ��4 R{��A�K2Gu�Ï���~��~��̍���eta�<�������q3�+Pi� l �-\}�o� �iBL��ul�oǖ��{�;�dc�a� ��)-���n= ���N�L ����v��q���a 5g|22�><�����uBt%*;M�^��...
1,105
800
2026-03-23T11:06:06.481324
runners_scope
gitlab_ci
https://docs.gitlab.com/ci/runners/runners_scope
devops
yaml
In the Tags section, in the Tags field, enter the job tags to specify jobs the runner can run. If there are no job tags for this runner, select Run untagged . Optional. In the Runner description field, add a runner description that displays in GitLab. Optional. In the Configuration section, add additional configuration...
12
799
2026-03-23T11:09:20.328408
alerts
firebase
https://firebase.google.com/docs/perf-mon/alerts
database
javascript
ric's aggregated value crossed the defined threshold during the last hour: response time : the aggregated value exceeded the set threshold for the configured percentile success rate : (for iOS+/Android only) the aggregated value went below the set threshold across all users There was no alert previously raised for the ...
3
800
2026-03-23T11:19:38.459560
proxy-defaults
terraform
https://developer.hashicorp.com/consul/docs/reference/config-entry/proxy-defaults
devops
hcl
Map that contains the details about the ProxyDefaults configuration entry. The apiVersion , kind``, and metadata fields are siblings of the spec ` field. All other configurations are children. spec.config Specifies an arbitrary map of configuration values used by service mesh proxies. The available configurations depen...
24
799
2026-03-23T11:10:57.917404
?s=oshi
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=oshi
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:38:59.519392
?s=redis
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=redis
devops
python
ver HTTP Exporter by 🔭 OpenTelemetry Authors 🔭 This library allows to export data to the OpenTelemetry Collector using the OpenTelemetry Protocol using protobuf over HTTP. otlp protobuf grpc exporter python Python Language Exporter Component Apache 2.0 License Repository Prometheus Exporter by 🔭 OpenTelemetry Author...
186
799
2026-03-23T11:25:32.724295