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/kubernetes-api/v1.35/
devops
yaml
the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. fieldSelector A selector to restrict the list of r...
1,716
798
2026-03-23T10:56:49.344031
1?fw=pt
transformers
https://huggingface.co/learn/llm-course/chapter1/1?fw=pt
ai
python
y acquired by Hugging Face. Merve Noyan is a developer advocate at Hugging Face, working on developing tools and building content around them to democratize machine learning for everyone. Lucile Saulnier is a machine learning engineer at Hugging Face, developing and supporting the use of open source tools. She is also ...
7
800
2026-03-23T10:50:20.037048
?s=cassandra
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=cassandra
devops
python
rbon’s plaintext protocol. 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/carbonreceiver v0.148.0 v0.148.0 Version Collector Language Receiver...
105
800
2026-03-23T11:33:08.676441
email.examples.html
python
https://docs.python.org/3/library/email.examples.html
language
python
xit () elif richest [ 'content-type' ] . subtype == 'html' : body = richest else : print ( "Don't know how to display {} " . format ( richest . get_content_type ())) sys . exit () elif richest [ 'content-type' ] . content_type == 'multipart/related' : body = richest . get_body ( preferencelist = ( 'html' )) for part in...
14
800
2026-03-23T11:02:21.507056
nexus
temporal
https://docs.temporal.io/nexus
devops
go
Temporal Nexus | Temporal Platform Documentation Skip to main content On this page SUPPORT, STABILITY, and DEPENDENCY INFO Temporal Nexus is now Generally Available for Temporal Cloud and self-hosted deployments . Temporal Nexus allows you to reliably connect Temporal Applications. It promotes a more modular architectu...
0
798
2026-03-23T11:06:45.519510
MiroThinker-1.7
transformers
https://huggingface.co/miromind-ai/MiroThinker-1.7
ai
python
to set the required environment variables: export OPENAI_API_KEY= "your-api-key-here" export BASE_URL= "https://your-agent-endpoint.example.com/v1" Click to expand python code example import json import os import inspect import re from openai import OpenAI from json_repair import repair_json def get_weather ( location:...
12
799
2026-03-23T10:51:36.232452
Qwen3.5-0.8B
transformers
https://huggingface.co/Qwen/Qwen3.5-0.8B
ai
python
ate Files info Model tree for Qwen/Qwen3.5-0.8B Base model Qwen/Qwen3.5-0.8B-Base Finetuned ( 38 ) this model Adapters 30 models Finetunes 88 models Quantizations 67 models Spaces using Qwen/Qwen3.5-0.8B 88 Collection including Qwen/Qwen3.5-0.8B 21 items • Updated 14 days ago • 1.27k Evaluation results Overall on likai...
26
471
2026-03-23T10:52:38.404949
,
pytorch
https://pytorch.org/blog/integration-idea-monarch/,
ml
python
rank = current_rank().rank return _debugee_actor_internal(rank) if __name__ == "__main__" : # Create a mesh with 4 "hosts" and 4 gpus per "host" process_mesh = this_host().spawn_procs(per_host={ "host" : 4 , "gpu" : 4 }) # Spawn the actor you want to debug on the mesh debugee_mesh = process_mesh.spawn("debugee", Debuge...
11
799
2026-03-23T11:41:42.539889
mini-css-extract-plugin
webpack
https://webpack.js.org/plugins/mini-css-extract-plugin
tooling
javascript
ts and locally scoped CSS or CSS modules. Below is an example configuration of mini-css for HMR use with CSS modules. You should not use HotModuleReplacementPlugin plugin if you are using a webpack-dev-server . webpack-dev-server enables / disables HMR using hot option. webpack.config.js Copy const MiniCssExtractPlugin...
21
800
2026-03-23T11:02:19.516313
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long a...
4,961
798
2026-03-23T10:56:49.349377
?s=kafkajs
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=kafkajs
devops
python
enTelemetry Authors 🔭 The OpenTelemetry API and SDK for Swift. swift ios macOS tvOS Swift Language Core Component Apache 2.0 License Repository AWS Resource Detectors by 🔭 OpenTelemetry Authors 🔭 AWS resource detectors for go. aws ec2 ecs eks lambda resource-detector go Go Language Resource detector Component Apache...
370
800
2026-03-23T11:12:51.175204
alert-dialog
shadcn_ui
https://ui.shadcn.com/docs/components/radix/alert-dialog
library
typescript
s React Hook Form TanStack Form Registry Introduction Getting Started Namespaces Authentication Examples MCP Server Add a Registry Open in v0 registry.json registry-item.json Alert Dialog Copy Page Previous Next A modal dialog that interrupts the user with important content and expects a response. Radix UI Base UI Radi...
1
799
2026-03-23T10:56:12.810886
pytorch
pytorch
https://pytorch.org/blog/amazon-ads-case-study/
ml
python
accuracy is not affected, Neuron compares the performance metrics and predictions of the FP16 and FP32 models. When autocasting diminishes the model’s accuracy, we can tell the Neuron compiler to convert only the weights and certain data inputs to FP16, keeping the rest of the intermediate results in FP32. In addition,...
13
800
2026-03-23T11:27:19.716491
?s=masstransit
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=masstransit
devops
python
cally discovers K8s resources (pods), extracts metadata from them and adds the extracted metadata to the relevant spans, metrics and logs. 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-tele...
84
800
2026-03-23T11:39:07.434810
createReplayStream
tanstack_start
https://tanstack.com/ai/latest/docs/reference/functions/createReplayStream
framework
typescript
ExtractModelsFromAdapter InferToolInput InferToolName InferToolOutput MessagePart RealtimeEvent RealtimeMessagePart RealtimeMode RealtimeStatus ModalitiesArrayToUnion Modality StreamChunk StreamChunkType ToolCallState ToolResultState Variable References aiEventClient defaultJSONParser latest React Latest Menu Home Fram...
4
798
2026-03-23T11:06:52.202961
react-router
shadcn_ui
https://ui.shadcn.com/docs/installation/react-router
library
typescript
can then import it like this: app/routes/home.tsx Copy import { Button } from "@/components/ui/button" import type { Route } from "./+types/home" export function meta ({} : Route . MetaArgs ) { return [ { title: "New React Router App" }, { name: "description" , content: "Welcome to React Router!" }, ] } export default ...
2
707
2026-03-23T11:00:10.107212
?s=logrus
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=logrus
devops
python
s using the OpenTelemetry API. asp telemetry http module instrumentation dotnet Quick Install To install this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule 1.15.1 Version .NET Language Instrumentation Component Apache 2.0 License Package Details (nuget) Reposit...
197
799
2026-03-23T11:17:34.407595
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
kind: Literal['text'] ``` The kind of the part. #### text ```python text: str ``` The text of the part. ### FileWithBytes Bases: `TypedDict` File with base64 encoded data. Source code in `.venv/lib/python3.12/site-packages/fasta2a/schema.py` ```python @pydantic.with_config({'alias_generator': to_camel}) class FileWithB...
2,687
779
2026-03-23T10:51:26.915197
feed.xml
kubernetes
https://kubernetes.io/feed.xml
devops
yaml
pan><span style="color:#008000;font-weight:bold">namespace</span>:<span style="color:#bbb"> </span>my-ns<span style="color:#bbb"> </span></span></span><span style="display:flex;"><span><span style="color:#bbb"></span><span style="color:#008000;font-weight:bold">spec</span>:<span style="color:#bbb"> </span></span></span...
47
800
2026-03-23T11:17:36.484493
security
expo
https://docs.expo.dev/app-signing/security
mobile
javascript
M server key for you. Consequences if compromised Each FCM server key can send push notifications to any of the Android apps associated with the Firebase project to which the key belongs. A malicious actor would need to have access to the FCM server key and device tokens to send a notification. You can create and delet...
2
799
2026-03-23T11:13:38.391902
?s=ansible-role
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ansible-role
devops
python
lect trace 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) Reposito...
294
800
2026-03-23T11:20:52.430782
gitlab_ci
gitlab_ci
https://docs.gitlab.com/development/fips_gitlab/
devops
yaml
validated modules (FIPS inside) when possible but, at minimum, includes FIPS-approved algorithms (CMVP-approved security functions). GitLab favors security over compliance in situations where it is not possible to achieve both with respect to FIPS 140-2. Unsupported features in FIPS mode Some GitLab features may not wo...
9
799
2026-03-23T11:00:00.469886
3.10.html
python
https://docs.python.org/3/whatsnew/3.10.html
language
python
ssed to the Python executable. (Contributed by Victor Stinner in bpo-23427 .) Add sys.stdlib_module_names , containing the list of the standard library module names. (Contributed by Victor Stinner in bpo-42955 .) _thread ¶ _thread.interrupt_main() now takes an optional signal number to simulate (the default is still si...
51
800
2026-03-23T11:05:17.290942
?s=linux
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=linux
devops
python
nent Apache 2.0 License Repository otelpgx - tracing support for github.com/jackc/pgx by Exaring AG. Provides OpenTelemetry tracing implementation for the pgx PostgreSQL package. go instrumentation database postgresql tracing Go Language Instrumentation Component Apache 2.0 License Repository jmoiron/sqlx instrumentati...
229
800
2026-03-23T11:28:08.295964
build-and-run-vitess
planetscale
https://planetscale.com/learn/courses/vitess/build-and-run-vitess
database
sql
Build and Run Vitess — Learn Vitess — PlanetScale Get started with PlanetScale Postgres for just $5/month. Learn more ← 1 What is Vitess? 2 Build and Run Vitess 3 Components of a Vitess cluster → Want a fully-managed Vitess database? Get in touch 2 Feedback or questions? Reach out to our team at education@planetscale.c...
0
324
2026-03-23T11:25:37.701795
quickstart
github_actions
https://docs.github.com/en/free-pro-team@latest/actions/get-started/quickstart
devops
yaml
ve the workflow files in a directory called .github/workflows . You can give the workflow file any name you like, but you must use .yml or .yaml as the file name extension. YAML is a markup language that's commonly used for configuration files. Copy the following YAML contents into the github-actions-demo.yml file: nam...
4
800
2026-03-23T10:51:27.268307
prompts
mcp
https://modelcontextprotocol.io/specification/2025-06-18/server/prompts
ai
typescript
"text" : "The text content of the message" } This is the most common content type used for natural language interactions. Image Content Image content allows including visual information in messages: Copy { "type" : "image" , "data" : "base64-encoded-image-data" , "mimeType" : "image/png" } The image data MUST be base64...
5
793
2026-03-23T11:04:08.569579
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue val...
3,158
799
2026-03-23T10:56:49.346855
connect-bun-sql
drizzle_orm
https://orm.drizzle.team/docs/connect-bun-sql
database
typescript
ts Sequences Views Schemas Drizzle Relations Row-Level Security (RLS) Extensions [OLD] Drizzle Relations Migrations Overview generate migrate push pull export check up studio Custom migrations Migrations for teams Web and mobile drizzle.config.ts Seeding Overview Generators Versioning Access your data Query Select Inse...
1
800
2026-03-23T10:59:38.858541
opentelemetry
opentelemetry
https://opentelemetry.io/ecosystem/registry/
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-23T10:57:19.554436
sql
bun
https://bun.sh/docs/runtime/sql
runtime
javascript
QLite’s standard error codes: Common SQLite Error Codes Error Code errno Description SQLITE_CONSTRAINT 19 Constraint violation (UNIQUE, CHECK, NOT NULL, etc.) SQLITE_BUSY 5 Database is locked SQLITE_LOCKED 6 Table in the database is locked SQLITE_READONLY 8 Attempt to write to a readonly database SQLITE_IOERR 10 Disk I...
47
799
2026-03-23T10:50:40.732735
copyright.html
sqlite
https://www.sqlite.org/copyright.html
database
sql
by SQLite. No code has been copied from unknown sources on the internet. Warranty of Title SQLite is in the public domain and does not require a license. Even so, some organizations want legal proof of their right to use SQLite. Circumstances where this might occur include the following: Your company desires indemnity ...
3
772
2026-03-23T10:59:40.721020
?s=golang
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=golang
devops
python
ng live services. 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 utilitie...
382
800
2026-03-23T11:11:31.323289
3.2.html
python
https://docs.python.org/3/whatsnew/3.2.html
language
python
nd new classes BytesFeedParser and BytesParser allow binary message data to be parsed into model objects. Given bytes input to the model, get_payload() will by default decode a message body that has a Content-Transfer-Encoding of 8bit using the charset specified in the MIME headers and return the resulting string. Give...
30
800
2026-03-23T10:55:27.233631
synctest@go1.26.1
go
https://go.dev/testing/synctest@go1.26.1
language
go
ng Go Effective Go A document that gives tips for writing clear, idiomatic Go code. A must read for any new Go programmer. It augments the tour and the language specification, both of which should be read first. Frequently Asked Questions (FAQ) Answers to common questions about Go. Editor plugins and IDEs A document th...
3
800
2026-03-23T11:33:49.085207
pytorch
pytorch
https://pytorch.org/blog/tag/autonomous-driving/
ml
python
Autonomous Driving – PyTorch Close Search Tag Autonomous Driving Wayve’s AV2.0 builds a brighter future with Azure Machine Learning and PyTorch Case Studies Wayve’s AV2.0 builds a brighter future with Azure Machine Learning and PyTorch Wayve wants to accelerate and scale autonomous vehicle (AV) development by using vis...
0
800
2026-03-23T11:27:27.739301
rendering-ui
nextjs
https://nextjs.org/api/auth/authorize?slug=react-foundations/rendering-ui
framework
javascript
Authorize App Skip to content Continue with Vercel Use your Vercel account to sign in to Next.js Learn Continue with Google Continue with GitHub Continue with Apple Show other options Don't have an account? Sign Up
0
214
2026-03-23T11:27:11.570728
2.47.0
git
https://git-scm.com/docs/git-config/2.47.0
devops
bash
the proxy SSL certificate. Otherwise OpenSSL will prompt the user, possibly many times, if the certificate or private key is encrypted. Can be overridden by the GIT_PROXY_SSL_CERT_PASSWORD_PROTECTED environment variable. http.proxySSLCAInfo Pathname to the file containing the certificate bundle that should be used to v...
207
797
2026-03-23T11:24:43.756157
?s=logr
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=logr
devops
python
epository IBM MQ Instrumentation for OpenTelemetry first party integration by Mark Taylor , IBM MQ Development This package extracts metrics from an IBM MQ queue manager and forwards them to an OpenTelemetry environment. ibmmq mqseries go instrumentation Go Language Instrumentation Component Apache 2.0 License Reposito...
225
800
2026-03-23T11:29:13.237703
macos
tauri
https://tauri.app/v1/guides/building/macos
desktop
rust
s a convenience configuration around NSAppTransportSecurity > NSExceptionDomains setting NSExceptionAllowsInsecureHTTPLoads and NSIncludesSubdomains to true. See tauri.bundle.macOS.exceptionDomain for more information. info These options generate the application bundle Info.plist file . You can extend the generated fil...
5
595
2026-03-23T10:53:09.810042
react-router
neon
https://neon.tech/docs/guides/react-router
database
sql
ollowing command to generate types for your routes: npm run typecheck Start the development server With the types generated, start the development server: npm run dev Now, navigate to http://localhost:5173/version in your browser. You should see a page displaying the version of your Neon Postgres database. Database Ver...
4
800
2026-03-23T11:29:23.474900
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
return decorator # We need to wrap the call so that we can call `await` even though the result is an async iterator async def wrapper(ctx: StepContext[StateT, DepsT, InputT]): return call(ctx) node_id = node_id or get_callable_name(call) return self.step(call=wrapper, node_id=node_id, label=label) @overload def join( s...
5,287
652
2026-03-23T10:51:26.921259
grafbase
neon
https://neon.tech/docs/guides/grafbase
database
sql
serverless driver: cd .. npm init -y npm install @neondatabase/serverless Retrieve your Neon connection string A database connection string is required to forward queries to your Neon database. You can find your database connection string by clicking the Connect button on your Project Dashboard . Navigate to the Neon P...
3
799
2026-03-23T11:38:21.683750
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
is recorded in the resource claim’s status.devices[*].consumedCapacity field. ClusterTrustBundle v1alpha1 certificates.k8s.io Group Version Kind certificates.k8s.io v1alpha1 ClusterTrustBundle Other API versions of this object exist: v1beta1 Appears In: ClusterTrustBundleList [certificates/v1alpha1] Field Description a...
4,714
799
2026-03-23T10:56:49.349035
column_blob.html
sqlite
https://www.sqlite.org/c3ref/column_blob.html
database
sql
memory space used to hold strings and BLOBs is freed automatically. Do not pass the pointers returned from sqlite3_column_blob() , sqlite3_column_text() , etc. into sqlite3_free() . As long as the input parameters are correct, these routines will only fail if an out-of-memory error occurs during a format conversion. On...
11
798
2026-03-23T11:20:38.619954
ConstrainedModelMessage
tanstack_start
https://tanstack.com/ai/latest/docs/reference/type-aliases/ConstrainedModelMessage
framework
typescript
nk Tool ToolCall ToolCallPart ToolCallStreamChunk ToolConfig ToolDefinition ToolDefinitionConfig ToolDefinitionInstance ToolInputAvailableStreamChunk ToolResultPart ToolResultStreamChunk UIMessage VideoPart Type Alias References AgentLoopStrategy AnyClientTool TextStreamOptionsForModel TextStreamOptionsUnion Constraine...
7
800
2026-03-23T11:13:16.893934
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `re...
2,525
787
2026-03-23T10:56:49.345965
deployment
mastra
https://mastra.ai/docs/mastra-cloud/deployment
ai
typescript
nts menu item to view build logs. Open Settings to configure environment variables, branch, storage, and endpoint URLs. note Changes to settings require a new deployment to take effect Storage configuration Direct link to Storage configuration Mastra Cloud offers two storage options: Mastra Cloud Store : Managed storag...
1
799
2026-03-23T11:14:20.047814
postgresql
postgresql
https://www.postgresql.org/docs/release/15.11/
database
sql
) § Fix data corruption when relation truncation fails (Thomas Munro) § § § The filesystem calls needed to perform relation truncation could fail, leaving inconsistent state on disk (for example, effectively reviving deleted data). We can't really prevent that, but we can recover by dint of making such failures into PA...
5
800
2026-03-23T11:37:44.607830
pydantic_ai
pydantic_ai
https://ai.pydantic.dev/agent/
ai
python
wait until a slot becomes available. If you configure max_queued and the queue fills up, a ConcurrencyLimitExceeded exception is raised. When instrumentation is enabled, waiting operations appear as "waiting for concurrency" spans with attributes showing queue depth and limits. Model specific settings If you wish to fu...
54
800
2026-03-23T10:50:00.053730
schedule
temporal
https://docs.temporal.io/schedule
devops
go
Schedule | Temporal Platform Documentation Skip to main content On this page This page discusses Schedule . What is a Schedule? A Schedule contains instructions for starting a Workflow Execution at specific times. Schedules provide a more flexible and user-friendly approach than Temporal Cron Jobs . How to enable Sched...
0
796
2026-03-23T11:09:39.298657
auth-session
expo
https://docs.expo.dev/versions/latest/sdk/auth-session
mobile
javascript
ion authorizationEndpoint (optional) string Used to interact with the resource owner and obtain an authorization grant. Section 3.1 discoveryDocument (optional) ProviderMetadata All metadata about the provider. endSessionEndpoint (optional) string URL at the OP to which an RP can perform a redirect to request that the ...
33
800
2026-03-23T11:09:36.553004
?s=rdkafka
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=rdkafka
devops
python
Exporter Component Apache 2.0 License Package Details (nuget) Repository OTLP Exporter by 🔭 OpenTelemetry Authors 🔭 This library allows exporting telemetry data in the OpenTelemetry Protocol (OTLP) format to the OpenTelemetry Collector and OTLP-compliant backends/receivers. .NET C# dotnet exporter Quick Install To in...
172
800
2026-03-23T11:39:35.380988
next-15-rc2
nextjs
https://nextjs.org/blog/next-15-rc2
framework
javascript
s. Static Indicator : New visual indicator shows static routes during development. next/form : Enhance HTML forms with client-side navigation. next.config.ts : TypeScript support for the Next.js configuration file. instrumentation.js (Stable) : New API for server lifecycle observability. Development and Build improveme...
1
800
2026-03-23T11:24:54.537322
configure-inputs
nx
https://nx.dev/docs/guides/tasks--caching/configure-inputs
tooling
typescript
et. This can be done in several different places: Nx Plugins often infer inputs for tasks which run other tools. In doing so, they will also define some reasonable defaults for the inputs of those tasks. The inputs array in the targetDefaults for a set of targets in nx.json . The inputs array for a specific target in t...
3
799
2026-03-23T10:52:41.036720
redis
redis
https://redis.io/docs/latest/develop/data-types/streams/
database
bash
, Values : map [ string ] interface {}{ "rider" : "Castilla" , "speed" : 30.2 , "position" : 1 , "location_id" : 1 , }, ID : "1692632086370-0" , }). Result () if err != nil { panic ( err ) } _ , err = rdb . XAdd ( ctx , & redis . XAddArgs { Stream : "race:france" , Values : map [ string ] interface {}{ "rider" : "Norem...
804
799
2026-03-23T11:04:07.560762
?s=restlet
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=restlet
devops
python
ava Instrumentation by 🔭 OpenTelemetry Authors 🔭 Both auto-instrumentation and (manual) instrumentation libraries for Java. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository JavaScript by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry API and SDK for JavaScript (Browser and Nod...
364
800
2026-03-23T11:34:17.314028
redis
redis
https://redis.io/docs/latest/develop/data-types/json/
database
bash
rintln ( res19 ) // >>> [1500,3941,1500,2072,3264] } func ExampleClient_updatefilters2 () { ctx := context . Background () rdb := redis . NewClient ( & redis . Options { Addr : "localhost:6379" , Password : "" , // no password docs DB : 0 , // use default DB }) _ , err := rdb . JSONSet ( ctx , "bikes:inventory" , "$" ,...
131
800
2026-03-23T10:54:21.884567
?s=httpx
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=httpx
devops
python
ory OpenTelemetry Metrics for gRPC first party integration incubating by gRPC Authors gRPC provides support for an OpenTelemetry plugin that provides metrics java incubating grpc Java Language Instrumentation Component Apache-2.0 License Website Documentation Repository Guava Instrumentation by 🔭 OpenTelemetry Authors...
248
800
2026-03-23T11:33:25.492868
example_langgraph_agents
langfuse
https://langfuse.com/guides/cookbook/example_langgraph_agents
ai
python
ges email_graph.add_edge( START , "read_email" ) # After starting we go to the "read_email" node email_graph.add_edge( "read_email" , "classify_email" ) # after_reading we classify # Add conditional edges email_graph.add_conditional_edges( "classify_email" , # after classify, we run the "route_email" function" route_em...
10
799
2026-03-23T11:26:16.010097
typescript-in-5-minutes-oop.html
typescript
https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes-oop.html
language
javascript
TypeScript: Documentation - TypeScript for Java/C# Programmers Was this page helpful? TypeScript for Java/C# Programmers TypeScript is a popular choice for programmers accustomed to other languages with static typing, such as C# and Java. TypeScript’s type system offers many of the same benefits, such as better code co...
0
799
2026-03-23T10:55:59.835709
go1.14
go
https://go.dev/doc/go1.14
language
go
Go 1.14 Release Notes - The Go Programming Language Go 1.14 Release Notes Introduction to Go 1.14 The latest Go release, version 1.14, arrives six months after Go 1.13 . Most of its changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibi...
0
799
2026-03-23T11:31:52.523212
msvcrt.html
python
https://docs.python.org/3/library/msvcrt.html
language
python
rmal API deals only with ASCII characters and is of limited use for internationalized applications. The wide char API should be used where ever possible. Availability : Windows. Changed in version 3.3: Operations in this module now raise OSError where IOError was raised. File Operations ¶ msvcrt. locking ( fd , mode , ...
1
799
2026-03-23T11:17:36.883597
kubernetes
kubernetes
https://kubernetes.io/docs/reference/kubectl/generated/kubectl_scale/
devops
yaml
-profile string Default: "none" Name of profile to capture. One of (none|cpu|heap|goroutine|threadcreate|block|mutex|trace) --profile-output string Default: "profile.pprof" Name of the file to write the profile to --request-timeout string Default: "0" The length of time to wait before giving up on a single server reque...
6
780
2026-03-23T11:29:05.699975
kubernetes
kubernetes
https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/
devops
yaml
ng, and move it to the binding cycle. Note that, in this case, nominatedNodeName is put only when the pod has to go through WaitOnPermit or PreBind extension points. Here is an example of a Pod status using the nominatedNodeName field: apiVersion : v1 kind : Pod metadata : name : nginx ... status : nominatedNodeName : ...
33
800
2026-03-23T11:09:28.359713
module.html
python
https://docs.python.org/3/c-api/module.html
language
python
Module Objects — Python 3.14.3 documentation Navigation index modules | next | previous | Python » 3.14.3 Documentation » Python/C API reference manual » Concrete Objects Layer » Module Objects | Theme Auto Light Dark | Module Objects ¶ PyTypeObject PyModule_Type ¶ Part of the Stable ABI . This instance of PyTypeObject...
0
798
2026-03-23T11:10:33.053044
?s=azure
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=azure
devops
python
.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 instrumentation ruby ...
338
800
2026-03-23T11:38:25.447747
TextOptions
tanstack_start
https://tanstack.com/ai/latest/docs/reference/interfaces/TextOptions
framework
typescript
:680 outputSchema? ts optional outputSchema: SchemaInput; Defined in: types.ts:690 Schema for structured output. When provided, the adapter should use the provider's native structured output API to ensure the response conforms to this schema. The schema will be converted to JSON Schema format before being sent to the p...
11
799
2026-03-23T11:17:58.754392
autoscaling-with-self-hosted-runners
github_actions
https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/autoscaling-with-self-hosted-runners
devops
yaml
ed IP addresses for your organization or Enforcing policies for security settings in your enterprise in the GitHub Enterprise Cloud documentation.
17
146
2026-03-23T10:54:43.376745
vitest
turborepo
https://turbo.build/docs/guides/tools/vitest
tooling
javascript
o@latest --example with-vitest . To do this, you'll follow a few general steps: Run turbo run test to create the coverage reports. Merge the coverage reports with nyc merge . Create a report using nyc report . Turborepo tasks to accomplish will look like: ./turbo.json { "tasks" : { "test" : { "dependsOn" : [ "^test" , ...
5
799
2026-03-23T11:02:11.765829
?s=cats-effect
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=cats-effect
devops
python
. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Apache HTTP Client Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Apache HTTP Client instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component ...
239
800
2026-03-23T11:29:01.637820
releases.html
rust
https://doc.rust-lang.org/releases.html
language
rust
e were erroneously allowed” “floating-point constants cannot be used in patterns” “constants of struct or enum type can only be used in a pattern if the struct or enum has #[derive(PartialEq, Eq)] ” “lifetimes or labels named '_ were erroneously allowed” Prohibit patterns in trait methods without bodies The atomic Orde...
374
799
2026-03-23T10:51:05.440515
resource-targeting?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS
terraform
https://developer.hashicorp.com/terraform/tutorials/state/resource-targeting?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS
devops
hcl
ation may have been ignored and the output values may not be fully updated. Run the following command to verify that no other changes are pending: terraform plan Note that the -target option is not suitable for routine use, and is provided only for exceptional situations such as recovering from errors or mistakes, or w...
33
799
2026-03-23T11:31:02.700157
qdrant
qdrant
https://qdrant.tech/blog/case-study-glassdollar/
database
python
manual sourcing or browsed results without committing them into a shortlist. After migrating to Qdrant and scaling their recall-focused retrieval strategy, save activity increased sharply. In Q1, GlassDollar saw a 3x increase in bookmarks compared to previous months, driven by more engagement from existing users rather...
8
799
2026-03-23T11:29:37.693492
logical-replication-decodable
neon
https://neon.tech/docs/guides/logical-replication-decodable
database
sql
nbound traffic Create a Postgres source connector in Decodable Previewing the data Next steps References Need help? Copy markdown Copy this page as markdown text Open in ChatGPT Open this page in ChatGPT Open in Claude Open this page in Claude Copy neon init command Set up Neon in one command Connect MCP on Cursor Conn...
10
469
2026-03-23T11:22:02.940593
yaml
bun
https://bun.sh/docs/runtime/yaml
runtime
javascript
ple documents (separated by --- ), Bun.YAML.parse() returns an array: Copy const multiDoc = ` --- name: Document 1 --- name: Document 2 --- name: Document 3 ` ; const docs = Bun. YAML . parse (multiDoc); console. log (docs); // [ // { name: "Document 1" }, // { name: "Document 2" }, // { name: "Document 3" } // ] Suppo...
3
792
2026-03-23T10:54:37.839216
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
e value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a contin...
586
800
2026-03-23T10:56:49.342383
?s=sdk-extension
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=sdk-extension
devops
python
k 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 Fastify...
273
800
2026-03-23T11:24:30.936947
llms-full.txt
chakra_ui
https://chakra-ui.com/llms-full.txt
library
javascript
og ) } const frameworks = createListCollection({ items: [ { label: "React.js", value: "react" }, { label: "Vue.js", value: "vue" }, { label: "Angular", value: "angular" }, { label: "Svelte", value: "svelte" }, ], }) function DialogSelect() { return ( Select framework {frameworks.items.map((item) => ( {item.label} ))} )...
928
759
2026-03-23T10:52:11.339437
fill
tailwind
https://tailwindcss.com/docs/fill
library
javascript
0 fill: var(--color-emerald-200); /* oklch(90.5% 0.093 164.15) */ fill-emerald-300 fill: var(--color-emerald-300); /* oklch(84.5% 0.143 164.978) */ fill-emerald-400 fill: var(--color-emerald-400); /* oklch(76.5% 0.177 163.223) */ fill-emerald-500 fill: var(--color-emerald-500); /* oklch(69.6% 0.17 162.48) */ fill-emera...
7
800
2026-03-23T11:22:06.670587
?s=gateway
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=gateway
devops
python
lemetry Collector pipeline (traces, metrics, or logs). It embeds a lightweight implementation of the Isolation Forest algorithm that automatically learns normal behaviour from recent telemetry and tags, scores, or optionally drops anomalies in‑flight – no external ML service required. isolationforest processor collecto...
83
800
2026-03-23T11:31:10.785875
?s=dubbo
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dubbo
devops
python
lemetry Collector pipeline (traces, metrics, or logs). It embeds a lightweight implementation of the Isolation Forest algorithm that automatically learns normal behaviour from recent telemetry and tags, scores, or optionally drops anomalies in‑flight – no external ML service required. isolationforest processor collecto...
83
800
2026-03-23T11:39:18.104870
changelog.html
python
https://docs.python.org/3/whatsnew/changelog.html
language
python
’t require that. Moreover, the Linux implementation of RDS expects that the producer of the messages reduces its rate, it’s not the role of the receiver to trigger an error. The test fails on Fedora 28 by design, so just remove it. bpo-34661 : Fix test_shutil if unzip doesn’t support -t. bpo-34200 : Fixed non-determini...
1,757
800
2026-03-23T10:57:25.355066
bundler
bun
https://bun.sh/docs/bundler
runtime
javascript
sourcemap is generated. "linked" A separate *.js.map file is created alongside each *.js bundle using a //# sourceMappingURL comment to link the two. Requires --outdir to be set. The base URL of this can be customized with --public-path . js<br/>// <bundled code here><br/><br/>//# sourceMappingURL=bundle.js.map<br/> "e...
23
799
2026-03-23T10:55:50.029473
deno
deno
https://docs.deno.com/runtime/reference/std/
runtime
javascript
– Reading and writing of comma-separated values (CSV) files @std/data-structures – Common data structures like red-black trees and binary heaps @std/datetime – UNSTABLE: Utilities for dealing with Date objects @std/dotenv – UNSTABLE: Parsing and loading environment variables from a .env file @std/encoding – Utilities f...
1
798
2026-03-23T10:50:24.931958
latest
tanstack_start
https://tanstack.com/ai/latest
framework
typescript
e ProcessorResult ProcessorState RealtimeAdapter RealtimeClientOptions RealtimeConnection RealtimeMessage RealtimeSessionConfig RealtimeToken RealtimeTokenAdapter RealtimeTokenOptions ResponseFormat ServerTool StreamProcessorEvents StreamProcessorHandlers StreamProcessorOptions SummarizationOptions SummarizationResult ...
3
799
2026-03-23T10:50:19.838020
2.1.4
git
https://git-scm.com/docs/git-log/2.1.4
devops
bash
hether --full-history and/or parent rewriting (via --parents or --children ) are used. The following settings are available. Default mode Commits are included if they are not TREESAME to any parent (though this can be changed, see --sparse below). If the commit was a merge, and it was TREESAME to one parent, follow onl...
23
787
2026-03-23T11:37:07.944112
start-clerk-basic
tanstack_router
https://tanstack.com/start/latest/docs/framework/react/examples/start-clerk-basic
framework
typescript
React TanStack Start Start Clerk Basic Example | TanStack Start 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 ...
0
800
2026-03-23T11:23:40.716844
auth0
mastra
https://mastra.ai/docs/server/auth/auth0
ai
typescript
gured in Auth0 Dashboard > APIs. For detailed setup instructions, refer to the Auth0 quickstarts for your specific platform. Installation Direct link to Installation Before you can use the MastraAuthAuth0 class you have to install the @mastra/auth-auth0 package. npm pnpm Yarn Bun npm install @mastra/auth-auth0@latest p...
1
800
2026-03-23T11:11:22.872952
thinking-in-react
react
https://react.dev/learn/thinking-in-react
framework
javascript
their closest common parent component—a component above them all in the hierarchy. Decide where the state should live: Often, you can put the state directly into their common parent. You can also put the state into some component above their common parent. If you can’t find a component where it makes sense to own the s...
13
799
2026-03-23T10:58:26.787125
ui-components
neon
https://neon.tech/docs/auth/reference/ui-components
database
sql
on Dashboard () { return ( <> < SignedIn > < h1 >Dashboard</ h1 > </ SignedIn > < SignedOut > < RedirectToSignIn /> </ SignedOut > </> ); } Next Steps See React with Neon Auth UI for a complete example Check the Neon TypeScript SDK for programmatic auth methods Last updated on March 20, 2026 Was this page helpful? Yes ...
8
800
2026-03-23T11:15:57.073930
?s=exporter
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=exporter
devops
python
ava Instrumentation by 🔭 OpenTelemetry Authors 🔭 Both auto-instrumentation and (manual) instrumentation libraries for Java. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository JavaScript by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry API and SDK for JavaScript (Browser and Nod...
364
800
2026-03-23T11:22:11.662698
SWE-bench_Verified
transformers
https://huggingface.co/datasets/SWE-bench/SWE-bench_Verified
ai
python
rmations.py::test_icrs_gcrscirs_sunish[testframe4]", "astropy/coordinates/tests/test_intermediate_transformations.py::test_icrs_altaz_moonish[testframe0]", "astropy/coordinates/tests/test_intermediate_transformations.py::test_icrs_altaz_moonish[testframe1]", "astropy/coordinates/tests/test_intermediate_transformations....
150
800
2026-03-23T11:06:34.416929
gitlab_ci
gitlab_ci
https://docs.gitlab.com/user/project/pages/redirects/
devops
yaml
tch text between forward slashes ( / ), so use placeholders to match single path segments. In addition, placeholders do not match empty strings. A rule like the following would not match a request URL like /old/file : /old/:path /new/:path Debug redirect rules If a redirect isn’t working as expected, or you want to che...
8
800
2026-03-23T11:31:06.950154
?s=remoulade
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=remoulade
devops
python
crates) Repository Rust SDK by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry SDK for Rust. rust Quick Install To install this core run: cargo add opentelemetry_sdk 0.28.0 Version Rust Language Core Component Apache 2.0 License Package Details (crates) Repository otel4s by Ross A. Baker, Zach McCoy, Maksym Ochenashko An...
369
800
2026-03-23T11:31:41.890285
llms-full.txt
inngest
https://www.inngest.com/llms-full.txt
devops
typescript
.com/inngest/inngest-js/tree/main/examples/framework-nextjs-app-router) - [Next.js (pages router)](https://github.com/inngest/inngest-js/tree/main/examples/framework-nextjs-pages-router) - [Nuxt](https://github.com/inngest/inngest-js/tree/main/examples/framework-nuxt) - [Remix](https://github.com/inngest/inngest-js/tre...
1,397
800
2026-03-23T10:50:47.949546
?s=esbuild
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=esbuild
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:31:45.079343
redis
redis
https://redis.io/docs/latest/develop/data-types/json/
database
bash
"$..mountain_bikes[0:2].model" ) print ( res7 ) # >>> [['Phoebe', 'Quaoar']] res8 = r . json () . get ( "bikes:inventory" , "$..mountain_bikes[?(@.price < 3000 && @.specs.weight < 10)]" , ) print ( res8 ) # >>> [{'id': 'bike:2', 'model': 'Quaoar', # 'description': "Redesigned for the 2020 model year... res9 = r . json ...
734
790
2026-03-23T10:54:21.885420
release-notes-1.17.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-1.17.0
mobile
dart
ernationalization, cla: yes, f: material design, framework, waiting for tree to go green) 56689 Bring back paste button hide behavior (a: accessibility, cla: yes, f: cupertino, f: material design, framework, team) 56710 [web] Unskip TextStyle web tests (cla: yes, framework, waiting for tree to go green) 56732 fix pushA...
73
800
2026-03-23T11:13:57.628776
?s=mssql
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=mssql
devops
python
ation by 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...
328
799
2026-03-23T11:15:28.666597