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
agents-and-tools
mastra
https://mastra.ai/docs/workflows/agents-and-tools
ai
typescript
s/test-agent' const step1 = createStep ( testAgent ) export const testWorkflow = createWorkflow ( { } ) . map ( async ( { inputData } ) => { const { message } = inputData return { prompt : ` Convert this message into bullet points: ${ message } ` , } } ) . then ( step1 ) . then ( step2 ) . commit ( ) info Visit Input D...
2
800
2026-03-23T11:07:36.115707
navigation-blocking
tanstack_start
https://tanstack.com/router/latest/docs/guide/navigation-blocking
framework
typescript
logical-based custom UI with resolver tsx import { useBlocker } from '@tanstack/react-router' function MyComponent() { const [formIsDirty, setFormIsDirty] = useState(false) const { proceed, reset, status } = useBlocker({ shouldBlockFn: () => formIsDirty, withResolver: true, }) // ... return ( <> {/* ... */} {status ===...
11
696
2026-03-23T11:29:47.982083
redis
redis
https://redis.io/docs/latest/develop/data-types/json/
database
bash
→ List[Optional[str]] Python Quick-Start import assert from 'assert' ; import { createClient } from 'redis' ; const client = await createClient (); await client . connect (); const res1 = await client . json . set ( "bike" , "$" , '"Hyperion"' ); console . log ( res1 ); // OK const res2 = await client . json . get ( "b...
586
795
2026-03-23T10:54:21.885210
innodb-clusterset.html
mysql
https://dev.mysql.com/doc/mysql-shell/en/innodb-clusterset.html
database
sql
e if a configuration change or maintenance is required on the primary cluster. MySQL Router (see MySQL Router 9.6 ) automatically routes client applications to the right clusters in an InnoDB ClusterSet deployment. A replica cluster in an InnoDB ClusterSet deployment cannot diverge from the primary cluster while it rem...
3
756
2026-03-23T11:03:43.774224
?s=genai
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=genai
devops
python
Telemetry 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/prometheusremotewriteexporter v0.148.0 v0.148.0 Version Collector Language...
48
800
2026-03-23T11:31:34.220272
?s=pdo
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=pdo
devops
python
Collector Exporter by 🔭 OpenTelemetry Authors 🔭 The OTLP HTTP Exporter for the OpenTelemetry Collector. go exporter collector Collector Language Exporter Component Apache 2.0 License Repository Prometheus Collector Exporter by 🔭 OpenTelemetry Authors 🔭 The Prometheus Exporter for the OpenTelemetry Collector. go exp...
47
800
2026-03-23T11:32:35.100409
?s=slog
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=slog
devops
python
for 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 Ex...
180
798
2026-03-23T11:14:47.273389
?s=oracledatabase
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=oracledatabase
devops
python
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/bmchelixexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package...
30
800
2026-03-23T11:31:21.291825
javascript
turso
https://docs.turso.tech/connect/javascript
database
sql
SQLite database: Copy import { connect } from "@tursodatabase/database" ; const db = await connect ( "sqlite.db" ); 3 Create table Create a table for users: Copy const createTable = db . prepare ( ` CREATE TABLE IF NOT EXISTS users ( id INTEGER PRIMARY KEY AUTOINCREMENT, username TEXT NOT NULL ) ` ); createTable . run ...
1
796
2026-03-23T10:56:36.265132
MegaMath
transformers
https://huggingface.co/datasets/LLM360/MegaMath
ai
python
th": 79, "num_lines": 124, "path": "/Complex.py", "src_encoding": "UTF-8" } { "repo_name": "ljkeller/FFT-from-scratch", "repo_url": "https://github.com/ljkeller/FFT-from-scratch" } { "alpha_fraction": 0.5491442680358887, "alphanum_fraction": 0.590220034122467, "avg_line_length": 33.08333206176758, "blob_id": "262c2216b...
46
753
2026-03-23T11:22:00.244443
install
bun
https://bun.sh/docs/pm/cli/install
runtime
javascript
fer to Package manager > Git, GitHub, and tarball dependencies . package.json Copy { " dependencies " : { " dayjs " : " git+https://github.com/iamkun/dayjs.git " , " lodash " : " git+ssh://github.com/lodash/lodash.git#4.17.21 " , " moment " : " git@github.com:moment/moment.git " , " zod " : " github:colinhacks/zod " , ...
8
794
2026-03-23T10:52:06.159574
?s=watsonx
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=watsonx
devops
python
ion for Node.js. js instrumentation Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-http 0.213.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository ioRedis Instrumentation by 🔭 OpenTelemetry Authors 🔭 ioRedis ...
284
800
2026-03-23T11:25:05.667671
go1.18
go
https://go.dev/doc/go1.18
language
go
n as more people write and use generic code. We believe that this feature is well implemented and high quality. However, unlike most aspects of Go, we can’t back up that belief with real world experience. Therefore, while we encourage the use of generics where it makes sense, please use appropriate caution when deployi...
1
800
2026-03-23T11:31:34.873406
mui
mui
https://mui.com/x/api/date-pickers/date-calendar/
library
javascript
e) => boolean month The month to test. shouldDisableYear func - Disable specific year. Signature : function(year: PickerValidDate) => boolean year The year to test. showDaysOutsideCurrentMonth bool false If true , days outside the current month are rendered: - if fixedWeekNumber is defined, renders days to have the wee...
6
800
2026-03-23T11:36:35.965210
release-notes-2.5.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.5.0
mobile
dart
go green) 27202 Roll Dart SDK from 586ecc5a0697 to 6f9810c8f7da (1 revision) (cla: yes, waiting for tree to go green) 27203 Roll Fuchsia Linux SDK from CEpfImAgA... to MVQ4QtbNK... (cla: yes, waiting for tree to go green) 27207 Roll Fuchsia Mac SDK from YKiGmmdKT... to 57vjq86y7... (cla: yes, waiting for tree to go gre...
735
800
2026-03-23T11:13:43.940907
?s=jodd
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=jodd
devops
python
Details (go-collector) Repository Span Collector Processor by 🔭 OpenTelemetry Authors 🔭 The Span Processor for the OpenTelemetry Collector modifies either the span name or attributes of a span based on the span name. go processor collector Quick Install When building a custom collector you can add this processor to t...
93
800
2026-03-23T11:31:38.470248
hono
hono
https://hono.dev/docs/
framework
javascript
they are bundled only when used. For context, the size of Express is 572KB. $ npx wrangler dev --minify ./src/index.ts ⛅️ wrangler 2.20.0 -------------------- ⬣ Listening at http://0.0.0.0:8787 - http://127.0.0.1:8787 - http://192.168.128.165:8787 Total Upload: 11.47 KiB / gzip: 4.34 KiB Multiple routers Hono has multi...
4
796
2026-03-23T10:49:55.103381
develop
terraform
https://developer.hashicorp.com/terraform/language/modules/develop
devops
hcl
urce types belonging to the AWS provider. You might use a module to represent the higher-level concept " HashiCorp Consul cluster running in AWS" which happens to be constructed from these and other AWS provider resources. We do not recommend writing modules that are just thin wrappers around single other resource type...
3
800
2026-03-23T10:50:57.883075
postgresql
postgresql
https://www.postgresql.org/docs/release/11.11/
database
sql
level statement) or the end of the surrounding statement (for a nested statement). This was particularly a problem with log_nested_statements enabled. In contrib/postgres_fdw , avoid leaking open connections to remote servers when a user mapping or foreign server object is dropped (Bharath Rupireddy) Open connections t...
15
800
2026-03-23T11:31:55.097187
?s=traces
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=traces
devops
python
m/open-telemetry/opentelemetry-collector-contrib/receiver/k8sclusterreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Kubernetes Events Receiver by 🔭 OpenTelemetry Authors 🔭 The Kubernetes Events receiver collects events from the Kube...
126
800
2026-03-23T11:34:02.633751
gitlab_ci
gitlab_ci
https://docs.gitlab.com/user/okrs/
devops
yaml
ave the Guest, Planner, Reporter, Developer, Maintainer, or Owner role for the project. To link an item to an objective or key result: In the Linked items section of an objective or key result, select Add . Select the relationship between the two items. Either: Relates to Blocks Is blocked by Enter the search text of t...
26
800
2026-03-23T11:37:15.274692
pytorch
pytorch
https://pytorch.org/join/
ml
python
to support CI for PyTorch Foundation projects and participate in CI Infra working group Ability to donate cash or credits to support CI infrastructure Access OSPO and Academic Outreach Enjoy prominent placement in displays of membership levels including website, landscape and marketing materials Opportunity to particip...
4
800
2026-03-23T11:08:20.164466
nuxt
bun
https://bun.sh/docs/guides/ecosystem/nuxt
runtime
javascript
ream Uint8Array to string Uint8Array to ArrayBuffer Uint8Array to Buffer Uint8Array to Blob Uint8Array to DataView Uint8Array to ReadableStream DataView to string Streams Stream to string Stream to JSON Stream to Blob Stream to Buffer Stream to ArrayBuffer Stream to Uint8Array Stream to array Readable to string Readabl...
5
800
2026-03-23T11:11:41.111750
opentelemetry
opentelemetry
https://opentelemetry.io/ecosystem/registry/
devops
python
client instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides AWS SDK client instrumentation instrumentation aws aws-sdk dotnet sqs sns dynamodb Quick Install To install this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.AWS 1.15.0 Version .NET Language Instrumentation Comp...
198
800
2026-03-23T10:57:19.554611
?s=amqplib
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=amqplib
devops
python
ion java Java Language Instrumentation Component Apache 2.0 License Repository JAX-WS Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a JAX-WS instrumentation to trace requests through OpenTelemetry. It includes support for jws as well as axis2, cxf, and metro libraries. java instrumentation Java L...
251
800
2026-03-23T11:28:44.984527
?s=traefik
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=traefik
devops
python
trumentation by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for Jetty HTTP Client jetty http client instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository JMS Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a JMS instrumentation t...
254
800
2026-03-23T11:14:33.051557
?s=services
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=services
devops
python
ocumentation Repository Istio native graduated by Istio Authors Make your application participate in tracing with OpenTelemetry, regardless of the language, framework, or platform you use to build your application. go istio graduated Go Language Application integration Component Apache-2.0 License Website Documentation...
7
800
2026-03-23T11:21:57.207901
release-notes-2.5.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.5.0
mobile
dart
age_picker, p: in_app_purchase, p: local_auth, p: path_provider, p: share, p: url_launcher, p: video_player, p: package_info, p: espresso, p: sensors, p: quick_actions, p: connectivity, p: device_info, platform-android, p: flutter_plugin_android_lifecycle) 4166 [image_picker_for_web] Support multiple pick. Store name a...
999
798
2026-03-23T11:13:43.941327
HammerModule
angular
https://angular.dev/api/platform-browser/HammerModule
framework
typescript
ore/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 @angular/platfo...
1
800
2026-03-23T11:08:25.578528
locale.html
python
https://docs.python.org/3/library/locale.html
language
python
ALL, '') lets it use the default locale as defined by the LANG variable. Since we do not want to interfere with the current locale setting we thus emulate the behavior in the way described above. To maintain compatibility with other platforms, not only the LANG variable is tested, but a list of variables given as envva...
12
797
2026-03-23T11:29:22.752272
redis
redis
https://redis.io/docs/latest/operate/oss_and_stack/management/security/acl/
database
bash
ACL | Docs {"categories":["docs","operate","stack","oss"],"description":"Redis Access Control List","duplicateOf":"head:data-ai-metadata","location":"body","title":"ACL","tableOfContents":{"sections":[{"id":"when-acls-are-useful","title":"When ACLs are useful"},{"id":"configure-acls-with-the-acl-command","title":"Confi...
0
800
2026-03-23T10:55:08.591699
plugins
webpack
https://webpack.js.org/concepts/plugins
tooling
javascript
ort webpack from "webpack" ; // to access webpack runtime import configuration from "./webpack.config.js" ; const compiler = webpack ( configuration ) ; new webpack . ProgressPlugin ( ) . apply ( compiler ) ; compiler . run ( ( err , stats ) => { // ... } ) ; Edit this page · Print this page « Previous Loaders Next » C...
3
347
2026-03-23T10:50:39.439134
security-log-events
github_actions
https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/security-log-events
devops
yaml
r_agent , key , visibility , environment_name , public_repo , created_at , operation_type , actor_is_bot Reference Store information in variables environment.delete An environment was deleted. Fields @timestamp , _document_id , action , actor , actor_id , business , business_id , hashed_token , org , org_id , programma...
46
800
2026-03-23T10:59:54.707654
?s=logmanager
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=logmanager
devops
python
.0 v0.148.0 Version Collector Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Transform Processor by 🔭 OpenTelemetry Authors 🔭 The Transform Processor for the OpenTelemetry Collector can be used to transform any fields on traces, metrics, and logs within the collector. It uti...
95
800
2026-03-23T11:22:05.742698
991-enable-url-based-client-registration-using-oauth-c
mcp
https://modelcontextprotocol.io/seps/991-enable-url-based-client-registration-using-oauth-c
ai
typescript
though DCR has been ratified, and it also has a number of implementation challenges that developers are facing when trying to use it in an open ecosystem context like MCP. Those challenges are the motiviation behind this proposal. Risk: Client implementation burden, espcially local clients This specification requires a...
15
795
2026-03-23T10:53:08.781445
?s=libhoney
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=libhoney
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:34:20.692765
?s=sentry
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=sentry
devops
python
anguage Instrumentation Component Apache 2.0 License Repository splunkpgx – Instrumentation for github.com/jackc/pgx by Splunk Inc. Instrumentation for the github.com/jackc/pgx package. go instrumentation database postgresql Go Language Instrumentation Component Apache 2.0 License Repository splunkpq – Instrumentation ...
234
800
2026-03-23T11:22:19.424970
go
go
https://go.dev/dl/
language
go
.gz Archive Linux ARMv6 97MB e85dc09608dc9fc245ebc5daea0826898ac0eb0d48ed24e2300427850876c442 go1.14.9.linux-ppc64le.tar.gz Archive Linux ppc64le 95MB 5880a37faf93b2396edc3ff231e0f8df14d0520505cc13d01116e24d7d1d0147 go1.14.9.linux-s390x.tar.gz Archive Linux s390x 101MB 381fc24aff153c4affcb00f4547683212157af29b8f9e3de59...
707
800
2026-03-23T11:25:37.381761
TestCase
tensorflow
https://www.tensorflow.org/api_docs/python/tf/test/TestCase
ml
python
second , msg = None ) Asserts that the JSON objects defined in two strings are equal. A summary of the differences will be included in the failure message using assertSameStructure. Args first A string containing JSON to decode and compare to second. second A string containing JSON to decode and compare to first. msg A...
18
799
2026-03-23T11:25:56.467631
constants
go
https://go.dev/blog/constants
language
go
’t even mix int and int32 , even when int is a 32-bit type. This strictness eliminates a common cause of bugs and other failures. It is a vital property of Go. But it has a cost: it sometimes requires programmers to decorate their code with clumsy numeric conversions to express their meaning clearly. And what about con...
2
800
2026-03-23T11:26:24.196624
rules-sources
biome
https://biomejs.dev/linter/rules-sources
tooling
javascript
ng iframe-has-title useIframeTitle img-redundant-alt noRedundantAlt interactive-supports-focus useFocusableInteractive label-has-associated-control noLabelWithoutControl lang useValidLang media-has-caption useMediaCaption mouse-events-have-key-events useKeyWithMouseEvents no-access-key noAccessKey (inspired) no-aria-hi...
11
800
2026-03-23T10:51:46.691226
SegmentSumV2
tensorflow
https://www.tensorflow.org/api_docs/python/tf/raw_ops/SegmentSumV2
ml
python
r the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license . Last updated 2024-04-26 UTC.
2
225
2026-03-23T11:04:58.764956
tensorflow
tensorflow
https://www.tensorflow.org/api_docs/python/
ml
python
ns tf.saved_model.contains_saved_model tf.saved_model.experimental tf.saved_model.experimental.Fingerprint tf.saved_model.experimental.TrackableResource tf.saved_model.experimental.VariablePolicy tf.saved_model.experimental.read_fingerprint tf.saved_model.load tf.saved_model.save tf.scalar_mul tf.scan tf.scatter_nd tf....
147
800
2026-03-23T10:50:09.735350
llms-full.txt
chakra_ui
https://chakra-ui.com/llms-full.txt
library
javascript
mport { Badge, ColorSwatch } from "@chakra-ui/react" export const ColorSwatchWithBadge = () => { return ( #bada55 ) } ``` ### Mixed Colors Use the `ColorSwatchMix` to create a color swatch that contains multiple colors, but retains the size of a single color swatch. ```tsx import { ColorSwatchMix, HStack } from "@chakr...
315
786
2026-03-23T10:52:11.338254
tree-view
chakra_ui
https://chakra-ui.com/docs/components/tree-view
library
javascript
zag-js panda @types react react-dom src app.tsx index.ts panda.config.ts package.json renovate.json README.md Controlled Expansion Use the expandedValue and onExpandedChange props to programmatically control node expansion behavior. Preview Code Stackblitz Tree node_modules zag-js panda @types react react-dom src app.t...
6
799
2026-03-23T11:04:24.570131
?s=interval
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=interval
devops
python
n http Go Language Instrumentation Component Apache 2.0 License Repository splunkkafka – Instrumentation for github.com/confluentinc/confluent-kafka-go/kafka/splunkkafka by Splunk Inc. Instrumentation for the github.com/confluentinc/confluent-kafka-go/kafka/splunkkafka package. go instrumentation kafka Go Language Inst...
233
800
2026-03-23T11:20:08.181512
llms-components.txt
chakra_ui
https://chakra-ui.com/llms-components.txt
library
javascript
bel = () => { return ( ) } ``` ### Vertical Use the `orientation` prop to change the orientation of the slider. ```tsx import { Slider } from "@chakra-ui/react" export const SliderVertical = () => { return ( ) } ``` ### Vertical with Marks Here's an example of a vertical slider with marks. ```tsx import { Slider } from...
843
787
2026-03-23T10:52:18.209540
?s=scala
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=scala
devops
python
metry Authors 🔭 This library allows tracing requests made by the Redis library. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry Remoulade Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library allows tracing requests made by the Remoulade library. remou...
332
800
2026-03-23T11:32:38.718607
?s=pg
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=pg
devops
python
tion Component Apache 2.0 License Package Details (packagist) Repository OpenTelemetry HTTPlug async auto-instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation Library for PHP HTTP Async Client httpasyncclient instrumentation php Quick Install To install this instrumentation library run: composer require open-...
308
800
2026-03-23T11:24:59.216332
KeyValueDiffers
angular
https://angular.dev/api/core/KeyValueDiffers
framework
typescript
r/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 @angular/pla...
1
800
2026-03-23T11:12:51.692403
release-notes-3.27.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-3.27.0
mobile
dart
using DartDevelopmentServiceLauncher by @bkonyi in 154015 unpin path_provider_android by @christopherfujino in 154369 Remove --disable-dart-dev across flutter/flutter . by @matanlurey in 154280 catch StateError thrown from Chromium.close by @andrewkolos in 154366 Add a RegExp for iOS domain when reading domains from xc...
48
798
2026-03-23T11:14:10.984914
?s=angular
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=angular
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:16:36.728126
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, b...
1,955
799
2026-03-23T10:56:49.344366
llms-full.txt
chakra_ui
https://chakra-ui.com/llms-full.txt
library
javascript
rogressCircle } from "@chakra-ui/react" export const ProgressCircleWithRoundCap = () => { return ( ) } ``` ### Sizes Use the `size` prop to change the size of the progress circle component. ```tsx import { For, HStack, ProgressCircle } from "@chakra-ui/react" export const ProgressCircleWithSizes = () => { return ( {(si...
741
794
2026-03-23T10:52:11.339188
?s=keda
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=keda
devops
python
icrocks native sandbox by Microcks Authors The main webapp component supports OpenTelemetry instrumentation for logs, distributed tracing and metrics. microcks java sandbox Java Language Application integration Component Apache-2.0 License Website Documentation Strimzi native incubating by Strimzi Authors In Strimzi, t...
13
800
2026-03-23T11:27:07.065309
self-host-scale
langchain
https://docs.langchain.com/langsmith/self-host-scale
ai
python
ling for LangSmith queues Install KEDA Configure KEDA autoscaling Example LangSmith configurations for scale Low reads, low writes Low reads, high writes High reads, low writes Medium reads, medium writes High reads, high writes The scaling guidance and example configurations on this page apply to LangSmith version v0....
1
797
2026-03-23T11:33:13.855454
redis
redis
https://redis.io/docs/latest/develop/data-types/json/
database
bash
id\": \"bike:3\"," + " \"model\": \"Weywot\"," + " \"description\": \"This bike gives kids aged six years and older " + "a durable and uberlight mountain bike for their first experience on tracks and easy " + "cruising through forests and fields. A set of powerful Shimano hydraulic disc brakes " + "provide ample stoppi...
468
658
2026-03-23T10:54:21.885039
redis
redis
https://redis.io/docs/latest/develop/data-types/lists/
database
bash
itable[int], int] RPOP ( @write , @list , @fast ) Returns and removes the last elements of a list. Deletes the list if the last element was popped. ▶ Method rpop ( name : KeyT , count : Optional[int] = None ) → Union[Awaitable[Union[str, List, None]], Union[str, List, None]] Python Quick-Start import { createClient } f...
40
800
2026-03-23T11:05:26.644991
?s=thousandeyes
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=thousandeyes
devops
python
gorm go gorm Quick Install To install this instrumentation library run: go get gorm.io/plugin/opentelemetry v0.1.16 Version Go Language Instrumentation Component MIT License Website Documentation Package Details (go) Goyek instrumentation first party integration by Robert Pająk Package otelgoyek provides OpenTelemetry ...
222
800
2026-03-23T11:23:10.675433
?s=log-bridge
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=log-bridge
devops
python
or Python 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 f...
184
800
2026-03-23T11:19:17.830460
defineProperty
javascript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty
language
javascript
Class(); a.x = 2; console.log(a.x); // 2 console.log(MyClass.prototype.x); // 1 a.y = 2; // Ignored, throws in strict mode console.log(a.y); // 1 console.log(MyClass.prototype.y); // 1 Specifications Specification ECMAScript® 2026 Language Specification # sec-object.defineproperty Browser compatibility See also Enumera...
20
672
2026-03-23T11:00:48.289099
use-valid-autocomplete
biome
https://biomejs.dev/linter/rules/use-valid-autocomplete
tooling
javascript
e type attribute. Using these predefined values, user agents and assistive technologies can present input purposes to users in different ways. Examples Section titled “Examples” Invalid Section titled “Invalid” 1 < input type = " text " autocomplete = " incorrect " /> code-block.jsx:1:20 lint/a11y/useValidAutocomplete ...
1
799
2026-03-23T11:27:56.031270
overview.md
tanstack_start
https://tanstack.com/ai/latest/docs/getting-started/overview.md
framework
typescript
ort for tool approval workflows - ✅ **Automatic Execution** - Both server and client tools execute automatically ## Framework Agnostic The framework-agnostic core of TanStack AI provides the building blocks for creating AI experiences in any environment, including: - **Next.js** - API routes and App Router - **TanStack...
1
800
2026-03-23T11:34:01.725326
in-app-messaging
firebase
https://firebase.google.com/docs/in-app-messaging
database
javascript
sing Swift Package Manager or Gradle. Create your first message Visit the Firebase console to write, customize, and target your first message. Next steps See what you can do with Firebase In-App Messaging by reviewing typical use cases . Learn how to create an in-app messaging campaign . Learn how to create Firebase In...
3
705
2026-03-23T10:55:29.143533
results-1-100-thread-2024-06-15.json
qdrant
https://qdrant.tech/benchmarks/results-1-100-thread-2024-06-15.json
database
python
374, "mean_time": 0.07178768754860393, "mean_precisions": 0.862883, "engine_params": { "hnsw_ef": 512, "quantization": { "rescore": true, "oversampling": 4 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-sq-rps-m-16-ef-128", "dataset_name": "glove-100-angular", "upload_time": 43.32211580600051, "total_upload_ti...
713
648
2026-03-23T10:59:06.541139
?s=services
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=services
devops
python
e Authors ClickHouse creates trace spans for each query and some of the query execution stages, such as query planning or distributed queries. clickhouse database c++ C++ Language Application integration Component Apache-2.0 License Website Documentation Repository Envoy Proxy native graduated by Envoy Proxy Authors Th...
2
800
2026-03-23T11:21:57.207894
fine-tune-whisper
transformers
https://huggingface.co/blog/fine-tune-whisper
ai
python
ding the transcriptions, the tokenizer appends 'special tokens' to the start and end of the sequence, including the start/end of transcript tokens, the language token and the task tokens (as specified by the arguments in the previous step). When decoding the label ids, we have the option of 'skipping' these special tok...
22
795
2026-03-23T11:31:58.042768
changelog.html
python
https://docs.python.org/3/whatsnew/changelog.html
language
python
to signal.set_wakeup_fd lets you control whether Python prints a warning on stderr when the wakeup fd buffer overflows. bpo-29137 : The fpectl library has been removed. It was never enabled by default, never worked correctly on x86-64, and it changed the Python ABI in ways that caused unexpected breakage of C extension...
1,851
799
2026-03-23T10:57:25.355203
?s=logdedup
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=logdedup
devops
python
wing: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/netflowreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository NGINX Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The NGINX Receiver for the O...
135
800
2026-03-23T11:38:22.744418
ConstrainedContent
tanstack_start
https://tanstack.com/ai/latest/docs/reference/type-aliases/ConstrainedContent
framework
typescript
eToken untilFinishReason Interface References AIAdapter AIAdapterConfig AgentLoopState ApprovalRequestedStreamChunk AudioPart AudioVisualization BaseStreamChunk TextCompletionChunk TextOptions ChunkRecording ChunkStrategy ClientTool ContentPartSource ContentStreamChunk DefaultMessageMetadataByModality DocumentPart Done...
6
800
2026-03-23T11:04:35.173880
redis
redis
https://redis.io/docs/latest/operate/rs/databases/memory-performance/eviction-policy/
database
bash
cted (removed) according to the selected policy. To prevent this from happening, make sure your database is large enough to hold all desired keys. Eviction Policy Description noeviction New values aren't saved when memory limit is reached When a database uses replication, this applies to the primary database allkeys-lr...
1
800
2026-03-23T11:16:08.067182
sync-generators
nx
https://nx.dev/docs/concepts/sync-generators
tooling
typescript
the file system. File System: └─ myorg ├─ apps │ ├─ app1 │ └─ app2 ├─ libs │ └─ lib ├─ nx.json └─ package.json Project Graph: Project Graph Loading... The ability to update the file system from the project graph makes it possible to use the Nx project graph to change the behavior of other tools that are not part of the...
4
796
2026-03-23T11:07:37.666820
spec-draft
dart
https://dart.dev/to/spec-draft
language
dart
�ղE�A/ȃ 8#�2J@��6�Ċ�.����i�`�?�Ȑ)Y�b=��6�̡�y�� �zm8P��=~�"O�����KrA�t�H"� �w*��[��RxD#K����He�[PD1������83����h�.^��� �ZS��/ȽÇ����>����G � ͭ�{ q����'iwAѷ �~]�� "I�Io�� ������^_M� �-�hN� ET�:3zM���DLx8N�= Grs��ֳ��bc�ݸu��R)L�< ����\&CI�/�����)pk�5��@�@�P�c���o�R8f>� Fϔ� �M�F�����ԞX�5��Q�e���ol� �0��]db�mC�*t�b(� �L8�#Ʋ˝͝...
365
791
2026-03-23T11:06:06.480219
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
wait until the 2025 year‑end box‑office tallies are in or to consult a regularly updated entertainment industry source. Would you like help finding a current source or additional details on where to look for the complete updated list? """ ``` duckduckgo_search.py ```python from pydantic_ai import Agent from pydantic_ai...
388
784
2026-03-23T10:51:26.910858
?s=http
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=http
devops
python
tef 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/stefexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 Licens...
53
800
2026-03-23T11:26:49.079992
link
nextjs
https://nextjs.org/docs/pages/api-reference/components/link
framework
javascript
Components: Link | Next.js Menu Using App Router Features available in /app Latest Version 16.2.1 API Reference Components Link Copy page Link Last updated April 15, 2025 <Link> is a React component that extends the HTML <a> element to provide prefetching and client-side navigation between routes. It is the primary way...
0
800
2026-03-23T10:59:52.365616
?s=yii
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=yii
devops
python
d this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awsxrayreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Cloudwatch Receiver by 🔭 OpenTel...
100
800
2026-03-23T11:15:59.450111
getting-started
tanstack_start
https://tanstack.com/start/latest/docs/framework/react/getting-started
framework
typescript
Getting Started | TanStack Start React Docs TanStack Start v0 v0 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 alph...
0
800
2026-03-23T10:57:40.911902
kitchen-sink
tanstack_router
https://tanstack.com/router/latest/docs/framework/react/examples/kitchen-sink
framework
typescript
ndingMinMs} onChange={(e) => setPendingMinMs(e.target.valueAsNumber)} className="w-full" /> </div> </div> </div> <RouterProvider router={router} defaultPreload="intent" defaultPendingMs={pendingMs} defaultPendingMinMs={pendingMinMs} context={{ auth, }} /> </> ) } function InvoiceFields({ invoice, disabled, }: { invoice...
40
581
2026-03-23T10:58:10.294612
?s=webhookevent
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=webhookevent
devops
python
etails (go-collector) Repository Syslog Exporter by 🔭 OpenTelemetry Authors 🔭 The syslog exporter supports sending messages to a remote syslog server. syslog exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : githu...
54
800
2026-03-23T11:11:24.950027
redis
redis
https://redis.io/docs/latest/develop/data-types/sets/
database
bash
ke:3" , "bike:4" ). Result () if err != nil { panic ( err ) } res14 , err := rdb . SInter ( ctx , "bikes:racing:france" , "bikes:racing:usa" , "bikes:racing:italy" ). Result () if err != nil { panic ( err ) } fmt . Println ( res14 ) // >>> [bike:1] res15 , err := rdb . SUnion ( ctx , "bikes:racing:france" , "bikes:raci...
216
800
2026-03-23T11:02:34.326677
export
javascript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export
language
javascript
dding type="module" to the <script> tag, or by being imported by another module. Modules are automatically interpreted in strict mode . Syntax js // Exporting declarations export let name1, name2/*, … */; // also var export const name1 = 1, name2 = 2/*, … */; // also var, let export function functionName() { /* … */ } ...
1
800
2026-03-23T11:33:13.273274
2.45.0
git
https://git-scm.com/docs/git-add/2.45.0
devops
bash
te a patch that does not apply to the index. See EDITING PATCHES below. -u --update Update the index just where it already has an entry matching <pathspec> . This removes as well as modifies index entries to match the working tree, but adds no new files. If no <pathspec> is given when -u option is used, all tracked fil...
8
799
2026-03-23T11:25:33.571374
redis
redis
https://redis.io/docs/latest/develop/data-types/timeseries/
database
bash
/ >>> 2 TSInfo res59 = jedis . tsInfo ( "thermometer:1" ); System . out . println ( res59 . getProperty ( "totalSamples" )); // >>> 1 long res60 = jedis . tsDel ( "thermometer:1" , 3L , 3L ); System . out . println ( res60 ); // >>> 1 TSInfo res61 = jedis . tsInfo ( "thermometer:1" ); System . out . println ( res61 . g...
369
800
2026-03-23T10:54:53.790573
book
mastra
http://mastra.ai/book
ai
typescript
use Third-party integrations 11. Model Context Protocol (MCP): Connecting Agents and Tools Toggle What is MCP MCP Primitives The MCP Ecosystem When to use MCP Building an MCP Server and Client What’s next for MCP Conclusion 13. Branching, Chaining, Merging, Conditions Toggle Branching Chaining Merging Conditions Best P...
2
799
2026-03-23T11:20:49.234315
vercel-cloudflare-wait-until
inngest
https://www.inngest.com/blog/vercel-cloudflare-wait-until
devops
typescript
What is waitUntil (Vercel, Cloudflare) and when should I use it? - Inngest Blog Recently, Vercel announced that their waitUntil utility method is now available for all serverless functions. Now, this useful feature is available for both Vercel's Node.js and edge functions. This utility is not unique to Vercel -- Cloudf...
0
799
2026-03-23T11:23:51.582919
django
django
https://docs.djangoproject.com/el/2.2/faq/help/
framework
python
σε αυτή τη mailing list. Αυτή η λίστα είναι για συζητήσεις σχετικά με την ανάπτυξη του ίδιου του Django. Ρωτώντας μια τεχνικής φύσεως ερώτηση εκεί θα θεωρηθεί αρκετά αγενές. Νομίζω ότι βρήκα ένα bug! Τι να κάνω; ¶ Υπάρχουν αναλυτικές οδηγίες στην αναφορά Οδηγός συνεισφοράς στο Django , σχετικά με το τι να κάνετε σε περ...
3
800
2026-03-23T11:25:04.312506
mui
mui
https://mui.com/x/react-data-grid/overlays/
library
javascript
id slots={{ loadingOverlay: CustomLoadingOverlay, }} loading {...data} /> Press Enter to start editing No columns overlay The no-columns overlay is displayed when the Data Grid has no columns, or when all columns are hidden. The "Manage columns" button is displayed when all columns are hidden and disableColumnSelector ...
3
767
2026-03-23T11:29:26.064248
3.13.html
python
https://docs.python.org/3/whatsnew/3.13.html
language
python
upies a single byte. There is a new suite of functions for generating PEP 669 monitoring events in the C API. New typing features: PEP 696 : Type parameters ( typing.TypeVar , typing.ParamSpec , and typing.TypeVarTuple ) now support defaults. PEP 702 : The new warnings.deprecated() decorator adds support for marking de...
5
800
2026-03-23T11:23:11.350910
?s=twig
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=twig
devops
python
gomod : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/tencentcloudlogserviceexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository Tinybird Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter sends logs, metrics, and t...
55
799
2026-03-23T11:30:17.910873
single-page-applications
nextjs
https://nextjs.org/docs/app/guides/single-page-applications
framework
javascript
Guides: SPAs | Next.js Menu Using App Router Features available in /app Latest Version 16.2.1 App Router Guides SPAs Copy page How to build single-page applications with Next.js Last updated March 3, 2026 Next.js fully supports building Single-Page Applications (SPAs). This includes fast route transitions with prefetch...
0
800
2026-03-23T10:53:09.607223
quarkus-jdbc
neon
https://neon.tech/docs/guides/quarkus-jdbc
database
sql
port jakarta . ws . rs . Path ; import jakarta . ws . rs . Produces ; import jakarta . ws . rs . core . MediaType ; @ Path ( "/postgres" ) public class PostgresResource { @ Inject DataSource dataSource; @ GET @ Path ( "/version" ) @ Produces ( MediaType . TEXT_PLAIN ) public String getVersion () { try ( Connection conn...
3
800
2026-03-23T11:09:26.328319
?s=scala
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=scala
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:32:38.718577
?s=application-insights
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=application-insights
devops
python
anguage Provider Component Apache 2.0 License Package Details (go-collector) Repository Alertmanager Exporter by 🔭 OpenTelemetry Authors 🔭 Exports OTel Events (SpanEvent in Tracing added by AddEvent API) as Alerts to Alertmanager backend to notify Errors or Change events. alertmanager prometheus exporter collector Qu...
23
799
2026-03-23T11:29:09.169760
tigerdata
planetscale
https://planetscale.com/benchmarks/tigerdata
database
sql
ration of the benchmark run (lower is better): Despite both being in us-east-1 , PlanetScale shows much lower latency with fewer spikes due to locally-attached NVMe drives with unlimited IOPS , 8th-generation AArch64 CPUs, and high-performance query path infrastructure. Query-path latency We measured pure query-path la...
3
800
2026-03-23T11:07:55.409317
gc-guide
go
https://go.dev/doc/gc-guide
language
go
a backup plan. When weak pointers are used as map keys, they do not affect the reachability of map values. Therefore, if a weak pointer map key points to an object that is also reachable from the map value, that object will still be considered reachable. Common finalizer issues Objects with attached finalizers must not...
48
783
2026-03-23T10:51:42.415634
start-mvc
csharp
https://learn.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app/start-mvc
language
csharp
t certificate. For more information, see the Trust the ASP.NET Core HTTPS development certificate section of the Enforcing SSL article. For information on trusting the Firefox browser, see Firefox SEC_ERROR_INADEQUATE_KEY_USAGE certificate error . In Visual Studio Code, press Ctrl + F5 (Windows)/ ^ + F5 (macOS) to run ...
7
800
2026-03-23T10:55:14.616381
escape-hatches
react
https://react.dev/learn/escape-hatches
framework
javascript
screen. Unlike event handlers, which let you handle particular events, Effects let you run some code after rendering. Use them to synchronize your component with a system outside of React. Press Play/Pause a few times and see how the video player stays synchronized to the isPlaying prop value: App.js App.js Reload Clea...
4
799
2026-03-23T11:00:38.562875
packer
terraform
https://developer.hashicorp.com/hcp/api-docs/packer
devops
hcl
RL of the remote cloud artifact as given by a build. region string Cloud-specific region as provided by packer build . For example, "ap-east-1". platform string The platform that this build produced artifacts for. For example, AWS, GCP, or Azure. status string BUILD_UNSET: UNSET is a sentinel zero value so that an unin...
146
799
2026-03-23T11:11:33.009978
llms-full.txt
angular
https://angular.dev/assets/context/llms-full.txt
framework
typescript
do not support combinators, including the [descendant combinator](https://developer.mozilla.org/docs/Web/CSS/Descendant_combinator) or [child combinator](https://developer.mozilla.org/docs/Web/CSS/Child_combinator). Angular component selectors do not support specifying [namespaces](https://developer.mozilla.org/docs/We...
27
795
2026-03-23T10:56:08.577674