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
pydantic_ai
pydantic_ai
https://ai.pydantic.dev/builtin-tools/
ai
python
pydantic_ai import Agent , BinaryImage , ImageGenerationTool agent = Agent ( 'openai-responses:gpt-5.2' , builtin_tools = [ ImageGenerationTool ()]) result = agent . run_sync ( 'Tell me a two-sentence story about an axolotl with an illustration.' ) print ( result . output ) """ Once upon a time, in a hidden underwater ...
18
799
2026-03-23T10:55:57.046823
?s=otterize
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=otterize
devops
python
Instrumentation Component Apache 2.0 License Repository SQLAlchemy Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library allows tracing requests made by the SQLAlchemy library. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository Sqlite3 Instrumentation by 🔭 OpenTelemetr...
333
799
2026-03-23T11:14:02.203070
feed.atom
planetscale
https://planetscale.com/blog/feed.atom
database
sql
hat an additional query is run for each of the n-many records returned by the first query. One initial query plus n-many more. N+1. Even though each individual query is probably quite fast, in aggregate, you can see a huge performance penalty. And because each individual query is fast, this isn’t something that would s...
391
796
2026-03-23T11:03:06.264562
pytorch
pytorch
https://pytorch.org/blog/pytorch-2-10torchao/
ml
python
ntegrated to speed up bottleneck operators like Linear layers and SDPA (Scaled Dot Product Attention). Quick Example: LLM Inference with TorchAO Installation & Quick Start Install Intel® GPU Driver To enable Intel® GPU acceleration, begin by installing the latest graphics driver: Windows users should download the drive...
3
800
2026-03-23T11:37:29.676045
?s=zipkin
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=zipkin
devops
python
manifest file like the following: extensions : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/extension/healthcheckv2extension v0.148.0 v0.148.0 Version Collector Language Extension Component Apache 2.0 License Package Details (go-collector) Repository HTTP Forwarder Collector Extension by 🔭 OpenT...
65
800
2026-03-23T11:24:03.190941
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
eam_handler=event_stream_handler, **_deprecated_kwargs, ) @overload def run_stream( self, user_prompt: str | Sequence[_messages.UserContent] | None = None, *, output_type: None = None, message_history: Sequence[_messages.ModelMessage] | None = None, deferred_tool_results: DeferredToolResults | None = None, model: model...
2,047
651
2026-03-23T10:51:26.913971
?s=interval
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=interval
devops
python
og bridge by 🔭 OpenTelemetry Authors 🔭 Package otelzap provides an OpenTelemetry log bridge for go.uber.org/zap . zap log-bridge go Go Language Log bridge Component Apache 2.0 License Repository Monolog Appender by 🔭 OpenTelemetry Authors 🔭 MonoLog Log Appender for PHP. php logs PHP Language Core Component Apache 2...
361
800
2026-03-23T11:20:08.181686
audio
expo
https://docs.expo.dev/versions/latest/sdk/audio
mobile
javascript
< View > < Text > Recording: { state . isRecording ? 'Yes' : 'No' } </ Text > < Text > Duration: { Math . round ( state . durationMillis / 1000 ) } s </ Text > < Text > Can Record: { state . canRecord ? 'Yes' : 'No' } </ Text > </ View > ) ; } useAudioSampleListener(player, listener) Android iOS tvOS Web Parameter Type...
25
800
2026-03-23T11:17:59.815911
?s=logdedup
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=logdedup
devops
python
metry context propagation for Datadog by Tony Li This library provides support for propagating trace context in the Datadog X-Datadog-* format. go datadog utilities propagator Go Language Utilities Component Apache 2.0 License Repository Apache Druid extension for OTLP by mishmash io This extension allows Apache Druid ...
384
800
2026-03-23T11:38:22.744606
?s=lua
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=lua
devops
python
receiver fetches stats from an SNMP-enabled host using the Go SNMP client . Metrics are collected based on configuration settings. 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/opent...
152
799
2026-03-23T11:12:05.431488
SWE-Fixer-Train-110K
transformers
https://huggingface.co/datasets/internlm/SWE-Fixer-Train-110K
ai
python
+ + # To ensure the StringIO gets cleaned up, we need to alias its close + # method to the release_conn() method. This is a dirty hack, but there + # you go. + data.release_conn = data.close + + self.conn.cwd(path) + code = self.conn.retrbinary('LIST', data_callback_factory(data)) + + # When that call has finished exec...
75
687
2026-03-23T11:25:30.160911
performance-bottlenecks
temporal
https://docs.temporal.io/troubleshooting/performance-bottlenecks
devops
go
_latency spike The temporal_activity_execution_latency metric measures the time from when a Worker starts processing an Activity Task until it reports to the service that the Task is complete or failed. There are several potential causes for high temporal_activity_execution_latency : Activity implementation: The most c...
12
798
2026-03-23T11:24:09.863803
docker
docker
https://docs.docker.com/dhi/how-to/verify/
devops
bash
locally on your device, you must prefix the image name with registry:// . For example, use registry://dhi.io/python:3.13 instead of dhi.io/python:3.13 . $ docker scout attest list dhi.io/<image>:<tag> This command shows all available attestations, including SBOMs, provenance, vulnerability reports, and more. First, aut...
2
799
2026-03-23T11:34:01.840462
train
transformers
https://huggingface.co/datasets/princeton-nlp/SWE-bench/viewer/default/train
ai
python
o align the reported values. What do you think about having this new metric? Hi @coignetp Thank you for checking! Having a new metric to align the reported values would be great. 2021-01-14T14:27:52Z [] [] DataDog/integrations-core DataDog__integrations-core-8511 d94e3643dfa88308c91534a4585e2849029bf704 diff --git a/el...
404
733
2026-03-23T11:25:24.231597
contact?ref=blog-soc2
inngest
https://www.inngest.com/contact?ref=blog-soc2
devops
typescript
Schedule a demo - Inngest “ We were struggling with the complexities of managing our social media and e-commerce workflows. Thanks to Inngest, we were able to simplify our development process, speed up our time to market, and deliver a better customer experience. Inngest has become an essential tool in our tech stack. ...
0
368
2026-03-23T11:28:25.959433
xmlrpc.server.html
python
https://docs.python.org/3/library/xmlrpc.server.html
language
python
r . register_introspection_functions () handler . register_instance ( MyFuncs ()) handler . handle_request () Documenting XMLRPC server ¶ These classes extend the above classes to serve HTML documentation in response to HTTP GET requests. Servers can either be free standing, using DocXMLRPCServer , or embedded in a CGI...
15
799
2026-03-23T11:23:04.066447
email.compat32-message.html
python
https://docs.python.org/3/library/email.compat32-message.html
language
python
haractersDefect , respectively). When decode is False (the default) the body is returned as a string without decoding the Content-Transfer-Encoding . However, for a Content-Transfer-Encoding of 8bit, an attempt is made to decode the original bytes using the charset specified by the Content-Type header, using the replac...
11
796
2026-03-23T11:14:57.439790
2.2.3
git
https://git-scm.com/docs/giteveryday/2.2.3
devops
bash
r corresponding branch of the mothership machine. push will stash all our work away on remotes/satellite/* remote-tracking branches on the mothership machine. You could use this as a back-up method. Likewise, you can pretend that mothership "fetched" from you (useful when access is one sided). on mothership machine, me...
9
798
2026-03-23T11:37:35.569047
nested.html
pytorch
https://pytorch.org/docs/stable/nested.html
ml
python
an “NJT”) supports a single ragged dimension. This constructor will copy the input tensors into a packed, contiguous block of memory according to the layout described in the data_layout _ section below. >>> a , b = torch . arange ( 3 ), torch . arange ( 5 ) + 3 >>> a tensor([0, 1, 2]) >>> b tensor([3, 4, 5, 6, 7]) >>> ...
4
800
2026-03-23T10:51:40.553829
?s=redis
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=redis
devops
python
ocumentation Repository kgateway native sandbox by kgateway Authors kgateway supports OTLP export for traces and logs, with Prometheus-native metrics collection. go kgateway gateway-api ingress envoy Go Language Application integration Component Apache-2.0 License Website Documentation Repository Knative native incubat...
8
800
2026-03-23T11:25:32.724157
?s=ntp
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ntp
devops
python
Apache 2.0 License Package Details (gems) Repository OpenTelemetry ActionMailer Instrumentation by 🔭 OpenTelemetry Authors 🔭 The ActionMailer instrumentation is a community-maintained instrumentation for the ActionMailer portion of the [Ruby on Rails][rails-home] web-application framework. action mailer instrumentati...
338
800
2026-03-23T11:11:52.247702
eslint
nextjs
https://nextjs.org/docs/pages/api-reference/config/eslint
framework
javascript
se ESLint with lint-staged to run the linter on staged git files, add the following to the .lintstagedrc.js file in the root of your project: .lintstagedrc.js const path = require ( 'path' ) const buildEslintCommand = (filenames) => `eslint --fix ${ filenames .map ((f) => `" ${ path .relative ( process .cwd () , f) } "...
10
800
2026-03-23T11:32:34.033121
?s=settings
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=settings
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:26:12.522527
changes.html
sqlite
https://www.sqlite.org/changes.html
database
sql
he timeline for details. Hashes: SQLITE_SOURCE_ID: 2022-09-05 11:02:23 4635f4a69c8c2a8df242b384a992aea71224e39a2ccab42d8c0b0602f1e826e8 SHA3-256 for sqlite3.c: 2fc273cf8032b601c9e06207efa0ae80eb73d5a1d283eb91096c815fa9640257 2022-07-21 (3.39.2) Fix a performance regression in the query planner associated with rearrangi...
64
789
2026-03-23T10:50:32.102584
2133-extensions
mcp
https://modelcontextprotocol.io/seps/2133-extensions
ai
typescript
system. The following is an incomplete list of what this SEP does not address: Schema : we do not specify a mechanism for extensions to advertise how they modify the schema. Dependencies : we do not specify if/how extensions may have dependencies on specific core protocol versions, or interdependencies with other exten...
20
798
2026-03-23T10:52:24.982343
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
atch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as ...
3,090
799
2026-03-23T10:56:49.346759
audit-log-events-for-your-organization
github_actions
https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/audit-log-events-for-your-organization
devops
yaml
ty_header , request_id , token_id , token_scopes , user , user_id , user_agent , key , created_at , operation_type Reference Store information in variables org.remove_billing_manager A billing manager was removed from an organization, either manually or due to a two-factor authentication requirement. Fields @timestamp ...
181
800
2026-03-23T10:59:03.608907
removing-sensitive-data-from-a-repository
github_actions
https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository
devops
yaml
entials. If the commit that introduced the sensitive data exists in any forks, it will continue to be accessible there. You will need to coordinate with the owners of the forks, asking them to remove the sensitive data or delete the fork entirely. GitHub cannot provide contact information for these owners. Consider the...
7
799
2026-03-23T11:21:19.324222
llms-full.txt
inngest
https://www.inngest.com/llms-full.txt
devops
typescript
ort default inngest.createFunction( { id: "send-onboarding-nudge-email", triggers: { event: "app/account.created" } }, async ({ event, step }) => { await step.waitForEvent( "wait-for-onboarding-completion", { event: "app/onboarding.completed", timeout: "3d", // "async" is the received "ai/post.topic.selected" event her...
289
712
2026-03-23T10:50:47.948133
changelog.html
python
https://docs.python.org/3/whatsnew/changelog.html
language
python
The error paths could dereference NULL handlers and double-decrement the parent parser’s reference count. gh-88091 : Fix unicodedata.decomposition() for Hangul characters. gh-144986 : Fix a memory leak in atexit.register() . Patch by Shamil Abdulaev. gh-144777 : Fix data races in io.IncrementalNewlineDecoder in the fre...
4
799
2026-03-23T10:57:25.352602
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
gAdmissionPolicy OK 201 MutatingAdmissionPolicy Created 202 MutatingAdmissionPolicy Accepted Patch partially update the specified MutatingAdmissionPolicy HTTP Request PATCH /apis/admissionregistration.k8s.io/v1beta1/mutatingadmissionpolicies/{name} Path Parameters Parameter Description name name of the MutatingAdmissio...
4,050
800
2026-03-23T10:56:49.348094
enums.html
typescript
https://www.typescriptlang.org/docs/handbook/enums.html
language
javascript
deconstifying them with the help of preserveConstEnums . This is the approach taken internally by the TypeScript project itself . preserveConstEnums emits the same JavaScript for const enums as plain enums. You can then safely strip the const modifier from .d.ts files in a build step . This way downstream consumers wil...
14
798
2026-03-23T10:54:42.205229
?s=grails
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=grails
devops
python
ser Quick Install To install this instrumentation library run: npm install @jufab/opentelemetry-angular-interceptor 1.9.0-1 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository Fastify OpenTelemetry by Holden Whitehead Fastify OpenTelemetry API integration, using the...
273
800
2026-03-23T11:19:23.545682
middleware
tanstack_start
https://tanstack.com/ai/latest/docs/guides/middleware
framework
typescript
er each tool execution (or skip). All middleware run — there is no short-circuiting. typescript const toolLogger: ChatMiddleware = { name: "tool-logger", onAfterToolCall: (ctx, info) => { if (info.ok) { console.log(`${info.toolName} completed in ${info.duration}ms`); } else { console.error(`${info.toolName} failed:`, i...
15
770
2026-03-23T11:17:17.480615
?s=guzzle
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=guzzle
devops
python
nsion/ackextension v0.148.0 v0.148.0 Version Collector Language Extension Component Apache 2.0 License Package Details (go-collector) Repository ASAP Client Authentication Extension by 🔭 OpenTelemetry Authors 🔭 This extension provides Atlassian Service Authentication Protocol (ASAP) client credentials for HTTP or gRP...
57
800
2026-03-23T11:13:19.229304
release-notes-2.0.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.0.0
mobile
dart
rt SDK from 62aea7e5112a to eb8e6232da02 (1 revision) (cla: yes, waiting for tree to go green) 21398 Roll Fuchsia Mac SDK from v7dguVBSA... to xnB_uJM8T... (cla: yes, waiting for tree to go green) 21399 Roll Skia from 03c31eca19ce to 5227335b0add (2 revisions) (cla: yes, waiting for tree to go green) 21402 Roll Skia fr...
693
800
2026-03-23T11:06:17.753894
events-that-trigger-workflows
github_actions
https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows
devops
yaml
n a workflow when someone stars a repository, which is the started activity type for a watch event. on: watch: types: [ started ] workflow_call Webhook event payload Activity types GITHUB_SHA GITHUB_REF Same as the caller workflow Not applicable Same as the caller workflow Same as the caller workflow workflow_call is u...
65
800
2026-03-23T10:52:38.970209
?s=visualization
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=visualization
devops
python
Component Apache 2.0 License Package Details (packagist) Repository OpenTelemetry PSR-16 auto-instrumentation by 🔭 OpenTelemetry Authors 🔭 Auto-instrumentation hooks are registered via composer, and spans will automatically be created for each PSR-16 cache operation. psr16 instrumentation php Quick Install To install...
312
799
2026-03-23T11:39:49.908294
fonts
expo
https://docs.expo.dev/develop/user-interface/fonts
mobile
javascript
or file naming . If you want to refer to fonts using a combination of fontFamily , weight , and style , provide an array of objects (see Inter below). app.json Copy { "expo" : { "plugins" : [ [ "expo-font" , { "fonts" : [ "./assets/fonts/FiraSans-MediumItalic.ttf" ] , "android" : { "fonts" : [ { "fontFamily" : "Inter" ...
5
800
2026-03-23T11:12:55.709280
venv.html
python
https://docs.python.org/3/tutorial/venv.html
language
python
lication B needs version 2.0, then the requirements are in conflict and installing either version 1.0 or 2.0 will leave one application unable to run. The solution for this problem is to create a virtual environment , a self-contained directory tree that contains a Python installation for a particular version of Python...
1
800
2026-03-23T11:11:26.215255
deno
deno
https://docs.deno.com/lint/rules/no-obj-calls/
runtime
javascript
vents such wrong usage of them. Invalid: const math = Math ( ) ; const newMath = new Math ( ) ; const json = JSON ( ) ; const newJSON = new JSON ( ) ; const reflect = Reflect ( ) ; const newReflect = new Reflect ( ) ; const atomics = Atomics ( ) ; const newAtomics = new Atomics ( ) ; Valid: const area = ( radius : numb...
1
541
2026-03-23T11:33:20.682181
result-2022-08-10.json
qdrant
https://qdrant.tech/benchmarks/result-2022-08-10.json
database
python
"upload_time": 768.1531450059, "total_upload_time": 2240.6474754361, "p95_time": 0.0084813394, "rps": 283.5297971073, "parallel": 2, "p99_time": 0.0105327355, "mean_time": 0.0068716068, "mean_precisions": 0.944879, "engine_params": { "search_params": { "hnsw_ef": 64 } } }, { "engine_name": "qdrant", "setup_name": "qdra...
2,593
591
2026-03-23T11:15:13.618403
torch.nn.parallel.DistributedDataParallel.html
pytorch
https://pytorch.org/docs/stable/generated/torch.nn.parallel.DistributedDataParallel.html
ml
python
mizer to reduce per-rank optimizer states memory footprint. Please refer to ZeroRedundancyOptimizer recipe for more details. Note nccl backend is currently the fastest and highly recommended backend when using GPUs. This applies to both single-node and multi-node distributed training. Note This module also supports mix...
5
800
2026-03-23T11:36:58.217862
webpack
webpack
https://webpack.js.org/configuration/node/
tooling
javascript
ename / import.meta.filename to the Node.js runtime at execution time, but evaluate them in construction like require / import to properly resolve modules. Replace __filename with import.meta.filename and vice versa depending on the output.module option (if your environment does not support import.meta.filename , the f...
2
799
2026-03-23T11:09:10.152196
billing-api
temporal
https://docs.temporal.io/cloud/billing-api
devops
go
te ranges may complete faster due to caching. Rate limits and concurrency To ensure system stability, rate limits apply to API usage. Per-account concurrency Within a single account: Only one billing report per account is processed at a time Additional requests are accepted but queued Processing occurs serially per acc...
2
790
2026-03-23T11:22:16.925840
gitlab_ci
gitlab_ci
https://docs.gitlab.com/api/api_resources/
devops
yaml
ves /group_repository_storage_moves Import repository from GitHub /import/github Import repository from Bitbucket Server /import/bitbucket_server Instance clusters /admin/clusters Instance-level CI/CD variables /admin/ci/variables Issues Statistics /issues_statistics (also available for groups and projects) Issues /iss...
12
800
2026-03-23T11:09:53.588586
?s=lmdb
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=lmdb
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:11:46.432131
gitlab_ci
gitlab_ci
https://docs.gitlab.com/administration/sidekiq/sidekiq_troubleshooting/
devops
yaml
/lib/sidekiq/processor.rb:150:in `execute_job' /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/sidekiq-4.0.1/lib/sidekiq/processor.rb:132:in `block (2 levels) in process' /opt/gitlab/embedded/service/gem/ruby/2.1.0/gems/sidekiq-4.0.1/lib/sidekiq/middleware/chain.rb:127:in `block in invoke' /opt/gitlab/embedded/service...
11
800
2026-03-23T11:19:32.905860
Nemotron-MIND
transformers
https://huggingface.co/datasets/nvidia/Nemotron-MIND
ai
python
ere is that it's a variant of the Cauchy product. If you look at the two sums, on one hand, you have the 'sum of all 2 1PI diagrams connected by a line', and on the other hand, you have 'sum over all 1PI diagrams times the propagator times sum over all 1PI diagrams'. You should be able to convince yourself that these a...
197
800
2026-03-23T11:23:03.927755
?s=aspire
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=aspire
devops
python
metry SDK, reporting data to an OpenTelemetry Collector. sandbox rust kubewarden Rust Language Application integration Component Apache-2.0 License Website Documentation rustup native by The Rust Project Developers The feature otel can be used when building rustup to turn on OpenTelemetry tracing with an OTLP gRPC expo...
18
800
2026-03-23T11:31:30.130303
radiant
tailwind
https://tailwindcss.com/plus/templates/radiant
library
javascript
ility Are Figma, Sketch, or Adobe XD files included? No, design assets for tools like Figma, Sketch, or Adobe XD are not included. We don't produce high-quality design artifacts as part of our own design and development process, so building these extra resources means we can't spend as much time creating new components...
7
800
2026-03-23T11:00:35.688945
vercel-marketplace
supabase
https://supabase.com/docs/guides/integrations/vercel-marketplace
database
typescript
resources allocated to your database. Permissions # There is a direct one-to-one relationship between a Supabase Organization and a Vercel team. Installing the integration or launching your first Supabase Project through Vercel triggers the creation of a corresponding Supabase Organization if one doesn’t already exist....
3
799
2026-03-23T11:20:50.621237
supabase-secrets-list
supabase
https://supabase.com/docs/reference/cli/supabase-secrets-list
database
typescript
\ 2 --project-ref abcdefgijklmnopqrst \ 3 --type saml \ 4 --metadata-url ' https://... ' \ 5 --domains company.com Response 1 Information about the added identity provider. You can use 2 company.com as the domain name on the frontend side to initiate a SSO 3 request to the identity provider. supabase sso list List all ...
71
799
2026-03-23T11:28:43.878740
?s=knative
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=knative
devops
python
ense Website Documentation RoadRunner PHP application server first party integration by Spiral Scout RoadRunner offers OTel (OpenTelemetry) plugin, which provides a unified standard for tracing, logging, and metrics information. go php roadrunner Go Language Application integration Component MIT License Website Documen...
11
800
2026-03-23T11:27:11.488649
understanding-fields
github_actions
https://docs.github.com/issues/planning-and-tracking-with-projects/understanding-fields
devops
yaml
nd dates. About parent issue and sub-issue progress fields You can show an issue's parent issue and view sub-issue progress in your projects. About pull request fields You can show a linked pull request and the pull request reviewers in your projects. About the issue type field You can show the type of the issue in you...
1
492
2026-03-23T11:31:37.365381
overview
mcp
https://modelcontextprotocol.io/extensions/auth/overview
ai
typescript
vidually creates friction and bypasses existing security controls. The ext-auth extensions address these gaps. Available extensions OAuth Client Credentials Machine-to-machine authentication using the OAuth 2.0 client credentials flow. No user interaction required. Enterprise-Managed Authorization Centralized access co...
2
796
2026-03-23T10:59:04.788243
?s=cisco
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=cisco
devops
python
OpenTelemetry 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 librar...
332
800
2026-03-23T11:10:45.887058
ssr
vue
https://vuejs.org/api/ssr
framework
javascript
e. log (ctx.teleports) // { '#teleported': 'teleported content' } Most other SSR APIs on this page also optionally accept a context object. The context object can be accessed in component code via the useSSRContext helper. See also Guide - Server-Side Rendering renderToNodeStream() Renders input as a Node.js Readable s...
1
796
2026-03-23T10:57:26.191143
register-api-route
mastra
https://mastra.ai/reference/server/register-api-route
ai
typescript
mple' , price : 9.99 } ) } , } ) Using createHandler() Direct link to using-createhandler For routes that need async initialization: registerApiRoute ( '/dynamic' , { method : 'GET' , createHandler : async c => { // Perform async setup const config = await loadConfig ( ) return async c => { return c . json ( { config }...
6
799
2026-03-23T11:09:38.037486
?s=kuma
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=kuma
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:38:06.864757
?s=owin
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=owin
devops
python
stom collector you can add this processor to the manifest file like the following: processors : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/processor/logdedupprocessor v0.148.0 v0.148.0 Version Collector Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Lo...
85
800
2026-03-23T11:24:47.862736
development-process-for-azure
csharp
https://learn.microsoft.com/en-us/dotnet/architecture/modern-web-apps-azure/development-process-for-azure
language
csharp
Server: Continuous integration. build, test, package A new build is triggered on the build server whenever a new commit is made to the shared application code repository. As part of the CI process, this build should fully compile the application and run automated tests to confirm everything is working as expected. The ...
8
799
2026-03-23T10:58:33.654920
schemas
tanstack_start
https://tanstack.com/db/latest/docs/guides/schemas
framework
typescript
> {errors.text && <div className="error">{errors.text}</div>} <button onClick={() => addTodo("Buy groceries", "high")}> Add Todo </button> <ul> {todos?.map(todo => ( <li key={todo.id}> <input type="checkbox" checked={todo.completed} onChange={() => toggleComplete(todo)} /> <span>{todo.text}</span> <span>Priority: {todo...
32
580
2026-03-23T11:25:55.148185
sys.html
python
https://docs.python.org/3/library/sys.html
language
python
precated; use sys.last_exc instead. They hold the legacy representation of sys.last_exc , as returned from exc_info() above. sys. maxsize ¶ An integer giving the maximum value a variable of type Py_ssize_t can take. It’s usually 2**31 - 1 on a 32-bit platform and 2**63 - 1 on a 64-bit platform. sys. maxunicode ¶ An int...
54
798
2026-03-23T11:06:49.117059
?s=psr16
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=psr16
devops
python
brary provides a Mongo instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository MyBatis Instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation for MyBatis mybatis instrumentation java Java Language Instrumentation Compone...
259
800
2026-03-23T11:22:24.545670
?s=action_pack
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=action_pack
devops
python
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/azuremonitorexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) R...
28
800
2026-03-23T11:26:18.039292
Llama-3.1-70B-Instruct-GGUF
transformers
https://huggingface.co/hierholzer/Llama-3.1-70B-Instruct-GGUF
ai
python
Types Possible Below is a table of all the Quantization Types that are possible as well as short descriptions. # or Q# : Description Of Quantization Types 2 or Q4_0 : small, very high quality loss - legacy, prefer using Q3_K_M 3 or Q4_1 : small, substantial quality loss - legacy, prefer using Q3_K_L 8 or Q5_0 : medium,...
1
798
2026-03-23T11:33:12.514393
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
of January 2025). Beyond those two, some entertainment trade sites (for example, a Just Jared article titled "Top 10 Highest-Earning Animated Films at the Box Office Revealed") have begun listing a broader top‑10. Although full consolidated figures can sometimes differ by source and are updated daily during a box‑offic...
386
800
2026-03-23T10:51:26.910853
?s=tedious
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=tedious
devops
python
ntelemetry-collector-contrib/receiver/azureeventhubreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Azure Monitor Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver scrapes Azure Monitor API for resources metrics. azure monitor rece...
104
800
2026-03-23T11:22:30.961448
react-router
nx
https://nx.dev/docs/technologies/react/guides/react-router
tooling
typescript
manifest.json 1.40 kB │ gzip: 0.32 kB build/client/assets/about-D7ArdXr1.js 0.20 kB │ gzip: 0.18 kB build/client/assets/with-props-CQyfqcsx.js 0.22 kB │ gzip: 0.19 kB build/client/assets/root-BKqDrCrU.js 0.99 kB │ gzip: 0.54 kB build/client/assets/app-DnLbn-a2.js 24.50 kB │ gzip: 6.26 kB build/client/assets/chunk-K6CSE...
4
715
2026-03-23T11:14:30.128652
extensions
planetscale
https://planetscale.com/docs/postgres/extensions
database
sql
Installing Extensions in Specific Schemas By default, extensions are installed in the public schema. To install an extension in a specific schema: Report incorrect code Copy Ask AI CREATE EXTENSION IF NOT EXISTS pgcrypto SCHEMA my_schema; To move an existing extension to a different schema: Report incorrect code Copy A...
5
796
2026-03-23T11:21:55.301515
introduction
expo
https://docs.expo.dev/router/introduction
mobile
javascript
ework. Expo Router is an opinionated framework for React Native, similar to how Remix and Next.js are opinionated frameworks for web-only React. Expo Router is designed to bring the best architectural patterns to everyone, to ensure React Native is leveraged to its fullest. For example, Expo Router's Async Routes featu...
5
800
2026-03-23T10:50:39.373759
punycode
deno
https://docs.deno.com/api/node/punycode
runtime
javascript
II characters only, Domain Names that contain non-ASCII characters must be converted into ASCII using the Punycode scheme. For instance, the Japanese character that translates into the English word, 'example' is '例' . The Internationalized Domain Name, '例.com' (equivalent to 'example.com' ) is represented by Punycode a...
1
799
2026-03-23T11:39:45.761755
?s=fusioncache
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=fusioncache
devops
python
y and to associate traces/spans to Sentry errors. For configuration details, see OpenTelemetry Support . java processor propagator utilities sentry error monitoring Java Language Utilities Component MIT License Repository OpenTelemetry Esbuild Plugin by Drew Corlin Esbuild plugin which bundles OpenTelemetry node core a...
385
800
2026-03-23T11:32:05.661281
?s=undertow
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=undertow
devops
python
vides automatic instrumentation for the Nest framework. nestjs-core instrumentation js Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-nestjs-core 0.59.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository OpenTe...
291
800
2026-03-23T11:39:02.415631
?s=twig
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=twig
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:30:17.911024
redis
redis
https://redis.io/docs/latest/develop/data-types/streams/
database
bash
eamConsumerInfo info in res34 ) { Console . WriteLine ( $"name: {info.Name}, pending: {info.PendingMessageCount}, idle: {info.IdleTimeInMilliseconds}" ); } // >>> name: Alice, pending: 1, idle: 7717 // >>> name: Bob, pending: 0, idle: 7722 // Tests for 'xinfo_consumers' step. db . StreamAdd ( "race:italy" , [ new ( "ri...
1,709
799
2026-03-23T11:04:07.562020
collection-options-creator
tanstack_start
https://tanstack.com/db/latest/docs/guides/collection-options-creator
framework
typescript
{ return { // ... other options rowUpdateMode: config.rowUpdateMode || 'partial', // Implement handlers using sync engine APIs onInsert: async ({ transaction }) => { // Handle provider-specific batch limits (e.g., Firestore's 500 limit) const chunks = chunkArray(transaction.mutations, PROVIDER_BATCH_LIMIT) for (const c...
18
668
2026-03-23T11:24:35.772926
redis
redis
https://redis.io/blog/ai-gateways-what-are-they-how-can-you-deploy-an-enhanced-gateway-with-redis/
database
bash
te for LLM observability, metrics, evals, and prompt management. Langfuse integrates with LlamaIndex, Langchain, OpenAI SDK and LiteLLM. Hashicorp vault : Manages secure secrets, encryption as a service, and privileged access control management and can be used to manage credentials for AI API services. Redis is one of ...
7
800
2026-03-23T11:13:16.337616
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
e variable for graph state. ### DepsT ```python DepsT = TypeVar('DepsT', infer_variance=True) ``` Type variable for graph dependencies. ### InputT ```python InputT = TypeVar('InputT', infer_variance=True) ``` Type variable for graph inputs. ### OutputT ```python OutputT = TypeVar('OutputT', infer_variance=True) ``` Typ...
5,226
750
2026-03-23T10:51:26.921164
?s=metric
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=metric
devops
python
rs 🔭 The Health Check Extension for the OpenTelemetry Collector enables an HTTP URL that can be probed to check the status of the OpenTelemetry Collector. go extension collector Quick Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : git...
64
799
2026-03-23T11:16:31.526280
2.9.5
git
https://git-scm.com/docs/git-push/2.9.5
devops
bash
rresponding upstream branch, but as a safety measure, the push is aborted if the upstream branch does not have the same name as the local one. OPTIONS <repository> The "remote" repository that is destination of a push operation. This parameter can be either a URL (see the section GIT URLS below) or the name of a remote...
5
797
2026-03-23T11:00:10.624322
django
django
https://docs.djangoproject.com/zh-hans/3.0/
framework
python
er 在我们的 `ticket tracker`_ 中报告 Django 或 Django 文档的 Bug。 下载: 离线(Django 3.0): HTML | PDF | ePub 由 Read the Docs 提供。 Diamond and Platinum Members JetBrains JetBrains delivers intelligent software solutions that make developers more productive by simplifying their challenging tasks, automating the routine, and helping them ...
4
800
2026-03-23T11:22:32.767649
migration?ref=blog-sdk-3-0
inngest
https://www.inngest.com/docs/sdk/migration?ref=blog-sdk-3-0
devops
typescript
e application ID will result new app, archiving the existing one. ✅ v3 Copy Copied import { Inngest , slugify } from "inngest" ; import { serve } from "inngest/next" ; const inngest = new Inngest ({ id : "My App" , }); const fn = inngest .createFunction ( // NOTE: You can manually slug IDs or import slugify to convert ...
3
800
2026-03-23T11:37:11.014622
?s=codeigniter
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=codeigniter
devops
python
age Exporter Component Apache 2.0 License Package Details (go-collector) Repository Sematext Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter supports sending metrics to Sematext Cloud in Influx line protocol format and logs using the Bulk Index API format. sematext exporter collector Quick Install When building a...
50
800
2026-03-23T11:29:41.106076
?s=istio
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=istio
devops
python
ver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/googlecloudspannerreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository HAProxy Receiver by 🔭 OpenTelemet...
119
799
2026-03-23T11:28:03.961948
docker
docker
https://docs.docker.com/guides/genai-video-bot/
devops
bash
e #---------------------------------------------------------------------------- PINECONE_TOKEN=your-api-key # Replace your-api-key with your personal API key Build and run the application. In a terminal, change directory to your docker-genai directory and run the following command. $ docker compose up --build Docker Co...
3
800
2026-03-23T11:02:20.382157
?s=c%2b%2b
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=c%2b%2b
devops
python
try Authors 🔭 OpenSearch exporter supports sending OpenTelemetry signals as documents to OpenSearch. opensearch 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-co...
45
800
2026-03-23T11:19:55.468745
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
e HTTP Request GET /api/v1/nodes/{name}/proxy Path Parameters Parameter Description name name of the NodeProxyOptions Query Parameters Parameter Description path Path is the URL path to use for the current proxy request to node. Response Code Description 200 string OK Get Connect Proxy Path connect GET requests to prox...
3,347
800
2026-03-23T10:56:49.347116
share-memory-by-communicating
go
https://go.dev/blog/share-memory-by-communicating
language
go
he URL polling logic (which, itself, would only be a few lines), nor will it gracefully handle exhausting the pool of Resources. Let’s take a look at the same functionality implemented using Go idiom. In this example, Poller is a function that receives Resources to be polled from an input channel, and sends them to an ...
3
768
2026-03-23T11:27:54.071383
feed.atom
planetscale
https://planetscale.com/blog/feed.atom
database
sql
Fivetran integration https://planetscale.com/blog/announcing-the-fivetran-integration 2023-11-02T12:00:00.000Z 2023-11-02T12:00:00.000Z Taylor Barnett Katie Sipos Introducing webhooks https://planetscale.com/blog/introducing-webhooks 2023-10-26T12:00:00.000Z 2023-10-26T12:00:00.000Z Taylor Barnett Mike Coutermarsh What...
155
799
2026-03-23T11:03:06.264243
compiler-options-in-msbuild.html
typescript
https://www.typescriptlang.org/docs/handbook/compiler-options-in-msbuild.html
language
javascript
es and not JavaScript files. <TypeScriptKeyofStringsOnly> --keyofStringsOnly Make keyof only return strings instead of string, numbers or symbols. Legacy option. <TypeScriptUseDefineForClassFields> --useDefineForClassFields Emit ECMAScript-standard-compliant class fields. <TypeScriptDeclarationMap> --declarationMap Cre...
10
800
2026-03-23T10:50:08.693198
governance.html
pytorch
https://pytorch.org/docs/main/community/governance.html
ml
python
the maintainer group the individual has to demonstrate strong and continued alignment with the overall PyTorch principles. No term limits for module maintainers or core maintainers Light criteria of moving module maintenance to ‘emeritus’ status if they don’t actively participate over long periods of time. Each module ...
6
799
2026-03-23T11:22:16.307709
opc-sft-stage2
transformers
https://huggingface.co/datasets/OpenCoder-LLM/opc-sft-stage2
ai
python
ort([1, 5, 4, 3, 2]) == 2", "assert min_swaps_to_sort([4, 3, 2, 1]) == 2" ] 2,175,400,675 Write a function to find the maximum difference between two elements in a list, where the larger element comes after the smaller one. Here is the code to solve this problem: ```python def max_difference(lst): if len(lst) < 2: retu...
25
677
2026-03-23T11:30:05.698627
neon
neon
https://neon.tech/blog/serverless-driver-for-postgres/
database
sql
he heebie-jeebies AI Feb 26, 2026 15,000+ Apps Built Over WhatsApp: Inside QwikBuild’s Neon-Powered Architecture
17
112
2026-03-23T11:39:16.236982
?s=watchos
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=watchos
devops
python
tation-redis”, which (as of v0.50.0) includes support for instrumenting redis v4. This module provides automatic instrumentation for the redis@^4.0.0 package. redis-4 instrumentation js Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-redis-4 0.49.0 Version JavaScrip...
297
800
2026-03-23T11:10:38.112291
mutations
tanstack_start
https://tanstack.com/db/latest/docs/guides/mutations
framework
typescript
te Delete dominates update + update update Union changes, keep first original Note Attempting to insert or delete the same item multiple times within a transaction will throw an error. Controlling Optimistic Behavior By default, all mutations apply optimistic updates immediately to provide instant feedback. However, yo...
52
800
2026-03-23T11:22:34.981392
how-peers-are-resolved
pnpm
https://pnpm.io/how-peers-are-resolved
tooling
javascript
├── a │ └── b -> ../../b@1.0.0_c@1.0.0/node_modules/b ├── a@1.0.0_c@1.1.0 │ └── node_modules │ ├── a │ └── b -> ../../b@1.0.0_c@1.1.0/node_modules/b ├── b@1.0.0_c@1.0.0 │ └── node_modules │ ├── b │ └── c -> ../../c@1.0.0/node_modules/c ├── b@1.0.0_c@1.1.0 │ └── node_modules │ ├── b │ └── c -> ../../c@1.1.0/node_modules...
4
346
2026-03-23T10:50:18.662085
?s=fusioncache
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=fusioncache
devops
python
er dotnet Quick Install To install this exporter run: dotnet add package OpenTelemetry.Exporter.Prometheus.HttpListener 1.15.0-beta.1 Version .NET Language Exporter Component Apache 2.0 License Package Details (nuget) Repository Stackdriver Exporter for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 Stackdriver Expo...
174
800
2026-03-23T11:32:05.661098
?s=cri-o
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=cri-o
devops
python
library run: composer require open-telemetry/opentelemetry-auto-cakephp 0.0.6 Version PHP Language Instrumentation Component Apache 2.0 License Package Details (packagist) Repository OpenTelemetry CodeIgniter auto-instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation Library for the CodeIgniter Framework codei...
305
800
2026-03-23T11:37:42.137908