Dataset Viewer
Auto-converted to Parquet Duplicate
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
redis
redis
https://redis.io/docs/latest/develop/data-types/timeseries/
database
bash
3 List < TSElement > res54 = jedis . tsRange ( "hyg:compacted" , 0L , 10L ); System . out . println ( res54 ); // >>> [(0:75.0)] TSInfo res55 = jedis . tsInfo ( "thermometer:1" ); System . out . println ( res55 . getProperty ( "totalSamples" )); // >>> 2 System . out . println ( res55 . getProperty ( "firstTimestamp" )); // >>> 1 System . out . println ( res55 . getProperty ( "lastTimestamp" )); // >>> 2 long res56 = jedis . tsAdd ( "thermometer:1" , 3L , 9 . 7 ); System . out . println ( res56 ); // >>> 3 TSInfo res57 = jedis . tsInfo ( "thermometer:1" ); System . out . println ( res57 . getProperty ( "totalSamples" )); // >>> 3 long res58 = jedis . tsDel ( "thermometer:1" , 1L , 2L ); System . out . println ( res58 ); // >>> 2 TSInfo res59 = jedis . tsInfo ( "thermometer:1" ); System .
1,283
798
2026-03-23T10:54:53.791844
?s=influxdb
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=influxdb
devops
python
tef exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/stefexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository Sumo Logic Exporter by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry Collector Exporter for Sumo Logic 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/sumologicexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package D
53
800
2026-03-23T11:33:32.232951
?s=orm
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=orm
devops
python
r Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/googlecloudpubsubexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository Google Managed Service for Prometheus Exporter by Google This exporter can be used to send metrics and traces to Google Cloud Managed Service for Prometheus. 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/googlemanagedprometheusexporter v0.148.0 v0.148.0 Version Col
38
800
2026-03-23T11:30:50.150936
esbuild
esbuild
https://esbuild.github.io/api/
tooling
javascript
ML or serve it with the correct Content- Type header for the browser to not mangle your code. Another reason is that non-ASCII characters can significantly slow down the browser's parser . However, using escape sequences makes the generated output slightly bigger, and also makes it harder to read. If you would like for esbuild to print the original characters without using escape sequences and you have ensured that the browser will interpret your code as UTF-8, you can disable character escaping by setting the charset: CLI JS Go echo 'let π = Math.PI' | esbuild let \u03C0 = Math.PI; echo 'let π = Math.PI' | esbuild --charset=utf8 let π = Math.PI; import * as esbuild from 'esbuild' let js = 'let π = Math.PI' ( await esbuild.transform(js)).code 'let \\u03C0 = Math.PI;\n' ( await esbuild.tran
79
800
2026-03-23T10:50:11.742207
pgvector
neon
https://neon.tech/docs/extensions/pgvector
database
sql
The pgvector extension - Neon Docs Specific.dev is a cloud platform built for coding agents - with a database layer powered by Neon. Read the Case Study Search ... ⌘K Ask AI / AI App Starter Kit / Pgvector The pgvector extension Enable Postgres as a vector store with the pgvector extension The pgvector extension enables you to store vector embeddings and perform vector similarity search in Postgres. It is particularly useful for applications involving natural language processing, such as those built on top of OpenAI's GPT models. pgvector supports: Exact and approximate nearest neighbor search Single-precision, half-precision, binary, and sparse vectors L2 distance, inner product, cosine distance, L1 distance, Hamming distance, and Jaccard distance Any language with a Postgres client ACID
0
799
2026-03-23T11:01:45.772420
next-13
nextjs
https://nextjs.org/blog/next-13
framework
javascript
performance possible with JavaScript-based tooling. In Next.js 12, we began our transition to native Rust-powered tooling. We started by migrating away from Babel, which resulted in 17x faster transpilation. Then, we replaced Terser, which resulted in 6x faster minification. It's time to go all-in on native for bundling. Using the Turbopack alpha with Next.js 13 results in: 700x faster updates than Webpack 10x faster updates than Vite 4x faster cold starts than Webpack Turbopack is our Rust-based successor to Webpack, with 700x faster HMR for large applications. Turbopack only bundles the minimum assets required in development, so startup time is extremely fast. On an application with 3,000 modules, Turbopack takes 1.8 seconds to boot up. Vite takes 11.4 seconds and Webpack takes 16.5 seco
9
800
2026-03-23T11:36:50.524203
?s=ibmmq
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ibmmq
devops
python
emetry Authors 🔭 Receives data via gRPC in Otel/STEF format. Otel/STEF is a compact and stef 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/stefreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Syslog Receiver by 🔭 OpenTelemetry Authors 🔭 Parses Syslogs received over TCP or UDP. 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/syslogreceiver v0.148.0 v0.148.0 Ver
158
800
2026-03-23T11:24:12.065622
templates
angular
https://angular.dev/guide/templates
framework
typescript
ariable declarations. Deferred loading with @defer Create deferrable views with @defer . Expression syntax Learn similarities and differences between Angular expressions and standard JavaScript. Whitespace in templates Learn how Angular handles whitespace.
5
256
2026-03-23T11:32:49.289785
?s=neo4j-driver
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=neo4j-driver
devops
python
omponent Apache 2.0 License Package Details (go-collector) Repository Metric Start Time Processor by 🔭 OpenTelemetry Authors 🔭 The metric start time processor ( metricstarttime ) is used to set the start metricstarttime 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/metricstarttimeprocessor v0.148.0 v0.148.0 Version Collector Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Probabilistic Sampling Collector Processor by 🔭 OpenTelemetry Authors 🔭 The Probabilistic Sampling Processor for the OpenTelemetry Collector provides probabilistic sampling of traces. go processor collec
88
800
2026-03-23T11:17:22.475307
typescript
turso
https://docs.turso.tech/agentfs/sdk/typescript
database
sql
string | Buffer) fs.readFile(path: string, options?: BufferEncoding): Promise<Buffer | string> fs.readdir(path: string): Promise<string[]> fs.stat(path: string): Promise<Stats> fs.exists(path: string): Promise<boolean> fs.deleteFile(path: string) Tool Call Tracking API tools.record(name, started_at, completed_at, parameters?, result?, error?): Promise<number> tools.get(id: number): Promise<ToolCall | undefined> Browser Support Support Build stateful AI agents with the AgentFS TypeScript SDK, supporting both Node.js and browser environments. Installation npm bun deno Copy npm install agentfs-sdk Copy bun add agentfs-sdk Copy import { AgentFS } from "npm:agentfs-sdk" ; Quick Start Copy import { AgentFS } from 'agentfs-sdk' ; // Persistent storage with identifier const agent = await Agen
1
795
2026-03-23T10:56:44.758687
?s=telemetry
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=telemetry
devops
python
the OpenTelemetry Collector accepts metrics, traces, and logs in the Splunk HEC format. 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/splunkhecreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository splunkenterprise by 🔭 OpenTelemetry Authors 🔭 The Splunk Enterprise Receiver is a pull based tool which enables the ingestion of performance metrics describing the operational status of a user’s Splunk Enterprise deployment to an appropriate observability tool. splunkenterprise receiver collector Quick Install When building a custom collecto
154
799
2026-03-23T11:39:05.306307
?s=nso
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=nso
devops
python
Collector. go exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/datasetexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository Debug Exporter by 🔭 OpenTelemetry Authors 🔭 Exports data to the console via zap.Logger. debug exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : go.opentelemetry.io/collector/exporter/debugexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Reposi
33
799
2026-03-23T11:27:30.314785
special.html
pytorch
https://pytorch.org/docs/stable/special.html
ml
python
onal) – the desired data type of returned tensor. If specified, the input tensor is cast to dtype before the operation is performed. This is useful for preventing data type overflows. Default: None. Examples:: >>> t = torch . ones ( 2 , 2 ) >>> torch . special . softmax ( t , 0 ) tensor([[0.5000, 0.5000], [0.5000, 0.5000]]) torch.special. spherical_bessel_j0 ( input , * , out = None ) → Tensor # Spherical Bessel function of the first kind of order 0 0 0 . Parameters : input ( Tensor ) – the input tensor. Keyword Arguments : out ( Tensor , optional ) – the output tensor. torch.special. xlog1py ( input , other , * , out = None ) → Tensor # Computes input * log1p(other) with the following cases. out i = { NaN if other i = NaN 0 if input i = 0.0 and other i ! = NaN input i ∗ log1p ( other i )
38
799
2026-03-23T10:54:00.866181
?s=startup-hook
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=startup-hook
devops
python
Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-lru-memoizer 0.57.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository OpenTelemetry Instrumentation for memcached by 🔭 OpenTelemetry Authors 🔭 Instrumentation library for memcached. Node.js memcached database Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-memcached 0.56.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository MongoDB Instrumentation by 🔭 OpenTelemetry Authors 🔭 MongoDB instrumentation for Node.js. js instrumentation Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentati
287
800
2026-03-23T11:13:05.327710
building-an-ai-powered-chatbot-using-vercel-openai-and-postgres
neon
https://neon.tech/blog/building-an-ai-powered-chatbot-using-vercel-openai-and-postgres
database
sql
that can be split between the prompt and the answer. The prompt we use in the app uses ~1500 tokens for the context and ~400 tokens for the input and question. This way, we know there is a maximum of approximately 2000 tokens for the answer. const client = new Client ({ connectionString : process . env . DATABASE_URL }); await client .connect (); const query = ` SELECT text FROM ( SELECT text, n_tokens, embeddings, (embeddings <=> '[ ${ q_embeddings_str } ]') AS distances, SUM(n_tokens) OVER (ORDER BY (embeddings <=> '[ ${ q_embeddings_str } ]')) AS cum_n_tokens FROM documents ) subquery WHERE cum_n_tokens <= $1 ORDER BY distances ASC; ` ; const max_tokens = 1500 ; const queryParams = [max_tokens]; console .log ( 'Querying database...' ); const { rows } = await client .query (query , que
14
798
2026-03-23T11:29:00.183898
web-service-gin.html
go
https://go.dev/doc/tutorial/web-service-gin.html
language
go
= c.BindJSON(&newAlbum); err != nil { return } // Add the new album to the slice. albums = append(albums, newAlbum) c.IndentedJSON(http.StatusCreated, newAlbum) } // getAlbumByID locates the album whose ID value matches the id // parameter sent by the client, then returns that album as a response. func getAlbumByID(c *gin.Context) { id := c.Param("id") // Loop through the list of albums, looking for // an album whose ID value matches the parameter. for _, a := range albums { if a.ID == id { c.IndentedJSON(http.StatusOK, a) return } } c.IndentedJSON(http.StatusNotFound, gin.H{"message": "album not found"}) } go.dev uses cookies from Google to deliver and enhance the quality of its services and to analy
21
710
2026-03-23T10:56:27.505398
security-log-events
github_actions
https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/security-log-events
devops
yaml
orships-through-patreon#linking-your-patreon-account-to-your-github-account sponsors.sponsors_patreon_user_destroy A Patreon account for use with GitHub Sponsors was unlinked from a user account. Fields @timestamp , _document_id , action , actor , actor_id , business , business_id , hashed_token , org , org_id , programmatic_access_type , repo , repo_id , repository , repository_id , request_access_security_header , request_id , token_id , token_scopes , user , user_id , user_agent , patreon_email , patreon_username , created_at , operation_type Reference Unlinking your Patreon account from GitHub sponsors.update_tier_repository A GitHub Sponsors tier changed access for a repository. Fields @timestamp , _document_id , action , actor , actor_id , business , business_id , hashed_token , org
190
799
2026-03-23T10:59:54.707859
qdrant
qdrant
https://qdrant.tech/documentation/cloud/cluster-monitoring/
database
python
optimizers here . Learn more about hybrid search here . Node CPU Usage is Not Distributed Equally Why am I getting this alert? CPU usage is not consistent across nodes in your cluster. What does this mean for me? Hotspotting, where a subset of nodes handle more load than the rest, causes slow search performance and potentially node failures.* For uneven CPU usage it typically means data distribution across nodes is uneven. What can I do to resolve this? Resharding and shard rebalancing are the primary techniques for ensuring data is evenly distributed and that requests are not concentrated on a single node. Where can I learn more about this alert? Learn more about cloud rebalancing here . Node RAM or Disk Space Usage is Not Distributed Equally Why am I getting this alert? RAM/Storage usage
10
800
2026-03-23T11:11:56.729005
tailwind-integration
tanstack_start
https://tanstack.com/start/latest/docs/framework/react/guide/tailwind-integration
framework
typescript
ailwind CSS Version 4 in a TanStack Start project, as TanStack Start uses Vite as its build tool. Install Tailwind CSS Install Tailwind CSS and it's Vite plugin. shell npm install tailwindcss @tailwindcss/vite Configure The Vite Plugin Add the @tailwindcss/vite plugin to your Vite configuration. ts // vite.config.ts import { defineConfig } from 'vite' import tsConfigPaths from 'vite-tsconfig-paths' import { tanstackStart } from '@tanstack/react-start/plugin/vite' import tailwindcss from '@tailwindcss/vite' import viteReact from '@vitejs/plugin-react' export default defineConfig({ server: { port: 3000, }, plugins: [tsConfigPaths(), tanstackStart(), viteReact(), tailwindcss()], }) Import Tailwind in your CSS file You need to create a CSS file to configure Tailwind CSS instead of th
4
790
2026-03-23T10:51:48.540186
network
docker
https://docs.docker.com/network
devops
bash
container's network namespace so, for example, --dns=127.0.0.1 refers to the container's own loopback address. --dns-search A DNS search domain to search non-fully qualified hostnames. To specify multiple DNS search prefixes, use multiple --dns-search flags. --dns-opt A key-value pair representing a DNS option and its value. See your operating system's documentation for resolv.conf for valid options. --hostname The hostname a container uses for itself. Defaults to the container's ID if not specified. Custom hosts Your container will have lines in /etc/hosts which define the hostname of the container itself, as well as localhost and a few other common things. Custom hosts, defined in /etc/hosts on the host machine, aren't inherited by containers. To pass additional hosts into a container, r
13
800
2026-03-23T11:13:51.243188
?s=webpack
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=webpack
devops
python
mance 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 deprecated by 🔭 OpenTelemetry Authors 🔭 Deprecated This only works with MassTransit v7 (and earlier, where supported). MassTransit v8.0.0 and later have built-in direct support for OpenTelemetry via ActivitySource. Automatically instruments DiagnosticSource events emitted by MassTransit library. masstransit instrumentation dotnet Quick Install To install this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.MassTransit 1.0.0-beta.3 Version .NET
206
799
2026-03-23T11:12:29.218752
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
mbedding vectors for Titan models. **Supported by:** `amazon.titan-embed-text-v2:0` (default: `True`) **Not supported by:** `amazon.titan-embed-text-v1` (silently ignored) When enabled, vectors are normalized for direct cosine similarity calculations. #### bedrock_cohere_max_tokens ```python bedrock_cohere_max_tokens: int ``` The maximum number of tokens to embed for Cohere models. **Supported by:** `cohere.embed-v4:0` (default: 128000) **Not supported by:** `cohere.embed-english-v3`, `cohere.embed-multilingual-v3` (silently ignored) #### bedrock_cohere_input_type ```python bedrock_cohere_input_type: Literal[ "search_document", "search_query", "classification", "clustering", ] ``` The input type for Cohere models. **Supported by:** All Cohere models (`cohere.embed-english-v
2,548
784
2026-03-23T10:51:26.914988
?s=threading
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=threading
devops
python
ter by 🔭 OpenTelemetry Authors 🔭 The Kafka Exporter for the OpenTelemetry Collector. go exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository Kinesis Exporter by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry Kinesis Exporter for Go. go exporter collector Go Language Exporter Component Apache 2.0 License Repository Trace ID aware load-balancing Collector Exporter by 🔭 OpenTelemetry Authors 🔭 The Trace ID aware load-balancing for the OpenTelemetry Collector. go exporter collector Quick Instal
41
800
2026-03-23T11:18:02.128388
?s=linux
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=linux
devops
python
sion Component Apache 2.0 License Package Details (go-collector) Repository Cgroup Go runtime extension by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry Cgroup Auto-Config Extension is designed to optimize Go runtime performance in containerized environments by automatically configuring GOMAXPROCS and GOMEMLIMIT based on the Linux cgroup filesystem. This extension leverages automaxprocs or gomaxecs for AWS ECS Tasks and automemlimit packages to dynamically adjust Go runtime variables, ensuring efficient resource usage aligned with container limits. cgroupruntime extension collector Quick Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/extension/cgroupr
60
800
2026-03-23T11:28:08.295829
?s=cisco
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=cisco
devops
python
ollector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/purefbreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository RabbitMQ Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver fetches stats from a RabbitMQ node using the RabbitMQ Management Plugin. 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/rabbitmqreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repos
146
800
2026-03-23T11:10:45.886795
?s=purefa
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=purefa
devops
python
etry API and SDK for C++. cpp C++ Language Core Component Apache 2.0 License Repository opentelemetry-api.cr by wyhaines An unofficial implementation of OpenTelemetry in Crystal. crystal instrumentation Crystal Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry for Dart by Workiva An unofficial implementation of OpenTelemetry in Dart. dart instrumentation Dart Language Instrumentation Component Apache 2.0 License Repository .NET by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry API and SDK for .NET (C#, F#) c# .net .NET Language Core Component Apache 2.0 License Repository Erlang/Elixir by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry API for Erlang and Elixir. erlang elixir Erlang Language Core Component Apache 2.0 License Repository Erlang/Elixir by 🔭 OpenTelemetry
362
800
2026-03-23T11:31:49.800586
?s=koala
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=koala
devops
python
Authors 🔭 The OpenTelemetry SDK for Erlang and Elixir. erlang elixir Erlang Language Core Component Apache 2.0 License Repository Go by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry API and SDK for Go. go Go Language Core Component Apache 2.0 License Repository Go Automatic Instrumentation by 🔭 OpenTelemetry Authors 🔭 OpenTelemetry automatic instrumentation for Go applications. go instrumentation Go Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry for Haskell by ethercrow An unofficial implementation of OpenTelemetry in Haskell. haskell instrumentation Haskell Language Instrumentation Component Apache 2.0 License Repository Java by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry API and SDK for Java. java Java Language Core Component Apache 2.0 License Repository J
363
799
2026-03-23T11:25:38.861121
django
django
https://docs.djangoproject.com/en/1.8/genindex/
framework
python
ass in django.contrib.gis.db.models) (class in django.contrib.gis.forms) list_display (ModelAdmin attribute) list_display_links (ModelAdmin attribute) list_editable (ModelAdmin attribute) list_filter (ModelAdmin attribute) list_max_show_all (ModelAdmin attribute) list_per_page (ModelAdmin attribute) list_select_related (ModelAdmin attribute) listdir() (Storage method) lists() (QueryDict method) ListView (built-in class) LiveServerTestCase (class in django.test) ljust template filter ll (Envelope attribute) load template tag loaddata django-admin command loader.LoaderOrigin (class in django.template) loadname (loader.LoaderOrigin attribute) loads() (in module django.core.signing) local (SpatialReference attribute) locale name LOCALE_PATHS setting LocaleMiddleware (class in django.middleware
76
800
2026-03-23T11:17:08.328298
?s=business-logic-instrumentation
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=business-logic-instrumentation
devops
python
.NET and collect telemetry about process behavior. process instrumentation dotnet Quick Install To install this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.Process 1.15.0-beta.1 Version .NET Language Instrumentation Component Apache 2.0 License Package Details (nuget) Repository QuartzNET Instrumentation for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 Automatically instruments the Quartz jobs from Quartz. quartz instrumentation dotnet Quick Install To install this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.Quartz 1.15.0-beta.1 Version .NET Language Instrumentation Component Apache 2.0 License Package Details (nuget) Repository .NET runtime metrics instrumentation by 🔭 OpenTelemetry Authors 🔭 OpenTelemetry .NET contri
209
799
2026-03-23T11:26:38.026555
overview
firebase
https://firebase.google.com/docs/firestore/security/overview
database
javascript
handle serverless authentication, authorization, and data validation. Learn how to secure your data for the Android, Apple, and Web client libraries with Cloud Firestore Security Rules . Use App Check to help ensure that only your app can access your Cloud Firestore data. For your apps that use Cloud Storage for Firebase , use Cloud Firestore to define conditions for access to your Cloud Storage resources in database documents that can be accessed by Cloud Storage Security Rules . For server client libraries , use Identity and Access Management (IAM) to manage access to your database. Learn how to secure your data for the Java, Python, Node.js, and Go client libraries with IAM . Send feedback Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribu
1
800
2026-03-23T10:59:00.553731
gitlab
nx
https://nx.dev/docs/guides/nx-cloud/source-control-integration/gitlab
tooling
typescript
GitLab Integration | Nx Skip to content GitLab Integration The Nx Cloud GitLab Integration lets you access the result of every run—with all its logs and build insights—straight from your Merge Requests. Connecting your workspace Section titled “Connecting your workspace” Once on the VCS Integrations setup page, select "GitLab". You will be prompted to enter your project's ID. To locate the ID for your project, visit the home page of your repository on GitLab. Click the three-dot menu button in the upper right corner and select "Copy project ID" to copy the value to your clipboard. Using a personal access token Section titled “Using a personal access token” To use a Personal Access Token for authentication, one must be generated with proper permissions. The minimum required permissions are
0
799
2026-03-23T11:27:15.442247
docker
docker
https://docs.docker.com/reference/dockerfile/
devops
bash
ntents. If it contains subdirectories, these are also copied, and merged with any existing directories at the destination. Any conflicts are resolved in favor of the content being added, on a file-by-file basis, except if you're trying to copy a directory onto an existing file, in which case an error is raised. If the source is a file, the file and its metadata are copied to the destination. File permissions are preserved. If the source is a file and a directory with the same name exists at the destination, an error is raised. If you pass a Dockerfile through stdin to the build ( docker build - < Dockerfile ), there is no build context. In this case, you can only use the COPY instruction to copy files from other stages, named contexts, or images, using the --from flag . You can also pass a
64
800
2026-03-23T10:49:58.782244
?s=libhoney
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=libhoney
devops
python
trumentation Component Apache 2.0 License Repository splunkclient-go – Instrumentation for k8s.io/client-go by Splunk Inc. Instrumentation for the k8s.io/client-go package. go instrumentation kubernetes Go Language Instrumentation Component Apache 2.0 License Repository splunkdns – Instrumentation for github.com/miekg/dns by Splunk Inc. Instrumentation for the github.com/miekg/dns package. go instrumentation dns Go Language Instrumentation Component Apache 2.0 License Repository splunkelastic – Instrumentation for gopkg.in/olivere/elastic by Splunk Inc. Instrumentation for the gopkg.in/olivere/elastic package. go instrumentation database elasticsearch Go Language Instrumentation Component Apache 2.0 License Repository splunkgorm – Instrumentation for github.com/jinzhu/gorm by Splunk Inc. I
231
800
2026-03-23T11:34:20.692664
schemas
tanstack_start
https://tanstack.com/db/latest/docs/guides/schemas
framework
typescript
ically provide default values for missing fields. Literal Defaults typescript const todoSchema = z.object({ id: z.string(), text: z.string(), completed: z.boolean().default(false), priority: z.number().default(0), tags: z.array(z.string()).default([]) }) collection.insert({ id: "1", text: "Buy groceries" // completed, priority, and tags filled automatically }) const todo = collection.get("1") console.log(todo.completed) // false console.log(todo.priority) // 0 console.log(todo.tags) // [] Function Defaults Generate defaults dynamically: typescript const postSchema = z.object({ id: z.string(), title: z.string(), created_at: z.date().default(() => new Date()), view_count: z.number().default(0), slug: z.string().default(() => crypto.randomUUID()) }) collecti
16
765
2026-03-23T11:25:55.148172
supabase-migration-up
supabase
https://supabase.com/docs/reference/cli/supabase-migration-up
database
typescript
ory from the linked project. --local Optional Fetches migration history from the local database. supabase migration repair Repairs the remote migration history table. Requires your local project to be linked to a remote database by running supabase link . If your local and remote migration history goes out of sync, you can repair the remote history by marking specific migrations as --status applied or --status reverted . Marking as reverted will delete an existing record from the migration history table while marking as applied will insert a new record. For example, your migration history may look like the table below, with missing entries in either local or remote. $ supabase migration list LOCAL │ REMOTE │ TIME (UTC) ─────────────────┼────────────────┼─────────
30
773
2026-03-23T11:31:35.080967
no-parameter-properties
biome
https://biomejs.dev/linter/rules/no-parameter-properties
tooling
javascript
noParameterProperties | Biome Skip to content noParameterProperties TypeScript and TSX Summary Section titled “Summary” Rule available since: v1.0.0 Diagnostic Category: lint/style/noParameterProperties This rule isn’t recommended, so you need to enable it. This rule doesn’t have a fix. The default severity of this rule is warning . Sources: Inspired from @typescript-eslint/parameter-properties How to configure Section titled “How to configure” biome.json 1 { 2 "linter" : { 3 "rules" : { 4 "style" : { 5 "noParameterProperties" : " error " 6 } 7 } 8 } 9 } Description Section titled “Description” Disallow the use of parameter properties in class constructors. TypeScript includes a “parameter properties” shorthand for declaring a class constructor parameter and class property in one location.
0
800
2026-03-23T11:23:21.960827
gitlab_ci
gitlab_ci
https://docs.gitlab.com/api/merge_requests/
devops
yaml
ample.com//kenyatta_oconnell" }], "source_project_id" : 2 , "target_project_id" : 3 , "labels" : [ "Community contribution" , "Manage" ], "draft" : false , "work_in_progress" : false , "milestone" : { "id" : 5 , "iid" : 1 , "project_id" : 3 , "title" : "v2.0" , "description" : "Assumenda aut placeat expedita exercitationem labore sunt enim earum." , "state" : "closed" , "created_at" : "2015-02-02T19:49:26.013Z" , "updated_at" : "2015-02-02T19:49:26.013Z" , "due_date" : "2018-09-22" , "start_date" : "2018-08-08" , "web_url" : "https://gitlab.example.com/my-group/my-project/milestones/1" }, "merge_when_pipeline_succeeds" : true , "merge_status" : "can_be_merged" , "detailed_merge_status" : "not_open" , "sha" : "8888888888888888888888888888888888888888" , "merge_commit_sha" : null , "squash_c
26
800
2026-03-23T11:10:40.910072
row-level-security
supabase
https://supabase.com/docs/guides/auth/row-level-security
database
typescript
e policy " rls_test_select " on test_table 2 to authenticated 3 using ( 4 exists ( 5 select 1 from roles_table 6 where ( select auth . uid () ) = user_id and role = ' good_role ' 7 ) 8 ); We can instead create a security definer function which can scan roles_table without any RLS penalties: 1 create function private .has_good_role () 2 returns boolean 3 language plpgsql 4 security definer -- will run as the creator 5 as $$ 6 begin 7 return exists ( 8 select 1 from roles_table 9 where ( select auth . uid () ) = user_id and role = ' good_role ' 10 ); 11 end ; 12 $$; 13 14 -- Update our policy to use this function: 15 create policy " rls_test_select " 16 on test_table 17 to authenticated 18 using ( ( select private . has_good_role () ) ); Security-definer functions should never be created in
20
799
2026-03-23T11:00:04.937614
OpenMathReasoning
transformers
https://huggingface.co/datasets/nvidia/OpenMathReasoning
ai
python
s (1) and (2) for s and t. Let me write equations: Equation (1): p s - (1 - r) t = r Equation (2): (1 - p)s + r t = r Let me solve for s and t. Let me write equations in matrix form: [ p - (1 - r) ] [s] = [ r ] [ (1-p) r ] [t] [ r ] Let me compute determinant of the matrix: D = p * r - ( - (1 - r) )*(1 - p ) = p r + (1 - r)(1 - p ) Compute D: pr + (1 - p - r + pr ) = pr +1 - p - r + pr = 1 - p - r + 2 pr Hmm, not sure if helpful. Maybe solve via substitution. From equation (2): Let's solve for t: r t = r - (1 - p)s ⇒ t = [ r - (1 - p)s ] / r Substitute into equation (1): p s - (1 - r)*[ ( r - (1 - p)s ) / r ] = r Multiply through by r to eliminate denominators: p r s - (1 - r)( r - (1 - p)s ) = r^2 Expand the second term: - (1 - r)*r + (1 - r)(1 - p)s Thus: p r s - (1 -
208
780
2026-03-23T11:24:54.977601
investigate-slowness
biome
https://biomejs.dev/guides/investigate-slowness
tooling
javascript
and: Terminal window 1 cat tracing.json | jq ' . | select(.span.name == "pull_diagnostics") | { path: .span.path, time_busy: .["time.busy"], time_idle: .["time.idle"] } ' > filtered.json Other span names that might be interesting to pull info from: format_file tells you how long files take to format. open_file_internal tells you how long files take to open, including parsing. It has a reason field that also can tell you why a file is opened: either by the scanner, updated by the watcher, or a client request, which is usually for linting or formatting. (since Biome 2.1.2) Sponsored by Copyright (c) 2023-present Biome Developers and Contributors.
4
652
2026-03-23T10:51:24.693245
feed.atom
planetscale
https://planetscale.com/blog/feed.atom
database
sql
sensus-algorithms-at-scale-part-4 2022-04-06T15:19:00.000Z 2022-04-06T15:19:00.000Z Sugu Sougoumarane Generics can make your Go code slower https://planetscale.com/blog/generics-can-make-your-go-code-slower 2022-03-30T00:00:00.000Z 2022-03-30T00:00:00.000Z Vicent Marti Why we chose NanoIDs for PlanetScale’s API https://planetscale.com/blog/why-we-chose-nanoids-for-planetscales-api 2022-03-29T17:30:00.000Z 2022-03-29T17:30:00.000Z Mike Coutermarsh Revert a migration without losing data https://planetscale.com/blog/revert-a-migration-without-losing-data 2022-03-24T12:01:46.798Z 2022-03-24T12:01:46.798Z Taylor Barnett Behind the scenes: How schema reverts work https://planetscale.com/blog/behind-the-scenes-how-schema-reverts-work 2022-03-24T12:00:00.000Z 2022-03-24T12:00:00.000Z Holly Guevara
521
800
2026-03-23T11:03:06.264824
?s=logdedup
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=logdedup
devops
python
anguage Provider Component Apache 2.0 License Package Details (go-collector) Repository Alertmanager Exporter by 🔭 OpenTelemetry Authors 🔭 Exports OTel Events (SpanEvent in Tracing added by AddEvent API) as Alerts to Alertmanager backend to notify Errors or Change events. alertmanager prometheus exporter collector 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/alertmanagerexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository Alibaba Cloud Log Service Collector Exporter by 🔭 OpenTelemetry Authors 🔭 The Alibaba Cloud Log Service Exporter for the OpenTelemetry
23
799
2026-03-23T11:38:22.744332
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset sendInitialEvents `sendInitialEvents=true` may be set together with `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 with `"k8s.io/initial-events-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` opti
2,727
797
2026-03-23T10:56:49.346246
opentelemetry
opentelemetry
https://opentelemetry.io/registry/updating/
devops
python
umentation Component Apache 2.0 License Repository Elasticsearch Python Client native by Elasticsearch B.V. You can use OpenTelemetry to monitor the performance and behavior of your Elasticsearch requests through the Python Client. python elasticsearch client Python Language Instrumentation Component Apache-2.0 License Website Documentation Repository OpenTelemetry Falcon Tracing by 🔭 OpenTelemetry Authors 🔭 This library builds on the OpenTelemetry WSGI middleware to track web requests in Falcon applications. falcon instrumentation python Python Language Instrumentation Component Apache 2.0 License Repository FastAPI Middleware Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides FastAPI middleware to track requests timing through OpenTelemetry. python instrumentation Python
323
799
2026-03-23T10:52:09.954519
3.6.html
python
https://docs.python.org/3/whatsnew/3.6.html
language
python
torchaka in bpo-26492 . ast ¶ The new ast.Constant AST node has been added. It can be used by external AST optimizers for the purposes of constant folding. Contributed by Victor Stinner in bpo-26146 . asyncio ¶ Starting with Python 3.6 the asyncio module is no longer provisional and its API is considered stable. Notable changes in the asyncio module since Python 3.5.0 (all backported to 3.5.x due to the provisional status): The get_event_loop() function has been changed to always return the currently running loop when called from coroutines and callbacks. (Contributed by Yury Selivanov in bpo-28613 .) The ensure_future() function and all functions that use it, such as loop.run_until_complete() , now accept all kinds of awaitable objects . (Contributed by Yury Selivanov.) New run_coroutine
28
799
2026-03-23T11:30:55.893356
?s=f
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=f
devops
python
following: extensions : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/extension/solarwindsapmsettingsextension v0.148.0 v0.148.0 Version Collector Language Extension Component Apache 2.0 License Package Details (go-collector) Repository Sumo Logic Extension by 🔭 OpenTelemetry Authors 🔭 This extension is to be used in conjunction with the Sumo Logic Exporter in order to export telemetry data to Sumo Logic. sumologic extension collector Quick Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/extension/sumologicextension v0.148.0 v0.148.0 Version Collector Language Extension Component Apache 2.0 License Package Details (go-collector
73
799
2026-03-23T11:39:40.098353
supabase-db-lint
supabase
https://supabase.com/docs/reference/cli/supabase-db-lint
database
typescript
Basic usage Self hosted Dry run 1 supabase db push Response 1 Linked project is up to date. supabase db reset Resets the local database to a clean state. Requires the local development stack to be started by running supabase start . Recreates the local Postgres container and applies all local migrations found in supabase/migrations directory. If test data is defined in supabase/seed.sql , it will be seeded after the migrations are run. Any other data or schema changes made during local development will be discarded. When running db reset with --linked or --db-url flag, a SQL script is executed to identify and drop all user created entities in the remote database. Since Postgres roles are cluster level entities, any custom roles created through the dashboard or supabase/roles.sql will not b
18
800
2026-03-23T11:27:25.072954
?s=util
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=util
devops
python
u Kotel is an instrumentation plugin for the franz-go Kafka client. It provides tracing and metrics options. go instrumentation kafka franz-go tracing metrics Go Language Instrumentation Component BSD-3-Clause License Repository Labstack Echo instrumentation by 🔭 OpenTelemetry Authors 🔭 Go contrib plugin for the labstack/echo package. go instrumentation http Go Language Instrumentation Component Apache 2.0 License Repository logrus instrumentation by Vladimir Mihailenco Instrumentation for logrus logging library. go instrumentation logging logrus Go Language Instrumentation Component BSD-2-Clause License Repository MCP Server Instrumentation by Olga Safonova OpenTelemetry middleware for Go MCP servers built with the official go-sdk. Instruments every incoming method call with spans and dur
226
800
2026-03-23T11:27:34.360579
?s=web
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=web
devops
python
in Rollup plugin which bundles OpenTelemetry node core and contrib instrumentations into your code rollup vite rolldown bundler JavaScript Language Utilities Component MIT License Documentation Repository OpenTelemetry Webpack Plugin by Drew Corlin Webpack plugin which bundles OpenTelemetry node core and contrib instrumentations into your code webpack bundler JavaScript Language Utilities Component MIT License Documentation Repository OddDotNet Client for .NET by Tyler Kenna OddDotNet is an Test Harness for OpenTelemetry that works for any language, built in .NET. It is a container image that accepts OpenTelemetry signals over gRPC, and it includes a query language for verifying and validating those signals. While it’s possible to generate your own client using the proto files, it is often
386
800
2026-03-23T11:23:14.011502
kubernetes
kubernetes
https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/
devops
yaml
ing Pods from a ReplicaSet You can remove Pods from a ReplicaSet by changing their labels. This technique may be used to remove Pods from service for debugging, data recovery, etc. Pods that are removed in this way will be replaced automatically ( assuming that the number of replicas is not also changed). Scaling a ReplicaSet A ReplicaSet can be easily scaled up or down by simply updating the .spec.replicas field. The ReplicaSet controller ensures that a desired number of Pods with a matching label selector are available and operational. When scaling down, the ReplicaSet controller chooses which pods to delete by sorting the available pods to prioritize scaling down pods based on the following general algorithm: Pending (and unschedulable) pods are scaled down first If controller.kubernete
14
800
2026-03-23T11:00:10.019753
result-2022-08-10.json
qdrant
https://qdrant.tech/benchmarks/result-2022-08-10.json
database
python
tup_name": "qdrant-rps-m-64-ef-256", "dataset_name": "glove-100-angular", "upload_time": 71.6907440621, "total_upload_time": 627.0722837261, "p95_time": 0.0150076587, "rps": 86.7141689134, "parallel": 1, "p99_time": 0.017079807, "mean_time": 0.0113473759, "mean_precisions": 0.906326, "engine_params": { "search_params": { "hnsw_ef": 256 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-rps-m-64-ef-256", "dataset_name": "glove-100-angular", "upload_time": 73.5372994931, "total_upload_time": 869.8683630519, "p95_time": 0.0150076587, "rps": 86.7141689134, "parallel": 1, "p99_time": 0
3,273
592
2026-03-23T11:15:13.619313
release-notes-2.0.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.0.0
mobile
dart
e5446145a6 to 26a84431ff72 (2 revisions) (cla: yes, waiting for tree to go green) 23762 Roll Dart SDK from 091e9f17809e to c4214e6daaac (3 revisions) (cla: yes, waiting for tree to go green) 23763 Roll Fuchsia Mac SDK from gifLPMkX1... to pc_veLlry... (cla: yes, waiting for tree to go green) 23764 Roll Fuchsia Linux SDK from -tixwZamE... to fByXAJ76e... (cla: yes, waiting for tree to go green) 23765 Allow creation of symlinks for Goma via an environment variable. (cla: yes, waiting for tree to go green) 23766 Roll Skia from 26a84431ff72 to bde06cc511d2 (12 revisions) (cla: yes, waiting for tree to go green) 23767 Migrate to use the published metrics_center (cla: yes) 23769 [web] Fix shadow rendering using boxshadow due to webkit repaint area bug (cla: yes, waiting for tree to go green) 237
656
800
2026-03-23T11:06:17.753833
same-thread
langchain
https://docs.langchain.com/langsmith/same-thread
ai
python
', 'model_name': 'gpt-4o-2024-05-13', 'system_fingerprint': 'fp_157b3831f5'}, 'type': 'ai', 'name': None, 'id': 'run-f5735b86-b80d-4c71-8dc3-4782b5a9c7c8', 'example': False, 'tool_calls': [], 'invalid_tool_calls': [], 'usage_metadata': None}]}} Run default assistant Now, we can run it on the default assistant and see that this second assistant is aware of the initial question, and can answer the question, “and you?”: Python Javascript CURL Copy input = { "messages" : [{ "role" : "user" , "content" : "and you?" }]} async for event in client . runs . stream ( thread [ " thread_id " ], default_assistant [ " assistant_id " ], input = input , stream_mode = "updates" , ): print ( f "Receiving event of type: { event . event } " ) print ( event . data ) print ( " \n\n " ) Copy let input = { "mes
8
798
2026-03-23T11:22:11.830141
changelog.html
python
https://docs.python.org/3/whatsnew/changelog.html
language
python
longer timeout. Use military grade battle-tested test.support.SHORT_TIMEOUT timeout rather than a hardcoded timeout of 10 seconds: it’s 30 seconds by default, but it is made longer on slow buildbots. Patch by Victor Stinner. bpo-44451 : Reset DeprecationWarning filters in test.test_importlib.test_metadata_api.APITests.test_entry_points_by_index to avoid StopIteration error if DeprecationWarnings are ignored. bpo-44363 : Account for address sanitizer in test_capi. test_capi now passes when run GCC address sanitizer. bpo-44364 : Add non integral tests for math.sqrt() function. bpo-43921 : Fix test_ssl.test_wrong_cert_tls13(): use suppress_ragged_eofs=False , since read() can raise ssl.SSLEOFError on Windows. Patch by Victor Stinner. bpo-43921 : Fix test_pha_required_nocert() of test_ssl: ca
1,159
799
2026-03-23T10:57:25.354226
schemas
tanstack_router
https://tanstack.com/db/latest/docs/guides/schemas
framework
typescript
te data loaded from your server or sync layer. If you need to validate server data, you must do so explicitly in your integration layer. What are TInput and TOutput? When you define a schema with transformations, it has two types: TInput : The type users provide when calling insert() or update() TOutput : The type stored in the collection and returned from queries typescript const todoSchema = z.object({ id: z.string(), text: z.string(), created_at: z.string().transform(val => new Date(val)) }) // TInput type: { id: string, text: string, created_at: string } // TOutput type: { id: string, text: string, created_at: Date } The schema acts as a boundary that transforms TInput → TOutput. Critical Design Principle: TInput Must Be a Superset of TOutput When using transformations, TInput m
6
793
2026-03-23T11:39:47.397303
ios.html
python
https://docs.python.org/3/using/ios.html
language
python
tform when you first run Xcode. Alternatively, you can add an iOS Simulator Platform by selecting from the Platforms tab of the Xcode Settings panel. 7.2.2. Adding Python to an iOS project ¶ Python can be added to any iOS project, using either Swift or Objective C. The following examples will use Objective C; if you are using Swift, you may find a library like PythonKit to be helpful. To add Python to an iOS Xcode project: Build or obtain a Python XCFramework . See the instructions in Apple/iOS/README.md (in the CPython source distribution) for details on how to build a Python XCFramework . At a minimum, you will need a build that supports arm64-apple-ios , plus one of either arm64-apple-ios-simulator or x86_64-apple-ios-simulator . Drag the XCframework into your iOS project. In the follow
9
800
2026-03-23T11:16:55.360092
dom
bun
https://bun.sh/docs/test/dom
runtime
javascript
tomElements. define ( " my-element " , MyElement); // Use it in tests document.body.innerHTML = " <my-element></my-element> " ; const element = document. querySelector ( " my-element " ); expect (element?.innerHTML). toBe ( " <p>Custom element content</p> " ); }); Event Testing Test DOM events and user interactions: events.test.ts Copy /// < reference lib = " dom " /> import { test, expect } from " bun:test " ; test ( " button click event " , () => { let clicked = false ; document.body.innerHTML = ' <button id="test-btn">Click me</button> ' ; const button = document. getElementById ( " test-btn " ); button?. addEventListener ( " click " , () => { clicked = true ; }); button?. click (); expect (clicked). toBe ( true ); }); Configuration Tips Global Setup For more complex DOM testing s
5
794
2026-03-23T11:22:39.330596
flask
flask
https://flask.palletsprojects.com/api/
framework
python
operty blueprint : str | None ¶ The registered name of the current blueprint. This will be None if the endpoint is not part of a blueprint, or if URL matching failed or has not been performed yet. This does not necessarily match the name the blueprint was created with. It may have been nested, or registered with a different name. property blueprints : list [ str ] ¶ The registered names of the current blueprint upwards through parent blueprints. This will be an empty list if there is no current blueprint, or if URL matching failed. Changelog Added in version 2.0.1. on_json_loading_failed ( e ) ¶ Called if get_json() fails and isn’t silenced. If this method returns a value, it is used as the return value for get_json() . The default implementation raises BadRequest . Parameters : e ( ValueE
105
800
2026-03-23T10:56:58.320244
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
as "data at least as new as the provided `resourceVersion`" and the bookmark event is send when the state is synced to a `resourceVersion` at least as fresh as the one provided by the ListOptions. If `resourceVersion` is unset, this is interpreted as "consistent read" and the bookmark event is send when the state is synced at least to the moment when request started being processed. - `resourceVersionMatch` set to any other value or unset Invalid error is returned. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. watch Watch for changes to the described resources and return
1,806
786
2026-03-23T10:56:49.344155
capi3ref.html
sqlite
https://www.sqlite.org/capi3ref.html
database
sql
ostic functions sqlite3_compileoption_used() and sqlite3_compileoption_get() may be omitted by specifying the SQLITE_OMIT_COMPILEOPTION_DIAGS option at compile time. See also: SQL functions sqlite_compileoption_used() and sqlite_compileoption_get() and the compile_options pragma . Determine If An SQL Statement Is Complete int sqlite3_complete(const char *sql); int sqlite3_complete16(const void *sql); These routines are useful during command-line input to determine if the currently entered text seems to form a complete SQL statement or if additional input is needed before sending the text into SQLite for parsing. These routines return 1 if the input string appears to be a complete SQL statement. A statement is judged to be complete if it ends with a semicolon token and is not a prefix of
451
797
2026-03-23T11:15:05.573850
feed.xml
kubernetes
https://kubernetes.io/feed.xml
devops
yaml
target specific route rules via the <code>sectionName</code> field in their <code>targetRef[s]</code>.</li> <li><strong>Tooling:</strong> Simplifying filtering and referencing of route rules in tools such as <code>gwctl</code>, <code>kubectl</code>, and general-purpose utilities like <code>jq</code> and <code>yq</code>.</li> <li><strong>Internal configuration mapping:</strong> Facilitating the generation of internal configurations that reference route rules by name within gateway and mesh implementations.</li> </ul> <p>This follows the same well-established pattern already adopted for Gateway listeners, Service ports, Pods (and containers), and many other Kubernetes resources.</p> <p>While the new name field is <strong>optional</strong> (so existing resources remain valid), its use is <str
780
800
2026-03-23T11:17:36.485516
release-notes-1.17.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-1.17.0
mobile
dart
hortcut logic behave properly (cla: yes, f: material design, framework, waiting for tree to go green) 57576 Add Web Benchmarks for Flutter Gallery (Flutter Side) — 1/4 (cla: yes, f: cupertino, f: material design, team, waiting for tree to go green) 57588 New license page. (a: internationalization, cla: yes, f: material design, framework) 57628 Add mouse cursor API to widgets (phase 1) (cla: yes, f: material design, framework) 57644 Adds physics to the TabBar (#57416) (cla: yes, f: material design, framework, waiting for tree to go green) 57733 #57730 - Support custom shapes for ListTiles (cla: yes, f: material design, framework, waiting for tree to go green) 57736 [AppBarTheme] adds centerTitle property (cla: yes, f: material design, framework, severe: new feature, waiting for tree to go g
167
800
2026-03-23T11:13:57.628926
?s=golang
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=golang
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 Receiver by 🔭 OpenTelemetry Authors 🔭 Receiver for retrieving trace previously stored in S3 by the AWS S3 Exporter. aws s3 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/awss3receiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Reposit
102
800
2026-03-23T11:11:31.322897
?s=industrial
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=industrial
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 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/awss3exporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository Azure Monitor Collector Exporter by 🔭 OpenTelemetry Authors 🔭 The Azure Monitor Exporter for the OpenTelemetry Collector. go exporter collector Quick Install When
27
799
2026-03-23T11:15:21.966472
get_autocommit.html
sqlite
https://www.sqlite.org/c3ref/get_autocommit.html
database
sql
ly way to find out whether SQLite automatically rolled back the transaction after an error is to use this function. If another thread changes the autocommit status of the database connection while this routine is running, then the return value is undefined. See also lists of Objects , Constants , and Functions .
1
313
2026-03-23T11:39:46.120055
Task
nx
https://nx.dev/docs/reference/devkit/Task
tooling
typescript
ojectRoot Section titled “projectRoot” • Optional projectRoot : string Root of the project the task belongs to startTime Section titled “startTime” • Optional startTime : number Unix timestamp of when a Batch Task starts target Section titled “target” • target : Object Details about which project, target, and configuration to run. Type declaration Section titled “Type declaration” Name Type Description configuration? string The configuration of the target which the task invokes project string The project for which the task belongs to target string The target name which the task should invoke
2
598
2026-03-23T11:29:53.055968
no-skipped-tests
biome
https://biomejs.dev/linter/rules/no-skipped-tests
tooling
javascript
they should not be committed in production. The rule detects the following patterns: describe.skip , it.skip , test.skip describe.fixme , it.fixme , test.fixme test.describe.skip , test.describe.fixme test.describe.parallel.skip , test.describe.serial.skip test.describe.parallel.fixme , test.describe.serial.fixme test.step.skip , test.step.fixme xdescribe , xit , xtest Bracket notation: test["skip"] , test["fixme"] Bare test.skip() / test.fixme() calls (0 arguments) Examples Section titled “Examples” Invalid Section titled “Invalid” 1 describe . skip ( " test " , () => {}); code-block.js:1:10 lint/suspicious/noSkippedTests FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ⚠ Don’t disable tests. > 1 │ describe.skip(“test”, () => {}); │ ^ ^ ^ ^ 2 │ ℹ Disabling tests is useful when debugging o
1
800
2026-03-23T11:27:13.243369
?s=nestjs
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=nestjs
devops
python
OpenTelemetry Authors 🔭 The Datadog APM Receiver accepts traces in the Datadog APM format datadog 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/datadogreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Docker Stats Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The Docker Stats Receiver queries the local Docker daemon’s container stats API for all desired running containers on a configured interval. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following:
109
798
2026-03-23T11:22:46.018992
release-notes-3.19.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-3.19.0
mobile
dart
mkustermann in 136880 Reverts "Ensure flutter build apk --release optimizes+shrinks platform code" by @auto-submit in 137433 [web] Add 'nonce' prop to flutter.js loadEntrypoint by @ditman in 137204 Reland coverableLineCache optimisation (#136851) by @liamappelbe in 137385 [flutter_tools] ensure processUtils reports exit code in ProcessExceptions by @christopherfujino in 136672 [web] cache the base URL as root index.html by @p-mazhnik in 136594 Fix formatting by @dcharkes in 137613 Roll pub packages by @flutter-pub-roller-bot in 137650 Provide more information in 'unsupported class file' gradle error by @gmackall in 136756 Protect flutter analyze --suggestions from erroring on missing AGP value. by @reidbaker in 137719 [flutter_tools] do not try to build tool from dart.sh by @christopherf
45
798
2026-03-23T11:14:22.512600
typeobj.html
python
https://docs.python.org/3/c-api/typeobj.html
language
python
sq_ass_item ssizeobjargproc __setitem__ __delitem__ sq_contains objobjproc __contains__ sq_inplace_concat binaryfunc __iadd__ sq_inplace_repeat ssizeargfunc __imul__ bf_getbuffer getbufferproc() __buffer__ bf_releasebuffer releasebufferproc() __release_buffer__ slot typedefs ¶ typedef Parameter Types Return Type allocfunc PyTypeObject * Py_ssize_t PyObject * destructor PyObject * void freefunc void * void traverseproc PyObject * visitproc void * int newfunc PyTypeObject * PyObject * PyObject * PyObject * initproc PyObject * PyObject * PyObject * int reprfunc PyObject * PyObject * getattrfunc PyObject * const char * PyObject * setattrfunc PyObject * const char * PyObject * int getattrofunc PyObject * PyObject * PyObject * setattrofunc PyObject * PyObject * PyObject * int descrgetfunc PyObje
6
800
2026-03-23T11:15:19.763781
type-system
dart
https://dart.dev/language/type-system
language
dart
- Understand and learn how to fix type promotion errors. Sound null safety - Learn about writing code with sound null safety. Customizing static analysis - How to set up and customize the analyzer and linter using an analysis options file. Was this page's content helpful? thumb_up thumb_down Unless stated otherwise, the documentation on this site reflects Dart 3.11.0. Page last updated on 2025-09-15. View source or report an issue .
29
436
2026-03-23T10:53:08.725966
configure-conformance-rules-in-nx-cloud
nx
https://nx.dev/docs/enterprise/configure-conformance-rules-in-nx-cloud
tooling
typescript
upports thorough auditing and makes it easier to manage the lifecycle of rules across a large set of codebases. Both screens are designed to streamline governance and visibility, allowing you to evaluate rollout effectiveness and adoption patterns across your entire organization. Choose the scope of configured rules Section titled “Choose the scope of configured rules” The value in the dropdown will determine what workspace(s) the rules will be applied to. By default, "All Workspaces" is the selected value, but you can change this to focus on a specific workspace instead. Configure a rule for the chosen workspace scope Section titled “Configure a rule for the chosen workspace scope” After choosing the target workspace(s), click on the "Configure rule" to open the rule configuration dialog.
3
800
2026-03-23T11:19:07.280490
resources
terraform
https://developer.hashicorp.com/terraform/language/resources
devops
hcl
Create and manage resources overview | Terraform | HashiCorp Developer HashiConf 2025 Don't miss the live stream of HashiConf Day 2 happening now View live stream Terraform Home Create and manage resources overview This topic describes the workflow for creating and managing resources in Terraform configuration. For a general overview of how to provision infrastructure, refer to Core Terraform workflow . Introduction A resource is any infrastructure object you want to create and manage with Terraform, including virtual networks, compute instances, or higher-level components such as DNS records. The kinds of resources you can create depend on the providers you install. Providers are plugins that offer a collection of resource types that you can provision on a single cloud or on-premises infr
0
800
2026-03-23T10:54:42.367503
data-table
shadcn_ui
https://ui.shadcn.com/docs/components/radix/data-table
library
typescript
columns.tsx (client component) will contain our column definitions. data-table.tsx (client component) will contain our <DataTable /> component. page.tsx (server component) is where we'll fetch data and render our table. Basic Table Let's start by building a basic table. Column Definitions First, we'll define our columns. app/payments/columns.tsx Copy "use client" import { ColumnDef } from "@tanstack/react-table" // This type is used to define the shape of our data. // You can use a Zod schema here if you want. export type Payment = { id : string amount : number status : "pending" | "processing" | "success" | "failed" email : string } export const columns : ColumnDef < Payment >[] = [ { accessorKey: "status" , header: "Status" , }, { accessorKey: "email" , header: "Email" , }, { accessorKe
4
799
2026-03-23T10:56:33.102738
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
In: HorizontalPodAutoscalerStatus [autoscaling/v2] Field Description lastTransitionTime Time lastTransitionTime is the last time the condition transitioned from one status to another message string message is a human-readable explanation containing details about the transition reason string reason is the reason for the condition's last transition. status string status is the status of the condition (True, False, Unknown) type string type describes the current condition HostAlias v1 core Group Version Kind core v1 HostAlias HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file. Appears In: PodSpec [core/v1] Field Description hostnames string array Hostnames for the above IP address. ip string IP address of the host file entry. HostIP
4,338
799
2026-03-23T10:56:49.348510
?s=splunkenterprise
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=splunkenterprise
devops
python
.js. js instrumentation Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-dns 0.56.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository Document Load Instrumentation by 🔭 OpenTelemetry Authors 🔭 Document Load instrumentation for Browser. js instrumentation Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-document-load 0.58.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository OpenTelemetry Elasticsearch Instrumentation by Aspecto Authors Elasticsearch instrumentation for Node.js. Node.js instrumentation elasticsearch @elastic/elasticsearch JavaScript Language Instrumentation Comp
279
800
2026-03-23T11:39:47.228386
postgresql
postgresql
https://www.postgresql.org/docs/release/8.0.3/
database
sql
is breaks type safety for all functions using internal arguments. It is strongly recommended that all installations repair these errors, either by initdb or by following the manual repair procedure given below. The errors at least allow unprivileged database users to crash their server process, and might allow unprivileged users to gain the privileges of a database superuser. If you wish not to do an initdb, perform the same manual repair procedures shown in the 7.4.8 release notes . E.24.2. Changes Change encoding function signature to prevent misuse Change contrib/tsearch2 to avoid unsafe use of INTERNAL function results Guard against incorrect second parameter to record_out Repair ancient race condition that allowed a transaction t
2
744
2026-03-23T11:22:25.432805
redirects
nextjs
https://nextjs.org/docs/pages/api-reference/next-config-js/redirects
framework
javascript
ader' , key : 'x-redirect-me' , } , ] , permanent : false , destination : '/another-page' , } , // if the header `x-do-not-redirect` is present, // this redirect will NOT be applied { source : '/:path((?!another-page$).*)' , missing : [ { type : 'header' , key : 'x-do-not-redirect' , } , ] , permanent : false , destination : '/another-page' , } , // if the source, query, and cookie are matched, // this redirect will be applied { source : '/specific/:path*' , has : [ { type : 'query' , key : 'page' , // the page value will not be available in the // destination since value is provided and doesn't // use a named capture group e.g. (?<page>home) value : 'home' , } , { type : 'cookie' , key : 'authorized' , value : 'true' , } , ] , permanent : false , destination : '/another/:path*' , } , // i
7
800
2026-03-23T11:24:27.999851
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
an-readable message indicating details about last transition. reason string `reason` is a unique, one-word, CamelCase reason for the condition's last transition. status string `status` is the status of the condition. Can be True, False, Unknown. Required. type string `type` is the type of the condition. Required. PriorityLevelConfigurationReference v1 flowcontrol.apiserver.k8s.io Group Version Kind flowcontrol.apiserver.k8s.io v1 PriorityLevelConfigurationReference PriorityLevelConfigurationReference contains information that points to the "request-priority" being used. Appears In: FlowSchemaSpec [flowcontrol/v1] Field Description name string `name` is the name of the priority level configuration being referenced Required. Probe v1 core Group Version Kind core v1 Probe Probe describes a he
4,531
800
2026-03-23T10:56:49.348778
?s=sentry
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=sentry
devops
python
hors 🔭 Various ResourceProvider implementations contributed to OpenTelemetry. contrib glassFish jetty tomcat tomEE resource-detector java Java Language Resource detector Component Apache 2.0 License Repository OpenTelemetry Resource Detector for GCP by 🔭 OpenTelemetry Authors 🔭 The GCP resource detector for Java. gcp resource-detector java Java Language Resource detector Component Apache 2.0 License Repository OpenTelemetry Resource Detector for Spring Boot by 🔭 OpenTelemetry Authors 🔭 Spring Boot specific resource providers. spring-boot resource-detector java Java Language Resource detector Component Apache 2.0 License Repository OpenTelemetry Resource Detector for Alibaba Cloud by 🔭 OpenTelemetry Authors 🔭 Resource detector for Alibaba Cloud alibabacloud resource-detector js Quick Instal
371
800
2026-03-23T11:22:19.425079
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
r A selector to restrict the list of returned objects by their fields. Defaults to everything. labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results.
2,269
799
2026-03-23T10:56:49.345601
ai-react
tanstack_start
https://tanstack.com/ai/latest/docs/api/ai-react
framework
typescript
}) } > Approve </button> <button onClick={() => addToolApprovalResponse({ id: part.approval!.id, approved: false, }) } > Deny </button> </div> ); } return null; }) )} </div> ); } Example: Client Tools with Type Safety typescript import { useChat, fetchServerSentEvents } from "@tanstack/ai-react"; import { clientTools, createChatClientOptions, type InferChatMessages } from "@tanstack/ai-client"; import { updateUIDef, saveToStorageDef } from "./tool-d
14
453
2026-03-23T11:06:33.167164
supabase-secrets-unset
supabase
https://supabase.com/docs/reference/cli/supabase-secrets-unset
database
typescript
h <string> Optional Change the associated git branch. --name <string> Optional Rename the preview branch. --notify-url <string> Optional URL to notify when branch is active healthy. --persistent Optional Switch between ephemeral and persistent branch. --status <string> Optional Override the current branch status. --project-ref <string> Optional Project ref of the Supabase project. supabase branches pause Usage 1 supabase branches pause [name] Flags --project-ref <string> Optional Project ref of the Supabase project. supabase branches unpause Usage 1 supabase branches unpause [name] Flags --project-ref <string> Optional Project ref of the Supabase project. supabase branches delete Delete a preview branch by its name or ID. Usage 1 supabase branches delete [name] Flags --project-ref <string>
59
800
2026-03-23T11:28:13.213458
?s=mssql
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=mssql
devops
python
Collector. go exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/datasetexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository Debug Exporter by 🔭 OpenTelemetry Authors 🔭 Exports data to the console via zap.Logger. debug exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : go.opentelemetry.io/collector/exporter/debugexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Reposi
33
799
2026-03-23T11:15:28.666202
tauri
tauri
https://tauri.app/concept/inter-process-communication/isolation/
desktop
rust
some integration testing with WebDriver then you may want to install some sort of entropy-generating service such as haveged if your operating system does not have one included. Linux 5.6 (March 2020) now includes entropy generation using speculative execution. Limitations Section titled “Limitations” There are a few limitations in the Isolation pattern that arose out of platform inconsistencies. The most significant limitation is due to external files not loading correctly inside sandboxed <iframes> on Windows. Because of this, we have implemented a simple script inlining step during build time that takes the content of scripts relative to the Isolation application and injects them inline. This means that typical bundling or simple including of files like <script src="index.js"></script>
6
799
2026-03-23T11:00:40.309969
?s=ucp
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ucp
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 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/isolationforestprocessor v0.148.0 v0.148.0 Version Collector Language Processor Component Apache 2.0 License Package Details (go-collector) Repository K8s Attribute Processor by 🔭 OpenTelemetry Authors 🔭 The K8s Attribute Processor for the OpenTelemetry Collector automati
83
800
2026-03-23T11:27:55.785997
result-2022-08-10.json
qdrant
https://qdrant.tech/benchmarks/result-2022-08-10.json
database
python
"hnsw_ef": 64 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-m-32-ef-256", "dataset_name": "gist-960-euclidean", "upload_time": 373.925780891, "total_upload_time": 649.4019148941, "p95_time": 0.3480570636, "rps": 234.2477022401, "parallel": 100, "p99_time": 0.3534399709, "mean_time": 0.2830216228, "mean_precisions": 0.97553, "engine_params": { "search_params": { "hnsw_ef": 64 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-m-32-ef-256", "dataset_name": "gist-960-euclidean", "upload_time": 367.059499501, "total_upload_time": 483.644031212, "p95_ti
1,243
569
2026-03-23T11:15:13.616599
changelog.html
python
https://docs.python.org/3/whatsnew/changelog.html
language
python
le, sync Path with zipp 3.14 , including fix for extractall on the underlying zipfile after being wrapped in Path . gh-97930 : Apply changes from importlib_resources 5.12 , including fix for MultiplexedPath to support directories in multiple namespaces (python/importlib_resources#265). gh-101997 : Upgrade pip wheel bundled with ensurepip (pip 23.0.1) gh-99108 : The built-in extension modules for hashlib SHA2 algorithms, used when OpenSSL does not provide them, now live in a single internal _sha2 module instead of separate _sha256 and _sha512 modules. gh-101892 : Callable iterators no longer raise SystemError when the callable object exhausts the iterator but forgets to either return a sentinel value or raise StopIteration . gh-87634 : Remove locking behavior from functools.cached_property(
743
800
2026-03-23T10:57:25.353643
redis
redis
https://redis.io/docs/latest/develop/data-types/sorted-sets/
database
bash
alhost:6379" ); long res1 = jedis . zadd ( "racer_scores" , 10d , "Norem" ); System . out . println ( res1 ); // >>> 1 long res2 = jedis . zadd ( "racer_scores" , 12d , "Castilla" ); System . out . println ( res2 ); // >>> 1 long res3 = jedis . zadd ( "racer_scores" , new HashMap < String , Double > () {{ put ( "Sam-Bodden" , 8d ); put ( "Royce" , 10d ); put ( "Ford" , 6d ); put ( "Prickett" , 14d ); put ( "Castilla" , 12d ); }}); System . out . println ( res3 ); // >>> 4 List < String > res4 = jedis . zrange ( "racer_scores" , 0 , - 1 ); System . out . println ( res4 ); // >>> [Ford, Sam-Bodden, Norem, Royce, Castil, Castilla, Prickett] List < String > res5 = jedis . zrevrange ( "racer_scores" , 0 , - 1 ); System . out . println ( res5 ); // >>> [Prickett, Castilla, Castil, Royce, Norem,
344
799
2026-03-23T11:05:31.573334
tauri
tauri
https://tauri.app/reference/javascript/opener/
desktop
rust
@tauri-apps/plugin-opener | Tauri Skip to content @tauri-apps/plugin-opener Open files and URLs using their default application. Security Section titled “Security” This API has a scope configuration that forces you to restrict the files and urls to be opened. Restricting access to the open | open API Section titled “Restricting access to the open | open API” On the configuration object, open: true means that the open API can be used with any URL, as the argument is validated with the ^((mailto:\w+)|(tel:\w+)|(https?://\w+)).+ regex. You can change that regex by changing the boolean value to a string, e.g. open: ^https://github.com/ . Functions Section titled “Functions” openPath() Section titled “openPath()” function openPath ( path , openWith ? ) : Promise < void > Opens a path with the s
0
800
2026-03-23T11:03:52.464004
draft-fuzzing-design
go
https://go.dev/s/draft-fuzzing-design
language
go
ich allows for new, improved encodings in the future. For version 1, each subsequent line represents the value of each type making up the corpus entry. Each line is copy-pastable directly into Go code. The only case where the line would require editing is for imported struct types, in which case the import path would be removed when used in code. For example: go test fuzz v1 float(45.241) int(12345) []byte("ABC\xa8\x8c\xb3G\xfc") example.com/foo.Bar.UnmarshalText("\xfe\x99Uh\xb4\xe29\xed") A tool will be provided that can convert between binary files and corpus files (in both directions). This tool would serve two main purposes. It would allow binary files, such as images, or files from other fuzzers, to be ported over into seed corpus for Go fuzzing. It would also convert otherwise indeci
15
800
2026-03-23T11:24:39.024406
redis
redis
https://redis.io/docs/latest/commands/hgetall/
database
bash
hash" ); Array . Sort ( hGetAllResult , ( a1 , a2 ) => a1 . Name . CompareTo ( a2 . Name )); Console . WriteLine ( string . Join ( ", " , hGetAllResult . Select ( e => $"{e.Name}: {e.Value}" )) ); // >>> field1: Hello, field2: World // STEP_END // REMOVE_START Assert . Equal ( "field1: Hello, field2: World" , string . Join ( ", " , hGetAllResult . Select ( e => $"{e.Name}: {e.Value}" ))); db . KeyDelete ( "myhash" ); // REMOVE_END // STEP_START hvals db . HashSet ( "myhash" , [ new("field1", "Hello"), new("field2", "World") ] ); RedisValue [] hValsResult = db . HashValues ( "myhash" ); Array . Sort ( hValsResult ); Console . WriteLine ( string . Join ( ", " , hValsResult )); // >>> Hello, World // STEP_END // REMOVE_START Assert . Equal ( "Hello, World" , string . Join ( ", " , hValsResult
46
800
2026-03-23T11:07:38.867393
?s=connect
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=connect
devops
python
resource attributes by appending information about the geographical location of an IP address. To add geographical information, the IP address must be included in the resource attributes using the source.address semantic conventions key attribute . geoip processor collector Collector Language Processor Component Apache 2.0 License Repository Group by Trace Processor by 🔭 OpenTelemetry Authors 🔭 The Group by Trace Processor for the OpenTelemetry Collector collects all the spans from the same trace, waiting a pre-determined amount of time before releasing the trace to the next processor. go processor collector Quick Install When building a custom collector you can add this processor to the manifest file like the following: processors : - gomod : github.com/open-telemetry/opentelemetry-collec
80
800
2026-03-23T11:24:38.264858
whisper-large-v3
transformers
https://huggingface.co/openai/whisper-large-v3
ai
python
ols. While Whisper models cannot be used for real-time transcription out of the box – their speed and size suggest that others may be able to build applications on top of them that allow for near-real-time speech recognition and translation. The real value of beneficial applications built on top of Whisper models suggests that the disparate performance of these models may have real economic implications. There are also potential dual use concerns that come with releasing Whisper. While we hope the technology will be used primarily for beneficial purposes, making ASR technology more accessible could enable more actors to build capable surveillance technologies or scale up existing surveillance efforts, as the speed and accuracy allow for affordable automatic transcription and translation of
21
800
2026-03-23T10:52:03.187069
release-notes-2.5.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.5.0
mobile
dart
-windows, platform-macos, platform-linux, platform-web, p: flutter_plugin_android_lifecycle) 3985 [video_player_web] fix: set autoplay to false during initialization (cla: yes, waiting for tree to go green, p: video_player, platform-web) 4025 [google_maps_flutter_web] Document liteMode not being available on web (cla: yes, p: google_maps_flutter, platform-web) 4083 [image_picker_for_web] Migrate image_picker to package:cross_file (cla: yes, p: image_picker, platform-web) 4151 [camera] Introduce camera_web package (cla: yes, p: camera, platform-web) 4163 [google_maps_flutter_web]: Update instructions to reflect current versions (cla: yes, p: google_maps_flutter, platform-web) 4164 [camera_web] Add CameraOptions used to constrain the camera audio and video (cla: yes, waiting for tree to go g
1,006
800
2026-03-23T11:13:43.941336
go_spec.html
go
https://go.dev/doc/go_spec.html
language
go
t types, and all channel types must permit receive operations. Go statements A "go" statement starts the execution of a function call as an independent concurrent thread of control, or goroutine , within the same address space. GoStmt = "go" Expression . The expression must be a function or method call; it cannot be parenthesized. Calls of built-in functions are restricted as for expression statements . The function value and parameters are evaluated as usual in the calling goroutine, but unlike with a regular call, program execution does not wait for the invoked function to complete. Instead, the function begins executing independently in a new goroutine. When the function terminates, its goroutine also terminates. If the function has any return values, they are discarded when the functio
221
800
2026-03-23T11:21:41.032976
?s=pdo
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=pdo
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 install this exporter run: dotnet add package OpenTelemetry.Exporter.OpenTelemetryProtocol 1.9.0-alpha.1 Version .NET Language Exporter Component Apache 2.0 License Package Details (nuget) Repository OTLP Exporter for .NET via Startup Hooks by Chet Husk A ready-to-use .NET CLR Startup Hook for applications that are instrumented with System.Diagnostic.Activity tracing that sends traces to an OpenTelemetry Collector via the OTLP Exporter without adding direct references to the Open
172
800
2026-03-23T11:32:35.100506
?flag=deprecated
opentelemetry
https://opentelemetry.io/ecosystem/registry//?flag=deprecated
devops
python
2.0 License Package Details (go-collector) Repository Apache Spark Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver fetches metrics for an Apache Spark cluster through the Apache Spark REST API apache spark 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/apachesparkreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository AWS ECS Container Metrics Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The AWS ECS Container Metrics Receiver for the OpenTelemetry Collector reads task metadata and docker stats from Amazon ECS Task Metadata Endpoint,
98
798
2026-03-23T11:29:30.110590
?s=odd
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=odd
devops
python
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/journaldreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Kubernetes Cluster Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The Kubernetes Cluster Receiver for the OpenTelemetry Collector collects cluster-level metrics from the Kubernetes API server. It uses the K8s API to listen for updates. A single instance of this receiver can be used to monitor a cluster. 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.co
125
799
2026-03-23T11:10:25.101188
drizzle-config-file
drizzle_orm
https://orm.drizzle.team/docs/drizzle-config-file
database
typescript
bname" , ssl : true , // can be boolean | "require" | "allow" | "prefer" | "verify-full" | options from node:tls } }); import { defineConfig } from 'drizzle-kit' export default defineConfig ({ dialect : "mysql" , dbCredentials : { url : "mysql://user:password@host:port/db" , } }); import { defineConfig } from 'drizzle-kit' // via connection params export default defineConfig ({ dialect : "mysql" , dbCredentials : { host : "host" , port : 5432 , user : "user" , password : "password" , database : "dbname" , ssl : "..." , // can be: string | SslOptions (ssl options from mysql2 package) } }); import { defineConfig } from 'drizzle-kit' export default defineConfig ({ dialect : "sqlite" , dbCredentials : { url : ":memory:" , // inmemory database // or url : "sqlite.db" , // or url : "file:sqlite.
11
800
2026-03-23T10:50:33.157211
End of preview. Expand in Data Studio

Dev Knowledge Base (Programming Documentation Dataset)

A large-scale, structured dataset of programming documentation collected from official sources across languages, frameworks, tools, and AI ecosystems.

Do Follow me on Github: https://github.com/nuhmanpk


Overview

This dataset contains cleaned and structured documentation content scraped from official developer docs across multiple domains such as:

  • Programming languages
  • Frameworks (frontend, backend)
  • DevOps & infrastructure tools
  • Databases
  • Machine learning & AI libraries

All content is chunked (~800 characters) and optimized for:

  • Retrieval-Augmented Generation (RAG)
  • Developer copilots
  • Code assistants
  • Semantic search

Dataset Structure

Each row represents a chunk of documentation.

Column Description
title Page title or endpoint
source Source name (e.g., react, python, fastapi)
url Original documentation URL
category Type (language, framework, database, etc.)
language Programming language
content Cleaned text chunk
chunk_id Chunk index within page
chunk_length Character length
last_updated Timestamp

Sources Included

Languages

python, javascript, typescript, go, rust, java, csharp, dart, swift, kotlin

Frontend & Frameworks

react, nextjs, vue, nuxt, svelte, sveltekit, angular, astro, qwik, solidjs

Backend & APIs

fastapi, django, flask, express, nestjs, hono, elysia

Runtime & Tooling

nodejs, deno, bun, vite, webpack, turborepo, nx, pnpm, biome

UI Libraries

tailwind, shadcn_ui, chakra_ui, mui

Mobile & Desktop

react_native, expo, flutter, tauri, electron

Machine Learning & AI

numpy, pandas, pytorch, tensorflow, scikit_learn, xgboost, lightgbm transformers, langchain, llamaindex, openai, vllm, ollama, haystack mastra, pydantic_ai, langfuse, mcp

Databases

postgresql, mysql, sqlite, mongodb, redis, supabase, firebase planetscale, neon, convex, drizzle_orm, qdrant, turso

DevOps & Infrastructure

docker, kubernetes, terraform, ansible github_actions, gitlab_ci, git, opentelemetry, inngest, temporal

Other

claude_agent_sdk

Full crawl configuration available here:


Chunk Distribution

Example distribution after cleaning and removing Zig:

Source Chunks
python ~15,000
javascript ~4,000
go ~8,000
react ~3,000
nextjs ~4,000
docker ~4,000
kubernetes ~14,000
transformers ~14,000
firebase ~300,000
redis ~17,000
git ~14,000
flutter ~14,000
supabase ~10,000

Total: millions of chunks across 80+ sources


How to Use (Hugging Face)

Install

pip install datasets

Load Dataset

from datasets import load_dataset

dataset = load_dataset("nuhmanpk/dev-knowledge-base")

print(dataset["train"][0])

Example Use Cases

1. Semantic Search

from sentence_transformers import SentenceTransformer
import numpy as np

model = SentenceTransformer("all-MiniLM-L6-v2")

docs = [x["content"] for x in dataset["train"][:1000]]
embeddings = model.encode(docs)

query = "how to build api with fastapi"
q_emb = model.encode([query])

scores = np.dot(embeddings, q_emb.T).squeeze()
print(docs[scores.argmax()])

2. RAG Pipeline

User Query → Embed → Vector DB → Retrieve → LLM → Answer

Use with:

  • FAISS
  • Qdrant
  • Pinecone

3. Fine-tuning

Convert to instruction format:

{
  "instruction": "Explain JWT authentication",
  "input": "",
  "output": "<documentation chunk>"
}

4. Developer Chatbot

Build:

  • AI coding assistant
  • StackOverflow-style search
  • Internal dev knowledge system

Data Processing Pipeline

  • Async crawling with rate limiting
  • HTML parsing (BeautifulSoup)
  • Navigation/content filtering
  • Chunking (~800 chars)
  • Cleaning & binary removal

Crawler implementation:


Limitations

  • Some duplicate content may exist
  • Chunk-level context only (not full pages)
  • No semantic labeling yet
  • Some sources larger than others

Future Improvements

  • Deduplication
  • Better chunking (semantic splitting)
  • Q/A generation
  • Code extraction
  • Metadata enrichment

License

This dataset is built from publicly available documentation. Refer to individual sources for licensing.


Author

https://github.com/nuhmanpk


Quick Example

from datasets import load_dataset

ds = load_dataset("nuhmanpk/dev-knowledge-base")

for row in ds["train"].select(range(3)):
    print(row["source"], "→", row["content"][:150])

Summary

A large, structured, and practical dataset for building developer-focused AI systems from code assistants to full RAG pipelines.


Downloads last month
127