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
advanced-features
langfuse
https://langfuse.com/docs/observability/sdk/advanced-features
ai
python
o inspect all spans, then restore filtering. Behavior Change Earlier SDK versions exported all non-blocked spans by default. To restore that behavior, provide an always-true custom filter callback. Filtering Spans May Break Trace Trees Filtering spans may break the parent-child relationships in your traces. For example...
2
800
2026-03-23T11:17:59.980169
pt_BR
git
https://git-scm.com/docs/git-push/pt_BR
devops
bash
repositório remoto via ssh e você não tem o programa no diretório do $PATH predefinido. --force-with-lease --no-force-with-lease --force-with-lease=<refname> --force-with-lease=<refname>:<expect> Normalmente, o comando "git push" se recusa a atualizar uma "ref" remota que não seja um ancestral da "ref" local utilizada ...
14
800
2026-03-23T11:03:39.505022
roadmap
neon
https://neon.tech/docs/introduction/roadmap
database
sql
ng inactive branches. This feature helps minimize storage costs, allowing us to expand the Free plan even further. Learn more in Branch Archiving . Neon RLS : This feature integrates with third-party authentication providers like Auth0, Clerk, and Stack Auth to bring authorization to your code base by leveraging Postgr...
23
800
2026-03-23T11:30:14.667583
mysql
mysql
https://dev.mysql.com/doc/refman/8.0/en/
database
sql
Tables and Triggers 30.4.3 sys Schema Views 30.4.4 sys Schema Stored Procedures 30.4.5 sys Schema Stored Functions 31 Connectors and APIs 31.1 MySQL Connector/C++ 31.2 MySQL Connector/J 31.3 MySQL Connector/NET 31.4 MySQL Connector/ODBC 31.5 MySQL Connector/Python 31.6 MySQL Connector/Node.js 31.7 MySQL C API 31.8 MySQ...
67
800
2026-03-23T10:56:03.581588
?s=koala
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=koala
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:25:38.861122
spec-draft
dart
https://dart.dev/to/spec-draft
language
dart
�ih:�o��:BVM�nt!ʓ�mӁߕLJӶ�5;m@4v�$���-T/9_�3��D��~M٪s�K �?�x��.���� e���� ��20FT��s�@*%���8�9 �:��Y���P5 t���fN���yʢ?����8F���N�# ��壋�w�gӃ���;S��K�� B ;�b�B�� ���/�A�¦�~��|5�c���@B8IDAN��9|�I���I%Ġ�՜� �@DD�S��r�w]�y?�|݇]��y.�rϴ�y����,o�%�z4[��d���^��Z:��|���.bG�'TT���TM���,�ᔂ!��< -}U�?$P*F�h�]�@I��;���� ����EK=�;�����<��...
801
800
2026-03-23T11:06:06.480883
type-system
dart
https://dart.dev/language/type-system
language
dart
tPad Command-line tools expand_more Dart SDK expand_more Overview dart dart analyze dart build dart compile dart create dart doc dart fix dart format dart info dart install dart pub dart run dart test dartaotruntime Experiment flags Other command-line tools expand_more build_runner webdev Static analysis expand_more Cu...
3
800
2026-03-23T10:53:08.725929
Nemotron-MIND
transformers
https://huggingface.co/datasets/nvidia/Nemotron-MIND
ai
python
hat the null hypothesis is true. In this case, the null hypothesis is that the data comes from a normally distributed population. If the p-value is less than the chosen alpha level, we reject the null hypothesis and conclude that the data is not normally distributed. Participant 1: That's helpful, thanks! So, if I unde...
41
799
2026-03-23T11:23:03.927632
opentelemetry
opentelemetry
https://opentelemetry.io/docs/concepts/signals/logs/
devops
python
response" : { "statusCode" : 200 , "body" : { "success" : true , "token" : "jwt-token-here" } } } and for infrastructure components, Common Log Format (CLF) is commonly used: 127.0.0.1 - johndoe [04/Aug/2024:12:34:56 -0400] "POST /api/v1/login HTTP/1.1" 200 1234 It is also common to encounter hybrid or extended formats...
5
799
2026-03-23T10:50:38.125949
?s=graduated
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=graduated
devops
python
ython python exporter Azure Monitor Application Insights Quick Install To install this exporter run: pip install azure-monitor-opentelemetry-exporter Python Language Exporter Component MIT License Package Details (pip) Repository Google Cloud Exporters by Google The OpenTelemetry Google Cloud Monitoring Exporters for P...
184
799
2026-03-23T11:30:34.074963
nx-and-angular
nx
https://nx.dev/docs/technologies/angular/guides/nx-and-angular
tooling
typescript
omate Updating Dependencies . 'nx add' Section titled “&#39;nx add&#39;” The nx add command is similar to the ng add command. It installs a given package specifier (e.g. @nx/react , @nx/react@18.1.0 , @nx/react@latest ) and it runs an init or ng-add generator if the installed package contains it. Terminal window nx add...
9
800
2026-03-23T11:04:25.215368
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
Response Code Description 200 Ingress OK 201 Ingress Created Delete delete an Ingress HTTP Request DELETE /apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name} Path Parameters Parameter Description name name of the Ingress namespace object name and auth scope, such as for teams and projects Query Parameter...
984
799
2026-03-23T10:56:49.343007
laws-of-reflection
go
https://go.dev/blog/laws-of-reflection
language
go
e the use of interface definitions as constraints within polymorphic code.) An interface variable can store any concrete (non-interface) value as long as that value implements the interface’s methods. A well-known pair of examples is io.Reader and io.Writer , the types Reader and Writer from the io package : // Reader ...
2
792
2026-03-23T10:57:28.648384
release-notes-2.5.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.5.0
mobile
dart
Dart SDK from ecdb943b5ed5 to 1e3e5efcd47e (1 revision) (cla: yes, waiting for tree to go green) 25781 Roll Skia from e6318b557a29 to 827dab407ec0 (1 revision) (cla: yes, waiting for tree to go green) 25785 [Engine] Support for Android Fullscreen Modes (platform-ios, platform-android, cla: yes, waiting for tree to go g...
422
800
2026-03-23T11:13:43.940469
?s=shenyu
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=shenyu
devops
python
When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/aerospikereceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector)...
97
799
2026-03-23T11:10:16.617737
auxiliary_train
transformers
https://huggingface.co/datasets/cais/mmlu/viewer/all/auxiliary_train
ai
python
wed that year.", "In the expectation of remaining at the college, he ... 1 B Barnes was hired as an assistant professor of mathematics at Reardon State College and is now in his third consecutive one-year contract. Under state law, he cannot acquire tenure until after five consecutive annual contracts. In his third yea...
106
794
2026-03-23T11:23:39.268663
?s=proxy
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=proxy
devops
python
hon integration by 🔭 OpenTelemetry Authors 🔭 Instrumentation library for kafka-python kafka-python instrumentation python Python Language Instrumentation Component Apache 2.0 License Repository LangChain Instrumentation by Traceloop Instrumentation for LangChain Framework python instrumentation langchain Python Langu...
326
800
2026-03-23T11:36:31.297256
variables
dart
https://dart.dev/language/variables
language
dart
g; essentially, a placeholder. The initializer, if there is one, is still executed, but the value isn't accessible. Multiple declarations named _ can exist in the same namespace without a collision error. Top-level declarations or members where library privacy might be affected are not valid uses for wildcard variables...
15
700
2026-03-23T10:54:54.854891
supabase-inspect-db-index-stats
supabase
https://supabase.com/docs/reference/cli/supabase-inspect-db-index-stats
database
typescript
\ 2 --project-ref abcdefgijklmnopqrst \ 3 --type saml \ 4 --metadata-url ' https://... ' \ 5 --domains company.com Response 1 Information about the added identity provider. You can use 2 company.com as the domain name on the frontend side to initiate a SSO 3 request to the identity provider. supabase sso list List all ...
71
799
2026-03-23T11:30:35.764244
aws-manage
terraform
https://developer.hashicorp.com/terraform/tutorials/aws-get-started/aws-manage
devops
hcl
minal You can learn how to create your infrastructure without setting up a cloud account in our interactive terminal. To follow the exercise in this tutorial, use the Skip button in the lab environment to skip to the second challenge. Launch Terminal This tutorial includes a free interactive command-line lab that lets ...
19
419
2026-03-23T10:58:41.296487
?s=hikaricp
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=hikaricp
devops
python
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/expvarreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 Licen...
112
800
2026-03-23T11:28:20.522775
HttpClient
angular
https://angular.dev/api/common/http/HttpClient
framework
typescript
t?: RequestRedirect | undefined; referrer?: string | undefined; integrity?: string | undefined; referrerPolicy?: ReferrerPolicy | undefined; transferCache?: boolean | { includeHeaders?: string[] | undefined; } | undefined; timeout?: number | undefined; } The HTTP options to send with the request. @returns Observable<Bl...
180
800
2026-03-23T10:58:20.421645
2.15.4
git
https://git-scm.com/docs/git-send-pack/2.15.4
devops
bash
(FAQ) Glossary Hooks gitignore gitmodules Revisions Submodules Tutorial Workflows All guides... Administration clean gc fsck reflog filter-branch instaweb archive bundle Plumbing Commands cat-file check-ignore checkout-index commit-tree count-objects diff-index for-each-ref hash-object ls-files ls-tree merge-base read-...
1
796
2026-03-23T11:26:30.633549
opentelemetry
opentelemetry
https://opentelemetry.io/docs/languages/go/api/
devops
python
ry semantic conventions in the "dns" namespace. Package dnsconv provides types and functionality for OpenTelemetry semantic conventions in the "dns" namespace. v1.38.0/faasconv Package faasconv provides types and functionality for OpenTelemetry semantic conventions in the "faas" namespace. Package faasconv provides typ...
55
800
2026-03-23T10:57:59.524058
use-secrets
github_actions
https://docs.github.com/en/actions/how-tos/write-workflows/choose-what-workflows-do/use-secrets
devops
yaml
e secret as an input super_secret: ${{ secrets.SuperSecret }} env: # Or as an environment variable super_secret: ${{ secrets.SuperSecret }} Secrets cannot be directly referenced in if: conditionals. Instead, consider setting secrets as job-level environment variables, then referencing the environment variables to condi...
8
800
2026-03-23T11:05:35.438718
SWE-Fixer-Train-110K
transformers
https://huggingface.co/datasets/internlm/SWE-Fixer-Train-110K
ai
python
ate=(command == 'create')) - # handle tar file containing conda packages + num_cp = sum(s.endswith('.tar.bz2') for s in args.packages) if num_cp: if num_cp == len(args.packages): depends = misc.install_local_packages(prefix, args.packages, verbose=not args.quiet) + if args.no_deps: + depends = [] specs = list(set(depen...
175
593
2026-03-23T11:25:30.160994
update-snapshots
bun
https://bun.sh/docs/guides/test/update-snapshots
runtime
javascript
patible lockfile Migrate from npm to bun Configure git to diff Bun's lockfile Install Bun in GitHub Actions Test Runner Run tests Watch mode Migrate from Jest Mock functions Spy on methods Mock system time Snapshot testing Update snapshots Coverage reports Coverage threshold Concurrent test glob Skip tests Todo tests T...
3
800
2026-03-23T11:20:08.351417
native-debugging?tab=from-vscode-to-xcode-ios
flutter
https://docs.flutter.dev/testing/native-debugging?tab=from-vscode-to-xcode-ios
mobile
dart
d Prompt # To generate the needed Windows platform dependencies, run the flutter build command. C:\> flutter build windows --debug content_copy Building Windows application... 31.4s √ Built build\windows\runner\Debug\my_app.exe. content_copy Start from VS Code Start from Visual Studio Start debugging with VS Code first...
29
718
2026-03-23T11:11:35.585970
MegaMath
transformers
https://huggingface.co/datasets/LLM360/MegaMath
ai
python
hub.com/YardenRon/Algorithms" } { "alpha_fraction": 0.5200348496437073, "alphanum_fraction": 0.5423925518989563, "avg_line_length": 42.0625, "blob_id": "0dbf89df45079a62f09034deb60d1d7f12b9d6b8", "content_id": "194669cfa6f688a94324708c9f47cdcf3f0f5c05", "detected_licenses": [], "is_generated": false, "is_vendor": false...
13
758
2026-03-23T11:22:00.244397
2.32.0
git
https://git-scm.com/docs/git-push/2.32.0
devops
bash
rl> is required; # <head> is optional. Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. <branch> is the name of this file in $GIT_DIR/branches and <head> defaults to master . git fetch uses: refs/heads/ <head> :refs/heads/ <branch> git push uses: HEAD...
31
800
2026-03-23T11:01:55.122364
optoverview.html
sqlite
https://www.sqlite.org/optoverview.html
database
sql
led "alice" to nodes labeled "bob". The query optimizer in SQLite has basically two choices on how to implement this query. (There are actually six different choices, but we will only consider two of them here.) Pseudocode below demonstrating these two choices. Option 1: foreach n1 where n1.name='alice' do: foreach n2 ...
29
749
2026-03-23T10:54:59.726451
nested.md.txt
pytorch
https://pytorch.org/docs/stable/_sources/nested.md.txt
ml
python
added_tensor ``` ```{eval-rst} .. autofunction:: masked_select ``` ```{eval-rst} .. autofunction:: narrow ``` ```{eval-rst} .. seealso:: `Accelerating PyTorch Transformers by replacing nn.Transformer with Nested Tensors and torch.compile `_ ```
26
244
2026-03-23T11:13:35.634996
whisper-tiny
transformers
https://huggingface.co/openai/whisper-tiny
ai
python
hat is or is not research. The models are primarily trained and evaluated on ASR and speech translation to English tasks. They show strong ASR results in ~10 languages. They may exhibit additional capabilities, particularly if fine-tuned on certain tasks like voice activity detection, speaker classification, or speaker...
14
800
2026-03-23T11:31:42.481004
kubernetes
kubernetes
https://kubernetes.io/ko/docs/reference/command-line-tools-reference/feature-gates/
devops
yaml
ePodAffinity 쿼터 범위 기능을 활성화한다. PodAndContainerStatsFromCRI : kubelet이 컨테이너와 파드에 대한 통계치들을 cAdvisor가 아닌 CRI 컨테이너 런타임으로부터 수집하도록 설정한다. PodDisruptionConditions : 중단(disruption)으로 인해 파드가 삭제되고 있음을 나타내는 파드 컨디션을 추가하도록 지원한다. PodHasNetworkCondition : kubelet이 파드에 파드 네트워크 준비성 컨디션을 표시하도록 지원한다. PodSchedulingReadiness : 파드의 스케줄링 준비성 을...
32
800
2026-03-23T11:30:34.708663
versions
angular
https://angular.dev/reference/versions
framework
typescript
^8.9.0 >=2.4.2 <2.7.0 ^5.5.0 5.0.x || 5.1.x 1.5.x ^6.9.0 || ^8.9.0 ~2.4.2 ^5.5.0 4.2.x || 4.3.x || 4.4.x 1.4.x ^6.9.0 || ^8.9.0 >=2.1.6 <2.5.0 ^5.0.1 4.2.x || 4.3.x || 4.4.x 1.3.x ^6.9.0 >=2.1.6 <2.5.0 ^5.0.1 4.0.x || 4.1.x 1.0.x || 1.1.x || 1.2.x ^6.9.0 >=2.1.6 <2.4.0 ^5.0.1 2.x - ^6.9.0 >=1.8.0 <2.2.0 ^5.0.1 Browser ...
4
799
2026-03-23T11:03:42.258224
sv
git
https://git-scm.com/docs/git-push/sv
devops
bash
att uppdatera samma referens som <src> , såvida inte konfigurationen remote. <förvar> .push anger en annan <mål> . Till exempel, om main är en gren, expanderas refspec main till main:refs/heads/main . Om <mål> otvetydigt refererar till en referens på fjärr <förvar> , expandera den till den referensen. Om till exempel v...
7
800
2026-03-23T11:03:08.229035
SWE-Gym
transformers
https://huggingface.co/datasets/SWE-Gym/SWE-Gym
ai
python
ort JsonRESTError + + +class ResourceNotFound(JsonRESTError): + def __init__(self, msg: str): + super().__init__("ResourceNotFoundException", msg) + + +class AppNotFound(ResourceNotFound): + def __init__(self, arn: str): + super().__init__(f"App not found for appArn {arn}") + + +class ResiliencyPolicyNotFound(ResourceN...
116
760
2026-03-23T11:29:24.384651
?s=business-logic-instrumentation
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=business-logic-instrumentation
devops
python
etry API and SDK for C++. cpp C++ Language Core Component Apache 2.0 License Repository opentelemetry-api.cr by wyhaines An unofficial implementation of OpenTelemetry in Crystal. crystal instrumentation Crystal Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry for Dart by Workiva An unoffic...
362
800
2026-03-23T11:26:38.026684
release-notes-1.20.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-1.20.0
mobile
dart
d last route (cla: yes, framework, waiting for tree to go green) 57412 Fixed a typo. (cla: yes, framework, waiting for tree to go green) 57461 Fix segment hit test behavior for segmented control (cla: yes, f: cupertino, framework, waiting for tree to go green) 57487 Fix typo in cupertino datepicker error (cla: yes, f: ...
80
800
2026-03-23T11:13:03.432145
auth
langchain
https://docs.langchain.com/langsmith/auth
ai
python
ph and all nodes via the configurable context. This object contains information about the current user, including any custom fields you return from your @auth.authenticate handler. To enable an agent to act on behalf of the user, use custom authentication middleware . This will allow the agent to interact with external...
8
796
2026-03-23T10:51:53.024787
to-arraybuffer
bun
https://bun.sh/docs/guides/streams/to-arraybuffer
runtime
javascript
ON file Get MIME type Check file exists Watch directory Read as stream Write string to file Write Blob Write Response Append to file Incremental write Write stream Write to stdout Write file to stdout Copy file Delete file Delete files Delete directories Utilities Hash password Generate UUID Base64 encoding Gzip compre...
4
800
2026-03-23T11:22:09.099187
gitlab_ci
gitlab_ci
https://docs.gitlab.com/api/secure_files/
devops
yaml
Downloads the contents of a specified secure file in a project. GET /projects/:project_id/secure_files/:id/download Supported attributes: Attribute Type Required Description id integer Yes The ID of a secure file. project_id integer or string Yes The ID or URL-encoded path of the project . Example request: curl --reque...
4
799
2026-03-23T11:37:40.457991
autograd.html
pytorch
https://pytorch.org/docs/stable/autograd.html
ml
python
complex type and with requires_grad=True . gradgradcheck Check gradients of gradients computed via small finite differences against analytical gradients wrt tensors in inputs and grad_outputs that are of floating point or complex type and with requires_grad=True . GradcheckError Error raised by gradcheck() and gradgrad...
14
798
2026-03-23T10:57:14.678585
native_field_invalid_type
dart
https://dart.dev/tools/diagnostics/native_field_invalid_type
language
dart
Glossary Books Videos Related sites expand_more API reference open_in_new DartPad (online editor) open_in_new Flutter open_in_new Package site open_in_new Dart 3.11 is live! Learn more '{0}' is an unsupported type for native fields. Native fields only support pointers, arrays or numeric and compound types. Description ...
4
724
2026-03-23T11:25:47.512400
collection-options-creator.md
tanstack_start
https://tanstack.com/db/latest/docs/guides/collection-options-creator.md
framework
typescript
id])) }) } // Mutation handlers return txids and wait for them const wrappedOnInsert = async (params) => { const result = await config.onInsert!(params) // Wait for the txid to appear in synced data if (result.txid) { await awaitTxId(result.txid) } return result } // Utility function to wait for a txid const awaitTxId ...
29
742
2026-03-23T11:40:42.344280
async_hooks
deno
https://docs.deno.com/api/node/async_hooks
runtime
javascript
ionAsyncId No documentation available f executionAsyncResource Resource objects returned by executionAsyncResource() are most often internal Node.js handle objects with undocumented APIs. Using any functions or properties on the object is likely to crash your application and should be avoided. f triggerAsyncId Promise ...
1
690
2026-03-23T11:37:52.871003
gitlab_ci
gitlab_ci
https://docs.gitlab.com/user/group/
devops
yaml
For a list of words that cannot be used as group names, see reserved names . In the Group URL text box, enter the path for the group used for the namespace . Select the Visibility level of the group. Optional. To personalize your GitLab experience: For Who will be using this group? , select an option. From the What wil...
9
800
2026-03-23T11:07:39.803765
?s=codeigniter
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=codeigniter
devops
python
ory OpenTelemetry Metrics for gRPC first party integration incubating by gRPC Authors gRPC provides support for an OpenTelemetry plugin that provides metrics java incubating grpc Java Language Instrumentation Component Apache-2.0 License Website Documentation Repository Guava Instrumentation by 🔭 OpenTelemetry Authors...
248
800
2026-03-23T11:29:41.106251
locale.html
python
https://docs.python.org/3/library/locale.html
language
python
cale via setlocale() first. locale. str ( float ) ¶ Formats a floating-point number using the same format as the built-in function str(float) , but takes the decimal point into account. locale. delocalize ( string ) ¶ Converts a string into a normalized number string, following the LC_NUMERIC settings. Added in version...
18
800
2026-03-23T11:29:22.752277
overrides
bun
https://bun.sh/docs/pm/overrides
runtime
javascript
pin bar to an older version that doesn’t have the vulnerability. This is where "overrides" / "resolutions" come in. "overrides" Add bar to the "overrides" field in package.json . Bun will defer to the specified version range when determining which version of bar to install, whether it’s a dependency or a metadependency...
2
794
2026-03-23T11:00:30.741875
v0.21.html
scikit_learn
https://scikit-learn.org/stable/whats_new/v0.21.html
ml
python
imarily resolve some packaging issues in version 0.21.0. It also includes minor documentation improvements and some bug fixes. Changelog # sklearn.inspection # Fix Fixed a bug in inspection.partial_dependence to only check classifier and not regressor for the multiclass-multioutput case. #14309 by Guillaume Lemaitre . ...
6
800
2026-03-23T10:55:15.719851
?s=yii
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=yii
devops
python
3.0 Version Rust Language Exporter Component Apache 2.0 OR MIT License Package Details (crates) Repository user_events Metrics Exporter by 🔭 OpenTelemetry Authors 🔭 A Rust OpenTelemetry Metric exporter for Linux Kernel user_events rust exporter linux user_events Quick Install To install this exporter run: cargo add o...
193
800
2026-03-23T11:15:59.450237
release.html
go
https://go.dev/doc/devel/release.html
language
go
net/http package. See the Go 1.16.10 milestone on our issue tracker for details. go1.16.11 (released 2021-12-02) includes fixes to the compiler, runtime, and the net/http , net/http/httptest , and time packages. See the Go 1.16.11 milestone on our issue tracker for details. go1.16.12 (released 2021-12-09) includes secu...
41
738
2026-03-23T10:54:11.200326
?s=tedious
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=tedious
devops
python
nsion/ackextension v0.148.0 v0.148.0 Version Collector Language Extension Component Apache 2.0 License Package Details (go-collector) Repository ASAP Client Authentication Extension by 🔭 OpenTelemetry Authors 🔭 This extension provides Atlassian Service Authentication Protocol (ASAP) client credentials for HTTP or gRP...
57
800
2026-03-23T11:22:30.961403
replicas
planetscale
https://planetscale.com/docs/postgres/scaling/replicas
database
sql
o reduce load on your primary instance by allowing you to read from a replica. They increase database availability by enabling fast failovers for maintenance or unexpected failure. Before utilizing replicas for reducing load on the primary, it’s important to understand the trade-offs. For more information, see the Data...
1
798
2026-03-23T11:07:11.473586
?s=active_job
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=active_job
devops
python
tory Apache Doris Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter supports sending traces, metrics, and logs data to Apache Doris (version >= 2.1). doris exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : githu...
34
800
2026-03-23T11:28:48.638384
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
m the last resourceVersion value returned by the server and not miss any modifications. fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. limit limit is a m...
4,027
800
2026-03-23T10:56:49.348063
docker
docker
https://docs.docker.com/reference/cli/docker/
devops
bash
ault, configuration file is stored in ~/.docker/config.json . Refer to the change the .docker directory section to use a different location. Warning The configuration file and other files inside the ~/.docker configuration directory may contain sensitive information, such as authentication information for proxies or, d...
8
800
2026-03-23T10:54:57.731265
mysql
mysql
https://dev.mysql.com/doc/dev/mysql-rest-service/latest/
database
sql
ant to manage the required MySQL accounts manually, the following steps need to be performed: Create the MySQL user account(or accounts) If only one account is specified, MySQL Router uses it to access both the MRS metadata schema and application schema data. This account must have the mysql_rest_service_meta_provider ...
33
671
2026-03-23T10:56:24.851195
mui
mui
https://mui.com/material-ui/design-resources/material-ui-for-figma/
library
javascript
Material UI for Figma - Material UI Skip to content + Material UI for Figma Enhance designer-developer collaboration between Material UI and Figma. Getting started Material UI for Figma consists of representations of the library's React components in Figma so designers and developers can communicate and iterate more ef...
0
800
2026-03-23T11:05:28.587052
ToolResultPart
tanstack_router
https://tanstack.com/ai/latest/docs/reference/interfaces/ToolResultPart
framework
typescript
en untilFinishReason Interface References AIAdapter AIAdapterConfig AgentLoopState ApprovalRequestedStreamChunk AudioPart AudioVisualization BaseStreamChunk TextCompletionChunk TextOptions ChunkRecording ChunkStrategy ClientTool ContentPartSource ContentStreamChunk DefaultMessageMetadataByModality DocumentPart DoneStre...
6
800
2026-03-23T11:18:00.025284
?s=ts
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ts
devops
python
our 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 instrumentat...
216
800
2026-03-23T11:18:07.814721
?s=nginx
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=nginx
devops
python
sor and propagator to send data to Sentry and to associate traces/spans to Sentry errors. For configuration details, see OpenTelemetry Support . ruby processor propagator utilities sentry error monitoring Quick Install To install this utilities run: gem install sentry-opentelemetry 6.5.0 Version Ruby Language Utilities...
391
799
2026-03-23T11:33:22.910766
oci-outputs
terraform
https://developer.hashicorp.com/terraform/tutorials/oci-get-started/oci-outputs
devops
hcl
aaaapqqlmeyagheb4xftk3iqcjph3qhjaqoannwsbxq7bvcvyum53yba] oci_core_vcn.internal: Destruction complete after 1s Destroy complete! Resources: 2 destroyed. Next steps Over the course of these tutorials you created, modified, and destroyed infrastructure as code using the Terraform CLI. You made your configurations more fl...
9
800
2026-03-23T11:07:58.983680
redis
redis
https://redis.io/docs/latest/operate/rs/installing-upgrading/install/plan-deployment/supported-platforms/
database
bash
Supported platforms | Docs {"categories":["docs","operate","rs"],"description":"","duplicateOf":"head:data-ai-metadata","location":"body","title":"Supported platforms","tableOfContents":{"sections":[]},"codeExamples":[]} Supported platforms Redis Software Redis Software is supported on several operating systems, cloud ...
0
800
2026-03-23T11:01:09.963582
qdrant
qdrant
https://qdrant.tech/documentation/examples/llama-index-multitenancy/
database
python
de_parser , ) Both embedding model and selected node parser will be implicitly used during the indexing and querying. Combining everything together The last missing piece, before we can start indexing, is the VectorStoreIndex . It is a wrapper around VectorStore that provides a convenient interface for indexing and que...
4
799
2026-03-23T10:57:45.435174
?s=dubbo
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dubbo
devops
python
an add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/tlscheckreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Trace Simulation Receiver b...
161
800
2026-03-23T11:39:18.105012
git-notes
git
https://git-scm.com/docs/git-notes
devops
bash
it will be quietly created when it is first needed to store a note. A typical use of notes is to supplement a commit message without changing the commit itself. Notes can be shown by git log along with the original commit message. To distinguish these notes from the message stored in the commit object, the notes are in...
4
799
2026-03-23T10:53:59.729414
environment-functions
tanstack_router
https://tanstack.com/start/latest/docs/framework/react/guide/environment-functions
framework
typescript
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 by TanStack Router for React and Solid Explore Start → TanStack Router Type-safe Routing for React and Solid ...
9
362
2026-03-23T11:24:00.989941
?s=lua
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=lua
devops
python
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/otlpjsonfilereceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0...
141
800
2026-03-23T11:12:05.431472
2.44.0
git
https://git-scm.com/docs/git-push/2.44.0
devops
bash
em: ssh://[user@]host.xz[:port]/path/to/repo.git/ git://host.xz[:port]/path/to/repo.git/ http[s]://host.xz[:port]/path/to/repo.git/ ftp[s]://host.xz[:port]/path/to/repo.git/ An alternative scp-like syntax may also be used with the ssh protocol: [user@]host.xz:path/to/repo.git/ This syntax is only recognized if there ar...
26
799
2026-03-23T11:03:01.573504
multi-turn-simulation
langchain
https://docs.langchain.com/langsmith/multi-turn-simulation
ai
python
ory_evaluators , adding it to the experiment. Note also that the test case uses the fixed_responses param on the simulated user to start the conversation with a specific input, which you can log and make part of your stored dataset. You may also find it convenient to have the simulated user’s system prompt be part of y...
13
798
2026-03-23T11:36:30.005520
?s=action_pack
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=action_pack
devops
python
ense Package Details (gems) Repository Mysql2 Instrumentation by 🔭 OpenTelemetry Authors 🔭 Mysql2 instrumentation for Ruby. ruby instrumentation Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-mysql2 0.33.0 Version Ruby Language Instrumentation Component Apache 2.0...
350
800
2026-03-23T11:26:18.039579
docker
docker
https://docs.docker.com/build/concepts/context/
devops
bash
t hash as the ref in the URL fragment, use the full, 40-character string SHA-1 hash of the commit. A short hash, for example a hash truncated to 7 characters, is not supported. # ✅ The following works: docker build github.com/docker/buildx#d4f088e689b41353d74f1a0bfcd6d7c0b213aed2 # ❌ The following doesn't work because ...
8
800
2026-03-23T11:06:21.177309
glossary
flutter
https://docs.flutter.dev/resources/glossary
mobile
dart
e pubspec.yaml file. Packages are hosted on pub.dev , the official package repository. Related docs and resources open_in_new pub.dev article Using packages Sliver tag keyboard_arrow_up A customizable portion of a scrollable area. A sliver is a portion of a scrollable area that you can define to behave in a special way...
14
608
2026-03-23T10:51:52.930500
?s=ecto
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ecto
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:33.974658
webpack
webpack
https://webpack.js.org/glossary/
tooling
javascript
JavaScript file that exports an object. This object is then processed by webpack based upon its defined properties. D Dependency Graph : Any time one file depends on another, webpack treats this as a dependency . Starting from an entry point(s), webpack recursively builds a dependency graph that includes every module/a...
2
800
2026-03-23T11:17:39.603645
?s=odddotnet
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=odddotnet
devops
python
ponent Apache 2.0 License Package Details (go-collector) Repository File Collector Exporter by 🔭 OpenTelemetry Authors 🔭 The File 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 ...
36
799
2026-03-23T11:15:01.957427
terms-of-service
mcp
https://modelcontextprotocol.io/registry/terms-of-service
ai
typescript
hosted at https://registry.modelcontextprotocol.io/ or a successor location) (“Registry”), including submissions or publications of MCP servers, references to MCP servers or to data about such servers and/or their developers (“Registry Data”), and related conduct. The Registry is intended to be a centralized repository...
1
797
2026-03-23T10:57:58.082491
tigerbot-kaggle-leetcodesolutions-en-2k
transformers
https://huggingface.co/datasets/TigerResearch/tigerbot-kaggle-leetcodesolutions-en-2k
ai
python
lt = {""}; for (char d : digits) { vector<string> temp; for (const string &s : result) { for (char c : phone[d - '2']) { temp.push_back(s + c); } } result.swap(temp); } return result; } ``` explanation The algorithm visits each digit from the given `digits` string one by one. For each digit, it appends all possible cha...
184
716
2026-03-23T11:25:49.951566
pydantic_ai
pydantic_ai
https://ai.pydantic.dev/api/agent/
ai
python
istogram_kwargs , explicit_bucket_boundaries_advisory = TOKEN_HISTOGRAM_BOUNDARIES , ) except TypeError : # pragma: lax no cover # Older OTel/logfire versions don't support explicit_bucket_boundaries_advisory self . tokens_histogram = self . meter . create_histogram ( ** tokens_histogram_kwargs , # pyright: ignore ) se...
498
800
2026-03-23T10:51:55.517865
spec-draft
dart
https://dart.dev/to/spec-draft
language
dart
�D�� ��Fh��qv�5 E�C�mi/� Vh�B9R�(�|�2BUh4�T<g��]벂k��A#mؿ�`��%\���A��*��?p��8���,,;���T<��r�H;$� ���à���B��*~D�G{+�h�:�����3p� r�+Xv��b~!~<�)�T8�0� ��(@1��J�X��\�2$Ո$���� U���� �F���� ��� ,;�jú������� 4�p�� 8(h��D3�"Tt : ���e� Z�7�����Fm��� �)�����Q@'i���a7Nf�Ni����@P��J� :��ϑ� (� [���0 �Y@P�Y˗`���!8���/!l�}dp��.��%3��h...
2
799
2026-03-23T11:06:06.479696
smtplib.html
python
https://docs.python.org/3/library/smtplib.html
language
python
imeout , ] source_address=None ) ¶ An SMTP instance encapsulates an SMTP connection. It has methods that support a full repertoire of SMTP and ESMTP operations. If the optional host and port parameters are given, the SMTP connect() method is called with those parameters during initialization. If specified, local_hostna...
1
794
2026-03-23T11:13:44.378170
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
r] ``` Description of this interface. ### AgentExtension Bases: `TypedDict` A declaration of an extension supported by an Agent. Source code in `.venv/lib/python3.12/site-packages/fasta2a/schema.py` ```python @pydantic.with_config({'alias_generator': to_camel}) class AgentExtension(TypedDict): """A declaration of an ex...
2,671
764
2026-03-23T10:51:26.915170
llms.txt
svelte
https://svelte.dev/docs/cli/llms.txt
framework
javascript
e, depends on `database`: - For `postgresql`: `postgres.js`, `neon`, - For `mysql`: `mysql2`, `planetscale` - For `sqlite`: `better-sqlite3`, `libsql`, `turso` ```sh npx sv add drizzle="database:postgresql+client:postgres.js" ``` Drizzle is compatible with well over a dozen database drivers. We just offer a few of the ...
21
799
2026-03-23T11:13:34.389500
?s=mssql
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=mssql
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:15:28.666297
986-specify-format-for-tool-names
mcp
https://modelcontextprotocol.io/seps/986-specify-format-for-tool-names
ai
typescript
sed pattern—allowing a-z, A-Z, 0-9, _, -, ., and /—is based on patterns used in major clients (e.g., VS Code, Claude) and aligns with common conventions in programming and APIs. Restricting spaces and commas avoids parsing issues and ambiguity. The length limit (1–64) is generous enough for most use cases but prevents ...
4
798
2026-03-23T10:52:50.837772
result-2022-08-10.json
qdrant
https://qdrant.tech/benchmarks/result-2022-08-10.json
database
python
5907069, "total_upload_time": 1848.2912545969, "p95_time": 0.17266691, "rps": 618.9679415509, "parallel": 100, "p99_time": 0.1855406927, "mean_time": 0.1493872551, "mean_precisions": 0.988106, "engine_params": { "search_params": { "hnsw_ef": 128 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-m-32-ef-128", "dat...
866
584
2026-03-23T11:15:13.616099
nexus
temporal
https://docs.temporal.io/develop/python/nexus
devops
go
`await` the handle to obtain the result. sync_operation_handle = await self . nexus_client . start_operation ( MyNexusService . my_sync_operation , MyInput ( name ) , ) sync_result = await sync_operation_handle return sync_result , wf_result Register the caller Workflow in a Worker and start the caller Workflow After d...
12
795
2026-03-23T11:00:28.049706
?s=shenyu
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=shenyu
devops
python
implements the Loki Push API loki 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/lokireceiver v0.148.0 v0.148.0 Version Collector Language Receiv...
131
799
2026-03-23T11:10:16.617787
?s=startup-hook
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=startup-hook
devops
python
lemetry Collector pipeline (traces, metrics, or logs). It embeds a lightweight implementation of the Isolation Forest algorithm that automatically learns normal behaviour from recent telemetry and tags, scores, or optionally drops anomalies in‑flight – no external ML service required. isolationforest processor collecto...
83
800
2026-03-23T11:13:05.327416
?s=masstransit
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=masstransit
devops
python
tory Apache Doris Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter supports sending traces, metrics, and logs data to Apache Doris (version >= 2.1). doris exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : githu...
34
800
2026-03-23T11:39:07.434768
?s=pg
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=pg
devops
python
Node.js. Node.js exporter Quick Install To install this exporter run: npm install @google-cloud/opentelemetry-cloud-trace-exporter 3.0.0 Version JavaScript Language Exporter Component Apache 2.0 License Package Details (npm) Repository Instana Node.js Exporter by Instana Authors The Instana Node.js OpenTelemetry Export...
180
799
2026-03-23T11:24:59.216229
code-splitting
webpack
https://webpack.js.org/guides/code-splitting
tooling
javascript
uded in both bundles. It isn't as flexible and can't be used to dynamically split code with the core application logic. The first of these two points is definitely an issue for our example, as lodash is also imported within ./src/index.js and will thus be duplicated in both bundles. Let's remove this duplication in nex...
3
800
2026-03-23T11:07:08.899183
?s=strimzi
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=strimzi
devops
python
ation Quick Install The package can be installed by adding opentelemetry_ecto to your list of dependencies in mix.exs : def deps do [ { :opentelemetry_ecto , "~> 1.2.0" } ] 1.2.0 Version Elixir Language Instrumentation Component Apache 2.0 License Package Details (hex) Repository Oban Instrumentation by 🔭 OpenTelemetr...
213
800
2026-03-23T11:29:44.749880
mui
mui
https://mui.com/x/react-date-pickers/date-picker/
library
javascript
or controlled. Uncontrolled picker 04 / 17 / 2022 Uncontrolled picker Controlled picker 04 / 17 / 2022 Controlled picker < DatePicker label = " Uncontrolled picker " defaultValue = { dayjs ( '2022-04-17' ) } /> < DatePicker label = " Controlled picker " value = { value } onChange = { ( newValue ) => setValue ( newValue...
1
794
2026-03-23T11:16:04.697265
python
tensorflow
https://www.tensorflow.org/api_docs/python
ml
python
v1.unsorted_segment_sum tf.compat.v1.unstack tf.compat.v1.user_ops tf.compat.v1.user_ops.my_fact tf.compat.v1.variable_axis_size_partitioner tf.compat.v1.variable_creator_scope tf.compat.v1.variable_op_scope tf.compat.v1.variable_scope tf.compat.v1.variables_initializer tf.compat.v1.variance_scaling_initializer tf.comp...
248
800
2026-03-23T10:52:24.540010
Collection
tanstack_router
https://tanstack.com/db/latest/docs/reference/interfaces/Collection
framework
typescript
s) => { drafts.forEach(draft => { draft.completed = true }) }) await tx.isPersisted.promise 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...
25
786
2026-03-23T11:27:50.476953
redis
redis
https://redis.io/docs/latest/develop/data-types/timeseries/
database
bash
); console . log ( res5 ); // >>> { rules: [], ... retentionTime: 100, ... const res6 = await client . ts . add ( 'thermometer:3' , 1 , 10.4 , { LABELS : { location : 'UK' , type : 'Mercury' } }); console . log ( res6 ); // >>> 1 const res7 = await client . ts . info ( 'thermometer:3' ); console . log ( res7 ); // >>> ...
943
800
2026-03-23T10:54:53.791370
limits
convex
https://docs.convex.dev/production/state/limits
database
typescript
per additional GiB) 50 GiB/month included $0.20 per additional GiB Document and index data transferred between Convex functions and the underlying database. Tables 10,000 10,000 Per deployment. Indexes per table 32 32 Fields per index 16 16 Index name length 64 characters 64 characters Restrictions Table and index name...
1
793
2026-03-23T10:59:36.897251