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
navigation
tanstack_start
https://tanstack.com/router/latest/docs/guide/navigation
framework
typescript
ach, the hash fragment will not be available on the server-side, and hydration mismatches can occur when using the hash for rendering markup. Examples of this would be: returning the hash value in the markup, conditional rendering based on the hash value, or setting the Link as active based on the hash value. Navigatin...
23
800
2026-03-23T11:31:40.666764
gitlab_ci
gitlab_ci
https://docs.gitlab.com/user/application_security/sast/
devops
yaml
r GitLab license tier. The UI configuration method works best with minimal or no existing .gitlab-ci.yml file. If you have a complex configuration, the tool might fail to parse it. In that case, edit the CI/CD file instead. Enable SAST with customizations Prerequisites: The Maintainer or Owner role for the project. Lin...
4
800
2026-03-23T11:26:20.102361
dynamic-configuration
temporal
https://docs.temporal.io/references/dynamic-configuration
devops
go
f you choose to update these values for your Temporal Cluster, ensure that you are provisioning enough resources to handle the load. All values listed here are for Temporal server v1.21. Check server release notes to verify any potential breaking changes when upgrading your versions. Service-level RPS limits The Reques...
7
798
2026-03-23T11:17:26.933583
?s=nestjs
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=nestjs
devops
python
che 2.0 License Repository OTLP Exporter by 🔭 OpenTelemetry Authors 🔭 This library allows to export data to the OpenTelemetry Collector using the OpenTelemetry Protocol. c++ exporter C++ Language Exporter Component Apache 2.0 License Documentation Repository Prometheus Exporter by 🔭 OpenTelemetry Authors 🔭 The Open...
168
799
2026-03-23T11:22:46.019045
api-keys
firebase
https://firebase.google.com/docs/projects/api-keys
database
javascript
apply appropriate restrictions to API keys (recommended) Although it's not necessary to treat an API key for Firebase services as a secret, you should review and apply restrictions and limits as described in this section. Review the APIs automatically added to the allowlist for your Firebase API keys When Firebase crea...
5
799
2026-03-23T11:10:10.127672
json
turso
https://docs.turso.tech/sql-reference/functions/json
database
sql
_patch(json_text, patch) Parameter Type Description json_text TEXT or BLOB The target JSON document patch TEXT or BLOB The merge patch to apply Returns: TEXT (json_patch) or BLOB (jsonb_patch) — the patched JSON. Copy SELECT json_patch( '{"a":1,"b":2}' , '{"b":3,"c":4}' ); -- {"a":1,"b":3,"c":4} -- null in the patch re...
13
794
2026-03-23T10:59:27.532957
updating-arrays-in-state
react
https://react.dev/learn/updating-arrays-in-state
framework
javascript
} > Reverse </ button > < ul > { list . map ( artwork => ( < li key = { artwork . id } > { artwork . title } </ li > ) ) } </ ul > </ > ) ; } Show more Here, you use the [...list] spread syntax to create a copy of the original array first. Now that you have a copy, you can use mutating methods like nextList.reverse() o...
13
799
2026-03-23T10:58:41.520477
unsafe-code
csharp
https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/unsafe-code
language
csharp
wing example uses the unsafe keyword and the fixed statement, and shows how to increment an interior pointer. You can paste this code into the Main function of a console application to run it. These examples must be compiled with the AllowUnsafeBlocks compiler option set. // Normal pointer to an object. int[] a = [10, ...
5
732
2026-03-23T10:56:29.020450
?s=webpack
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=webpack
devops
python
ry Azure Monitor Exporter by Microsoft Authors The OpenTelemetry Azure Monitor Exporter for JavaScript (Node.js) Node.js exporter Azure Monitor Application Insights Quick Install To install this exporter run: npm install @azure/monitor-opentelemetry-exporter 1.0.0-beta.32 Version JavaScript Language Exporter Component ...
179
800
2026-03-23T11:12:29.218717
redis
redis
https://redis.io/docs/latest/develop/data-types/lists/
database
bash
ike, bike:1, bike:2" db . KeyDelete ( "bikes:repairs" ); long res19 = db . ListRightPush ( "bikes:repairs" , [ "bike:1" , "bike:2" , "bike:3" ]); Console . WriteLine ( res19 ); // >>> 3 long res20 = db . ListLeftPush ( "bikes:repairs" , [ "bike:important_bike" , "bike:very_important_bike" ]); Console . WriteLine ( res2...
453
800
2026-03-23T11:05:26.645575
mocks
bun
https://bun.sh/docs/test/mocks
runtime
javascript
" , () => { const val = random (); expect (val). toBeGreaterThan ( 0 ); expect (random). toHaveBeenCalled (); expect (random). toHaveBeenCalledTimes ( 1 ); }); Jest Compatibility Alternatively, you can use the jest.fn() function, as in Jest. It behaves identically. test.ts Copy import { test, expect, jest } from " bun:...
2
795
2026-03-23T11:23:00.891617
state-a-components-memory
react
https://react.dev/learn/state-a-components-memory
framework
javascript
catches most mistakes. Internally, React holds an array of state pairs for every component. It also maintains the current pair index, which is set to 0 before rendering. Each time you call useState , React gives you the next state pair and increments the index. You can read more about this mechanism in React Hooks: Not...
10
800
2026-03-23T10:59:31.405698
?s=filestats
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=filestats
devops
python
0 License Package Details (go-collector) Repository ClickHouse Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter supports sending OpenTelemetry logs and spans to ClickHouse go exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporte...
31
800
2026-03-23T11:38:11.462691
?s=shenyu
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=shenyu
devops
python
erability to tracing. rust instrumentation Quick Install To install this instrumentation library run: cargo add tracing-opentelemetry 0.22.0 Version Rust Language Instrumentation Component MIT License Package Details (crates) Repository Trillium Instrumentation first party integration by Jacob Rothstein OpenTelemetry i...
359
799
2026-03-23T11:10:16.618087
deploying
nextjs
https://nextjs.org/docs/pages/getting-started/deploying
framework
javascript
eployment Adapters API for all platforms to adopt. After completion, we will add documentation on how to write your own adapters. Was this helpful?
4
147
2026-03-23T11:16:44.739264
overview
tanstack_start
https://tanstack.com/db/latest/docs/framework/solid/overview
framework
typescript
nals inside the query function: tsx import { createSignal } from 'solid-js' import { useLiveQuery } from '@tanstack/solid-db' import { gt } from '@tanstack/db' function TodoList() { const [minPriority, setMinPriority] = createSignal(5) // Good - signal accessed inside query function const query = useLiveQuery((q) => q....
7
777
2026-03-23T11:23:59.361598
biome
biome
https://biomejs.dev/linter/rules/use-media-caption/
tooling
javascript
useMediaCaption | Biome Skip to content useMediaCaption JSX and TSX HTML Summary Section titled “Summary” Rule available since: v1.0.0 Diagnostic Category: lint/a11y/useMediaCaption This rule is recommended , meaning it is enabled by default. This rule doesn’t have a fix. The default severity of this rule is error . So...
0
800
2026-03-23T11:37:39.517879
qdrant
qdrant
https://qdrant.tech/articles/what-is-a-vector-database/
database
python
ncepts here useful. If you have any questions feel free to send them in our Discord Community where our team will be more than happy to help you out! Remember, don’t get lost in vector space! 🚀 Was this page useful? Yes No Thank you for your feedback! 🙏 We are sorry to hear that. 😔 You can edit this page on GitHub, ...
35
387
2026-03-23T10:56:35.025156
python
python
https://docs.python.org/2.6/
language
python
Overview — Python v2.6.9 documentation Navigation index modules | Python » Python v2.6.9 documentation » Python v2.6.9 documentation Welcome! This is the documentation for Python 2.6.9, last updated Oct 29, 2013. Parts of the documentation: What's new in Python 2.6? or all "What's new" documents since 2.0 Tutorial star...
0
792
2026-03-23T10:53:04.467655
maintenance-updates-overview
neon
https://neon.tech/docs/manage/maintenance-updates-overview
database
sql
hes, and new Neon features. These updates keep your Neon compute environment and Postgres instances current and optimized. To learn more, see Updates . For both types of updates, we strive to minimize disruption to database operations and provide advanced notification. The table below outlines where you can check for u...
1
800
2026-03-23T11:33:10.292338
?s=traefik
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=traefik
devops
python
ers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/coralogixexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository Datadog Collector Exporter by 🔭 OpenTelemetry Authors 🔭 The Datadog Exporter for the OpenTel...
32
800
2026-03-23T11:14:33.051251
pyexpat.html
python
https://docs.python.org/3/library/pyexpat.html
language
python
¶ The document encoding is not supported by Expat. xml.parsers.expat.errors. XML_ERROR_UNCLOSED_CDATA_SECTION ¶ A CDATA marked section was not closed. xml.parsers.expat.errors. XML_ERROR_EXTERNAL_ENTITY_HANDLING ¶ xml.parsers.expat.errors. XML_ERROR_NOT_STANDALONE ¶ The parser determined that the document was not “stan...
34
798
2026-03-23T11:32:41.645525
namespace
temporal
https://docs.temporal.io/cloud/tcld/namespace
devops
go
a request identifier to use for the asynchronous operation. If not specified, the server assigns a request identifier. Alias: -r --kms-arn Provide the ARN of the KMS key to use for encryption. Note: If the KMS ARN needs to be added or updated, users should create the IAM Role with KMS or modify the created IAM Role acc...
14
793
2026-03-23T11:23:06.112266
docker
docker
https://docs.docker.com/ai/sandboxes/agents/kiro/
devops
bash
Kiro sandbox | Docker Docs Answers are generated based on the documentation. Back Manuals Get started Guides Reference Kiro sandbox Copy as Markdown Open Markdown Ask Docs AI Claude Open in Claude Table of contents Availability: Experimental Requires: Docker Desktop 4.58 or later This guide covers authentication, confi...
0
799
2026-03-23T11:30:01.941995
?s=pg
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=pg
devops
python
ent Collector (HEC) Exporter by 🔭 OpenTelemetry Authors 🔭 The Splunk HTTP Event Collector (HEC) 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-teleme...
52
800
2026-03-23T11:24:59.216117
release-notes-1.17.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-1.17.0
mobile
dart
waiting for tree to go green) 16804 Roll src/third_party/skia adc9bbb2aaca..7b96793ccc5b (3 commits) (cla: yes, waiting for tree to go green) 16805 Roll src/third_party/skia 7b96793ccc5b..f0a13d04c233 (1 commits) (cla: yes, waiting for tree to go green) 16810 Roll src/third_party/skia f0a13d04c233..7f5e3c7e43c7 (6 comm...
597
800
2026-03-23T11:13:57.629549
changelog.html
python
https://docs.python.org/3/whatsnew/changelog.html
language
python
-25717 : Restore the previous behaviour of tolerating most fstat() errors when opening files. This was a regression in 3.5a1, and stopped anonymous temporary files from working in special cases. bpo-24903 : Fix regression in number of arguments compileall accepts when ‘-d’ is specified. The check on the number of argum...
2,316
797
2026-03-23T10:57:25.355853
kubernetes
kubernetes
https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/
devops
yaml
Workload Resources | Kubernetes Workload Resources Pod Pod is a collection of containers that can run on a host. Binding Binding ties one object to another; for example, a pod is bound to a node by a scheduler. PodTemplate PodTemplate describes a template for creating copies of a predefined pod. ReplicationController R...
0
799
2026-03-23T11:02:56.135954
?s=source-generator
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=source-generator
devops
python
sends it down the metric pipeline for further processing. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kubeletstatsreceiver v0.148.0 v0.148....
129
799
2026-03-23T11:33:15.587074
kubernetes
kubernetes
https://kubernetes.io/docs/concepts/workloads/controllers/deployment/
devops
yaml
ailed deployment All actions that apply to a complete Deployment also apply to a failed Deployment. You can scale it up/down, roll back to a previous revision, or even pause it if you need to apply multiple tweaks in the Deployment Pod template. Clean up Policy You can set .spec.revisionHistoryLimit field in a Deployme...
52
800
2026-03-23T10:53:47.765939
deno
deno
https://docs.deno.com/runtime/fundamentals/testing/
runtime
javascript
Order Jump to heading # beforeAll/beforeEach : Execute in FIFO (first in, first out) order afterEach/afterAll : Execute in LIFO (last in, first out) order If an exception is raised in any hook, remaining hooks of the same type will not run, and the current test will be marked as failed. Examples Jump to heading # impor...
5
778
2026-03-23T10:50:08.348676
gitlab_ci
gitlab_ci
https://docs.gitlab.com/api/merge_request_approvals/
devops
yaml
approve their own merge requests. merge_requests_disable_committers_approval boolean No If true , users who commit on a merge request cannot approve it. require_password_to_approve (deprecated) boolean No If true , require approvers to authenticate with a password before adding the approval. Deprecated in GitLab 16.9. ...
7
800
2026-03-23T11:14:02.698357
kubernetes
kubernetes
https://kubernetes.io/docs/tasks/configure-pod-container/resize-pod-resources/
devops
yaml
resources.requests and spec.resources.limits now show cpu: 300m . status.containerStatuses[0].restartCount remains 0 , because the CPU resizePolicy was NotRequired . status.containerStatuses[1].restartCount increased to 1 indicating the container was restarted to apply the CPU change. The restart occurred in Container ...
8
799
2026-03-23T11:12:43.559667
qdrant.tech
qdrant
http://qdrant.tech
database
python
adata filters, and fresh updates. Learn More AI Agents Build intelligent agents with persistent memory and fast similarity search for context-aware interactions. Learn More Semantic Search Go beyond keywords with neural search that understands intent and delivers relevant results. Learn More Recommendation Systems Powe...
7
679
2026-03-23T11:18:16.778873
annotate_overrides
dart
https://dart.dev/tools/diagnostics/annotate_overrides
language
dart
publishers Security advisories Versioning Custom package repositories What not to commit Development expand_more JSON serialization Number representation Google APIs Multi-platform apps Command-line & server apps expand_more Overview Fetch data from the internet Libraries & packages Google Cloud Web apps expand_more Ov...
2
799
2026-03-23T11:27:35.960693
middleware
nextjs
https://nextjs.org/docs/pages/building-your-application/routing/middleware
framework
javascript
ers from next.config.js redirects from next.config.js Proxy ( rewrites , redirects , etc.) beforeFiles ( rewrites ) from next.config.js Filesystem routes ( public/ , _next/static/ , pages/ , app/ , etc.) afterFiles ( rewrites ) from next.config.js Dynamic Routes ( /blog/[slug] ) fallback ( rewrites ) from next.config.j...
8
800
2026-03-23T11:33:10.345863
llms-full.txt
angular
https://angular.dev/assets/context/llms-full.txt
framework
typescript
tent**. This is distinct from the component's **view**, which refers to the elements defined in the component's template. **The `<ng-content>` element is neither a component nor DOM element**. Instead, it is a special placeholder that tells Angular where to render content. Angular's compiler processes all `<ng-content>...
66
800
2026-03-23T10:56:08.577733
?s=webpack
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=webpack
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:12:29.218592
spec-draft
dart
https://dart.dev/to/spec-draft
language
dart
P;���l�����,�s���P���~&� ��eqТ6����� lx`�u�n��L ��F8�:��ޑ�Rx2a�����Mk� |Ωip� ���n$���� ��Ì딥�B �M�Q��� �o�;]3n)����Y��I'l �m��@� u\e��0Z����w��Dv�M&�#;ݑb�u��3 K�����f]=�>�=������j[���_�o���G;ܝJ��P��>�� q�A��Kb��ҡ�Pi����>�|�](&T ��QG :aJ��v�T]Fp����}`��c�Wv��0*dw:�`�k$���v5:�em�wڇ�pA=k��S�;�$�{ ̭Ӿ�r(f�� �_B�h1� Y�a ��I?�...
528
800
2026-03-23T11:06:06.480487
index.html
java
http://docs.oracle.com/cd/E71457_01/index.html
language
java
e Big Data Discovery�s Transform API. Download As... Custom Visualization Component JavaScript API Reference Provides reference documentation for Oracle Big Data Discovery�s Custom Vizualization Component JavaScript API. Download As... Query Language (EQL) Reference Describes how to write queries using the EQL query la...
3
633
2026-03-23T11:28:04.857549
gcp-cloudsql-migration-guide
planetscale
https://planetscale.com/docs/vitess/imports/gcp-cloudsql-migration-guide
database
sql
ncorrect code Copy Ask AI CREATE USER ' migration_user '@ '%' IDENTIFIED BY '<SUPER_STRONG_PASSWORD>' ; GRANT PROCESS, REPLICATION SLAVE, REPLICATION CLIENT, RELOAD ON * . * TO 'migration_user' @ '%' ; GRANT SELECT , INSERT , UPDATE , DELETE , SHOW VIEW, LOCK TABLES ON `<DATABASE_NAME>` . * TO 'migration_user' @ '%' ; ...
3
799
2026-03-23T11:12:48.631124
kubernetes
kubernetes
https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/
devops
yaml
available inside a container. resources.claims.request (string) Request is the name chosen for a request in the referenced claim. If empty, everything from the claim is made available, otherwise only the result of this request. resources.limits (map[string] Quantity ) Limits describes the maximum amount of compute reso...
73
798
2026-03-23T11:20:35.997488
InputOptionsWithoutTransform
angular
https://angular.dev/api/core/InputOptionsWithoutTransform
framework
typescript
/core @angular/core/rxjs-interop @angular/core/testing @angular/elements @angular/forms @angular/forms/signals @angular/forms/signals/compat @angular/localize @angular/localize/init @angular/platform-browser @angular/platform-browser-dynamic @angular/platform-browser-dynamic/testing @angular/platform-browser/animations...
1
800
2026-03-23T11:22:52.602958
pydantic_ai
pydantic_ai
https://ai.pydantic.dev/api/models/openai/
ai
python
item . identifier , ) else : downloaded_item = await download_item ( item , data_format = 'base64_uri' , type_format = 'extension' ) return File ( file = FileFile ( file_data = downloaded_item [ 'data' ], filename = f 'filename. { downloaded_item [ "data_type" ] } ' , ), type = 'file' , ) async def _map_video_url_item ...
66
799
2026-03-23T10:51:16.632165
pt_BR
git
https://git-scm.com/docs/git/pt_BR
devops
bash
IS (descontinuado) Se definido como yes , imprime uma elipse após um valor SHA-1 (abreviado). Isso afeta as indicações de `HEAD`s desanexados ( git-checkout[1] ) e a criação de um diff puro ( git-diff[1] ). A impressão de reticências nos casos mencionados não é mais considerada adequada e o suporte para isso provavelme...
56
799
2026-03-23T11:29:21.402847
pydantic_ai
pydantic_ai
https://ai.pydantic.dev/durable_execution/dbos/
ai
python
BOS step config to use for model request steps. No retries if omitted. For custom tools, you can annotate them directly with @DBOS.step or @DBOS.workflow decorators as needed. These decorators have no effect outside DBOS workflows, so tools remain usable in non-DBOS agents. Step Retries On top of the automatic retries ...
9
800
2026-03-23T10:57:08.993162
constant_pattern_never_matches_value_type
dart
https://dart.dev/tools/diagnostics/constant_pattern_never_matches_value_type
language
dart
constant_pattern_never_matches_value_type 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 Intro...
0
800
2026-03-23T11:32:10.956304
console
deno
https://docs.deno.com/api/node/console
runtime
javascript
n process I/O for more information. Example using the global console : console . log ( 'hello world' ) ; // Prints: hello world, to stdout console . log ( 'hello %s' , 'world' ) ; // Prints: hello world, to stdout console . error ( new Error ( 'Whoops, something bad happened' ) ) ; // Prints error message and stack tra...
1
770
2026-03-23T11:38:37.023770
?s=tracing
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=tracing
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:21:26.702215
?s=purefb
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=purefb
devops
python
orter collector Go Language Utilities Component UPL License Documentation Repository OpenTelemetry Collector Release Notes Comparator by wbollock Website to help operators read release notes and compare across OpenTelemetry Collector versions. collector upgrade visualization Go Language Utilities Component Apache 2.0 L...
388
800
2026-03-23T11:25:22.485124
2.2.html
python
https://docs.python.org/3/whatsnew/2.2.html
language
python
x8117f90> >>> gen . next () 0 >>> gen . next () 1 >>> gen . next () 2 >>> gen . next () Traceback (most recent call last): File "<stdin>" , line 1 , in ? File "<stdin>" , line 2 , in generate_ints StopIteration You could equally write for i in generate_ints(5) , or a,b,c = generate_ints(3) . Inside a generator function...
29
799
2026-03-23T11:22:20.676549
kubernetes-provider?variants=kubernetes%3Aeks
terraform
https://developer.hashicorp.com/terraform/tutorials/kubernetes/kubernetes-provider?variants=kubernetes%3Aeks
devops
hcl
.tf file. This creates a LoadBalancer, which routes traffic from the external load balancer to pods with the matching selector. kubernetes.tf resource "kubernetes_service_v1" "nginx" { metadata { name = "nginx-example" } spec { selector = { App = kubernetes_deployment_v1.nginx.spec. 0 .template. 0 .metadata[ 0 ].labels...
10
800
2026-03-23T11:23:05.254868
imaplib.html
python
https://docs.python.org/3/library/imaplib.html
language
python
eturned by time.localtime() ), an aware instance of datetime.datetime , or a double-quoted string. In the last case, it is assumed to already be in the correct format. Note that IMAP4 message numbers change as the mailbox changes; in particular, after an EXPUNGE command performs deletions the remaining messages are ren...
6
799
2026-03-23T11:15:09.688971
?s=settings
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=settings
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:26:12.522395
token-changed-event-args
firebase
https://firebase.google.com/docs/reference/unity/class/firebase/app-check/token-changed-event-args
database
javascript
ense , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates. Last updated 2023-05-09 UTC.
1
215
2026-03-23T11:40:57.595383
?s=ssh
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ssh
devops
python
License Package Details (go-collector) Repository ASAP Client Authentication Extension by 🔭 OpenTelemetry Authors 🔭 This extension allows serving sampling strategies following the Jaeger’s remote sampling API. jaeger sampling extension collector Quick Install When building a custom collector you can add this extensio...
66
798
2026-03-23T11:25:26.476127
nestjs
nestjs
https://docs.nestjs.com/
framework
typescript
Documentation | NestJS - A progressive Node.js framework Introduction Philosophy Installation Alternatives Copy‑paste ready CSS & JavaScript patterns with accessibility baked in. ads via Carbon Introduction Nest (NestJS) is a framework for building efficient, scalable Node.js server-side applications. It uses progressi...
0
800
2026-03-23T10:49:51.885603
llms-full.txt
inngest
https://www.inngest.com/llms-full.txt
devops
typescript
(/docs/guides/logging). This is why it is recommended to encapsulate non-deterministic code within a `step.Run()` when working with loops. Learn more about [working with loops in Inngest](/docs/guides/working-with-loops). You can read more about [Inngest steps](/docs/learn/inngest-steps) or jump directly to a step refe...
636
800
2026-03-23T10:50:47.948578
?s=cri-o
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=cri-o
devops
python
zure Monitor Exporter by Microsoft Authors The OpenTelemetry Azure Monitor Exporter for JavaScript (Node.js) Node.js exporter Azure Monitor Application Insights Quick Install To install this exporter run: npm install @azure/monitor-opentelemetry-exporter 1.0.0-beta.32 Version JavaScript Language Exporter Component MIT ...
179
800
2026-03-23T11:37:42.137813
Llama-3.2-1B-Instruct?inference_provider=novita
transformers
https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct?inference_provider=novita
ai
python
ional full round of SFT training with QAT. We then freeze the backbone of the QAT model and perform another round of SFT with LoRA adaptors applied to all layers within the transformer block. Meanwhile, the LoRA adaptors' weights and activations are maintained in BF16. Because our approach is similar to QLoRA of Dettme...
27
800
2026-03-23T11:11:13.202145
postgresql
postgresql
https://www.postgresql.org/docs/release/8.4.0/
database
sql
at LOG message level, not DEBUG1 as formerly (Tom) Make debug_pretty_print default to on (Tom) Remove explain_pretty_print parameter (no longer needed) (Tom) Make log_temp_files settable by superusers only, like other logging options (Simon Riggs) Remove automatic appending of the epoch timestamp when no % escapes are ...
3
720
2026-03-23T11:18:45.745503
typescript
nx
https://nx.dev/docs/technologies/typescript
tooling
typescript
TypeScript | Nx Skip to content TypeScript Introduction Manage TypeScript and JavaScript libraries in your Nx workspace with automatic typechecking, builds via TSC or SWC, and support for project references and package manager workspaces. Guides TypeScript configuration and best practices
0
289
2026-03-23T11:06:27.748278
diagnostic-messages
dart
https://dart.dev/tools/diagnostic-messages
language
dart
Diagnostic messages 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 Variables Oper...
0
800
2026-03-23T11:04:29.079344
reference
firebase
https://firebase.google.com/docs/reference
database
javascript
ence docs Other reference documentation Find detailed information about app configuration settings, or Firebase related tools. CLI Reference Firebase Cloud Messaging : HTTP v1 API Index of all libraries View an index of all supported platforms, frameworks, libraries, and tools . Send feedback Except as otherwise noted,...
1
619
2026-03-23T10:50:39.329802
HelpSteer2
transformers
https://huggingface.co/datasets/nvidia/HelpSteer2
ai
python
st flight through them got delayed due to which I missed my connecton. Even though there were many flights leaving in the next few hours, they refused to give me an early connection and gave me a flight after ten hours at airport. They gave me no food or lounge vouchers. As a student they left me on my won. Then they g...
184
800
2026-03-23T11:29:15.680811
pydantic_ai
pydantic_ai
https://ai.pydantic.dev/api/models/base/
ai
python
_request_parameters , function_tools = [ _customize_tool_def ( transformer , t ) for t in model_request_parameters . function_tools ], output_tools = [ _customize_tool_def ( transformer , t ) for t in model_request_parameters . output_tools ], ) if output_object := model_request_parameters . output_object : model_reque...
49
800
2026-03-23T10:52:19.370278
source
go
https://go.dev/doc/install/source
language
go
int conversions GOWASM=signext : generate sign-extension operators Note that $GOARCH and $GOOS identify the target environment, not the environment you are running on. In effect, you are always cross-compiling. By architecture, we mean the kind of binaries that the target environment can run: an x86-64 system running a...
18
608
2026-03-23T11:25:03.805134
git-shortlog
git
https://git-scm.com/docs/git-shortlog
devops
bash
hes [ = <pattern> ] Pretend as if all the refs in refs/heads are listed on the command line as <commit> . If <pattern> is given, limit branches to ones matching given shell glob. If <pattern> lacks ? , * , or [ , /* at the end is implied. --tags [ = <pattern> ] Pretend as if all the refs in refs/tags are listed on the ...
14
799
2026-03-23T10:53:42.167335
redis
redis
https://redis.io/docs/latest/develop/data-types/vector-sets/
database
bash
NT 4 1) "pt:A" 2) "1" 3) "pt:E" 4) "0.8535534143447876" 5) "pt:C" 6) "0.5" 7) "pt:D" 8) "0.5" ▼ Commands: VSIM VSIM Return elements by vector similarity Redis CLI guide Also, check out our other client tools Redis Insight and Redis for VS Code . """ Code samples for Vector set doc pages: https://redis.io/docs/latest/de...
515
799
2026-03-23T11:01:42.072139
enforcing-policies-for-github-actions-in-your-enterprise
github_actions
https://docs.github.com/en/enterprise-cloud@latest/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-github-actions-in-your-enterprise
devops
yaml
for the repository, and self-hosted runners come with risks: There is no guarantee that self-hosted runners will be hosted on ephemeral, clean virtual machines. As a result, they may be compromised by untrusted code in a workflow. Anyone who can fork the repository and open a pull request can compromise the self-hosted...
7
799
2026-03-23T11:16:25.459859
typescript
typescript
https://www.typescriptlang.org/tsconfig/
language
javascript
daysInAWeek * dayRate ; } Try With the flag set to false (default): ts /** * Days available in a week * @internal */ export declare const daysInAWeek = 7 ; /** Calculate how much someone earns in a week */ export declare function weeklySalary ( dayRate : number ): number ; Try With stripInternal set to true the d.ts em...
87
800
2026-03-23T10:56:11.752068
?s=stef
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=stef
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:33:18.277306
Execution_model
javascript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Execution_model
language
javascript
ECMAScript® 2026 Language Specification HTML See also Event loops in the HTML standard What is the Event Loop? in the Node.js docs Help improve MDN Learn how to contribute This page was last modified on Nov 7, 2025 by MDN contributors . View this page on GitHub • Report a problem with this content
25
298
2026-03-23T11:27:39.902237
composition-api-lifecycle
vue
https://vuejs.org/api/composition-api-lifecycle
framework
javascript
ponentPublicInstance | null , info : string ) => boolean | void Details Errors can be captured from the following sources: Component renders Event handlers Lifecycle hooks setup() function Watchers Custom directive hooks Transition hooks The hook receives three arguments: the error, the component instance that triggere...
6
800
2026-03-23T10:55:55.574712
mui
mui
https://mui.com/x/react-charts/pyramid/
library
javascript
: 'pyramid' , data : [ { label : 'Above $30 a day' , value : 16 } , { label : '$10-$30 a day' , value : 25 } , { label : '$1.90-$10 a day' , value : 50 } , { label : 'Below $1.90 a day' , value : 9 } , ] , funnelDirection : 'increasing' , } , ] } categoryAxis = { { scaleType : 'linear' } } height = { 300 } /> <FunnelCh...
2
727
2026-03-23T11:23:37.520112
2.32.0
git
https://git-scm.com/docs/git-fetch/2.32.0
devops
bash
specified more than once; if so, Git will report commits reachable from any of the given commits. The argument to this option may be a glob on ref names, a ref, or the (possibly abbreviated) SHA-1 of a commit. Specifying a glob is equivalent to specifying this option multiple times, one for each matching ref name. See ...
8
798
2026-03-23T11:08:55.384669
cicd
bun
https://bun.sh/docs/guides/runtime/cicd
runtime
javascript
ReadableStream Uint8Array to string Uint8Array to ArrayBuffer Uint8Array to Buffer Uint8Array to Blob Uint8Array to DataView Uint8Array to ReadableStream DataView to string Streams Stream to string Stream to JSON Stream to Blob Stream to Buffer Stream to ArrayBuffer Stream to Uint8Array Stream to array Readable to stri...
5
799
2026-03-23T11:12:20.898095
supabase-domains-reverify
supabase
https://supabase.com/docs/reference/cli/supabase-domains-reverify
database
typescript
--region <string> Optional Select a region to deploy the branch database. --size <string> Optional Select a desired instance size for the branch database. --with-data Optional Whether to clone production data to the branch database. --project-ref <string> Optional Project ref of the Supabase project. supabase branches ...
58
799
2026-03-23T11:30:30.790480
tauri
tauri
https://tauri.app/plugin/geolocation/
desktop
rust
eolocation Configuration Section titled “Configuration” iOS Section titled “iOS” Apple requires privacy descriptions to be specified in Info.plist for location information, where you should describe why your app needs to access it. Illustrated below is an example description: <? xml version = " 1.0 " encoding = " UTF-8...
2
800
2026-03-23T10:57:31.396619
Strict_mode
javascript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode
language
javascript
call , apply , or bind to specify a particular this .) Not only is automatic boxing a performance cost, but exposing the global object in browsers is a security hazard because the global object provides access to functionality that "secure" JavaScript environments must restrict. Thus for a strict mode function, the spe...
18
798
2026-03-23T11:10:21.943384
?s=isolationforest
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=isolationforest
devops
python
rumentation Component Apache 2.0 License Repository Pinecone Instrumentation by Traceloop Instrumentation for Pinecone Vector DB python instrumentation pinecone Python Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry Psycopg Instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation fo...
330
800
2026-03-23T11:33:12.408348
result-2022-08-10.json
qdrant
https://qdrant.tech/benchmarks/result-2022-08-10.json
database
python
dataset_name": "deep-image-96-angular", "upload_time": 9899.9711669721, "total_upload_time": 9899.9712266461, "p95_time": 0.0460351582, "rps": 247.5570517707, "parallel": 4, "p99_time": 0.0735158685, "mean_time": 0.0159763136, "mean_precisions": 0.901954, "engine_params": { "vectorIndexConfig": { "ef": 64 } } }, { "eng...
3,947
592
2026-03-23T11:15:13.620214
tigerbot-kaggle-leetcodesolutions-en-2k
transformers
https://huggingface.co/datasets/TigerResearch/tigerbot-kaggle-leetcodesolutions-en-2k
ai
python
ment to the third-to-last element. 4. Initialize two-pointers `left` (set to `i + 1`) and `right` (set to the last element). 5. While `left` is less than `right`: a. Calculate the current sum `cur_sum` using the elements at positions `i`, `left`, and `right`. b. If `cur_sum` is equal to `target`, return it as the close...
182
784
2026-03-23T11:25:49.951564
related_projects.rst.txt
scikit_learn
https://scikit-learn.org/stable/_sources/related_projects.rst.txt
ml
python
hors of the translation. Some available translations are linked here to improve their dissemination and promote community efforts. - `Chinese translation `_ (`source `__) - `Persian translation `_ (`source `__) - `Spanish translation `_ (`source `__) - `Korean translation `_ (`source `__) .. rubric:: Footnotes .. [#f1]...
15
366
2026-03-23T11:02:23.285126
web-components
vue
https://vuejs.org/guide/extras/web-components
framework
javascript
will prefer setting the value as a DOM property if the key is present. This means that, in most cases, you won't need to think about this if the custom element follows the recommended best practices . However, there could be rare cases where the data must be passed as a DOM property, but the custom element does not pro...
3
797
2026-03-23T10:52:43.249221
?s=k8sobjects
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=k8sobjects
devops
python
rumentation Component Apache 2.0 License Repository Pinecone Instrumentation by Traceloop Instrumentation for Pinecone Vector DB python instrumentation pinecone Python Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry Psycopg Instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation fo...
330
800
2026-03-23T11:36:38.894417
redis
redis
https://redis.io/docs/latest/develop/data-types/streams/
database
bash
it client . xDel ( 'race:italy' , '1692631018238-0' ); console . log ( res40 ); // >>> 1 const res41 = await client . xRange ( 'race:italy' , '-' , '+' ); console . log ( res41 ); // >>> [{ id: '1692630648281-0', message: { rider: 'Henshaw' } }] ▼ Commands: XINFO XINFO ( @slow ) A container for stream introspection com...
2,453
800
2026-03-23T11:04:07.563046
ai-solid.md
tanstack_router
https://tanstack.com/ai/latest/docs/api/ai-solid.md
framework
typescript
connection: fetchServerSentEvents("/api/chat"), tools, }); // Fully typed messages! type ChatMessages = InferChatMessages ; const { messages, sendMessage, isLoading, error, addToolApprovalResponse } = useChat(chatOptions); return {/* Chat UI with typed messages */} ; } ``` ### Options Extends `ChatClientOptions` from `...
1
778
2026-03-23T11:33:40.519914
about-monitoring-and-troubleshooting
github_actions
https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting
devops
yaml
Monitor workflows - GitHub Docs Skip to main content Monitor workflows You can monitor GitHub Actions workflows by using tools like the visualization graph and run logs. Using the visualization graph Every workflow run generates a real-time graph that illustrates the run progress. You can use this graph to monitor and ...
0
799
2026-03-23T11:09:35.130573
tutorials
csharp
https://learn.microsoft.com/en-us/aspnet/core/tutorials
language
csharp
found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide . ASP.NET Core Open a documentation issue Provide product feedback Feedback Was this page helpful? Yes No No Need help with this topic? Want to try using Ask Learn to clarify or guide you thro...
2
418
2026-03-23T10:51:23.844308
?s=storage
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=storage
devops
python
epository IBM MQ Instrumentation for OpenTelemetry first party integration by Mark Taylor , IBM MQ Development This package extracts metrics from an IBM MQ queue manager and forwards them to an OpenTelemetry environment. ibmmq mqseries go instrumentation Go Language Instrumentation Component Apache 2.0 License Reposito...
225
800
2026-03-23T11:38:30.886285
?s=chrome-extension
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=chrome-extension
devops
python
ing the OpenTelemetry API. asp telemetry http module instrumentation dotnet Quick Install To install this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule 1.15.1 Version .NET Language Instrumentation Component Apache 2.0 License Package Details (nuget) Repository ...
197
800
2026-03-23T11:34:13.920110
?s=kafka
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=kafka
devops
python
erver native by MySQL MySQL Enterprise Edition generates OTel trace data on Linux platforms. mysql enterprise database c++ C++ Language Application integration Component Commercial License Website Documentation Google Gemini CLI native by Google Gemini Gemini CLI brings the capabilities of Gemini models to your termina...
3
800
2026-03-23T11:34:05.695718
supabase-postgres-config-get
supabase
https://supabase.com/docs/reference/cli/supabase-postgres-config-get
database
typescript
ect db vacuum-stats supabase inspect db bloat This command displays an estimation of table "bloat" - Due to Postgres' MVCC when data is updated or deleted new rows are created and old rows are made invisible and marked as "dead tuples". Usually the autovaccum process will asynchronously clean the dead tuples. Sometimes...
37
774
2026-03-23T11:31:51.116072
using-middleware.html
express
https://expressjs.com/en/guide/using-middleware.html
framework
javascript
se next () }, ( req , res , next ) => { // send a regular response res . send ( ' regular ' ) }) // handler for the /user/:id path, which sends a special response app . get ( ' /user/:id ' , ( req , res , next ) => { res . send ( ' special ' ) }) Middleware can also be declared in an array for reusability. This example...
5
800
2026-03-23T10:53:46.667122
flask
flask
https://flask.palletsprojects.com/lifecycle/
framework
python
ig . from_mapping ( SECRET_KEY = "dev" , ) app . config . from_prefixed_env () @app . route ( "/" ) def index (): return "Hello, World!" This is known as the “application setup phase”, it’s the code you write that’s outside any view functions or other handlers. It can be split up between different modules and sub-packa...
1
800
2026-03-23T10:52:59.087173
docker
docker
https://docs.docker.com/desktop/release-notes/
devops
bash
r Compose application using Docker Desktop Dashboard if the application was started in a different version of Docker Compose. For example, if the user started a Docker Compose application in V1 and then switched to Docker Compose V2, attempts to stop the Docker Compose application would fail. Fixed an issue where Docke...
220
800
2026-03-23T10:57:00.892442
?s=protobuf
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=protobuf
devops
python
eceiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/mongodbatlasreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository MySQL Receiver by 🔭 OpenTelemetry A...
133
800
2026-03-23T11:36:35.075449
?s=bullmq
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=bullmq
devops
python
sion Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Systemd Receiver by 🔭 OpenTelemetry Authors 🔭 systemd receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : githu...
159
800
2026-03-23T11:22:42.087997
pt_BR
git
https://git-scm.com/docs/git-merge/pt_BR
devops
bash
da mesclagem será limpa antes da confirmação. Para mais detalhes consulte git-commit[1] . Além disso, caso o valor de scissors seja dado ao <mode> , o scissors (tesouras) será anexada ao MERGE_MSG antes de ser repassada para o mecanismo de commit caso exista mesclagens conflitantes. --ff --no-ff --ff-only Especifica co...
8
799
2026-03-23T11:16:57.619412