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
javascript-sdk
neon
https://neon.tech/docs/reference/javascript-sdk
database
sql
rification email auth.sendVerificationEmail() Sends a verification email to the user. Used for email verification after signup or email change. Parameters View parameters Parameter Type Required email string ✓ callbackURL string | undefined const { error } = await client . auth .sendVerificationEmail ({ email : 'user@e...
9
799
2026-03-23T10:53:17.866701
deno
deno
https://docs.deno.com/lint/rules/jsx-void-dom-elements-no-children/
runtime
javascript
jsx-void-dom-elements-no-children Skip to main content NOTE: this rule is included the following rule sets: recommended react jsx fresh Enable full set in deno.json : { "lint": { "rules": { "tags": ["recommended"] // ...or "react", "jsx", "fresh" } } } Enable full set using the Deno CLI: deno lint --rules-tags=recommen...
0
758
2026-03-23T11:25:47.548299
redis
redis
https://redis.io/docs/latest/develop/data-types/bitmaps/
database
bash
etbit ( "pings:2024-01-01-00:00" , 123 , true ); System . out . println ( res1 ); // >>> false boolean res2 = jedis . getbit ( "pings:2024-01-01-00:00" , 123 ); System . out . println ( res2 ); // >>> true boolean res3 = jedis . getbit ( "pings:2024-01-01-00:00" , 456 ); System . out . println ( res3 ); // >>> false lo...
120
799
2026-03-23T11:03:25.838953
notifications
expo
https://docs.expo.dev/versions/latest/sdk/notifications
mobile
javascript
ted. Defaults to Application.applicationId exposed by expo-application . baseUrl (optional) string Endpoint URL override. development (optional) boolean Only for: iOS On iOS, there are two push notification services: "sandbox" and "production". This defines whether the push token is supposed to be used with the sandbox...
65
800
2026-03-23T10:50:26.494384
use-sorted-classes
biome
https://biomejs.dev/linter/rules/use-sorted-classes
tooling
javascript
ss”, { 2 │ - · · · · “ b l o c k · m x - 4 ” : · c o n d i t i o n , 2 │ + · · · · “ m x - 4 · b l o c k ” : · c o n d i t i o n , 3 3 │ }); 4 4 │ Tagged template literals are also supported, for example: 1 tw ` px-2 ` ; 2 tw . div ` px-2 ` ; 1 tw ` px-2 foo p-4 bar ` ; code-block.js:1:4 lint/nursery/useSortedClasses F...
6
800
2026-03-23T11:10:54.291669
kubernetes
kubernetes
https://kubernetes.io/docs/reference/access-authn-authz/service-accounts-admin/
devops
yaml
en : path : token # must match the path the app expects - configMap : items : - key : ca.crt path : ca.crt name : kube-root-ca.crt - downwardAPI : items : - fieldRef : apiVersion : v1 fieldPath : metadata.namespace path : namespace That manifest snippet defines a projected volume that consists of three sources. In this...
11
800
2026-03-23T11:29:43.020864
notifications
expo
https://docs.expo.dev/versions/latest/sdk/notifications
mobile
javascript
r the app. Default: false showTitle (optional) boolean Indicates whether to show the notification's title, even if the user has disabled notification previews for the app. Default: false NotificationChannelInput Android Type: RequiredBy < Omit < NotificationChannel , 'id' | 'audioAttributes' | 'sound' > & { audioAttrib...
87
800
2026-03-23T10:50:26.494414
asyncio-stream.html
python
https://docs.python.org/3/library/asyncio-stream.html
language
python
d. When there is nothing to wait for, the drain() returns immediately. async start_tls ( sslcontext , * , server_hostname = None , ssl_handshake_timeout = None , ssl_shutdown_timeout = None ) ¶ Upgrade an existing stream-based connection to TLS. Parameters: sslcontext : a configured instance of SSLContext . server_host...
12
799
2026-03-23T11:13:03.994931
opentelemetry
opentelemetry
https://opentelemetry.io/docs/concepts/signals/traces/
devops
python
tes" : { "http.route" : "some_route1" }, "events" : [ { "name" : "Guten Tag!" , "timestamp" : "2022-04-29T18:52:58.114561Z" , "attributes" : { "event_attributes" : 1 } } ] } This is the root span, denoting the beginning and end of the entire operation. Note that it has a trace_id field indicating the trace, but has no ...
1
800
2026-03-23T10:50:45.338232
?s=bandit
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=bandit
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:37:27.149132
reusing-logic-with-custom-hooks
react
https://react.dev/learn/reusing-logic-with-custom-hooks
framework
javascript
ing conditions: function List ( { items , shouldSort } ) { let displayedItems = items ; if ( shouldSort ) { // ✅ It's ok to call getSorted() conditionally because it's not a Hook displayedItems = getSorted ( items ) ; } // ... } You should give use prefix to a function (and thus make it a Hook) if it uses at least one ...
10
800
2026-03-23T11:06:01.158108
tests
terraform
https://developer.hashicorp.com/terraform/language/tests
devops
hcl
esh An optional boolean attribute. true plan_options.replace An optional attribute containing a list of resource addresses referencing resources within the configuration under test. plan_options.target An optional attribute containing a list of resource addresses referencing resources within the configuration under tes...
5
800
2026-03-23T11:09:38.949904
autoinc.html
sqlite
https://www.sqlite.org/autoinc.html
database
sql
ut making modifications to this table will likely perturb the AUTOINCREMENT key generation algorithm. Make sure you know what you are doing before you undertake such changes. The sqlite_sequence table does not track ROWID changes associated with UPDATE statement, only INSERT statements. The behavior implemented by the ...
6
795
2026-03-23T10:58:20.896225
redis
redis
https://redis.io/docs/latest/develop/data-types/sets/
database
bash
ative. When you want to remove items from a set, you can use the SREM command to remove one or more items from a set, or you can use the SPOP command to remove a random item from a set. You can also return a random item from a set without removing it using the SRANDMEMBER command: Language: >_ Redis CLI Python JavaScri...
469
799
2026-03-23T11:02:34.327028
archival
temporal
https://docs.temporal.io/self-hosted-guide/archival
devops
go
ot set on request . Next, run a sample Workflow such as the helloworld temporal sample . When the Workflow Execution closes, Temporal schedules archival processing. Retrieve archived history You can retrieve archived Event Histories by copying the workflowId and runId of the completed Workflow from the log output and r...
8
794
2026-03-23T11:11:43.733197
?s=core
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=core
devops
python
edis”, which (as of v0.50.0) includes support for instrumenting redis v4. This module provides automatic instrumentation for the redis@^4.0.0 package. redis-4 instrumentation js Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-redis-4 0.49.0 Version JavaScript Langua...
297
800
2026-03-23T11:38:36.158375
?s=odd
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=odd
devops
python
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/otelarrowexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-co...
46
798
2026-03-23T11:10:25.101084
train
transformers
https://huggingface.co/datasets/princeton-nlp/SWE-bench/viewer/default/train
ai
python
: add_(Tensor other, Number alpha) /pytorch/torch/csrc/utils/python_arg_parser.cpp:739: UserWarning: This overload of add_ is deprecated: add_(Number alpha, Tensor other) Consider using one of the following signatures instead: add_(Tensor other, Number alpha) Epoch 1: 91%|███▌| 296/327 [01:13<00:21, 1.47it/s, loss=3.46...
1,000
744
2026-03-23T11:25:24.232154
pydantic_ai
pydantic_ai
https://ai.pydantic.dev/api/agent/
ai
python
( self , * , name : str | _utils . Unset = _utils . UNSET , deps : AgentDepsT | _utils . Unset = _utils . UNSET , model : models . Model | models . KnownModelName | str | _utils . Unset = _utils . UNSET , toolsets : Sequence [ AbstractToolset [ AgentDepsT ]] | _utils . Unset = _utils . UNSET , tools : Sequence [ Tool [...
53
799
2026-03-23T10:51:55.517208
django
django
https://docs.djangoproject.com/en/3.2/genindex/
framework
python
p) (QueryDict method) URLField (class in django.db.models) (class in django.forms) URLInput (class in django.forms) urlize template filter urlizetrunc template filter urls definitive urls.staticfiles_urlpatterns() (in module django.contrib.staticfiles) urlsafe_base64_decode() (in module django.utils.http) urlsafe_base6...
168
800
2026-03-23T11:17:18.574757
go
go
https://go.dev/dl/
language
go
30612ecb4e75fefab569d240ab8babf74b8d047fc9027d49ead7a go1.23.8.freebsd-arm.tar.gz Archive FreeBSD arm 68MB ff200a40b728a86e2ff7a24afc0c72d727e508822d072b5ca2e38f7d9aebd937 go1.23.8.freebsd-arm64.tar.gz Archive FreeBSD ARM64 67MB 6b61336c4e940fcfced270421c9addb11b6d988ed6d076f488050b5c8ed74d83 go1.23.8.freebsd-riscv64.t...
205
800
2026-03-23T11:25:37.381365
?s=http
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=http
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:26:49.080120
reduce
javascript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/reduce
language
javascript
elements in an array. Use flatMap() instead. js // Takes an array of numbers and splits perfect squares into its square roots const roots = array.reduce((acc, cur) => { if (cur < 0) return acc; const root = Math.sqrt(cur); if (Number.isInteger(root)) return [...acc, root, root]; return [...acc, cur]; }, []); js const r...
17
783
2026-03-23T11:03:14.511518
rxdb-collection
tanstack_start
https://tanstack.com/db/latest/docs/collections/rxdb-collection
framework
typescript
tions in all tabs Use one of RxDB's storage engines . Work with RxDB's replication features for offline-first and sync scenarios Leverage RxDB's replication plugins to sync with CouchDB, MongoDB, Supabase, REST APIs, GraphQL, WebRTC (P2P) and more. 1. Installation Install the RxDB collection packages along with your pr...
4
797
2026-03-23T11:25:20.387987
KeyValueDiffer
angular
https://angular.dev/api/core/KeyValueDiffer
framework
typescript
Effect AfterRenderOptions AfterRenderRef AfterViewChecked AfterViewInit ANIMATION_MODULE_TYPE AnimationCallbackEvent AnimationFunction APP_BOOTSTRAP_LISTENER APP_ID APP_INITIALIZER ApplicationConfig ApplicationInitStatus ApplicationModule ApplicationRef asNativeElements assertInInjectionContext assertNotInReactiveConte...
2
800
2026-03-23T11:11:54.686007
?s=web
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=web
devops
python
nt in KrakenD collects the activity generated for the enabled layers and pushes or exposes the data for pulling. go krakend api gateway Go Language Instrumentation Component Apache-2.0 License Website Documentation Repository Traces For Kubernetes System Components native graduated by Kubernetes Authors System componen...
9
800
2026-03-23T11:23:14.010749
?s=c
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=c
devops
python
stom collector you can add this processor to the manifest file like the following: processors : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/processor/logdedupprocessor v0.148.0 v0.148.0 Version Collector Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Lo...
85
800
2026-03-23T11:14:40.414566
?s=trusted-publishing
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=trusted-publishing
devops
python
currently supported in order to keep the package size as small as possible. Not all features of OpenTelemetry are supported, and this package should be considered experimental. swift instrumentation ios macOS tvOS watchOS Swift Language Instrumentation Component MIT License Repository flow - tracing flow metrics by MrA...
376
800
2026-03-23T11:23:36.389855
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run st...
4,790
800
2026-03-23T10:56:49.349140
capi3ref.html
sqlite
https://www.sqlite.org/capi3ref.html
database
sql
ed by the SQLITE_STMTJRNL_SPILL compile-time option. SQLITE_CONFIG_SORTERREF_SIZE The SQLITE_CONFIG_SORTERREF_SIZE option accepts a single parameter of type (int) - the new value of the sorter-reference size threshold. Usually, when SQLite uses an external sort to order records according to an ORDER BY clause, all fiel...
275
799
2026-03-23T11:15:05.573620
postgresql
postgresql
https://www.postgresql.org/docs/release/13.9/
database
sql
s within core PostgreSQL , but it did cause issues for some extensions. Fix bugs in logical decoding when replay starts from a point between the beginning of a transaction and the beginning of its subtransaction (Masahiko Sawada, Kuroda Hayato) § § These errors could lead to assertion failures in debug builds, and othe...
5
800
2026-03-23T11:23:24.821166
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
ay send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in th...
936
799
2026-03-23T10:56:49.342941
gitlab_ci
gitlab_ci
https://docs.gitlab.com/ci/variables/predefined_variables/
devops
yaml
A JSON array of runner tags. For example ["tag_1", "tag_2"] . CI_RUNNER_VERSION Job-only The version of the GitLab Runner running the job. CI_SERVER_FQDN Pre-pipeline The fully qualified domain name (FQDN) of the instance. For example gitlab.example.com:8080 . Introduced in GitLab 16.10. CI_SERVER_HOST Pre-pipeline The...
19
799
2026-03-23T10:51:26.712219
session
electron
https://www.electronjs.org/docs/latest/api/session
desktop
javascript
like a URL. Returns Promise<SharedDictionaryInfo[]> - an array of shared dictionary information entries in Chromium's networking service's storage. To get information about all present shared dictionaries, call getSharedDictionaryUsageInfo() . ses.clearSharedDictionaryCache() Returns Promise<void> - resolves when the d...
65
795
2026-03-23T10:51:13.231834
?s=dubbo
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dubbo
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:18.105055
docker
docker
https://docs.docker.com/dhi/core-concepts/cves/
devops
bash
Target │ Type │ Vulnerabilities │ Secrets │ ├──────────────────────────────────────────────────────────────────────────────┼────────────┼─────────────────┼─────────┤ │ dhi.io/<image>:<tag> (debian 12.11) │ debian │ 66 │ - │ ├──────────────────────────────────────────────────────────────────────────────┼────────────┼───...
6
639
2026-03-23T11:33:07.914599
eval
javascript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval
language
javascript
ser provided script. If possible, you should lock the allowed scripts to exactly the code that you trust to run. If that is not possible, you might allow or block the use of certain functions within the provided input. Examples Note that the first example shows how to use the method with trusted types. The other exampl...
21
800
2026-03-23T10:55:29.944206
rbu.html
sqlite
https://www.sqlite.org/rbu.html
database
sql
RBU database, an SQL view may be used in place of one of the data_% tables. For example, for the target database schema: CREATE TABLE ccc(addr, text); CREATE VIRTUAL TABLE ccc_fts USING fts4(addr, text, content=ccc); The following RBU database schema may be used: CREATE TABLE data_ccc(addr, text, rbu_rowid, rbu_control...
18
789
2026-03-23T10:58:02.993429
aws-lambda
neon
https://neon.tech/docs/guides/aws-lambda
database
sql
, which is set to the value of the rows variable. Add the DATABASE_URL environment variable and the function definition to the serverless.yml file, which is located in your aws-node-project directory. note Environment variables can also be added to a .env file and loaded automatically with the help of the dotenv packag...
8
800
2026-03-23T11:37:51.902507
pydantic_ai
pydantic_ai
https://ai.pydantic.dev/models/overview/
ai
python
s from typing import TypeVar from pydantic_ai import ModelAPIError T = TypeVar ( 'T' ) def handle_api_errors ( func : Callable [ ... , T ]) -> Callable [ ... , T ]: @wraps ( func ) def wrapper ( * args , ** kwargs ) -> T : try : return func ( * args , ** kwargs ) except * ModelAPIError as exc_group : for exc in exc_gro...
24
800
2026-03-23T10:50:24.747800
virtual-file-routes
tanstack_router
https://tanstack.com/router/latest/docs/routing/virtual-file-routes
framework
typescript
ick Start 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...
1
800
2026-03-23T10:57:41.867181
native-tabs
expo
https://docs.expo.dev/router/advanced/native-tabs
mobile
javascript
ondition, you can either remove the trigger or pass the hidden prop to the NativeTabs.Trigger component. src/app/_layout.tsx Copy import { NativeTabs } from 'expo-router/unstable-native-tabs' ; export default function TabLayout ( ) { const shouldHideMessagesTab = true ; // Replace with your condition return ( < NativeT...
18
800
2026-03-23T11:07:27.636881
Static_initialization_blocks
javascript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Static_initialization_blocks
language
javascript
nctions declared in the same scope (analogous to "friend" classes in C++). Try it class ClassWithStaticInitializationBlock { static staticProperty1 = "Property 1"; static staticProperty2; static { this.staticProperty2 = "Property 2"; } } console.log(ClassWithStaticInitializationBlock.staticProperty1); // Expected outpu...
1
772
2026-03-23T11:11:48.925228
redis
redis
https://redis.io/docs/latest/develop/data-types/timeseries/
database
bash
if err != nil { panic ( err ) } fmt . Println ( res47 ) // >>> OK res48 , err := rdb . TSInfo ( ctx , "hyg:1" ). Result () if err != nil { panic ( err ) } fmt . Println ( res48 [ "rules" ]) // >>> [[hyg:compacted 3 MIN 0]] res49 , err := rdb . TSInfo ( ctx , "hyg:compacted" ). Result () if err != nil { panic ( err ) } ...
691
800
2026-03-23T10:54:53.791019
broadcast
supabase
https://supabase.com/docs/guides/realtime/broadcast
database
typescript
2 ' {} ' ::jsonb, -- JSONB Payload 3 ' event ' , -- Event name 4 ' topic ' , -- Topic 5 FALSE -- Public / Private flag 6 ); Broadcast record changes # Setup realtime authorization # Realtime Authorization is required and enabled by default. To allow your users to listen to messages from topics, create an RLS policy: 1 ...
12
798
2026-03-23T10:58:57.769197
gitlab_ci
gitlab_ci
https://docs.gitlab.com/user/application_security/secret_detection/pipeline/
devops
yaml
eclipse/ , .vs/ (IDEs) Operating system files Files: .DS_Store , Thumbs.db Secret detection results Pipeline secret detection outputs the file gl-secret-detection-report.json as a job artifact. The file contains detected secrets. You can download the file for processing outside GitLab. For more information, see the rep...
17
799
2026-03-23T11:34:05.879936
tree-shaking
webpack
https://webpack.js.org/guides/tree-shaking
tooling
javascript
utton { background-color : #0078d7 ; color : white ; padding : 8px 16px ; border-radius : 4px ; border : none ; cursor : pointer ; } dist/components/Card/index.js and dist/components/Modal/index.js would have similar structure. dist/theme/index.js Copy import "./defaultTheme.css" ; // This has a side effect! export con...
14
800
2026-03-23T10:52:36.400789
go1.18
go
https://go.dev/doc/go1.18
language
go
printf , sortslice , testinggoroutine , and tests have all had moderate precision improvements to handle additional code patterns. This may lead to newly reported errors in existing packages. For example, the printf checker now tracks formatting strings created by concatenating string constants. So vet will report an e...
18
798
2026-03-23T11:31:34.873422
?s=logr
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=logr
devops
python
n Component BSD-2-Clause License Repository Akka Actor Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Akka Actor instrumentation to track requests through OpenTelemetry. java instrumentation akka Java Language Instrumentation Component Apache 2.0 License Repository Akka Actor Fork Join Instrumen...
237
800
2026-03-23T11:29:13.237712
?s=odddotnet
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=odddotnet
devops
python
Kubernetes Operator by 🔭 OpenTelemetry Authors 🔭 A Kubernetes Operator for the OpenTelemetry Collector. kubernetes Collector Language Core Component Apache 2.0 License Repository opentelemetry-lua by yangxikun An unofficial implementation of OpenTelemetry in lua. lua instrumentation Lua Language Instrumentation Compo...
365
799
2026-03-23T11:15:01.957904
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
g continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to...
1,850
799
2026-03-23T10:56:49.344216
llms-components.txt
chakra_ui
https://chakra-ui.com/llms-components.txt
library
javascript
pink'` | The color palette of the component | | size | md | `'sm' \| 'md' \| 'lg'` | The size of the component | | variant | outline | `'surface' \| 'subtle' \| 'outline' \| 'solid'` | The variant of the component | | align | start | `'start' \| 'end' \| 'center'` | The align of the component | | orientation | horizont...
111
800
2026-03-23T10:52:18.208491
mask-image
tailwind
https://tailwindcss.com/docs/mask-image
library
javascript
linear-gradient(var(--tw-mask-linear-position), black var(--tw-mask-linear-from), transparent <percentage> ); mask-linear-to- <color> mask-image: linear-gradient(var(--tw-mask-linear-position), black var(--tw-mask-linear-from), <color> var(--tw-mask-linear-to)); mask-linear-to-( <custom-property> ) mask-image: linear-g...
2
799
2026-03-23T11:03:41.497969
ssl.html
python
https://docs.python.org/3/library/ssl.html
language
python
rify_client_post_handshake ( ) ¶ Requests post-handshake authentication (PHA) from a TLS 1.3 client. PHA can only be initiated for a TLS 1.3 connection from a server-side socket, after the initial TLS handshake and with PHA enabled on both sides, see SSLContext.post_handshake_auth . The method does not perform a cert e...
50
800
2026-03-23T11:25:55.103950
embedded-postgres
neon
https://neon.tech/docs/guides/embedded-postgres
database
sql
e how Koyeb defines their database instance types and pricing . Monitor usage Query consumption metrics to track usage across your projects and implement billing: curl --request GET \ --url 'https://console.neon.tech/api/v2/consumption_history/projects?limit=100&from=2024-11-01T00:00:00Z&to=2024-11-30T23:59:59Z&granula...
8
799
2026-03-23T11:29:37.658802
code-signing
electron
https://www.electronjs.org/docs/latest/tutorial/code-signing
desktop
javascript
ross Electron Forge, @electron/packager , electron-winstaller , and electron-wix-msi . Using Electron Forge Electron Forge is the recommended way to sign your app as well as your Squirrel.Windows and WiX MSI installers. Detailed instructions on how to configure your application can be found in the Electron Forge Code S...
6
796
2026-03-23T11:00:45.437943
?s=log-bridge
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=log-bridge
devops
python
eceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Windows Performance Counters Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The Windows Performance Counters Receiver for the OpenTelemetry Collector captures the configured system, ap...
164
800
2026-03-23T11:19:17.830432
?s=guzzle
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=guzzle
devops
python
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/otelarrowexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-co...
46
798
2026-03-23T11:13:19.229270
gitlab_ci
gitlab_ci
https://docs.gitlab.com/user/project/repository/monorepos/
devops
yaml
g : [ # ... { key : "transfer.hideRefs" , value : "refs/namespace_to_hide" }, ] , }, } In Git 2.42.0 and later, different Git operations can skip over hidden references when doing an object graph walk. Schedule repository optimization tasks The way data is stored in the object database of a Git repository can become in...
7
800
2026-03-23T11:11:28.149174
branching-neon-cli
neon
https://neon.tech/docs/guides/branching-neon-cli
database
sql
r this command, refer to the Neon CLI reference . You can delete a branch by its ID or name. neon branches delete br-rough-sky-158193 --project-id crimson-voice-12345678 ┌───────────────────────┬───────────────────────┬─────────┬──────────────────────┬──────────────────────┐ │ Id │ Name │ Default │ Created At │ Updated...
9
800
2026-03-23T11:05:58.198906
Collection
tanstack_router
https://tanstack.com/db/latest/docs/reference/interfaces/Collection
framework
typescript
ts // Update with metadata const tx = collection.update("todo-1", { metadata: { reason: "user update" } }, (draft) => { draft.text = "Updated text" } ) await tx.isPersisted.promise ts // Handle errors try { const tx = collection.update("item-1", draft => { draft.value = "new" }) await tx.isPersisted.promise console.log...
28
776
2026-03-23T11:27:50.476955
redis
redis
https://redis.io/docs/latest/integrate/redisvl/
database
bash
pplications with Redis as a vector database. It provides high-level abstractions for vector search, semantic caching, and AI-powered applications while leveraging Redis's performance and reliability. Key Features Vector Search : High-performance similarity search with multiple distance metrics Semantic Caching : Intell...
1
799
2026-03-23T10:55:46.104394
alert
shadcn_ui
https://ui.shadcn.com/docs/components/base/alert
library
typescript
Accordion Alert Dialog On This Page Installation Usage Examples Basic Destructive Action Custom Colors RTL API Reference Alert AlertTitle AlertDescription AlertAction Deploy your shadcn/ui app on Vercel Trusted by OpenAI, Sonos, Adobe, and more. Vercel provides tools and infrastructure to deploy apps and features at sc...
5
352
2026-03-23T11:02:09.541579
llms-medium.txt
svelte
https://svelte.dev/llms-medium.txt
framework
javascript
cies change, but you can temporarily override their values by reassigning them (unless they are declared with `const`). This can be useful for things like _optimistic UI_, where a value is derived from the 'source of truth' (such as data from your server) but you'd like to show immediate feedback to the user: ```svelte...
16
800
2026-03-23T11:13:00.455958
gitlab_ci
gitlab_ci
https://docs.gitlab.com/user/project/deploy_keys/
devops
yaml
pository. In the top bar, select Search or go to and find your project. Select Settings > Repository . Expand Deploy keys . Select Add new key . Complete the fields. Optional. To grant read-write permission, select the Grant write permissions to this key checkbox. Optional. Update the Expiration date . A project deploy...
5
800
2026-03-23T11:01:16.748843
llms-full.txt
chakra_ui
https://chakra-ui.com/llms-full.txt
library
javascript
import { TreeView, createTreeCollection } from "@chakra-ui/react" import { LuFile, LuFolder } from "react-icons/lu" export const TreeViewRemoveIndentation = () => { return ( Tree nodeState.isBranch ? ( {node.name} ) : ( {node.name} ) } /> ) } interface Node { id: string name: string children?: Node[] } const collection...
1,146
659
2026-03-23T10:52:11.339720
gitlab_ci
gitlab_ci
https://docs.gitlab.com/ci/yaml/signing_examples/
devops
yaml
t. For more information on how to publish npm packages, see GitLab npm package registry . Sigstore Sigstore is a set of tools that package managers and security experts can use to secure their software supply chains against attacks. Bringing together free-to-use open source technologies like Fulcio, Cosign, and Rekor, ...
8
800
2026-03-23T11:04:41.315743
?s=webhookevent
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=webhookevent
devops
python
ollector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/purefbreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository RabbitMQ Receiv...
146
800
2026-03-23T11:11:24.950155
?s=instrumentation
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=instrumentation
devops
python
umentation Component Apache 2.0 License Package Details (gems) Repository OpenTelemetry gruf Instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation for gruf (gRPC Ruby Framework). gruf grpc instrumentation ruby Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-...
347
799
2026-03-23T11:37:46.245485
?s=emissary
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=emissary
devops
python
metry SDK, reporting data to an OpenTelemetry Collector. sandbox rust kubewarden Rust Language Application integration Component Apache-2.0 License Website Documentation rustup native by The Rust Project Developers The feature otel can be used when building rustup to turn on OpenTelemetry tracing with an OTLP gRPC expo...
18
800
2026-03-23T11:31:06.709325
glob
bun
https://bun.sh/docs/runtime/glob
runtime
javascript
.ts " ); glob. match ( " !index.ts " ); // => true glob. match ( " index.ts " ); // => false Node.js fs.glob() compatibility Bun also implements Node.js’s fs.glob() functions with additional features: Copy import { glob, globSync, promises } from " node:fs " ; // Array of patterns const files = await promises. glob ([ ...
6
718
2026-03-23T10:55:17.166903
changelog.html
python
https://docs.python.org/3/whatsnew/changelog.html
language
python
so that only processes with the authentication key generated by the process that spawned the forkserver can control it. This is an enhancement over the other gh-97514 fixes so that access is no longer limited only by filesystem permissions. The file descriptor exchange of control pipes with the forked worker process no...
249
798
2026-03-23T10:57:25.352945
initializer_for_static_field
dart
https://dart.dev/tools/diagnostics/initializer_for_static_field
language
dart
initializer_for_static_field Skip to main content dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more OK, got it asterisk Overview docs Docs newsmode Blog public Community play_lesson Learn Dart download Get Dart Language expand_more Introduction Varia...
0
799
2026-03-23T11:19:07.478204
windows.html
python
https://docs.python.org/3/using/windows.html
language
python
s %ProgramFiles%\Python X.Y or %ProgramFiles(x86)%\Python X.Y DefaultJustForMeTargetDir The default install directory for just-for-me installs %LocalAppData%\Programs\Python\PythonXY or %LocalAppData%\Programs\Python\PythonXY-32 or %LocalAppData%\Programs\Python\PythonXY-64 DefaultCustomTargetDir The default custom ins...
69
797
2026-03-23T11:10:50.365469
typescript
typescript
https://www.typescriptlang.org/tsconfig/
language
javascript
tem: ts class Album { download () { // Default behavior } } class SharedAlbum extends Album { download () { // Override to get info from many sources } } Try Then when you add support for machine-learning generated playlists, you refactor the Album class to have a ‘setup’ function instead: ts class Album { setup () { /...
15
800
2026-03-23T10:56:11.751971
multi-tenant-rag
neon
https://neon.tech/blog/multi-tenant-rag
database
sql
// we get the vector store dedicated to the workspace const vectorStore = await loadVectorStore (events[ 0 ]. data .workspaceId); await step .run ( "embed-contacts" , async () => { await vectorStore .addDocuments ( events .map ((e) => e . data .document)); }); } ); We finally see our loadVectorStore(workspaceId) in act...
11
799
2026-03-23T11:29:11.592365
kubernetes
kubernetes
https://kubernetes.io/docs/contribute/new-content/open-a-pr/
devops
yaml
-> 4["Preview your changes locally using Hugo (localhost:1313) or build container image"] end subgraph changes2[Commit / Push] direction TB T[ ] -.- 5[Commit your changes] --> 6[Push commit to origin/my_new_branch] end 2 --> changes --> changes2 classDef grey fill:#dddddd,stroke:#ffffff,stroke-width:px,color:#000000, f...
5
800
2026-03-23T10:50:44.670912
release-notes-2.5.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.5.0
mobile
dart
ion case and enable test (platform-android, cla: yes, waiting for tree to go green) 26331 android platform channels: moved to direct buffers for c <-> java interop (platform-android, cla: yes, waiting for tree to go green) 26333 Handle only asset-only components case (platform-android, cla: yes) 26335 Sets a11y travers...
816
800
2026-03-23T11:13:43.941073
qdrant
qdrant
https://qdrant.tech/articles/distance-based-exploration/
database
python
aining step before the results can be visualized. This also implies that introducing new data points necessitates re-running the training step, which may be computationally expensive. Graphs offer an alternative approach to data exploration, enabling direct, interactive visualization of relationships between data point...
8
800
2026-03-23T10:53:52.528008
handling-failures
inngest
https://www.inngest.com/docs/reference/typescript/v4/functions/handling-failures
devops
typescript
ject. This object is similar to any event payload, but it contains data specific to the failed function's final retry attempt. See the complete reference for this event payload here . step See the step reference in the create function documentation . runId This will be the function run ID for the error handling functio...
3
800
2026-03-23T11:11:50.084621
select
drizzle_orm
https://orm.drizzle.team/docs/select
database
typescript
mn or table names when writing raw SQL. Combining filters You can logically combine filter operators with and() and or() operators: import { eq , and , sql } from 'drizzle-orm' ; await db .select () .from (users) .where ( and ( eq ( users .id , 42 ) , eq ( users .name , 'Dan' ) ) ); await db .select () .from (users) .w...
13
800
2026-03-23T10:54:15.870000
string.html
python
https://docs.python.org/3/library/string.html
language
python
by a percent sign. None For float this is like the 'g' type, except that when fixed-point notation is used to format the result, it always includes at least one digit past the decimal point, and switches to the scientific notation when exp >= p - 1 . When the precision is not specified, the latter will be as large as n...
26
796
2026-03-23T11:25:25.560522
example_data_migration
langfuse
https://langfuse.com/guides/cookbook/example_data_migration
ai
python
Migrating Data from One Langfuse Project to Another - Langfuse Langfuse just got faster → Langfuse just got faster – read about Fast Preview (v4) → Guides Cookbook Migrating Data from One Langfuse Project to Another Copy page This is a Jupyter notebook Open on GitHub Run on Google Colab Migrating Data from One Langfuse...
0
799
2026-03-23T11:28:39.452742
postgresql
postgresql
https://www.postgresql.org/docs/release/6.5.0/
database
sql
() and varchar() fields(Massimo) Overhaul of hash code to increase reliability and performance(Tom) Update to PyGreSQL 2.4(D'Arcy) Changed debug options so -d4 and -d5 produce different node displays(Jan) New pg_options: pretty_plan, pretty_parse, pretty_rewritten(Jan) Better optimization statistics for system table ac...
14
800
2026-03-23T11:14:35.451642
supabase-secrets-list
supabase
https://supabase.com/docs/reference/cli/supabase-secrets-list
database
typescript
mains from the identity provider. --skip-url-validation Optional Whether local validation of the SAML 2.0 Metadata URL should not be performed. --project-ref <string> Optional Project ref of the Supabase project. Replace domains Add an additional domain Remove a domain 1 supabase sso update 6df4d73f-bf21-405f-a084-b11a...
74
800
2026-03-23T11:28:43.878743
?s=local
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=local
devops
python
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/otelarrowexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-co...
46
798
2026-03-23T11:13:53.860154
supabase-vanity-subdomains-delete
supabase
https://supabase.com/docs/reference/cli/supabase-vanity-subdomains-delete
database
typescript
QUERY │ AGE ─────────┼─────────┼────────────────┼─────────┼─────────────────────────────────────────┼─────────── 328112 │ null │ 0 │ t │ SELECT * FROM logs; │ 00:04:20 Usage 1 supabase inspect db locks Flags --db-url <string> Optional Inspect the database specified by the connection string (must be percent-encoded). --...
43
721
2026-03-23T11:33:30.542929
?s=hikaricp
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=hikaricp
devops
python
ta, and send them to the next consumer at a configurable interval. 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/redisreceiver v0.148.0 v0.14...
148
800
2026-03-23T11:28:20.522805
release-notes-3.29.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-3.29.0
mobile
dart
ion and localPosition for TapDragEndDetails by @AlexV525 in 159962 Adjust the drawing position of OutlineInputBorder by @hgraceb in 159943 Add mouseCursor to Tooltip by @ValentinVignal in 159922 [Web] Allow specifying the strategy on when to use element to display images by @dkwingsmt in 159917 Revert: Fix DropdownMenu...
28
799
2026-03-23T11:12:51.858029
?s=protobuf
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=protobuf
devops
python
elemetry-collector-contrib/receiver/pprofreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Prometheus Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The Prometheus Receiver for the OpenTelemetry Collector. go receiver collector Quick...
143
799
2026-03-23T11:36:35.075456
redis
redis
https://redis.io/docs/latest/commands/del/
database
bash
edis-cli_cmds_generic-stepdel"},{"clientId":"redis-py","clientName":"redis-py","id":"Python","langId":"python","panelId":"panel_Python_cmds_generic-stepdel"},{"id":"Node-js","panelId":"panel_Nodejs_cmds_generic-stepdel"},{"clientId":"jedis","clientName":"Jedis","id":"Java-Sync","langId":"java","panelId":"panel_Java-Syn...
2
800
2026-03-23T11:29:28.849599
?s=systemd
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=systemd
devops
python
.0 License Repository OpenAI Instrumentation by Traceloop Instrumentation for OpenAI LLMs (prompts logging, tokens, etc.) python instrumentation openai Python Language Instrumentation Component Apache 2.0 License Repository Open AI Python Instrumentation by Arize AI Instrumentation for tracing the OpenAI Python SDK pyt...
329
800
2026-03-23T11:25:52.880083
?s=extrdkafka
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=extrdkafka
devops
python
umentation Repository Jedis Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Jedis instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Jenkins Plugin for OpenTelemetry first party integration by Jenkins...
253
800
2026-03-23T11:10:05.128599
classes.html
typescript
https://www.typescriptlang.org/docs/handbook/2/classes.html
language
javascript
. This means that we can write initialization code with all the capabilities of writing statements, no leakage of variables, and full access to our class’s internals. ts class Foo { static #count = 0 ; get count () { return Foo . #count ; } static { try { const lastInstances = loadLastInstances (); Foo . #count += last...
29
800
2026-03-23T10:56:06.551579
live-queries
tanstack_start
https://tanstack.com/db/latest/docs/guides/live-queries
framework
typescript
dUserIds)) ) // Complex transformation concat( upper(user.firstName), ' ', upper(user.lastName), ' (', user.id, ')' ) // Complex aggregation avg(add(user.salary, coalesce(user.bonus, 0))) Functional Variants The functional variant API provides an alternative to the standard API, offering more flexibility for complex tr...
78
787
2026-03-23T11:24:09.359516
custom-decorators
nestjs
https://docs.nestjs.com/custom-decorators
framework
typescript
roperties to the request object. Then you manually extract them in each route handler, using code like the following: content_copy const user = req . user ; In order to make your code more readable and transparent, you can create a @User() decorator and reuse it across all of your controllers. content_copy user.decorat...
2
800
2026-03-23T10:51:57.377520
supabase-functions-delete
supabase
https://supabase.com/docs/reference/cli/supabase-functions-delete
database
typescript
83. policy A value that indicates how the edge-runtime should forward incoming HTTP requests to the worker. per_worker allows multiple HTTP requests to be forwarded to a worker that has already been created. oneshot will force the worker to process a single HTTP request and then exit. (Debugging purpose, This is especi...
64
799
2026-03-23T11:30:27.841047
?s=emissary
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=emissary
devops
python
cally discovers K8s resources (pods), extracts metadata from them and adds the extracted metadata to the relevant spans, metrics and logs. go processor collector Quick Install When building a custom collector you can add this processor to the manifest file like the following: processors : - gomod : github.com/open-tele...
84
800
2026-03-23T11:31:06.709379
stringprep.html
python
https://docs.python.org/3/library/stringprep.html
language
python
gs in internet protocols. Before passing strings onto the wire, they are processed with the preparation procedure, after which they have a certain normalized form. The RFC defines a set of tables, which can be combined into profiles. Each profile must define which tables it uses, and what other optional parts of the st...
1
800
2026-03-23T10:56:17.195083
doc_import_cannot_have_configurations
dart
https://dart.dev/tools/diagnostics/doc_import_cannot_have_configurations
language
dart
ed otherwise, the documentation on this site reflects Dart 3.11.0. Report an issue .
5
84
2026-03-23T11:15:57.361750