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
get-started
firebase
https://firebase.google.com/docs/crashlytics/unity/get-started
database
javascript
ester : MonoBehaviour { int updatesBeforeException ; // Use this for initialization void Start () { updatesBeforeException = 0 ; } // Update is called once per frame void Update () { // Call the exception-throwing method here so that it's run // every frame update throwExceptionEvery60Updates (); } // A method that tes...
10
800
2026-03-23T11:17:48.688325
inspect.html
python
https://docs.python.org/3/library/inspect.html
language
python
n version 3.2. inspect. getcoroutinestate ( coroutine ) ¶ Get current state of a coroutine object. The function is intended to be used with coroutine objects created by async def functions, but will accept any coroutine-like object that has cr_running and cr_frame attributes. Possible states are: CORO_CREATED: Waiting ...
55
798
2026-03-23T11:07:31.775423
five-lessons-for-context-engineering
inngest
https://www.inngest.com/blog/five-lessons-for-context-engineering
devops
typescript
ntext engineering logic, while Inngest handles all the reliability and orchestration underneath. For context pulling systems, this matters enormously. You can't afford to re-run 15 successful context-gathering operations just because the 16th one failed. Inngest's step-based execution model ensures you only retry what ...
16
800
2026-03-23T11:25:23.687143
kubernetes
kubernetes
https://kubernetes.io/docs/concepts/workloads/autoscaling/
devops
yaml
bout scaling horizontally Scale a StatefulSet HorizontalPodAutoscaler Walkthrough Resize Container Resources In-Place Autoscale the DNS Service in a Cluster Learn about Node autoscaling Feedback Was this page helpful? Yes No Thanks for the feedback. If you have a specific, answerable question about how to use Kubernete...
6
551
2026-03-23T11:30:15.472561
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
ata. #### provider_name ```python provider_name: str | None = None ``` The name of the provider that generated the response. Builtin tool calls are only sent back to the same provider. Required to be set when `provider_details` or `id` is set. #### provider_details ```python provider_details: dict[str, Any] | None = No...
2,948
796
2026-03-23T10:51:26.917500
packer
terraform
https://developer.hashicorp.com/hcp/api-docs/packer
devops
hcl
is was created and set by the HCP Packer registry when the version was created. component_type string Internal Packer name for the builder or post-processor component used to build this. For example, "amazon-ebs" or "azure-arm". packer_run_uuid string The UUID specific to this call to Packer build. If you use the manif...
34
800
2026-03-23T11:11:33.009830
generate-metadata
nextjs
https://nextjs.org/docs/app/api-reference/functions/generate-metadata
framework
javascript
to sync the config export with actual files, the file-based API will automatically generate the correct metadata for you. robots layout.tsx | page.tsx import type { Metadata } from 'next' export const metadata : Metadata = { robots : { index : true , follow : true , nocache : false , googleBot : { index : true , follow...
18
800
2026-03-23T11:02:30.113564
?s=elasticsearch
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=elasticsearch
devops
python
lowing: processors : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v0.148.0 v0.148.0 Version Collector Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Schema Transformer Processor by 🔭 OpenTelemetry Authors 🔭 The Sche...
92
799
2026-03-23T11:39:25.409522
react-19-2
react
https://react.dev/blog/2025/10/01/react-19-2
framework
javascript
, roomId ) ; connection . on ( 'connected' , ( ) => { onConnected ( ) ; } ) ; connection . connect ( ) ; return ( ) => connection . disconnect ( ) ; } , [ roomId ] ) ; // ✅ All dependencies declared (Effect Events aren't dependencies) // ... Similar to DOM events, Effect Events always “see” the latest props and state. ...
4
799
2026-03-23T10:52:41.635788
?s=akka
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=akka
devops
python
penTelemetry Instrumentation for knex by 🔭 OpenTelemetry Authors 🔭 Instrumentation library for Knex. Node.js knex orm database Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-knex 0.57.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Pack...
285
800
2026-03-23T11:18:15.453860
webpack
webpack
https://webpack.js.org/api/webpack-dev-server/
tooling
javascript
. stopCallback ( ( ) => { console . log ( "Server stopped." ) ; } ) ; setTimeout ( stopServer , 5000 ) ; And then run the server with the following command: Copy node server.js internalIP(family: "v4" | "v6") Returns the internal IPv4 / IPv6 address asynchronously. server.js Copy import WebpackDevServer from "webpack-d...
4
798
2026-03-23T11:07:53.545061
?s=dynamodb
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dynamodb
devops
python
ation histograms, following the OTel semantic conventions for MCP. Covers both protocol-level errors and application-level tool handler errors. go instrumentation mcp model-context-protocol gen-ai Go Language Instrumentation Component MIT License Documentation Repository MongoDB database instrumentation by 🔭 OpenTelem...
227
800
2026-03-23T11:37:54.071231
?s=configuration-validation
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=configuration-validation
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:11:39.549102
docker
docker
https://docs.docker.com/reference/cli/docker/container/stats/
devops
bash
: ) for all images: $ docker stats --format "{{.Container}}: {{.CPUPerc}}" 09d3bb5b1604: 6.61% 9db7aa4d986d: 9.19% 3f214c61ad1d: 0.00% To list all containers statistics with their name, CPU percentage and memory usage in a table format you can use: $ docker stats --format "table {{.Container}}\t{{.CPUPerc}}\t{{.MemUsag...
9
713
2026-03-23T11:37:31.863676
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
to use prompt caching: 1. **Cache User Messages with CachePoint**: Insert a `CachePoint` marker in your user messages to cache everything before it 1. **Cache System Instructions**: Set AnthropicModelSettings.anthropic_cache_instructions to `True` (uses 5m TTL by default) or specify `'5m'` / `'1h'` directly 1. **Cache ...
654
799
2026-03-23T10:51:26.911223
changelog.html
python
https://docs.python.org/3/whatsnew/changelog.html
language
python
t to not ask for more input when multi-line snippets have unclosed parentheses. Patch by Pablo Galindo bpo-43162 : deprecate unsupported ability to access enum members as attributes of other enum members bpo-43146 : Fix recent regression in None argument handling in traceback module functions. bpo-43102 : The namedtupl...
1,232
799
2026-03-23T10:57:25.354327
mui
mui
https://mui.com/material-ui/react-toggle-button/
library
javascript
{children} </ToggleButtonGroup> Press Enter to start editing Color Web Android iOS < ToggleButtonGroup color = " primary " value = { alignment } exclusive onChange = { handleChange } aria-label = " Platform " > < ToggleButton value = " web " > Web </ ToggleButton > < ToggleButton value = " android " > Android </ Toggle...
2
781
2026-03-23T11:39:10.247218
distributed
tensorflow
https://www.tensorflow.org/api_docs/python/tf/types/experimental/distributed
ml
python
Module: tf.types.experimental.distributed | TensorFlow v2.16.1 Skip to main content English 中文 – 简体 GitHub Sign in TensorFlow v2.16.1 TensorFlow API TensorFlow v2.16.1 Python Module: tf.types.experimental.distributed Stay organized with collections Save and categorize content based on your preferences. Public API for t...
0
798
2026-03-23T11:20:03.645047
mui
mui
https://mui.com/x/api/data-grid/data-grid/
library
javascript
l element if it is at the bottom edge of a cell selection range. Rule name : cell--rangeBottom .MuiDataGrid-cell--rangeLeft Styles applied to the cell element if it is at the left edge of a cell selection range. Rule name : cell--rangeLeft .MuiDataGrid-cell--rangeRight Styles applied to the cell element if it is at the...
48
800
2026-03-23T11:22:28.088509
?s=istio
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=istio
devops
python
resource attributes by appending information about the geographical location of an IP address. To add geographical information, the IP address must be included in the resource attributes using the source.address semantic conventions key attribute . geoip processor collector Collector Language Processor Component Apache...
80
800
2026-03-23T11:28:03.961914
?s=filestats
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=filestats
devops
python
ter by 🔭 OpenTelemetry Authors 🔭 The Kafka Exporter for the OpenTelemetry Collector. go exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexp...
41
800
2026-03-23T11:38:11.462700
?s=io
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=io
devops
python
/opentelemetry-collector-contrib/receiver/huaweicloudcesreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Microsoft IIS Receiver by 🔭 OpenTelemetry Authors 🔭 The iis receiver grabs metrics about an IIS instance using the Windows Perfo...
122
800
2026-03-23T11:37:34.369244
asset_missing_path
dart
https://dart.dev/tools/diagnostics/asset_missing_path
language
dart
fiers for API maintainers Reference Concurrency expand_more Overview Asynchronous programming Isolates Null safety expand_more Sound null safety Understanding null safety Dart keywords Language versioning Core libraries expand_more Overview dart:core dart:async dart:math dart:convert dart:io dart:js_interop Iterable co...
1
800
2026-03-23T11:37:18.753737
document-head-management
tanstack_start
https://tanstack.com/router/latest/docs/guide/document-head-management
framework
typescript
Route Data SSR Render Optimizations API Router File-Based Routing Integrations TanStack Query ESLint ESLint Plugin Router Create Route Property Order Router Examples Quickstart (file-based) Quickstart (code-based) Basic (file-based) Basic (code-based) Basic + React Query (file-based) Basic + React Query (code-based) Ba...
2
799
2026-03-23T11:27:56.886342
stats
webpack
https://webpack.js.org/api/stats
tooling
javascript
warnings" : 0 // Number of warnings when resolving or processing the module } Every module also contains a list of reasons objects describing why that module was included in the dependency graph. Each "reason" is similar to the origins seen above in the chunk objects section: Copy { "loc" : "33:24-93" , // Lines of cod...
8
799
2026-03-23T11:17:19.901092
modifiers
expo
https://docs.expo.dev/versions/latest/sdk/ui/swift-ui/modifiers
mobile
javascript
angle' | 'capsule' | 'rectangle' The clipping shape. cornerRadius (optional) number Corner radius for rounded rectangle (default: 8) Clips the view to a specific shape. Returns: ModifierConfig See: Official SwiftUI documentation . colorInvert(inverted) iOS tvOS Parameter Type Description inverted (optional) boolean Whe...
9
800
2026-03-23T11:26:47.389758
usage
dart
https://dart.dev/interop/js-interop/usage
language
dart
the minutes property of time. The call to time.isDinnerTime() calls the function in the isDinnerTime property of time and returns the value. Like top-levels and static members, you can declare instance methods, getters, setters, and fields. Operators . There are only two external interop operators allowed in interop ty...
15
596
2026-03-23T11:01:21.028866
flask
flask
https://flask.palletsprojects.com/views/
framework
python
n pattern is to register a view with methods=["GET", "POST"] , then check request.method == "POST" to decide what to do. Setting View.methods is equivalent to passing the list of methods to add_url_rule or route . class MyView ( View ): methods = [ "GET" , "POST" ] def dispatch_request ( self ): if request . method == ...
7
799
2026-03-23T10:55:35.771658
authentication-and-sso
langfuse
https://langfuse.com/self-hosting/security/authentication-and-sso
ai
python
r=<PROVIDER> Replace <YOUR_LANGFUSE_URL> with your Langfuse instance URL and <PROVIDER> with your configured provider name (e.g., GOOGLE , GITHUB , AZURE_AD , etc., see other variables of provider above). Use the Redirect to app to initiate login (OIDC Compliant) option in your identity provider's settings. IdP-initiat...
12
800
2026-03-23T11:28:30.619358
2.3.10
git
https://git-scm.com/docs/git-clean/2.3.10
devops
bash
exclude files and directories from deletion. E.g. "*.c *.h" will excludes files end with ".c" and ".h" from deletion. When you are satisfied with the filtered result, press ENTER (empty) back to the main menu. select by numbers This shows the files and directories to be deleted and issues an "Select items to delete>>" ...
6
794
2026-03-23T11:23:23.638722
versioning
temporal
https://docs.temporal.io/develop/dotnet/versioning
devops
go
This represents your desired end state. [ Workflow ] public class MyWorkflow { [ WorkflowRun ] public async Task RunAsync ( ) { this . result = await Workflow . ExecuteActivityAsync ( ( MyActivities a ) => a . PostPatchActivity ( ) , new ( ) { StartToCloseTimeout = TimeSpan . FromMinutes ( 5 ) } ) ; // ... } } The prob...
3
800
2026-03-23T10:52:27.851912
deployment?ref=homepage-deploy
inngest
https://www.inngest.com/docs/platform/deployment?ref=homepage-deploy
devops
typescript
re. How Inngest handles Function Runs The Inngest Platform hosts the Inngest Durable Execution Engine, responsible for triggering and maintaining the state of Function runs happening on your Cloud Provider : The Inngest Platform relies on Event and Signing Keys , as well as other security mechanisms , to communicate se...
1
462
2026-03-23T10:52:50.420341
physics_big
transformers
https://huggingface.co/datasets/Vikhrmodels/physics_big
ai
python
$. По второму закону Ньютона$$m_{1} \frac{\Delta \vec{v}_{1}}{\Delta t}=-\alpha\left(\vec{v}_{1}-\vec{v}_{2}\right), \quad m_{2} \frac{\Delta \vec{v}_{2}}{\Delta t}=\alpha\left(\vec{v}_{1}-\vec{v}_{2}\right) .$$Отсюда$$\frac{\Delta \vec{u}}{\Delta t}=-\alpha\left(\frac{1}{m_{1}}+\frac{1}{m_{2}}\right) \vec{u}=-\frac{\v...
61
800
2026-03-23T11:28:51.647922
get-started
langfuse
https://langfuse.com/docs/prompt-management/get-started
ai
python
(); Below are code examples for both a text type prompt and a chat type prompt. Learn more about prompt types here . Text prompt // By default, the production version of a text prompt is fetched. const prompt = await langfuse.prompt. get ( "movie-critic" ); // Insert variables into prompt template const compiledPrompt ...
11
799
2026-03-23T10:51:32.523770
csharp
csharp
https://learn.microsoft.com/en-us/dotnet/csharp/advanced-topics/performance/
language
csharp
Avoid memory allocations and data copies - C# | Microsoft Learn Table of contents Exit editor mode Ask Learn Ask Learn Focus mode Table of contents Read in English Add Add to plan Edit Share via Facebook x.com LinkedIn Email Copy Markdown Print Note Access to this page requires authorization. You can try signing in or ...
0
800
2026-03-23T10:51:28.179357
Mixtral-8x22B-Instruct-v0.1
transformers
https://huggingface.co/mistralai/Mixtral-8x22B-Instruct-v0.1
ai
python
model mistralai/Mixtral-8x22B-v0.1 Finetuned ( 7 ) this model Adapters 2 models Finetunes 5 models Merges 5 models Quantizations 7 models Spaces using mistralai/Mixtral-8x22B-Instruct-v0.1 100
10
192
2026-03-23T11:27:40.510510
monitoring-and-troubleshooting-self-hosted-runners
github_actions
https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners
devops
yaml
a link (for example, a Docker engine installed on Linux using snap ). To address this error, configure your self-hosted runner to use a different Docker engine. To check if your Docker engine was installed using snap , use the which command. In the following example, the Docker engine was installed using snap : $ which...
17
344
2026-03-23T10:51:42.394719
use-array-literals
biome
https://biomejs.dev/linter/rules/use-array-literals
tooling
javascript
1 , 2 ); code-block.js:1:12 lint/style/useArrayLiterals FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ℹ Use an array literal instead of the Array constructor. > 1 │ const xs = Array(0, 1, 2); │ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ 2 │ ℹ The Array constructor is misleading because it can be used to preallocate an array of ...
2
799
2026-03-23T11:22:35.002227
uk
git
https://git-scm.com/docs/git-push/uk
devops
bash
git remote add origin-push $(git config remote.origin.url) git fetch origin-push Тепер, коли фоновий процес виконується git fetch origin , посилання на origin-push не оновлюватимуться, і тому команди типу: git push --force-with-lease origin-push Не вийде, якщо ви вручну не запустите git fetch origin-push . Цей метод, з...
19
781
2026-03-23T11:01:49.296395
router
tanstack_router
https://tanstack.com/router
framework
typescript
TanStack Router TanStack Router v1 v1 New TanStack Intent Search... K Auto Log In Start RC Start RC Router Router Query Query Table Table DB beta DB beta AI alpha AI alpha Form new Form new Virtual Virtual Pacer beta Pacer beta Hotkeys alpha Hotkeys alpha Store alpha Store alpha Devtools alpha Devtools alpha CLI alpha ...
0
800
2026-03-23T10:49:56.646620
changelog-2025-03-20
mastra
https://mastra.ai/blog/changelog-2025-03-20
ai
typescript
Mastra Changelog 2025-03-20 - Mastra Blog Blog / Changelogs Mastra Changelog 2025-03-20 Mastra MCP documentation server, AgentNetwork updates, and more Sam Bhagwat · Mar 20, 2025 · 3 min read On this page Toggle This week we launched our very own MCP documentation server, shipped improvements to AgentNetwork, and conti...
0
800
2026-03-23T11:03:50.859682
?s=sarama
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=sarama
devops
python
ce data and export them to their backend of choice. Node.js pillarjs pillarjs-router router Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-restify 0.58.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository OpenT...
294
800
2026-03-23T11:27:15.243448
gitlab_ci
gitlab_ci
https://docs.gitlab.com/user/project/repository/branches/branch_rules/
devops
yaml
Expand Branch rules . Select Add branch rule . Select one of All protected branches or Branch name or pattern . Select Create branch rule . Add an approval rule Tier : Premium, Ultimate Offering : GitLab.com, GitLab Self-Managed, GitLab Dedicated Not available for all branches . Prerequisites: You must have the Maintai...
4
799
2026-03-23T11:28:31.396633
?s=spring-boot
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=spring-boot
devops
python
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 opent...
193
800
2026-03-23T11:22:36.744614
service-catalog-config
terraform
https://developer.hashicorp.com/terraform/cloud-docs/integrations/service-now/service-catalog-terraform/service-catalog-config
devops
hcl
uest Item has been provisioned. Note: The integration creates workspaces with auto-apply enabled. HCP Terraform will queue an apply for these workspaces whenever changes are merged to the associated VCS repositories. This is known as the VCS-driven run workflow . It is important to keep in mind that all of the ServiceN...
12
800
2026-03-23T11:20:34.694369
2.47.0
git
https://git-scm.com/docs/git-config/2.47.0
devops
bash
pushes the system into swapping. A value of 0 means no limit. The smallest size of 1 byte may be used to virtually disable this cache. Defaults to 256 MiB. pack.deltaCacheLimit The maximum size of a delta, that is cached in git-pack-objects[1] . This cache is used to speed up the writing object phase by not having to r...
261
798
2026-03-23T11:24:43.756198
feed.atom
planetscale
https://planetscale.com/blog/feed.atom
database
sql
c) Benefits of this strategy As stated in the previous section, versioned schema migrations have been around for much longer than declarative migrations. This means developers are likely more familiar with how they work and may be more comfortable working in this environment. Many tools that support versioned migration...
257
800
2026-03-23T11:03:06.264381
?s=solarwinds
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=solarwinds
devops
python
ponent Apache 2.0 License Package Details (go-collector) Repository Websocket Processor by 🔭 OpenTelemetry Authors 🔭 The WebSocket processor, which can be positioned anywhere in a pipeline, allows websocket remote tap processor collector Quick Install When building a custom collector you can add this processor to the...
90
800
2026-03-23T11:37:38.890577
go1.9
go
https://go.dev/doc/go1.9
language
go
ng file descriptor using the new RawConn interface. testing/quick The package now chooses values in the full range when generating int64 and uint64 random numbers; in earlier releases generated values were always limited to the [-2 62 , 2 62 ) range. In previous releases, using a nil Config.Rand value caused a fixed de...
24
800
2026-03-23T11:30:54.889741
postgresql
postgresql
https://www.postgresql.org/docs/release/17.0/
database
sql
mental file system backup (Robert Haas, Jakub Wartak, Tomas Vondra) § § Incremental backups can be created using pg_basebackup 's new --incremental option. The new application pg_combinebackup allows manipulation of base and incremental file system backups. Allow the creation of WAL summarization files (Robert Haas, Na...
14
799
2026-03-23T11:19:27.990620
supabase-network-bans-get
supabase
https://supabase.com/docs/reference/cli/supabase-network-bans-get
database
typescript
│ 78,325 │ 00:00:00 INSERT INTO users (email, name) VALUES ($1, $2)│ 00:40:11.616882 │ 0.8% │ 54,003 │ 00:00:00.000322 Usage 1 supabase inspect db calls Flags --db-url <string> Optional Inspect the database specified by the connection string (must be percent-encoded). --linked Optional Inspect the linked project. --loc...
41
754
2026-03-23T11:31:09.989050
django
django
https://docs.djangoproject.com/fr/4.0/
framework
python
Web géographique de classe mondiale. Son but est de faciliter au maximum la création d’application Web GIS et l’exploitation du potentiel de données géolocalisées. Outils d’usage courant pour les applications Web ¶ Django fournit plusieurs outils fréquemment utilisés dans le développement d’applications Web : Authentif...
9
800
2026-03-23T11:32:40.548892
slogtest@go1.26.1
go
https://go.dev/testing/slogtest@go1.26.1
language
go
er Go Concurrency Patterns: Timing out, moving on Go Slices: usage and internals A GIF decoder: an exercise in Go interfaces Error Handling and Go Packages JSON and Go - using the json package. Gobs of data - the design and use of the gob package. The Laws of Reflection - the fundamentals of the reflect package. The Go...
11
800
2026-03-23T11:33:13.234858
concepts
llamaindex
https://docs.llamaindex.ai/python/framework/getting_started/concepts
ai
python
nes of code. For more complex applications, our lower-level APIs allow advanced users to customize and extend any module — data connectors, indices, retrievers, query engines, and reranking modules — to fit their needs. Getting Started Section titled “Getting Started” LlamaIndex is available in Python (these docs) and ...
6
800
2026-03-23T10:51:25.153051
docker
docker
https://docs.docker.com/ai/mcp-catalog-and-toolkit/get-started/
devops
bash
figured, your AI applications can use all the servers in your profile. Tip Prefer working from the terminal? See Use MCP Toolkit from the CLI for instructions on using the docker mcp commands. Create a profile Profiles organize your MCP servers into collections. Create a profile for your work: Note If you're upgrading ...
2
799
2026-03-23T11:18:03.083278
pt_BR
git
https://git-scm.com/docs/git-help/pt_BR
devops
bash
. Mas isso pode falhar (caso a variável DISPLAY não estiver definido por exemplo) e nesse caso, será feito a tentativa no modo woman do emacs. Se tudo falhar, ou se nenhum visualizador estiver configurado, será tentado o visualizador especificado na variável de ambiente GIT_MAN_VIEWER . Se isto também falhar, o program...
9
799
2026-03-23T11:20:12.003341
?s=twig
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=twig
devops
python
) Repository zPages Collector Extension by 🔭 OpenTelemetry Authors 🔭 The zPages Extension for the OpenTelemetry Collector serves zPages, an HTTP endpoint that provides live data for debugging different components that were properly instrumented for such. go extension collector Collector Language Extension Component A...
74
800
2026-03-23T11:30:17.910890
ViewChild
angular
https://angular.dev/api/core/ViewChild
framework
typescript
idersSource inject Inject Injectable InjectableProvider InjectableType InjectionToken InjectOptions Injector INJECTOR InjectorType input Input inputBinding InputOptions InputOptionsWithoutTransform InputOptionsWithTransform InputSignal InputSignalWithTransform isDevMode isSignal isStandalone isWritableSignal IterableCh...
4
800
2026-03-23T11:26:46.785761
useReducer
react
https://react.dev/reference/react/useReducer
framework
javascript
t default function Counter ( ) { const [ state , dispatch ] = useReducer ( reducer , { age : 42 } ) ; return ( < > < button onClick = { ( ) => { dispatch ( { type : 'incremented_age' } ) } } > Increment age </ button > < p > Hello! You are { state . age } . </ p > </ > ) ; } Show more useReducer is very similar to useS...
7
800
2026-03-23T11:08:36.476455
?s=dynamodb
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dynamodb
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:37:54.071359
webpack
webpack
https://webpack.js.org/plugins/image-minimizer-webpack-plugin/
tooling
javascript
: { resize : { enabled : true , width : 100 , height : 50 , } , encodeOptions : { webp : { quality : 90 , } , } , } , } , ] , } ) , ] , } , } ; You can find more information in the squoosh GitHub repository . For only sharp currently, you can even generate the non-retina resizes of images: webpack.config.js Copy const ...
35
799
2026-03-23T11:12:01.295557
?s=action
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=action
devops
python
pentelemetry-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 Q...
143
800
2026-03-23T11:12:37.665229
tree-shaking.md
tanstack_router
https://tanstack.com/ai/latest/docs/guides/tree-shaking.md
framework
typescript
iText } from '@tanstack/ai-openai' const stream = chat({ adapter: openaiText('gpt-5.2'), messages: [{ role: 'user', content: 'Hello!' }], }) ``` Your bundle will **not** include: - Summarization logic - Image generation logic - Other activity implementations ## Adapter Functions Each provider package exports individual...
2
752
2026-03-23T11:36:33.555402
feed.xml
kubernetes
https://kubernetes.io/feed.xml
devops
yaml
</a>, the modern replacement for Ingress. If you must continue using Ingress, many alternative Ingress controllers are <a href="https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/">listed in the Kubernetes documentation</a>. Continue reading for further information about the history and current...
747
800
2026-03-23T11:17:36.485474
mock-functions
bun
https://bun.sh/docs/guides/test/mock-functions
runtime
javascript
.meta.path Check entrypoint Get entrypoint path Ecosystem & Frameworks Astro with Bun Discord.js with Bun Docker with Bun Drizzle with Bun Gel with Bun Elysia with Bun Express with Bun Hono with Bun Mongoose with Bun Neon Drizzle with Bun Neon Serverless Postgres with Bun Next.js with Bun Nuxt with Bun PM2 with Bun Pri...
1
799
2026-03-23T11:02:50.876550
terms
tanstack_start
https://tanstack.com/terms
framework
typescript
Site. By accessing or using TanStack.com, you agree to these Terms. If you do not agree, you must not use the Site. 1. Acceptance of Terms By accessing, browsing, or using TanStack.com, you acknowledge that you have read, understood, and agree to be bound by these Terms and our Privacy Policy. 2. Changes to Terms We ma...
1
800
2026-03-23T10:55:54.347995
Qwen3.5-397B-A17B
transformers
https://huggingface.co/datasets/SWE-bench/SWE-bench_Verified?eval_result=Qwen/Qwen3.5-397B-A17B
ai
python
[sphericalrep]", "astropy/table/tests/test_mixin.py::test_add_column[sphericalrepdiff]", "astropy/table/tests/test_mixin.py::test_add_column[time]", "astropy/table/tests/test_mixin.py::test_add_column[timedelta]", "astropy/table/tests/test_mixin.py::test_vstack", "astropy/table/tests/test_mixin.py::test_insert_row[arra...
41
800
2026-03-23T11:16:48.661252
?s=prometheus
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=prometheus
devops
python
Authors 🔭 The OpenTelemetry SDK for Erlang and Elixir. erlang elixir Erlang Language Core Component Apache 2.0 License Repository Go by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry API and SDK for Go. go Go Language Core Component Apache 2.0 License Repository Go Automatic Instrumentation by 🔭 OpenTelemetry Authors ...
363
799
2026-03-23T11:32:56.767295
api-keys
temporal
https://docs.temporal.io/cloud/api-keys
devops
go
ty (user or Service Account) → RBAC (authorization) API key best practices Keep it secret; keep it safe : Treat your API key like a password. Do not expose it in client-side code, public repositories, or other easily accessible locations. Rotate keys regularly : Change your API keys periodically to reduce risks from po...
1
798
2026-03-23T11:08:55.409215
react-performance-tracks
react
https://react.dev/reference/dev-tools/react-performance-tracks
framework
javascript
aph, where each entry represents the duration of the corresponding component render and all its descendant children components. Similar to render durations, effect durations are also represented as a flamegraph, but with a different color scheme that aligns with the corresponding phase on the Scheduler track. Note Unli...
5
800
2026-03-23T10:51:12.009078
?s=haskell
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=haskell
devops
python
Autoinjection deprecated by 🔭 OpenTelemetry Authors 🔭 Deprecated This browser extension is permanently deprecated. Other browser extensions are available that provide similar functionality . This browser extension allows you to inject OpenTelemetry instrumentation in any web page. It uses the Web SDK and can export d...
377
799
2026-03-23T11:20:15.839379
supabase-postgres-config-update
supabase
https://supabase.com/docs/reference/cli/supabase-postgres-config-update
database
typescript
te all supabase local projects data. Usage 1 supabase stop [flags] Flags --all Optional Stop all local Supabase instances from all projects across the machine. --no-backup Optional Deletes all data volumes after stopping. --project-id <string> Optional Local project ID to stop. Basic usage Clean up local data after sto...
8
800
2026-03-23T11:31:46.740144
?s=cassandra
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=cassandra
devops
python
Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Kafka Metrics Receiver by 🔭 OpenTelemetry Authors 🔭 Kafka metrics receiver collects Kafka metrics (brokers, topics, partitions, consumer groups) from Kafka server, go receiver collector Quick Install When building a custom collec...
128
799
2026-03-23T11:33:08.676459
2.14.6
git
https://git-scm.com/docs/gitsubmodules/2.14.6
devops
bash
large history locally. Transfer size: In its current form Git requires the whole working tree present. It does not allow partial trees to be transferred in fetch or clone. Access control: By restricting user access to submodules, this can be used to implement read/write policies for different users. The configuration o...
5
799
2026-03-23T11:11:35.370442
tool-approval
tanstack_router
https://tanstack.com/ai/latest/docs/guides/tool-approval
framework
typescript
Approve </button> <button onClick={() => addToolApprovalResponse({ id: part.approval!.id, approved: false, }) } > Deny </button> </div> ); } // ... render other parts })} </div> ))} </div> ); } Approval UI Example Here's a more complete approval UI component: typescript function ApprovalPrompt({ part, onApprove, onDeny...
12
474
2026-03-23T11:21:54.104214
?s=prometheusremotewrite
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=prometheusremotewrite
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:38:28.410320
?s=settings
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=settings
devops
python
llector-contrib/receiver/libhoneyreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository OpenTelemetry Collector Lightstep Receiver by Zalando SE The lightstepreceiver receives OpenTracing traces from Lightstep tracers in various supported fo...
130
800
2026-03-23T11:26:12.522384
default-abi-filters-android
flutter
https://docs.flutter.dev/release/breaking-changes/default-abi-filters-android
mobile
dart
ve an issue where third-party dependencies with x86 native libraries would cause Google Play to incorrectly identify Flutter apps as supporting x86 devices. When users with x86 devices installed these apps, they would crash at runtime because Flutter's native libraries aren't available for x86. The Flutter Gradle Plugi...
1
657
2026-03-23T11:27:18.215714
qdrant
qdrant
https://qdrant.tech/articles/product-quantization/
database
python
oosing the compression ratio from 4x up to 64x. In our example, we selected 16x, so each subvector will consist of 4 floats (16 bytes), and it will eventually be represented by a single byte. Clustering The chunks of our vectors are then used as input for clustering. Qdrant uses the K-means algorithm, with $ K = 256 $....
2
800
2026-03-23T10:50:41.928652
2.44.0
git
https://git-scm.com/docs/git-fetch/2.44.0
devops
bash
fetch.bundleURI , then be sure to remove the value for the fetch.bundleCreationToken value before fetching. BUGS Using --recurse-submodules can only fetch new commits in submodules that are present locally e.g. in $GIT_DIR/modules/ . If the upstream adds a new submodule, that submodule cannot be fetched until it is clo...
51
464
2026-03-23T11:09:25.837061
?language=collector
opentelemetry
https://opentelemetry.io/ecosystem/registry/?language=collector
devops
python
umentation Component Apache 2.0 License Repository Elasticsearch Python Client native by Elasticsearch B.V. You can use OpenTelemetry to monitor the performance and behavior of your Elasticsearch requests through the Python Client. python elasticsearch client Python Language Instrumentation Component Apache-2.0 License...
323
799
2026-03-23T11:03:09.543059
sqlite3changegroup_add_strm.html
sqlite
https://www.sqlite.org/session/sqlite3changegroup_add_strm.html
database
sql
ck successfully processes the supplied data, it should return SQLITE_OK to indicate success. Otherwise, it should return some other SQLite error code. In this case processing is immediately abandoned and the streaming API function returns a copy of the xOutput error code to the application. The sessions module never in...
9
556
2026-03-23T11:39:10.229784
csharp
csharp
https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/xmldoc/
language
csharp
ce . ELEMENT_TYPE_PTR is represented as a '*' following the modified type. ELEMENT_TYPE_BYREF is represented as a '@' following the modified type. ELEMENT_TYPE_CMOD_OPT is represented as a '!' and the fully qualified name of the modifier class, following the modified type. ELEMENT_TYPE_SZARRAY is represented as "[]" fo...
13
800
2026-03-23T10:50:18.927309
?s=pinecone
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=pinecone
devops
python
nTelemetry Authors 🔭 Receives data via gRPC in Otel/STEF format. Otel/STEF is a compact and stef 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/...
158
800
2026-03-23T11:20:29.243484
?s=inmemory
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=inmemory
devops
python
metry/instrumentation-fs 0.32.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository OpenTelemetry Generic Pool Instrumentation for Node.js by 🔭 OpenTelemetry Authors 🔭 generic-pool instrumentation for Node.js. js instrumentation generic-pool pooling Quick Install ...
282
800
2026-03-23T11:33:46.784946
groq
tanstack_start
https://tanstack.com/ai/latest/docs/adapters/groq
framework
typescript
asoning for models that support it (e.g., openai/gpt-oss-120b , qwen/qwen3-32b ). This allows the model to show its reasoning process, which is streamed as thinking chunks: typescript modelOptions: { reasoning_effort: "medium", // "none" | "default" | "low" | "medium" | "high" } Supported Models Groq offers a diverse s...
11
798
2026-03-23T11:10:43.852372
mcp
planetscale
https://planetscale.com/docs/connect/mcp
database
sql
MCP server to your Codex CLI Report incorrect code Copy Ask AI codex mcp add planetscale --url https://mcp.pscale.dev/mcp/planetscale You should be immediately prompted to authenticate. Follow the instructions in the browser to authenticate. Enter Codex CLI Report incorrect code Copy Ask AI codex List the available MCP...
11
798
2026-03-23T10:50:30.612582
?s=cloudwego
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=cloudwego
devops
python
stjs JavaScript Language Instrumentation Component MIT License Website Documentation Repository OpenTelemetry NodeCache Instrumentation by Aspecto Authors NodeCache instrumentation for Node.js. Node.js instrumentation node-cache JavaScript Language Instrumentation Component Apache 2.0 License Repository OpenAI JavaScri...
292
800
2026-03-23T11:15:52.637027
changelog.html
python
https://docs.python.org/3/whatsnew/changelog.html
language
python
_AsEncodedUnicode(). Build ¶ bpo-28258 : Fixed build with Estonian locale (python-config and distclean targets in Makefile). Patch by Arfrever Frehtes Taifersar Arahesis. bpo-26661 : setup.py now detects system libffi with multiarch wrapper. bpo-15819 : Remove redundant include search directory option for building outs...
2,125
799
2026-03-23T10:57:25.355586
?s=web
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=web
devops
python
Event Receiver by 🔭 OpenTelemetry Authors 🔭 Tails and parses logs from windows event log API using the opentelemetry-log-collection library. 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-tel...
165
799
2026-03-23T11:23:14.011093
?s=dubbo
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dubbo
devops
python
iner Insights Receiver by 🔭 OpenTelemetry Authors 🔭 AWS Container Insights Receiver is an AWS specific receiver that supports CloudWatch Container Insights. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : git...
101
800
2026-03-23T11:39:18.104884
flask
flask
https://flask.palletsprojects.com/tutorial/
framework
python
Tutorial — Flask Documentation (3.1.x) Navigation index modules | next | previous | Flask Documentation (3.1.x) » Tutorial Tutorial ¶ Contents: Project Layout Application Setup Define and Access the Database Blueprints and Views Templates Static Files Blog Blueprint Make the Project Installable Test Coverage Deploy to ...
0
799
2026-03-23T10:56:30.228200
html-loader
webpack
https://webpack.js.org/loaders/html-loader
tooling
javascript
: / \.html$ / i , loader : "html-loader" , } , ] , } , } ; Options sources preprocessor postprocessor minimize esModule sources Type: Copy type sources = | boolean | { list ? : { tag ? : string ; attribute ? : string ; type ? : string ; filter ? : ( tag : string , attribute : string , attributes : string , resourcePath...
1
800
2026-03-23T10:55:47.174160
redis
redis
https://redis.io/docs/latest/commands/bitop/
database
bash
. Handling of strings with different lengths When an operation is performed between strings having different lengths, all the strings shorter than the longest string in the set are treated as if they were zero-padded up to the length of the longest string. The same holds true for non-existent keys, that are considered ...
15
800
2026-03-23T11:33:15.770577
capi3ref.html
sqlite
https://www.sqlite.org/capi3ref.html
database
sql
From A BLOB Incrementally int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset); This function is used to read data from an open BLOB handle into a caller-supplied buffer. N bytes of data are copied into buffer Z from the open BLOB, starting at offset iOffset. If offset iOffset is less than N bytes from th...
92
799
2026-03-23T11:15:05.573322
?s=tedious
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=tedious
devops
python
ocol. 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/influxdbreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2...
123
800
2026-03-23T11:22:30.961463
built-in-types
dart
https://dart.dev/language/built-in-types
language
dart
eantToDoThis . isNaN ) ; content_copy Runes and grapheme clusters # In Dart, runes expose the Unicode code points of a string. You can use the characters package to view or manipulate user-perceived characters, also known as Unicode (extended) grapheme clusters. Unicode defines a unique numeric value for each letter, d...
15
640
2026-03-23T11:02:25.543581
redis
redis
https://redis.io/docs/latest/commands/ft.create/
database
bash
tion algorithm (via Friso ), which segments text and checks it against a predefined dictionary. See Stemming for more information. SCORE {default_score} is default score for documents in the index. Default score is 1.0. SCORE_FIELD {score_attribute} is document attribute that you use as the document rank based on the u...
20
800
2026-03-23T11:09:04.252927
border-color
tailwind
https://tailwindcss.com/docs/border-color
library
javascript
39.1% 0.09 240.876) */ border-b-sky-950 border-bottom-color: var(--color-sky-950); /* oklch(29.3% 0.066 243.157) */ border-b-blue-50 border-bottom-color: var(--color-blue-50); /* oklch(97% 0.014 254.604) */ border-b-blue-100 border-bottom-color: var(--color-blue-100); /* oklch(93.2% 0.032 255.585) */ border-b-blue-200 ...
327
800
2026-03-23T11:21:15.590181
?s=emissary
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=emissary
devops
python
Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding v0.148.0 v0.148.0 Version Collector Language Extension Component Apache 2.0 License Package Details (go-collect...
62
799
2026-03-23T11:31:06.709361