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 |
|---|---|---|---|---|---|---|---|---|
dependency-graph-supported-package-ecosystems | github_actions | https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/dependency-graph-supported-package-ecosystems | devops | yaml | for all direct and all indirect dependencies. These files lock the package versions to those included in the build and enable Dependabot to find vulnerable versions in both direct and indirect dependencies. Supported package ecosystems Package manager Languages Static transitive dependencies Automatic dependency submis... | 1 | 799 | 2026-03-23T11:28:21.944560 |
the-principles-of-extreme-fault-tolerance | planetscale | https://planetscale.com/blog/the-principles-of-extreme-fault-tolerance | database | sql | y capability we add, and every optimization we make, is either bound by or born from these principles. Isolation Systems are made from parts that are as physically and logically independent as possible. Failures in one part do not cascade into failures in an independent part. Parts in the critical path have as few depe... | 1 | 799 | 2026-03-23T10:58:33.033439 |
tutorial | flutter | https://docs.flutter.dev/ui/layout/tutorial | mobile | dart | y Add the Image section # In this section, add the image file to complete your layout. Configure your app to use supplied images # To configure your app to reference images, modify its pubspec.yaml file. Create an images directory at the top of the project. Download the lake.jpg image and add it to the new images direc... | 15 | 734 | 2026-03-23T10:57:26.674099 |
django | django | https://docs.djangoproject.com/id/3.2/ | framework | python | dan lokalisasi yang kuat untuk memandu anda dalam mengembangkan aplikasi untuk banyak bahasa dan wilayah dunia: Overview | Internationalization | Localization | Localized Web UI formatting and form input Time zones Penampilan dan optimalisasi ¶ Terdapat beragam teknik dan alat yang dapat membantu mendapatkan kode anda ... | 7 | 799 | 2026-03-23T11:30:46.570212 |
?s=krakend | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=krakend | devops | python | xtension provides automatic Google Cloud authentication for OpenTelemetry Java’s OTLP exporters, enabling telemetry export to Google Cloud for both zero-code and manual instrumentation setups. gcp extension java auth google Java Language Extension Component Apache 2.0 License Repository Gin-gonic Instrumentation With M... | 194 | 799 | 2026-03-23T11:30:28.987303 |
consul | terraform | https://developer.hashicorp.com/consul | devops | hcl | pt: Gossip communication Consul agents manage membership in datacenters and WAN federations using the Serf protocol, also called gossip communication. Consul Fundamentals Consul editions and releases Consul releases include Enterprise and Community editions. Additional tool binaries for managing Consul on specific runt... | 2 | 800 | 2026-03-23T11:22:22.457558 |
qdrant | qdrant | https://qdrant.tech/documentation/frameworks/neo4j-graphrag/ | database | python | t:7687" NEO4J_AUTH = ( "neo4j" , "password" ) with GraphDatabase . driver ( NEO4J_URL , auth = NEO4J_AUTH ) as neo4j_driver : retriever = QdrantNeo4jRetriever ( driver = neo4j_driver , client = QdrantClient ( url = "http://localhost:6333" ), collection_name = " {collection_name} " , id_property_external = "neo4j_id" , ... | 1 | 800 | 2026-03-23T11:12:31.706500 |
?s=apk | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=apk | 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:14:25.044421 |
static-deploy | vite | https://vitejs.dev/guide/static-deploy | tooling | javascript | oyment.outputs.page_url }} runs-on : ubuntu-latest steps : - name : Checkout uses : actions/checkout@v6 - name : Set up Node uses : actions/setup-node@v6 with : node-version : lts/* cache : 'npm' - name : Install dependencies run : npm ci - name : Build run : npm run build - name : Setup Pages uses : actions/configure-... | 5 | 797 | 2026-03-23T10:51:19.141621 |
?s=keda | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=keda | devops | python | nstrumentation for the github.com/jinzhu/gorm package. go instrumentation database Go Language Instrumentation Component Apache 2.0 License Repository splunkgraphql – Instrumentation for github.com/graph-gophers/graphql-go by Splunk Inc. Instrumentation for the github.com/graph-gophers/graphql-go package. go instrument... | 232 | 800 | 2026-03-23T11:27:07.065491 |
supabase-storage-ls | supabase | https://supabase.com/docs/reference/cli/supabase-storage-ls | database | typescript | database. supabase inspect db calls This command is much like the supabase inspect db outliers command, but ordered by the number of times a statement has been called. You can use this information to see which queries are called most often, which can potentially be good candidates for optimisation. QUERY │ TOTAL EXECUT... | 40 | 672 | 2026-03-23T11:30:32.609258 |
supabase-db-start | supabase | https://supabase.com/docs/reference/cli/supabase-db-start | database | typescript | ng supabase/config.toml. -i, --interactive Optional Enables interactive mode to configure IDE settings. --use-orioledb Optional Use OrioleDB storage engine for Postgres. Basic usage Initialize from an existing directory 1 supabase init Response 1 Finished supabase init. supabase login Connect the Supabase CLI to your S... | 3 | 800 | 2026-03-23T11:27:17.447062 |
locals | terraform | https://developer.hashicorp.com/terraform/tutorials/configuration-language/locals | devops | hcl | more. Select the HCP Terraform tab to complete this tutorial using HCP Terraform. Terraform Community Edition HCP Terraform This tutorial assumes that you are familiar with the Terraform workflow. If you are new to Terraform, complete the Get Started tutorials first. In order to complete this tutorial, you will need th... | 2 | 800 | 2026-03-23T11:09:10.370666 |
fts5.html | sqlite | https://www.sqlite.org/fts5.html | database | sql | REATE VIRTUAL TABLE ft USING fts5(a, b, c); CREATE VIRTUAL TABLE ft USING fts5(a, b, c, columnsize=1); CREATE VIRTUAL TABLE ft USING fts5(a, b, columnsize='1', c); It is an error to set the columnsize option to any value other than 0 or 1. If an FTS5 table is configured with columnsize=0 but is not a contentless table ... | 55 | 786 | 2026-03-23T10:59:30.114632 |
?s=browserextension | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=browserextension | devops | python | collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/prometheusremotewritereceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository... | 144 | 799 | 2026-03-23T11:32:48.691391 |
results-1-100-thread-2024-06-15.json | qdrant | https://qdrant.tech/benchmarks/results-1-100-thread-2024-06-15.json | database | python | 29, "mean_time": 0.0035406672969722423, "mean_precisions": 0.8306680000000001, "engine_params": { "hnsw_ef": 128 } }, { "engine_name": "qdrant", "setup_name": "qdrant-m-32-ef-256", "dataset_name": "glove-100-angular", "upload_time": 32.84080829099912, "total_upload_time": 419.253565676001, "p95_time": 0.005289006208477... | 213 | 687 | 2026-03-23T10:59:06.540317 |
scrolling | flutter | https://docs.flutter.dev/cookbook/testing/widget/scrolling | mobile | dart | em. This makes // it possible to look for a particular item in the list // and verify that the text is correct key : Key ( ' item_ ${index} _text ' ) , ) , ) ; } , ) , ) , ) ; } } content_copy 2. Write a test that scrolls through the list # Now, you can write a test. In this example, scroll through the list of items an... | 3 | 710 | 2026-03-23T11:37:21.133611 |
kubernetes | kubernetes | https://kubernetes.io/docs/tasks/administer-cluster/namespaces/ | devops | yaml | loyment and Pods in the development namespace. kubectl create deployment snowflake \ --image = registry.k8s.io/serve_hostname \ -n = development --replicas = 2 We have created a deployment whose replica size is 2 that is running the pod called snowflake with a basic container that serves the hostname. kubectl get deplo... | 7 | 686 | 2026-03-23T11:12:56.747893 |
heatwave-aws-relnotes.html | mysql | https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-relnotes.html | database | sql | tWave Clusters tabs are now consolidated into a new Resources tab. There is now a MySQL HeatWave Clusters tab on the new Resources page, for information and actions on the MySQL HeatWave Clusters . The Workspaces tab is renamed to Workspace . 2024-08-22: PrivateLink Now Supported for Inbound replication MySQL HeatWave ... | 28 | 734 | 2026-03-23T10:59:49.299751 |
xamarin-forms-devs | flutter | https://docs.flutter.dev/flutter-for/xamarin-forms-devs | mobile | dart | text ) { return AlertDialog ( // Retrieve the text that the user has entered using the // TextEditingController. content : Text ( myController . text ) , ) ; } , ) ; } , tooltip : ' Show me the value! ' , child : const Icon ( Icons . text_fields ) , ) , ) ; } } content_copy You can find more information and the full co... | 80 | 745 | 2026-03-23T10:50:03.581444 |
2022-09-09-new-personal-website-heroicons-2-headless-ui-v17 | tailwind | https://tailwindcss.com/blog/2022-09-09-new-personal-website-heroicons-2-headless-ui-v17 | library | javascript | eview for the full experience — especially pay attention to the way the avatar and navigation works on the home page as you scroll, it's very chef's kiss when you're playing with the real site. We tried to structure the site the way we'd structure our own personal sites, so it includes a dedicated blog, a page for you ... | 2 | 800 | 2026-03-23T10:56:02.370182 |
?s=tomee | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=tomee | 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:19:30.884201 |
cost-tracking | langchain | https://docs.langchain.com/langsmith/cost-tracking | ai | python | l aggregations. Refer to configuring threads for details on setting thread metadata. In project stats The project stats panel shows the total token usage and cost for all traces in a project. In dashboards Dashboards help you explore cost and token usage trends over time. The prebuilt dashboard for a tracing project sh... | 4 | 798 | 2026-03-23T11:03:05.358077 |
nexus | temporal | https://docs.temporal.io/develop/typescript/nexus | devops | go | Temporal Nexus - TypeScript SDK feature guide | Temporal Platform Documentation Skip to main content On this page SUPPORT, STABILITY, and DEPENDENCY INFO Temporal TypeScript SDK support for Nexus is at Pre-release . All APIs are experimental and may be subject to backwards-incompatible changes. Use Temporal Nexus to co... | 0 | 800 | 2026-03-23T10:54:12.191189 |
tauri | tauri | https://tauri.app/v1/api/js/shell/ | desktop | rust | shell | Tauri v1 Skip to main content This documentation covers Tauri 1 ( old version ). For the latest version, see https://tauri.app/ On this page shell Access the system shell. Allows you to spawn child processes and manage files and URLs using their default application. This package is also accessible with window._... | 0 | 800 | 2026-03-23T11:12:29.792191 |
split-chunks-plugin | webpack | https://webpack.js.org/plugins/split-chunks-plugin | tooling | javascript | splitChunks : { cacheGroups : { commons : { test : / [\\/]node_modules[\\/] / , // cacheGroupKey here is `commons` as the key of the cacheGroup name ( module , chunks , cacheGroupKey ) { const moduleFileName = module . identifier ( ) . split ( "/" ) . reduceRight ( ( item ) => item ) ; const allChunksNames = chunks . m... | 10 | 800 | 2026-03-23T11:09:51.749004 |
supabase-ssl-enforcement-get | supabase | https://supabase.com/docs/reference/cli/supabase-ssl-enforcement-get | database | typescript | │ very_bloated_table │ 41.0 │ 700 MB table │ public │ my_table │ 4.0 │ 76 MB table │ public │ happy_table │ 1.0 │ 1472 kB index │ public │ happy_table::my_nice_index │ 0.7 │ 880 kB Usage 1 supabase inspect db bloat Flags --db-url <string> Optional Inspect the database specified by the connection string (must be percent... | 38 | 722 | 2026-03-23T11:31:03.410946 |
bin | turborepo | https://turbo.build/en/docs/reference/bin | tooling | javascript | bin Skip to content Introduction Getting started Installation Start with an example Add to an existing repository Editor integration Crafting your repository API reference Core concepts Guides Community Support policy Glossary Changelog bin API reference for the `turbo bin` command Get the path to the turbo binary. Ter... | 0 | 800 | 2026-03-23T10:56:52.071084 |
?s=browser | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=browser | devops | python | umentation erlang Erlang Language Instrumentation Component Apache 2.0 License Repository OpentelemetryXandra by 🔭 OpenTelemetry Authors 🔭 This library uses Telemetry events to create OpenTelemetry Spans for Xandra queries. xandra instrumentation erlang Quick Install The package can be installed by adding opentelemet... | 219 | 800 | 2026-03-23T11:09:59.660886 |
?s=thousandeyes | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=thousandeyes | devops | python | try 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 2.0 Lic... | 370 | 800 | 2026-03-23T11:23:10.675547 |
changelog-2025-03-14 | mastra | https://mastra.ai/blog/changelog-2025-03-14 | ai | typescript | Mastra Changelog 2025-03-14 - Mastra Blog Blog / Changelogs Mastra Changelog 2025-03-14 Major workflow enhancements, new Mastra Voice features, and more Sam Bhagwat · Mar 14, 2025 · 4 min read On this page Toggle This week we launched major workflow enhancements, new features to Mastra Voice, and improvements to memory... | 0 | 800 | 2026-03-23T11:01:59.487707 |
?s=dubbo | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=dubbo | devops | python | a in the OpenTelemetry Protocol (OTLP) format to the OpenTelemetry Collector and OTLP-compliant backends/receivers. go exporter Go Language Exporter Component Apache 2.0 License Repository otlpr - A logr implementation backed by OTLP by MrAlias Provides a logr.Logger that exports messages as OTLP logs. go exporter log ... | 177 | 800 | 2026-03-23T11:39:18.105025 |
gretel-safety-alignment-en-v1 | transformers | https://huggingface.co/datasets/gretelai/gretel-safety-alignment-en-v1 | ai | python | solutions without a plan or timeline. It also fails to mention the potential harms caused by these biases or the ethical implications. The response could benefit from more concrete steps towards bias mitigation and a stronger commitment to fairness and ethical standards. We acknowledge the biases in our user demographi... | 4 | 799 | 2026-03-23T11:30:40.814912 |
release-notes-3.10.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-3.10.0 | mobile | dart | GLFW_drm example) by @HidenoriMatsubayashi in 39880 Remove PlatformConfiguration and ViewConfiguration by @goderbauer in 40012 Roll Skia from a0ab1e734490 to d953c63dd96b (9 revisions) by @skia-flutter-autoroll in 40035 [Embedder API] Freeze parts of API for ABI stability by @loic-sharma in 39963 Do not end the frame i... | 210 | 800 | 2026-03-23T11:09:18.470260 |
?s=weaviate | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=weaviate | devops | python | icense Repository Ratpack Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Ratpack instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Reactor Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library... | 265 | 800 | 2026-03-23T11:21:21.444718 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/ | devops | yaml | a running state of a container. containerStatuses.lastState.running.startedAt (Time) Time at which the container was last (re-)started Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers. containerStatu... | 203 | 799 | 2026-03-23T11:20:35.997703 |
uk | git | https://git-scm.com/docs/git-fetch/uk | devops | bash | для крадіжки. Жертва надсилає об’єкт Y, який у зловмисника вже є, а зловмисник хибно стверджує, що має X, а не Y, тому жертва надсилає Y як дельту відносно X. Дельта показує зловмиснику області X, схожі на Y. КОНФІГУРАЦІЯ Все, що знаходиться нижче цього рядка в цьому розділі, вибірково включено з документації git-confi... | 50 | 799 | 2026-03-23T11:07:47.007089 |
?s=swift | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=swift | devops | python | e of your systems masstransit .net client .net Quick Install To install this instrumentation library run: dotnet add package MassTransit 3.2.1 Version .NET Language Instrumentation Component Apache-2.0 License Website Documentation Package Details (nuget) Repository MassTransit Instrumentation for OpenTelemetry .NET de... | 206 | 800 | 2026-03-23T11:28:57.192376 |
add-navigation | expo | https://docs.expo.dev/tutorial/add-navigation | mobile | javascript | , textDecorationLine : 'underline' , color : '#fff' , } , } ) ; Let's take a look at the changes in our app. Click on Link to navigate to the /about route: 3 Add a not-found route When a route doesn't exist, we can use a +not-found route to display a fallback screen. This is useful when we want to display a custom scre... | 5 | 800 | 2026-03-23T11:05:37.315207 |
configuring-dependabot-version-updates | github_actions | https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates | devops | yaml | information, see Defining multiple locations for manifest files . schedule.interval to specify how often to check for new versions. Check the dependabot.yml configuration file in to the .github directory of the repository. Example dependabot.yml file The example dependabot.yml file below configures version updates for ... | 3 | 799 | 2026-03-23T10:58:07.464256 |
?s=otterize | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=otterize | devops | python | h) objects from the Kubernetes API server. k8sobjects 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/k8sobjectsreceiver v0.148.0 v0.148.0 Version... | 127 | 800 | 2026-03-23T11:14:02.202791 |
release-notes-1.20.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-1.20.0 | mobile | dart | rt SDK. (cla: yes) 17819 Roll fuchsia/sdk/core/linux-amd64 from pbcf1... to 1Utoy... (cla: yes, waiting for tree to go green) 17820 Roll fuchsia/sdk/core/mac-amd64 from cXXSn... to akM_d... (cla: yes, waiting for tree to go green) 17822 Roll src/third_party/dart 88876d564247..63a92a3b0027 (5 commits) (cla: yes, waiting... | 482 | 800 | 2026-03-23T11:13:03.432752 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | tool: ToolsetTool[Any], ) -> ToolResult: if self.tool_prefix: name = name.removeprefix(f'{self.tool_prefix}_') ctx = replace(ctx, tool_name=name) if self.process_tool_call is not None: return await self.process_tool_call(ctx, self.direct_call_tool, name, tool_args) else: return await self.direct_call_tool(name, tool_ar... | 2,763 | 579 | 2026-03-23T10:51:26.915299 |
redis | redis | https://redis.io/docs/latest/develop/data-types/timeseries/ | database | bash | r. const res12 = await client . ts . range ( 'rg:1' , '-' , '+' ); console . log ( res12 ); // >>> [{ timestamp: 0, value: 18 }, { timestamp: 1, value: 14 }, ...] // Retrieve data points up to time 1 (inclusive). const res13 = await client . ts . range ( 'rg:1' , '-' , 1 ); console . log ( res13 ); // >>> [{ timestamp:... | 140 | 800 | 2026-03-23T10:54:53.790252 |
release-notes-2.0.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.0.0 | mobile | dart | external view embedder (cla: yes, platform-android, platform-ios, waiting for tree to go green) 22361 Roll Skia from b8123cc87770 to e886b8e8b10b (7 revisions) (cla: yes, waiting for tree to go green) 22362 Remove extra method in ComputePlatformResolvedLocale (cla: yes) 22363 reland support uri launch in android (cla: ... | 1,293 | 798 | 2026-03-23T11:06:17.754837 |
feed.atom | planetscale | https://planetscale.com/blog/feed.atom | database | sql | calling mysql_free_result() will raise this error. To fix this error, check your functions and make sure you are calling them in the correct order. Hostname is blocked This error occurs when the MySQL server receives too many connections that have been interrupted by the host. The server assumes something is wrong, lik... | 335 | 800 | 2026-03-23T11:03:06.264486 |
signal.html | python | https://docs.python.org/3/library/signal.html | language | python | it() . Added in version 3.3. signal. sigwaitinfo ( sigset ) ¶ Suspend execution of the calling thread until the delivery of one of the signals specified in the signal set sigset . The function accepts the signal and removes it from the pending list of signals. If one of the signals in sigset is already pending for the ... | 23 | 799 | 2026-03-23T11:26:48.043568 |
compound_stmts.html | python | https://docs.python.org/3/reference/compound_stmts.html | language | python | atched against the subject’s attribute value. If this fails, the class pattern fails; if this succeeds, the match proceeds to the next keyword. If all keyword patterns succeed, the class pattern succeeds. If any positional patterns are present, they are converted to keyword patterns using the __match_args__ attribute o... | 40 | 799 | 2026-03-23T11:28:25.939585 |
pricing | firebase | https://firebase.google.com/docs/firestore/pricing | database | javascript | range field are not charged for index entries read. For example, the following query contains one equality field ( age ) and one range field ( start_date ) and is not charged for index entries read: db.collection("employees").whereEqualTo("age", 35) .whereGreaterThanOrEqualTo("start_date", new Date(2020, 1, 1)) The fol... | 5 | 748 | 2026-03-23T11:09:21.716888 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | s Deps: openai_api_key: str | None = None anthropic_api_key: str | None = None # Create models from different providers default_model = OpenAIResponsesModel('gpt-5.2') fast_model = AnthropicModel('claude-sonnet-4-5') reasoning_model = GoogleModel('gemini-3-pro-preview') # Optional: provider factory for dynamic model co... | 6,263 | 748 | 2026-03-23T10:51:26.923523 |
?s=esbuild | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=esbuild | devops | python | 🔭 The OpenTelemetry Kinesis Exporter for Go. go exporter collector Go Language Exporter Component Apache 2.0 License Repository AWS S3 Exporter for OpenTelemetry Collector by 🔭 OpenTelemetry Authors 🔭 This exporter targets to support proto/JSON and proto/binary format aws s3 exporter collector Quick Install When bui... | 27 | 799 | 2026-03-23T11:31:45.079359 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | | None = None ``` ### FileUIPart Bases: `BaseUIPart` A file part of a message. Source code in `pydantic_ai_slim/pydantic_ai/ui/vercel_ai/request_types.py` ```python class FileUIPart(BaseUIPart): """A file part of a message.""" type: Literal['file'] = 'file' media_type: str """ IANA media type of the file. @see https://... | 5,885 | 735 | 2026-03-23T10:51:26.922942 |
models?inference_provider=replicate | transformers | https://huggingface.co/models?inference_provider=replicate | ai | python | Models available on Replicate – Hugging Face Edit Models filters Main Tasks Libraries Languages Licenses Other 1 Tasks Text Generation Any-to-Any Image-Text-to-Text Image-to-Text Image-to-Image Text-to-Image Text-to-Video Text-to-Speech + 44 Parameters Reset Parameters < 1B 6B 12B 32B 128B > 500B < 1B > 500B Libraries ... | 0 | 797 | 2026-03-23T11:34:14.973098 |
astro | neon | https://neon.tech/docs/guides/astro | database | sql | { sql } from '../../lib/neon' ; export async function GET () { const response = await sql `SELECT version()` ; return new Response ( JSON .stringify (response[ 0 ]) , { headers : { 'Content-Type' : 'application/json' } , }); } Run the app When you run npm run dev you can expect to see something like the following when ... | 5 | 799 | 2026-03-23T11:10:56.180126 |
?s=gateway | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=gateway | devops | python | 🔭 The OpenTelemetry Kinesis Exporter for Go. go exporter collector Go Language Exporter Component Apache 2.0 License Repository AWS S3 Exporter for OpenTelemetry Collector by 🔭 OpenTelemetry Authors 🔭 This exporter targets to support proto/JSON and proto/binary format aws s3 exporter collector Quick Install When bui... | 27 | 799 | 2026-03-23T11:31:10.785828 |
synchronizing-with-effects | react | https://react.dev/learn/synchronizing-with-effects | framework | javascript | eConnection ( 'travel' ) ; connection . connect ( ) ; return ( ) => connection . disconnect ( ) ; } , // Dependencies for the third render (roomId = "travel") [ 'travel' ] React compares ['travel'] from the third render with ['general'] from the second render. One dependency is different: Object.is('travel', 'general')... | 46 | 799 | 2026-03-23T10:57:59.882033 |
llms-full.txt | inngest | https://www.inngest.com/llms-full.txt | devops | typescript | AGE] ## 3. Create an Inngest client Inngest invokes your functions securely via an [API endpoint](/docs/learn/serving-inngest-functions?ref=tanstack-start-quick-start) at `/api/inngest`. To enable that, you will create an [Inngest client](/docs/reference/client/create?ref=tanstack-start-quick-start) in your TanStack St... | 479 | 800 | 2026-03-23T10:50:47.948376 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | other people. Force flag must be unset for non-apply patch requests. Body Parameters Parameter Description body Patch Response Code Description 200 Node OK 201 Node Created Replace replace the specified Node HTTP Request PUT /api/v1/nodes/{name} Path Parameters Parameter Description name name of the Node Query Paramete... | 3,302 | 800 | 2026-03-23T10:56:49.347054 |
request-context | mastra | https://mastra.ai/docs/server/request-context | ai | typescript | k, workflow, or tool call to make values available to all underlying primitives during execution. Use .set() to define values before making the call. The .set() method takes two arguments: key : The name used to identify the value. value : The data to associate with that key. import { RequestContext } from '@mastra/cor... | 1 | 800 | 2026-03-23T10:58:02.156553 |
go | go | https://go.dev/pkg/ | language | go | sed for debugging or information purposes. Package sysinfo implements high level hardware information gathering that can be used for debugging or information purposes. syslist testenv Package testenv provides information about what functionality is available in different testing environments run by the Go team. Package... | 45 | 800 | 2026-03-23T10:54:16.841849 |
?s=fastify-plugin | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=fastify-plugin | 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:31:55.020996 |
?s=threading | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=threading | devops | python | exec functions. Additionally, distributed tracing is supported by setting the traceparent header. curl instrumentation php Quick Install To install this instrumentation library run: composer require open-telemetry/opentelemetry-auto-curl 0.1.0 Version PHP Language Instrumentation Component Apache 2.0 License Package De... | 306 | 800 | 2026-03-23T11:18:02.128748 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | tem. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status ReplicaSetSpec v1 apps Appears In: ReplicaSet [apps/v1] Field Description minReadySeconds integer Minimum number of seconds for which a newly created pod should be ready without any of its cont... | 552 | 800 | 2026-03-23T10:56:49.342335 |
?s=webhookevent | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=webhookevent | devops | python | telemetry/instrumentation-aws-lambda 0.65.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository OpenTelemetry aws-sdk Instrumentation by Aspecto Authors aws-sdk instrumentation for Node.js. Node.js instrumentation aws-sdk aws sqs sns dynamodb lambda Quick Install To... | 274 | 800 | 2026-03-23T11:11:24.950327 |
?s=watchos | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=watchos | 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:10:38.112259 |
postgresql | postgresql | https://www.postgresql.org/docs/release/14.11/ | database | sql | ing this problem. (CVE-2024-0985) Fix memory leak when performing JIT inlining (Andres Freund, Daniel Gustafsson) § There have been multiple reports of backend processes suffering out-of-memory conditions after sufficiently many JIT compilations. This fix should resolve that. When dequeueing from an LWLock, avoid needi... | 2 | 800 | 2026-03-23T11:40:37.008857 |
mcp | planetscale | https://planetscale.com/docs/connect/mcp | database | sql | p.pscale.dev/mcp/planetscale Enter Amp CLI Report incorrect code Copy Ask AI amp You should be immediately prompted to authenticate. Follow the instructions in the browser. List the available MCP servers with the /mcp list tools command. Report incorrect code Copy Ask AI /mcp list tools You should see the PlanetScale M... | 12 | 798 | 2026-03-23T10:50:30.612583 |
index.html | postgresql | https://www.postgresql.org/docs/8.3/index.html | database | sql | Server Applications VII. Internals 43. Overview of PostgreSQL Internals 44. System Catalogs 45. Frontend/Backend Protocol 46. PostgreSQL Coding Conventions 47. Native Language Support 48. Writing A Procedural Language Handler 49. Genetic Query Optimizer 50. Index Access Method Interface Definition 51. GiST Indexes 52. ... | 3 | 659 | 2026-03-23T11:06:06.549725 |
image | nextjs | https://nextjs.org/docs/app/api-reference/components/image | framework | javascript | .js 16, the priority property has been deprecated in favor of the preload property in order to make the behavior clear. loading Controls when the image should start loading. // Defaults to lazy < Image loading = "lazy" /> lazy : Defer loading the image until it reaches a calculated distance from the viewport. eager : L... | 9 | 800 | 2026-03-23T11:01:08.551644 |
mui | mui | https://mui.com/material-ui/customization/palette/ | library | javascript | i/material/colors'; import Button from '@mui/material/Button'; const theme = createTheme({ palette: { primary: lime, secondary: purple, }, }); export default function UsingColorObject() { return ( <ThemeProvider theme={theme}> <Button variant="contained">Primary</Button> <Button variant="contained" color="secondary" sx... | 4 | 750 | 2026-03-23T11:39:29.463329 |
?s=traefik | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=traefik | devops | python | m collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awsfirehosereceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository AWS S3 ... | 102 | 800 | 2026-03-23T11:14:33.051352 |
django | django | https://docs.djangoproject.com/id/2.1/faq/ | framework | python | set of tools for productive Python, Web and scientific development. Sentry Monitor your Django Code Resolve performance bottlenecks and errors using monitoring, replays, logs and Seer an AI agent for debugging. Kraken Tech Kraken is the most-loved operating system for energy. Powered by our Utility-Grade AI™ and deep i... | 6 | 621 | 2026-03-23T11:36:43.576456 |
?s=enterprise | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=enterprise | devops | python | mologic processor collector Quick Install When building a custom collector you can add this processor to the manifest file like the following: processors : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/processor/sumologicprocessor v0.148.0 v0.148.0 Version Collector Language Processor Component Ap... | 94 | 800 | 2026-03-23T11:37:30.942341 |
?s=javalin | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=javalin | devops | python | and generates resource usage metrics (such as CPU, memory, network, and disk) from them. 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/awsecs... | 99 | 800 | 2026-03-23T11:15:15.387981 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | "mean_time": 0.0079861025, "mean_precisions": 0.978373, "engine_params": { "search_params": { "hnsw_ef": 64 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-m-32-ef-128", "dataset_name": "deep-image-96-angular", "upload_time": 771.1052666301, "total_upload_time": 1859.8257104181, "p95_time": 0.00992795, "rps": 2... | 776 | 552 | 2026-03-23T11:15:13.615980 |
?s=pino | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=pino | devops | python | thon Python Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry aiohttp server Integration by 🔭 OpenTelemetry Authors 🔭 This library allows tracing HTTP requests made by the aiohttp server library. aio http server instrumentation python Python Language Instrumentation Component Apache 2.0 L... | 317 | 800 | 2026-03-23T11:13:48.681825 |
?s=systemd | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=systemd | devops | python | (go-collector) Repository Microsoft SQL Server Receiver by 🔭 OpenTelemetry Authors 🔭 The sqlserver receiver grabs metrics about a Microsoft SQL Server instance using the Windows Performance Counters. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file li... | 156 | 800 | 2026-03-23T11:25:52.879938 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | h `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked ... | 3,406 | 794 | 2026-03-23T10:56:49.347196 |
types | go | https://go.dev/pkg/go/types | language | go | ct { // contains filtered or unexported fields } An Array represents an array type. func NewArray ¶ func NewArray(elem Type , len int64 ) * Array NewArray returns a new array type for the given element type and length. A negative length indicates an unknown length. func (*Array) Elem ¶ func (a * Array ) Elem() Type Ele... | 31 | 800 | 2026-03-23T11:26:40.338142 |
?s=prometheus | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=prometheus | 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:32:56.767148 |
updates | expo | https://docs.expo.dev/versions/latest/sdk/updates | mobile | javascript | manifest (or classic manifest ) object for the update that's currently running. In development mode, or any other environment in which expo-updates is disabled, this object is empty. Updates.runtimeVersion Android iOS tvOS Type: string | null The runtime version of the current build. Updates.updateId Android iOS tvOS T... | 18 | 798 | 2026-03-23T10:58:48.375779 |
tempfiles.html | sqlite | https://www.sqlite.org/tempfiles.html | database | sql | he ROLLBACK command still works when the journal mode is MEMORY, but because no file exists on disks for recovery, a crash or power loss in the middle of a transaction that uses the MEMORY journal mode will likely result in a corrupt database. 2.2. Write-Ahead Log (WAL) Files A write-ahead log or WAL file is used in pl... | 7 | 799 | 2026-03-23T10:52:11.481688 |
aomni | inngest | https://www.inngest.com/customers/aomni | devops | typescript | Customer story - Aomni Customer story - Aomni Productionizing AI-driven sales flows using serverless LLMs “ For anyone who is building multi-step AI agents (such as AutoGPT type systems), I highly recommend building it on top of Inngest's job queue orchestration framework, the traceability it provides out of the box is... | 0 | 799 | 2026-03-23T11:03:35.900882 |
pytorch | pytorch | https://pytorch.org/projects/ray/ | ml | python | oundation has registered trademarks and uses trademarks. For more information, including terms of use, privacy policy, and trademark usage, please see our Policies page. Trademark Usage . Privacy Policy . Close Menu Learn Get Started Tutorials Learn the Basics PyTorch Recipes Intro to PyTorch – YouTube Series Webinars ... | 2 | 733 | 2026-03-23T10:55:21.020405 |
manual-installation | biome | https://biomejs.dev/guides/manual-installation | tooling | javascript | biome . Next Steps Section titled “Next Steps” Follow our Getting Started guide . Sponsored by Copyright (c) 2023-present Biome Developers and Contributors. | 3 | 156 | 2026-03-23T11:38:59.599252 |
?s=development | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=development | devops | python | for go-chi/chi by Riandy R.N Instrumentation for the Golang go-chi/chi package. go instrumentation go-chi chi Go Language Instrumentation Component Apache 2.0 License Repository Go runtime metrics instrumentation by 🔭 OpenTelemetry Authors 🔭 Go contrib plugin for collecting metrics from Go runtime package go instrume... | 230 | 799 | 2026-03-23T11:23:40.558217 |
cache-task-results | nx | https://nx.dev/docs/features/cache-task-results | tooling | typescript | d “Troubleshoot cache settings” Caching is hard. If you run into issues, check out the following resources: Debug cache misses Turn off or skip the cache Change the cache location Clear the local or remote cache | 6 | 211 | 2026-03-23T10:50:05.267163 |
?s=undertow | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=undertow | devops | python | ection deprecated by 🔭 OpenTelemetry Authors 🔭 Deprecated This browser extension is permanently deprecated. Other browser extensions are available that provide similar functionality . This browser extension allows you to inject OpenTelemetry instrumentation in any web page. It uses the Web SDK and can export data to ... | 377 | 800 | 2026-03-23T11:39:02.415697 |
redis | redis | https://redis.io/docs/latest/develop/data-types/streams/ | database | bash | elivered: {info.IdleTimeInMilliseconds}, times_delivered: {info.DeliveryCount}" ); } // >>> message_id: min: 1712747506906-0, consumer: Bob, time_since_delivered: 31084, times_delivered: 1 // >>> message_id: min: 1712747506907-0, consumer: Bob, time_since_delivered: 31084, times_delivered: 1 // Tests for 'xpending_plus... | 832 | 799 | 2026-03-23T11:04:07.560800 |
?s=simulation | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=simulation | devops | python | Language Instrumentation Component Apache 2.0 License Repository c3p0 Instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for c3p0 c3p0 instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Apache Camel Instrumentation by 🔭 OpenTelemetry ... | 242 | 799 | 2026-03-23T11:13:41.625908 |
?s=nestjs-core | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=nestjs-core | devops | python | upports OpenTelemetry. go docker moby buildkit Go Language Application integration Component Apache-2.0 License Website Documentation Repository containerd native graduated by containerd Authors containerd supports OpenTelemetry tracing since v1.6.0. Tracing currently targets only gRPC calls. go containerd graduated Go... | 4 | 800 | 2026-03-23T11:25:44.287695 |
?s=dapr | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=dapr | devops | python | ng OpenTelemetry logs to Elasticsearch 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/elasticsearchexporter v0.148.0 v0.148.0 Version Collecto... | 35 | 800 | 2026-03-23T11:34:08.968684 |
custom-elements | svelte | https://svelte.dev/docs/svelte/custom-elements | framework | javascript | t offers the following settings: attribute: string : To update a custom element's prop, you have two alternatives: either set the property on the custom element's reference as illustrated above or use an HTML attribute. For the latter, the default attribute name is the lowercase property name. Modify this by assigning ... | 10 | 800 | 2026-03-23T11:18:37.234544 |
webpack | webpack | https://webpack.js.org/contribute/release-process/ | tooling | javascript | and write a Changelog for the new tag. Edit this page · Print this page « Previous Plugin Patterns Next » Debugging 4 Contributors | 1 | 130 | 2026-03-23T11:13:04.014300 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-config/ | devops | yaml | ts objects such as the default join configuration that is used for 'kubeadm join'. Note that sensitive values like the Bootstrap Token fields are replaced with placeholder values like "abcdef.0123456789abcdef" in order to pass validation but not perform the real computation for creating a token. kubeadm config print jo... | 4 | 796 | 2026-03-23T11:00:55.894167 |
?s=libhoney | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=libhoney | devops | python | ocol. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/influxdbreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2... | 123 | 800 | 2026-03-23T11:34:20.692581 |
Addition | javascript | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Addition | language | javascript | both operands to primitives . Then, the two operands' types are tested: If one side is a string, the other operand is also converted to a string and they are concatenated. If they are both BigInts , BigInt addition is performed. If one side is a BigInt but the other is not, a TypeError is thrown. Otherwise, both sides ... | 1 | 799 | 2026-03-23T10:58:56.298250 |
stdtypes.html | python | https://docs.python.org/3/library/stdtypes.html | language | python | ion: the % operator (modulo). This is also known as the string formatting or interpolation operator. Given format % values (where format is a string), % conversion specifications in format are replaced with zero or more elements of values . The effect is similar to using the sprintf() function in the C language. For ex... | 100 | 800 | 2026-03-23T11:09:00.496106 |
docs | git | https://git-scm.com/docs | devops | bash | Git - Reference Reference Quick reference guide: Cheat Sheet Complete list of all commands Setup and Config git config help bugreport Credential helpers Getting and Creating Projects init clone Basic Snapshotting add status diff commit notes restore reset rm mv Branching and Merging branch checkout switch merge mergeto... | 0 | 800 | 2026-03-23T10:49:54.637605 |
errlog.html | sqlite | https://www.sqlite.org/errlog.html | database | sql | ogged whenever a database has to be recovered because the previous writer crashed without completing its transaction. The error code is SQLITE_NOTICE_RECOVER_ROLLBACK when recovering a rollback journal and SQLITE_NOTICE_RECOVER_WAL when recovering a write-ahead log . SQLITE_WARNING messages are logged when database fil... | 6 | 800 | 2026-03-23T10:56:19.197192 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.