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
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubectl/kubectl/
devops
yaml
kubectl create rolebinding NAME --clusterrole=NAME|--role=NAME [--user=username] [--group=groupname] [--serviceaccount=namespace:serviceaccountname] [--dry-run=server|client|none] Flags Name Shorthand Default Usage allow-missing-template-keys true If true, ignore any errors in templates when a field or map key is missi...
49
799
2026-03-23T11:25:56.780448
gitlab_ci
gitlab_ci
https://docs.gitlab.com/user/clusters/agent/gitops/
devops
yaml
pace.svc.cluster.local There is special handing for service proxy URLs configured in this format: /api/v1/namespaces/[^/]+/services/[^/]+/proxy . For example: flux : webhook_receiver_url : /api/v1/namespaces/flux-system/services/http:webhook-receiver:80/proxy In these cases, the agent for Kubernetes uses the available ...
6
799
2026-03-23T11:27:19.606276
local-shell
firebase
https://firebase.google.com/docs/functions/local-shell
database
javascript
enerally means providing new test data for onCreate operations, old/removed data for onDelete operations, and both for onUpdate or onWrite functions. Note that Firestore data has to be key-value pairs; see Supported Data Types . # invoke onCreate function myFirestoreFunction({foo: ‘new’}) # invoke onDelete function myF...
7
800
2026-03-23T10:54:40.789025
release-notes-2.2.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.2.0
mobile
dart
tree to go green) 25351 Roll Skia from 3d358fe2e533 to f1126836f9ef (1 revision) (cla: yes, waiting for tree to go green) 25352 Roll Skia from f1126836f9ef to 7f38a89654b2 (1 revision) (cla: yes, waiting for tree to go green) 25353 Roll Fuchsia Mac SDK from eXx5DUal4... to E7dJ0nmpi... (cla: yes, waiting for tree to go...
472
800
2026-03-23T11:13:36.909941
app
electron
https://www.electronjs.org/docs/latest/api/app
desktop
javascript
ance of your app in Finder, and the open-file and open-url events will be emitted for that. However when users start your app in command line, the system's single instance mechanism will be bypassed, and you have to use this method to ensure single instance. An example of activating the window of primary instance when ...
43
800
2026-03-23T10:50:00.328296
?s=purefb
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=purefb
devops
python
essor converts delta sum metrics to rate metrics. This rate is a gauge. 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-telemetry/opentelemetry-collector-contrib/processor/deltatorateprocesso...
78
800
2026-03-23T11:25:22.484885
2.33.0
git
https://git-scm.com/docs/git-merge/2.33.0
devops
bash
aunch a graphical mergetool which will work you through the merge. Look at the diffs. git diff will show a three-way diff, highlighting changes from both the HEAD and MERGE_HEAD versions. Look at the diffs from each branch. git log --merge -p <path> will show diffs first for the HEAD version and then the MERGE_HEAD ver...
25
800
2026-03-23T11:14:57.523101
benchmark_utils.html
pytorch
https://pytorch.org/docs/stable/benchmark_utils.html
ml
python
nctionCounts is generally a content agnostic container, however this is sufficiently important for obtaining reliable results to warrant an exception. Return type : FunctionCounts filter ( filter_fn ) [source] # Keep only the elements where filter_fn applied to function name returns True. Return type : FunctionCounts t...
18
799
2026-03-23T10:50:39.902999
v0.15.html
scikit_learn
https://scikit-learn.org/stable/whats_new/v0.15.html
ml
python
lexandre Gramfort . Fit alphas for each l1_ratio instead of mean_l1_ratio in linear_model.ElasticNetCV and linear_model.LassoCV . This changes the shape of alphas_ from (n_alphas,) to (n_l1_ratio, n_alphas) if the l1_ratio provided is a 1-D array like object of length greater than one. By Manoj Kumar . Fix linear_model...
17
800
2026-03-23T10:57:16.692765
human-in-the-loop
inngest
https://www.inngest.com/docs/ai-patterns/human-in-the-loop
devops
typescript
Human-in-the-loop (HITL) - Inngest Documentation Search... Contact sales Sign Up TypeScript SDK v4 is now available! See what's new Guides AI Patterns Human-in-the-loop (HITL) Copy Markdown Open Use step.waitForEvent() to pause agent execution for human approval, then resume or abort based on the response. The basic pa...
0
800
2026-03-23T11:10:47.594067
?s=dynatrace
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dynatrace
devops
python
tall this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.EntityFrameworkCore 1.15.0-beta.1 Version .NET Language Instrumentation Component Apache 2.0 License Package Details (nuget) Repository EventCounters Instrumentation for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 This is an I...
201
800
2026-03-23T11:36:56.523610
admob
firebase
https://firebase.google.com/docs/admob
database
javascript
pp. Working together, AdMob , Firebase, and Google Analytics offer additional levels of configuration to help you achieve your optimization goals. View user metrics in your AdMob account Enable user metrics in your AdMob account to access new data and powerful reports, such as the rewarded report , that may help inform...
4
800
2026-03-23T11:02:03.132067
redis
redis
https://redis.io/docs/latest/develop/data-types/probabilistic/bloom-filter/
database
bash
ountain Racer" , "Cloudy City Cruiser" , "Windy City Wippet" , ). Result () if err != nil { panic ( err ) } fmt . Println ( res4 ) // >>> [true true true] res5 , err := rdb . BFMExists ( ctx , "bikes:models" , "Rocky Mountain Racer" , "Cloudy City Cruiser" , "Windy City Wippet" , ). Result () if err != nil { panic ( er...
20
800
2026-03-23T11:02:48.868996
?s=desktop
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=desktop
devops
python
install this instrumentation library run: composer require open-telemetry/opentelemetry-auto-psr6 0.0.5 Version PHP Language Instrumentation Component Apache 2.0 License Package Details (packagist) Repository Slim Framework by 🔭 OpenTelemetry Authors 🔭 Instrumentation Library for the Slim Framework php slim instrumen...
314
799
2026-03-23T11:33:39.068121
?s=azure
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=azure
devops
python
hon Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry aiohttp server Integration by 🔭 OpenTelemetry Authors 🔭 This library allows tracing HTTP requests made by the aiohttp server library. aio http server instrumentation python Python Language Instrumentation Component Apache 2.0 License R...
317
800
2026-03-23T11:38:25.447731
?s=scala
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=scala
devops
python
e instrumentation base class, and the instrumentation registry. base instrumentation ruby Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-base 0.25.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository Bunny Instrument...
342
800
2026-03-23T11:32:38.718614
troubleshoot-convert-to-inferred
nx
https://nx.dev/docs/troubleshooting/troubleshoot-convert-to-inferred
tooling
typescript
ifferentiate production and development builds. You can also use the `configuration` variable that will match the `--configuration` option passed to Nx. distDir: process . env . NODE_ENV === ' production ' ? ' dist ' : ' dist-dev ' , } ; const plugins = [ withNx ]; module . exports = composePlugins ( ... plugins )( nex...
3
799
2026-03-23T11:21:53.025689
control-flow
mastra
https://mastra.ai/docs/workflows/control-flow
ai
typescript
urrency : 10 } ) // Embed all chunks . commit ( ) Key points about chaining .foreach() : Each .foreach() operates on the array from the previous step If a step inside .foreach() returns an array, the output becomes an array of arrays Use .map() with .flat() to flatten nested arrays when needed For complex RAG pipelines...
27
799
2026-03-23T11:29:29.374906
plugin-registry
nx
https://nx.dev/docs/plugin-registry
tooling
typescript
Community GitHub @nx-plus/vue Nx plugin adding first class support for Vue in your Nx workspace. Dec 5, 2022 299 — Community GitHub @nx-plus/docusaurus Nx plugin adding first class support for Docusaurus in your Nx workspace. Dec 5, 2022 299 — Community GitHub @twittwer/compodoc Nx Plugin to integrate the generation of...
14
800
2026-03-23T10:51:35.116525
?s=guzzle
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=guzzle
devops
python
ector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/splunkenterprisereceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository SQL Quer...
155
800
2026-03-23T11:13:19.229446
main_first_positional_parameter_type
dart
https://dart.dev/tools/diagnostics/main_first_positional_parameter_type
language
dart
tion guide 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 The type of the first positional parameter of the 'main' function must be a supertype of 'List '. Description # The analyzer...
4
745
2026-03-23T11:20:40.036283
?s=gorm
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=gorm
devops
python
vers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/nsxtreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository NTP Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver periodically retrieves the clock offset ...
137
800
2026-03-23T11:24:34.741130
usage-dashboard-consumption-api
neon
https://neon.tech/guides/usage-dashboard-consumption-api
database
sql
age metrics for the last month, aggregated daily. Set environment variables: export NEON_API_KEY = your_api_key_here export ORG_ID = your_org_id_here Replace your_api_key_here and your_org_id_here with your actual Neon API Key and Organization ID. Run the request: Run the following command to fetch your consumption dat...
3
800
2026-03-23T11:31:11.139928
?s=gateway
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=gateway
devops
python
vers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/nsxtreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository NTP Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver periodically retrieves the clock offset ...
137
800
2026-03-23T11:31:10.785917
SWE-bench_Verified
transformers
https://huggingface.co/datasets/SWE-bench/SWE-bench_Verified
ai
python
tropy/table/tests/test_mixin.py::test_assignment_and_copy", "astropy/table/tests/test_mixin.py::test_conversion_qtable_table", "astropy/table/tests/test_mixin.py::test_setitem_as_column_name", "astropy/table/tests/test_mixin.py::test_quantity_representation", "astropy/table/tests/test_mixin.py::test_representation_repr...
44
800
2026-03-23T11:06:34.416780
sv
git
https://git-scm.com/docs/git-status/sv
devops
bash
en ospårade cachen lagras i .git/index -filen. Den minskade kostnaden för att söka efter ospårade filer uppvägs något av den ökade storleken på indexet och kostnaden för att hålla det uppdaterat. Den minskade söktiden är vanligtvis värd den extra storleken. core.untrackedCache=true och core.fsmonitor=true eller core.fs...
25
800
2026-03-23T11:26:55.565826
olmOCR-bench
transformers
https://huggingface.co/datasets/allenai/olmOCR-bench
ai
python
, \mathcal{D}), \mathbb{Q}/\mathbb{Z}(1))[1] arxiv_math/2503.05614_pg12.pdf https://arxiv.org/pdf/2503.05614 1 2503.05614_pg12_math_001 math 0 verified C^\bullet(E) \simeq R\text{Hom}(C^\bullet(E), \mathbb{Q}/\mathbb{Z}(1))[1] arxiv_math/2503.05614_pg12.pdf https://arxiv.org/pdf/2503.05614 1 2503.05614_pg12_math_002 ma...
10
800
2026-03-23T11:13:56.208954
results-1-100-thread-2024-06-15.json
qdrant
https://qdrant.tech/benchmarks/results-1-100-thread-2024-06-15.json
database
python
me": 0.27834774295333775, "rps": 363.97211316967457, "parallel": 100, "p99_time": 0.49805527332238864, "mean_time": 0.25215711603565144, "mean_precisions": 0.9884799999999999, "engine_params": { "ef": 128, "hnsw_config": { "M": 32, "EF_CONSTRUCTION": 256 } } }, { "engine_name": "redis", "setup_name": "redis-m-32-ef-256...
1,218
673
2026-03-23T10:59:06.541843
objects.html
typescript
https://www.typescriptlang.org/docs/handbook/2/objects.html
language
javascript
ist on type 'readonly string[]'. 2339 Property 'push' does not exist on type 'readonly string[]'. } Try One last thing to note is that unlike the readonly property modifier, assignability isn’t bidirectional between regular Array s and ReadonlyArray s. ts let x : readonly string [] = []; let y : string [] = []; x = y ;...
31
800
2026-03-23T10:52:32.734451
?s=cassandra
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=cassandra
devops
python
ation Java Language Instrumentation Component Apache 2.0 License Repository Logback Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Logback instrumentation to track requests through OpenTelemetry. java instrumentation logback Java Language Instrumentation Component Apache 2.0 License Repository M...
258
800
2026-03-23T11:33:08.676567
?s=vaadin
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=vaadin
devops
python
llector. 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/wavefrontreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apac...
163
800
2026-03-23T11:20:45.496450
?s=desktop
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=desktop
devops
python
Arize AI Instrumentation for tracing the Mistral AI Python SDK python instrumentation mistralai Python Language Instrumentation Component Apache 2.0 License Documentation Repository MySQL Instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation with MySQL that supports the mysql-connector library. python instrume...
328
799
2026-03-23T11:33:39.068133
?s=aspire
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=aspire
devops
python
hon Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry aiohttp server Integration by 🔭 OpenTelemetry Authors 🔭 This library allows tracing HTTP requests made by the aiohttp server library. aio http server instrumentation python Python Language Instrumentation Component Apache 2.0 License R...
317
800
2026-03-23T11:31:30.130536
?s=odddotnet
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=odddotnet
devops
python
by Aspecto Authors Neo4j instrumentation for Node.js. Node.js instrumentation neo4j neo4j-driver JavaScript Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry Instrumentation for Nest by Metin Seylan Instrumentation library for Nest. Node.js nest nestjs JavaScript Language Instrumentation Co...
290
799
2026-03-23T11:15:01.957802
?s=sqlclient
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=sqlclient
devops
python
eivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/snowflakereceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Solace Receiver by 🔭 OpenTelemetry Authors 🔭 The Solace receiver receives trace data from...
153
800
2026-03-23T11:37:18.459987
llms.txt
svelte
https://svelte.dev/docs/kit/llms.txt
framework
javascript
age app [Single-page apps (SPAs)](glossary#SPA) exclusively use [client-side rendering (CSR)](glossary#CSR). You can [build single-page apps (SPAs)](single-page-apps) with SvelteKit. As with all types of SvelteKit applications, you can write your backend in SvelteKit or [another language or framework](#Separate-backend...
8
800
2026-03-23T11:12:53.539110
?group=cf
redis
https://redis.io/docs/latest/commands/?group=cf
database
bash
aries and functions. Learn more → Read more FUNCTION KILL Terminates a function during execution. Learn more → Read more FUNCTION LIST Returns information about all libraries. Learn more → Read more FUNCTION LOAD Creates a library. Learn more → Read more FUNCTION RESTORE Restores all libraries from a payload. Learn mor...
21
800
2026-03-23T11:04:36.355736
gitlab_ci
gitlab_ci
https://docs.gitlab.com/administration/pages/troubleshooting/
devops
yaml
lt Reconfigure GitLab: sudo gitlab-ctl reconfigure 502 error when connecting to GitLab Pages proxy when server does not listen over IPv6 In some cases, NGINX might default to using IPv6 to connect to the GitLab Pages service even when the server does not listen over IPv6. You can identify when this is happening if you ...
7
800
2026-03-23T11:31:27.679807
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
by: - Anthropic - Google - Bedrock Converse Support for OpenAI is in development: https://github.com/pydantic/pydantic-ai/issues/3430 #### has_token_limits ```python has_token_limits() -> bool ``` Returns `True` if this instance places any limits on token counts. If this returns `False`, the `check_tokens` method will ...
3,745
787
2026-03-23T10:51:26.919033
result-2022-08-10.json
qdrant
https://qdrant.tech/benchmarks/result-2022-08-10.json
database
python
search_params": { "hnsw_ef": 64 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-rps-m-32-ef-256", "dataset_name": "gist-960-euclidean", "upload_time": 369.1250273981, "total_upload_time": 920.0702237021, "p95_time": 0.0159835927, "rps": 144.6942933746, "parallel": 2, "p99_time": 0.0188494456, "mean_time": 0.013...
2,845
564
2026-03-23T11:15:13.618739
?s=mongoose
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=mongoose
devops
python
uage Instrumentation Component Apache 2.0 License Package Details (nuget) Repository MySqlData Instrumentation for OpenTelemetry by 🔭 OpenTelemetry Authors 🔭 This is an Instrumentation Library, which instruments MySql.Data and collects telemetry about database operations. mysqldata instrumentation dotnet Quick Instal...
207
800
2026-03-23T11:37:13.128362
?s=pino
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=pino
devops
python
entation by 🔭 OpenTelemetry Authors 🔭 Instrumentation for Celery. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository ChromaDB Instrumentation by Traceloop Instrumentation for Chroma Vector DB python instrumentation chromadb Python Language Instrumentation Component Apache 2...
321
800
2026-03-23T11:13:48.681830
?s=sso
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=sso
devops
python
rary run: gem install opentelemetry-instrumentation-concurrent_ruby 0.24.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository Dalli Instrumentation by 🔭 OpenTelemetry Authors 🔭 Dalli instrumentation for Ruby. ruby instrumentation dalli Quick Install To install this in...
343
799
2026-03-23T11:26:22.118895
?s=gateway
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=gateway
devops
python
xtension provides automatic Google Cloud authentication for OpenTelemetry Java’s OTLP exporters, enabling telemetry export to Google Cloud for both zero-code and manual instrumentation setups. gcp extension java auth google Java Language Extension Component Apache 2.0 License Repository Gin-gonic Instrumentation With M...
194
799
2026-03-23T11:31:10.785965
flyout-menus
tailwind
https://tailwindcss.com/plus/ui-blocks/marketing/elements/flyout-menus
library
javascript
previews. These menu examples are designed and built by the Tailwind CSS team, and include a variety of different styles, such as simple text-based, multiple sections with icons, and full-width menus. Stacked with footer actions Preview Code HTML React Vue Stacked with footer actions Preview Code HTML React Vue Full-wi...
1
792
2026-03-23T11:01:10.557114
SWE-bench_Verified
transformers
https://huggingface.co/datasets/princeton-nlp/SWE-bench_Verified
ai
python
il[masked]", "astropy/table/tests/test_table.py::TestRemove::test_delitem_fail[subclass]", "astropy/table/tests/test_table.py::TestKeep::test_1[unmasked]", "astropy/table/tests/test_table.py::TestKeep::test_1[masked]", "astropy/table/tests/test_table.py::TestKeep::test_1[subclass]", "astropy/table/tests/test_table.py::...
74
800
2026-03-23T11:23:16.362039
redis
redis
https://redis.io/docs/latest/develop/data-types/timeseries/
database
bash
t . Time . Value }, { t . Val }) "))}]" ); // >>> [(0, 1000), (25, 3000), (50, 5000)] IReadOnlyList < TimeSeriesTuple > res36 = db . TS (). Range ( "sensor3" , 10 , 70 , aggregation : TsAggregation . Min , timeBucket : 25 , align : "-" ); Console . WriteLine ( $"[{string.Join(" , ", res36.Select(t => $" ({ t . Time . V...
214
799
2026-03-23T10:54:53.790358
release-notes-2.10.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.10.0
mobile
dart
mSheet (framework, f: material design, cla: yes, waiting for tree to go green) 93507 Remove shade50 getter from MaterialAccentColor (framework, f: material design, cla: yes, waiting for tree to go green) 93600 fix: inline templatized see also (framework, f: material design, cla: yes, d: api docs, waiting for tree to go...
201
800
2026-03-23T11:13:16.598406
flask
flask
https://flask.palletsprojects.com/api/
framework
python
_value_preprocessor ( f ) ¶ Like url_value_preprocessor() , but for every request, not only those handled by the blueprint. Equivalent to Flask.url_value_preprocessor() . Parameters : f ( T_url_value_preprocessor ) Return type : T_url_value_preprocessor before_app_request ( f ) ¶ Like before_request() , but before ever...
81
799
2026-03-23T10:56:58.320209
?s=istio
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=istio
devops
python
xtension/pprofextension v0.148.0 v0.148.0 Version Collector Language Extension Component Apache 2.0 License Package Details (go-collector) Repository Remote Tap Extension by 🔭 OpenTelemetry Authors 🔭 This extension runs as a Web server that loads the remote observers that are registered against it. remote tap extensi...
71
800
2026-03-23T11:28:03.961906
manage-deploy
firebase
https://firebase.google.com/docs/rules/manage-deploy
database
javascript
, typically a code file containing Firebase Security Rules statements. Stores ingested source as an immutable ruleset . Tracks deployment of each ruleset in a release . Firebase Security Rules-enabled services lookup the release for a project to evaluate each request for a secured resource. Provides the capability to r...
1
800
2026-03-23T11:08:27.088315
?s=cisco
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=cisco
devops
python
tor Receiver by 🔭 OpenTelemetry Authors 🔭 The Fluent Forward Receiver for the OpenTelemetry Collector. 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...
115
800
2026-03-23T11:10:45.886753
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
gy : merge patch merge key : name MatchConditions is a list of conditions that must be met for a request to be sent to this webhook. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a max...
4,420
783
2026-03-23T10:56:49.348623
pytorch
pytorch
https://pytorch.org/blog/portable-paged-attention-in-helion/
ml
python
esults look a little bit different as the gap for prefills is larger. Here, the performance of the Helion kernel vs. the Triton kernel varies between 13% and 75% for prefill requests and between 58% and 107% for decode-only batches. However, also here the Helion kernel is on-par or outperforms the Triton kernel for dec...
27
800
2026-03-23T11:41:09.631112
opcode.html
sqlite
https://www.sqlite.org/opcode.html
database
sql
ccurs when there are inequality constraints to the right of the IN operator. In that case, the This.P2 will point either directly to or to setup code prior to the IdxGT or IdxGE opcode that checks for loop terminate. Possible outcomes from this opcode: If the cursor is initially not pointed to any valid row, then fall ...
109
799
2026-03-23T10:52:48.494926
postgresql
postgresql
https://www.postgresql.org/docs/release/14.5/
database
sql
ror condition after clone() failure in pg_upgrade with --clone option (Justin Pryzby) § Fix contrib/pg_stat_statements to avoid problems with very large query-text files on 32-bit platforms (Tom Lane) § In contrib/postgres_fdw , prevent batch insertion when there are WITH CHECK OPTION constraints (Etsuro Fujita) § Such...
12
799
2026-03-23T11:14:06.012396
preview-environments-vercel
terraform
https://developer.hashicorp.com/terraform/tutorials/cloud/preview-environments-vercel
devops
hcl
Create preview environments with Terraform, GitHub Actions, and Vercel | Terraform | HashiCorp Developer HashiConf 2025 Don't miss the live stream of HashiConf Day 2 happening now View live stream HCP Terraform Continuous integration and delivery (CI/CD) lets you release more frequently by automating testing and other ...
0
800
2026-03-23T11:20:13.108699
go_spec.html
go
https://go.dev/doc/go_spec.html
language
go
n make(T, n, m) slice slice of type T with length n and capacity m make(T) map map of type T make(T, n) map map of type T with initial space for approximately n elements make(T) channel unbuffered channel of type T make(T, n) channel buffered channel of type T, buffer size n make(T, n) type parameter see below make(T, ...
245
691
2026-03-23T11:21:41.033018
opentelemetry
opentelemetry
https://opentelemetry.io/registry/updating/
devops
python
(go-collector) Repository Host Metrics Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The Host Metrics Receiver for the OpenTelemetry Collector. 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/ope...
120
800
2026-03-23T10:52:09.954225
release-notes
docker
https://docs.docker.com/engine/release-notes
devops
bash
twork: move CreateOptions , ConnectOptions and DisconnectOptions to the client module. moby/moby#50817 api/types/network: move the ListOptions and InspectOptions types to the client. moby/moby#50786 api/types/plugin: change ListResponse to a non-pointer slice. moby/moby#51440 api/types/plugin: remove deprecated Config....
33
800
2026-03-23T11:13:56.756929
expressions.html
python
https://docs.python.org/3/reference/expressions.html
language
python
as a generator. That generator then controls the execution of the generator function. The execution starts when one of the generator’s methods is called. At that time, the execution proceeds to the first yield expression, where it is suspended again, returning the value of yield_list to the generator’s caller, or None ...
22
796
2026-03-23T11:23:00.026171
?s=grails
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=grails
devops
python
t file like the following: providers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/googlesecretmanagerprovider v0.148.0 v0.148.0 Version Collector Language Provider Component Apache 2.0 License Package Details (go-collector) Repository Collector HTTP Provider by 🔭 OpenTelemetry...
21
799
2026-03-23T11:19:23.545337
?s=rollup
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=rollup
devops
python
ices. Import real traces to reverse-engineer topologies, simulate failures and latency spikes with time-windowed scenarios, and choose from traffic patterns. traces metrics logs testing synthetic generator Go Language Utilities Component Apache 2.0 License Repository redact by MrAlias Collection of utilities to redact ...
382
800
2026-03-23T11:30:08.832480
?s=sqlclient
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=sqlclient
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:37:18.459968
docker
docker
https://docs.docker.com/build/concepts/context/
devops
bash
files: $ ls main.c $ docker build - <<< $'FROM scratch\nCOPY main.c .' [+] Building 0.0s (4/4) FINISHED => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 64B 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [internal] load build context 0.0s => => t...
15
633
2026-03-23T11:06:21.177319
?s=solarwinds
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=solarwinds
devops
python
xtension/pprofextension v0.148.0 v0.148.0 Version Collector Language Extension Component Apache 2.0 License Package Details (go-collector) Repository Remote Tap Extension by 🔭 OpenTelemetry Authors 🔭 This extension runs as a Web server that loads the remote observers that are registered against it. remote tap extensi...
71
800
2026-03-23T11:37:38.890562
kubernetes
kubernetes
https://kubernetes.io/docs/concepts/services-networking/service/
devops
yaml
problem or suggest an improvement . Last modified January 07, 2026 at 4:12 AM PST: Fix ordering of Service and Pod in Port definitions example (854aaf863c)
49
155
2026-03-23T10:55:06.383156
go
go
https://go.dev/dl/
language
go
e Linux mips 66MB 201911048f234e5a0c51ec94b1a11d4e47062fee4398b1d2faa6c820dc026724 go1.23.1.linux-mips64.tar.gz Archive Linux mips64 65MB 2bce3743df463915e45d2612f9476ffb03d0b3750b1cb3879347de08715b5fc6 go1.23.1.linux-mips64le.tar.gz Archive Linux mips64le 65MB 54e301f266e33431b0703136e0bbd4cf02461b1ecedd37b7cbd90cb862...
257
800
2026-03-23T11:25:37.381426
redis
redis
https://redis.io/docs/latest/develop/data-types/streams/
database
bash
es29 ); // >>> [1701769004195-1 {rider=Royce}] Map . Entry < StreamEntryID , List < StreamEntry >> res30 = jedis . xautoclaim ( "race:italy" , "italy_riders" , "Alice" , 1L , new StreamEntryID ( "0-0" ), XAutoClaimParams . xAutoClaimParams (). count ( 1 )); System . out . println ( res30 ); // >>> [1701769266831-2=[170...
2,901
800
2026-03-23T11:04:07.563661
go
go
https://go.dev/dl/
language
go
an9-amd64.tar.gz Archive plan9 x86-64 73MB 5309e57ebd44b6ab7d506e9d0aad4272ec77e694e7ea30588c2acf950d57c5d3 go1.24.13.plan9-arm.tar.gz Archive plan9 arm 71MB e9ea1ab4e67108b0479aab664acdb1ff0bec4e0f09949a7fab859080467664e8 go1.24.13.solaris-amd64.tar.gz Archive solaris x86-64 74MB e2cae0e7c1e33b772ad2b97be28098bd8b97e9...
83
800
2026-03-23T11:25:37.381272
?s=sdk-extension
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=sdk-extension
devops
python
icense Website Documentation Package Details (npm) Repository OpenTelemetry confluent-kafka-javascript Instrumentation by Drazke This library allows tracing requests made by the confluent-kafka-javascript library. confluent-kafka-javascript instrumentation kafka javascript JavaScript Language Instrumentation Component ...
277
800
2026-03-23T11:24:30.936950
redis
redis
https://redis.io/docs/latest/commands/ft.sugdel/
database
bash
FT.SUGDEL | Docs {"acl_categories":["@search","@write"],"arguments":[{"name":"key","type":"string"},{"name":"string","type":"string"}],"categories":["docs","develop","stack","oss","rs","rc","oss","kubernetes","clients"],"complexity":"O(1)","description":"Deletes a string from a suggestion index","duplicateOf":"head:dat...
0
800
2026-03-23T11:33:38.046203
pydantic_ai
pydantic_ai
https://ai.pydantic.dev/models/bedrock/
ai
python
prompt caching on Anthropic models so you can reuse expensive context across requests. Pydantic AI provides four ways to use prompt caching: Cache User Messages with CachePoint : Insert a CachePoint marker to cache everything before it in the current user message. Cache System Instructions : Enable BedrockModelSettings...
3
799
2026-03-23T10:57:44.863707
redis
redis
https://redis.io/docs/latest/develop/data-types/vector-sets/
database
bash
etAttributeA = asyncCommands . vgetattr ( "points" , "pt:A" ). thenAccept ( result -> { System . out . println ( result ); // >>> {"name": "Point A", "description": "First point added"} }). toCompletableFuture (); CompletableFuture < Void > clearAttributeA = asyncCommands . vsetattr ( "points" , "pt:A" , "" ). thenAcce...
460
800
2026-03-23T11:01:42.072063
jsdoc-supported-types.html
typescript
https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html
language
javascript
o extend a class. @implements In the same way, there is no JavaScript syntax for implementing a TypeScript interface. The @implements tag works just like in TypeScript: js /** @implements {Print} */ class TextBook { print () { // TODO } } Try @constructor The compiler infers constructor functions based on this-property...
15
800
2026-03-23T10:55:46.009113
synchronizing-with-effects
react
https://react.dev/learn/synchronizing-with-effects
framework
javascript
tText ( e . target . value ) } /> < button onClick = { ( ) => setIsPlaying ( ! isPlaying ) } > { isPlaying ? 'Pause' : 'Play' } </ button > < VideoPlayer isPlaying = { isPlaying } src = "https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.mp4" /> </ > ) ; } Show more The dependency array can contain mu...
17
800
2026-03-23T10:57:59.881994
box-shadow
tailwind
https://tailwindcss.com/docs/box-shadow
library
javascript
.5% 0.062 18.334) */ shadow-red-300 --tw-shadow-color: var(--color-red-300); /* oklch(80.8% 0.114 19.571) */ shadow-red-400 --tw-shadow-color: var(--color-red-400); /* oklch(70.4% 0.191 22.216) */ shadow-red-500 --tw-shadow-color: var(--color-red-500); /* oklch(63.7% 0.237 25.331) */ shadow-red-600 --tw-shadow-color: v...
2
800
2026-03-23T11:20:32.971183
release-notes
csharp
https://learn.microsoft.com/en-us/visualstudio/releases/2026/release-notes
language
csharp
accept it up to the cursor position. When you hover over a code completion, the segment will be highlighted as you move your mouse cursor over them to indicate it will be accepted. This feature gives you more control over how much of a completion you want to accept, making it easier to integrate suggestions into your c...
30
799
2026-03-23T11:27:44.127480
django
django
https://docs.djangoproject.com/fr/5.2/
framework
python
b 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 : Authentification : Aperçu | Utilisation du système d’authentification | Gestion des mots de passe | Personnali...
9
799
2026-03-23T11:32:02.567308
KubernetesClusterResolver
tensorflow
https://www.tensorflow.org/api_docs/python/tf/distribute/cluster_resolver/KubernetesClusterResolver
ml
python
hat will only work in open-source TensorFlow, you do not need to implement this property. task_id Returns the task id this ClusterResolver indicates. In TensorFlow distributed environment, each job may have an applicable task id, which is the index of the instance within its task type. This is useful when user needs to...
4
800
2026-03-23T11:22:32.017091
?group=hash
redis
https://redis.io/docs/latest/commands/?group=hash
database
bash
ode. Learn more → Read more READWRITE Enables read-write queries for a connection to a Reids Cluster replica node. Learn more → Read more RENAME Renames a key and overwrites the destination. Learn more → Read more RENAMENX Renames a key only when the target key name doesn't exist. Learn more → Read more REPLCONF An int...
39
800
2026-03-23T11:04:29.891207
?s=sigv4
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=sigv4
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:48.769756
lang_expr.html
sqlite
https://www.sqlite.org/lang_expr.html
database
sql
determined by the COLLATE clause in a table column definition . See the detailed discussion on collating sequences in the Datatype In SQLite3 document for additional information. The unary operator + is a no-op. It can be applied to strings, numbers, blobs or NULL and it always returns a result with the same value as t...
6
797
2026-03-23T11:08:25.739436
tauri
tauri
https://tauri.app/plugin/sql/
desktop
rust
set configures what kind of database operations are available from the sql plugin. Granted Permissions All reading related operations are enabled. Also allows to load or close a connection. This default permission set includes the following: allow-close allow-load allow-select Permission Table Identifier Description sq...
9
799
2026-03-23T10:58:02.809042
listen
firebase
https://firebase.google.com/docs/firestore/query-data/listen
database
javascript
tener ( options , new EventListener<DocumentSnapshot> () { //… }); Dart // Not yet supported in this client library Java # Not yet supported in the Java client library Python // Not yet supported in Python client library C++ // Not yet supported in the C++ client library Node.js // Not yet supported in the Node.js clie...
24
800
2026-03-23T10:58:32.033804
?s=llm
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=llm
devops
python
enTelemetry Authors 🔭 This library allows tracing PostgreSQL queries made by the asyncpg library. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository AWS Lambda Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library allows tracing invocations of functions on AWS Lambda. ...
319
800
2026-03-23T11:17:28.589427
podman
terraform
https://developer.hashicorp.com/terraform/enterprise/deploy/podman
devops
hcl
le IP address of the node itself. - name : "TFE_VAULT_CLUSTER_ADDRESS" value : "https://10.0.66.189:8201" image : "images.releases.hashicorp.com/hashicorp/terraform-enterprise:<vYYYYMM-#>" name : "terraform-enterprise" ports : - containerPort : 8080 hostPort : 80 - containerPort : 8443 hostPort : 443 - containerPort : ...
20
800
2026-03-23T11:27:04.358104
provideStabilityDebugging
angular
https://angular.dev/api/core/provideStabilityDebugging
framework
typescript
re @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 @a...
1
799
2026-03-23T11:13:55.366035
?s=python
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=python
devops
python
nse Package Details (go-collector) Repository JMX Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The JMX Receiver will work in conjunction with the OpenTelemetry JMX Metric Gatherer to report metrics from a target MBean server using a built-in or your custom OpenTelemetry helper-utilizing Groovy script. go receiver ...
124
800
2026-03-23T11:27:43.914960
supabase-postgres-config-update
supabase
https://supabase.com/docs/reference/cli/supabase-postgres-config-update
database
typescript
rojects, functions, secrets, etc. Usage 1 supabase login [flags] Flags --name <string> Optional Name that will be used to store token in your settings --no-browser Optional Do not open browser automatically --token <string> Optional Use provided token instead of automatic login flow Basic usage 1 supabase login Respons...
4
800
2026-03-23T11:31:46.740140
?s=javalin
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=javalin
devops
python
exec functions. Additionally, distributed tracing is supported by setting the traceparent header. curl instrumentation php Quick Install To install this instrumentation library run: composer require open-telemetry/opentelemetry-auto-curl 0.1.0 Version PHP Language Instrumentation Component Apache 2.0 License Package De...
306
800
2026-03-23T11:15:15.388276
result-2022-08-10.json
qdrant
https://qdrant.tech/benchmarks/result-2022-08-10.json
database
python
"mean_precisions": 0.97324, "engine_params": { "num_candidates": 256 } }, { "engine_name": "elastic", "setup_name": "elastic-m-32-ef-256", "dataset_name": "glove-100-angular", "upload_time": 759.97576492, "total_upload_time": 3398.230681588, "p95_time": 0.0640808128, "rps": 17.9041881063, "parallel": 1, "p99_time": 0.0...
208
597
2026-03-23T11:15:13.614816
postgresql
postgresql
https://www.postgresql.org/docs/release/9.6.12/
database
sql
writing an incorrect replica identity field in a tuple deletion WAL record (Stas Kelvich) Make the archiver prioritize WAL history files over WAL data files while choosing which file to archive next (David Steele) Fix possible crash in UPDATE with a multiple SET clause using a sub- SELECT as source (Tom Lane) Avoid cra...
3
800
2026-03-23T11:28:47.396487
what-is-database-sharding-and-how-does-it-work
planetscale
https://planetscale.com/blog/what-is-database-sharding-and-how-does-it-work
database
sql
tion for your MySQL database, we can help. Contact us and we'll be in touch shortly. Citus Citus does what Vitess does for MySQL, but for Postgres (minus some more flashy features). It’s open source, designed as a Postgres extension, and can be run as a single node or several. It’s in production at Algolia, Heap, Cisco...
14
800
2026-03-23T11:18:12.952412
?s=database
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=database
devops
python
🔭 The OpenTelemetry Kinesis Exporter for Go. go exporter collector Go Language Exporter Component Apache 2.0 License Repository AWS S3 Exporter for OpenTelemetry Collector by 🔭 OpenTelemetry Authors 🔭 This exporter targets to support proto/JSON and proto/binary format aws s3 exporter collector Quick Install When bui...
27
799
2026-03-23T11:28:28.459448
docker
docker
https://docs.docker.com/desktop/release-notes/
devops
bash
hen running emulated amd64 code. For Mac Added back the /var/run/docker.sock symlink on Mac by default, to increase compatibility with tooling like tilt and docker-py . Fixes docker/for-mac#6529 . Fixed an issue preventing the creation of Dev Environments on new Mac installs and causing error "Cannot connect to the Doc...
183
799
2026-03-23T10:57:00.892392
?s=emissary
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=emissary
devops
python
epository Ratpack Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Ratpack instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Reactor Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provide...
265
799
2026-03-23T11:31:06.709527
go1.11
go
https://go.dev/doc/go1.11
language
go
Additionally, go vet has become more robust when format-checking printf wrappers. Vet now detects the mistake in this example: func wrapper(s string, args ...interface{}) { fmt.Printf(s, args...) } func main() { wrapper("%s", 42) } Trace With the new runtime/trace package’s user annotation API , users can record applic...
10
791
2026-03-23T11:29:45.768335
?s=genai
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=genai
devops
python
r 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/googlecloudpubsubexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Packag...
38
800
2026-03-23T11:31:34.220264
?s=strimzi
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=strimzi
devops
python
ck Install To install this instrumentation library run: npm install @arizeai/openinference-instrumentation-langchain 4.0.6 Version JavaScript Language Instrumentation Component Apache 2.0 License Documentation Package Details (npm) Repository OpenTelemetry Instrumentation Long Task for the Web by 🔭 OpenTelemetry Autho...
286
800
2026-03-23T11:29:44.749938