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/lists/
database
bash
if err != nil { panic ( err ) } fmt . Println ( res5 ) // >>> 1 res6 , err := rdb . LPush ( ctx , "bikes:repairs" , "bike:2" ). Result () if err != nil { panic ( err ) } fmt . Println ( res6 ) // >>> 2 res7 , err := rdb . LPop ( ctx , "bikes:repairs" ). Result () if err != nil { panic ( err ) } fmt . Println ( res7 ) /...
213
800
2026-03-23T11:05:26.645241
?s=inmemory
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=inmemory
devops
python
etails (go-collector) Repository Syslog Exporter by 🔭 OpenTelemetry Authors 🔭 The syslog exporter supports sending messages to a remote syslog server. syslog exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : githu...
54
800
2026-03-23T11:33:46.784760
changelog.html
python
https://docs.python.org/3/whatsnew/changelog.html
language
python
structure to internal C API ( pycore_modsupport.h ). Patch by Victor Stinner. gh-110815 : Support non-ASCII keyword names in PyArg_ParseTupleAndKeywords() . gh-109587 : Introduced PyUnstable_PerfTrampoline_CompileCode() , PyUnstable_PerfTrampoline_SetPersistAfterFork() and PyUnstable_CopyPerfMapFile() . These functions...
560
799
2026-03-23T10:57:25.353386
workos
mastra
https://mastra.ai/docs/server/auth/workos
ai
typescript
ct link to Exchanging code for access token After users complete the WorkOS authentication flow and return with an authorization code, exchange it for an access token: lib/auth.ts import { WorkOS } from '@workos-inc/node' const workos = new WorkOS ( process . env . WORKOS_API_KEY ) export const authenticateWithWorkos =...
4
800
2026-03-23T11:10:53.363603
using-neons-auto-suspend-with-long-running-applications
neon
https://neon.tech/blog/using-neons-auto-suspend-with-long-running-applications
database
sql
r interaction to delete database elements and dynamically update the page’s HTML in response. When benchmarked using the same Apache Bench command as before, hosting a single instance of this Node.js application on a lightweight dual-core VM produces the following results in favor of connection pooling. Total Time (100...
11
800
2026-03-23T11:33:59.880388
kubernetes
kubernetes
https://kubernetes.io/docs/tasks/debug/debug-application/debug-running-pod/
devops
yaml
busybox:1.28 --restart = Never -- sleep 1d Create a custom profile in YAML or JSON format. Here, create a YAML format file named custom-profile.yaml : env : - name : ENV_VAR_1 value : value_1 - name : ENV_VAR_2 value : value_2 securityContext : capabilities : add : - NET_ADMIN - SYS_TIME Run this command to debug the P...
31
800
2026-03-23T11:04:08.336516
kubernetes
kubernetes
https://kubernetes.io/docs/contribute/style/style-guide/
devops
yaml
describe pod <pod-name> -n <namespace> If the namespace of the pod is default , you can omit the '-n' parameter. Use bold for user interface elements Do and Don't - Bold interface elements Do Don't Click Fork . Click "Fork". Select Other . Select "Other". Use italics to define or introduce new terms Do and Don't - Use ...
3
799
2026-03-23T11:15:05.316023
release-notes-3.22.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-3.22.0
mobile
dart
owTrackOnHover from Scrollbar and ScrollbarTheme by @QuncCccccc in 144180 Turning if chains into shorter switch statements by @nate-thegrate in 144977 [Impeller] remove unstable debug checked banner for zoom test. by @jonahwilliams in 145097 Fix TextField helper top padding on M3 by @bleroux in 145087 [framework] fix i...
38
800
2026-03-23T11:14:42.925487
2.7.6
git
https://git-scm.com/docs/git-push/2.7.6
devops
bash
e origin repository. This form is convenient to push the current branch without thinking about its local name. git push origin master:refs/heads/experimental Create the branch experimental in the origin repository by copying the current master branch. This form is only needed to create a new branch or tag in the remote...
33
799
2026-03-23T11:03:15.032510
?s=kotlin-multiplatform
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=kotlin-multiplatform
devops
python
ata to Sentry and to associate traces/spans to Sentry errors. For configuration details, see OpenTelemetry Support . java processor propagator utilities sentry error monitoring Java Language Utilities Component MIT License Repository OpenTelemetry Esbuild Plugin by Drew Corlin Esbuild plugin which bundles OpenTelemetry...
385
799
2026-03-23T11:19:01.413602
requirements
terraform
https://developer.hashicorp.com/terraform/language/providers/requirements
devops
hcl
is its global identifier. It also specifies the primary location where Terraform can download it. Source addresses consist of three parts delimited by slashes ( / ), as follows: [<HOSTNAME>/]<NAMESPACE>/<TYPE> Examples of valid provider source address formats include: NAMESPACE/TYPE HOSTNAME/NAMESPACE/TYPE Hostname (op...
6
799
2026-03-23T10:54:33.121179
result-2022-08-10.json
qdrant
https://qdrant.tech/benchmarks/result-2022-08-10.json
database
python
_name": "gist-960-euclidean", "upload_time": 390.675399504, "total_upload_time": 1238.652931707, "p95_time": 0.0910808537, "rps": 385.8315256054, "parallel": 100, "p99_time": 0.1027397108, "mean_time": 0.0470537333, "mean_precisions": 0.91487, "engine_params": { "search_params": { "hnsw_ef": 64 } } }, { "engine_name": ...
2,996
592
2026-03-23T11:15:13.618939
gitlab_ci
gitlab_ci
https://docs.gitlab.com/ci/pipelines/settings/
devops
yaml
pipelines . Under Git strategy , select an option: git clone is slower because it clones the repository from scratch for every job. However, the local working copy is always pristine. git fetch is faster because it re-uses the local working copy (and falls back to clone if it doesn’t exist). This is recommended, especi...
8
800
2026-03-23T10:54:40.422534
gitlab_ci
gitlab_ci
https://docs.gitlab.com/user/project/repository/mirror/pull/
devops
yaml
. For more information, see authentication methods for mirrors . Select any of the options you need: Overwrite diverged branches Trigger pipelines for mirror updates Only mirror protected branches To save the configuration, select Mirror repository . Overwrite diverged branches History Moved to GitLab Premium in 13.9. ...
4
800
2026-03-23T10:54:00.142362
basic-ssr-file-based
tanstack_start
https://tanstack.com/router/latest/docs/framework/react/examples/basic-ssr-file-based
framework
typescript
Scroll Restoration Static Route Data SSR Render Optimizations API Router File-Based Routing Integrations TanStack Query ESLint ESLint Plugin Router Create Route Property Order Router Examples Quickstart (file-based) Quickstart (code-based) Basic (file-based) Basic (code-based) Basic + React Query (file-based) Basic + R...
2
799
2026-03-23T11:39:25.542933
release-notes-1.17.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-1.17.0
mobile
dart
tools] remove globals/context for android testing" (cla: yes, tool) 57614 [flutter_tools] reland: remove globals from android device/testing (cla: yes, tool) 57688 Change release archive check to warning (cla: yes, tool, waiting for tree to go green) 57690 [flutter_tools] hide all development tools (cla: yes, tool, wai...
28
800
2026-03-23T11:13:57.628710
dns
bun
https://bun.sh/docs/runtime/networking/dns
runtime
javascript
riter Hashing Glob Semver Color Utils Standards & Compatibility Globals Bun APIs Web APIs Node.js Compatibility Contributing Roadmap Benchmarking Contributing Building Windows Bindgen License On this page DNS caching in Bun When should I prefetch a DNS entry? dns.prefetch dns.getCacheStats() Configuring DNS cache TTL W...
1
798
2026-03-23T10:50:12.794804
programming.html
python
https://docs.python.org/3/faq/programming.html
language
python
at, for example, eval('09') gives a syntax error because Python does not allow leading ‘0’ in a decimal number (except ‘0’). How do I convert a number to a string? ¶ For example, to convert the number 144 to the string '144' , use the built-in type constructor str() . If you want a hexadecimal or octal representation, ...
35
796
2026-03-23T11:11:42.959163
code-scanning
github_actions
https://docs.github.com/en/rest/code-scanning/code-scanning
devops
yaml
REST API endpoints for code scanning - GitHub Docs Skip to main content The REST API is now versioned. For more information, see " About API versioning ." REST API endpoints for code scanning Use the REST API to retrieve and update code scanning alerts from a repository. About code scanning You can retrieve and update ...
0
800
2026-03-23T11:29:16.801397
?s=b3
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=b3
devops
python
Instrumentation Component Apache 2.0 License Repository SQLAlchemy Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library allows tracing requests made by the SQLAlchemy library. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository Sqlite3 Instrumentation by 🔭 OpenTelemetr...
333
799
2026-03-23T11:20:37.875756
softbank-productivity-mastra-2025-08-20
mastra
https://mastra.ai/blog/softbank-productivity-mastra-2025-08-20
ai
typescript
handle complex document workflows while maintaining the precision Japanese business documents require," explains Taguchi. "Mastra's TypeScript-native approach and flexible agent architecture gave us exactly that." Their technical stack: AI Orchestration : Mastra agents for routing between web search, knowledge base ret...
2
799
2026-03-23T10:50:26.687373
kubernetes
kubernetes
https://kubernetes.io/docs/concepts/extend-kubernetes/
devops
yaml
executes a binary (program). Binary plugins are used by the kubelet (for example, CSI storage plugins and CNI network plugins ), and by kubectl (see Extend kubectl with plugins ). Extension points This diagram shows the extension points in a Kubernetes cluster and the clients that access it. Kubernetes extension points...
5
800
2026-03-23T11:06:52.568795
EventEmitter
angular
https://angular.dev/api/core/EventEmitter
framework
typescript
d ) : void ; subscribe ( next ?: (( value : T ) => void ) | undefined , error ?: (( error : any ) => void ) | undefined , complete ?: (() => void ) | undefined ) : Subscription ; subscribe ( observerOrNext ?: any , error ?: any , complete ?: any ) : Subscription ; } Emits an event containing a given value. @param value...
7
799
2026-03-23T11:01:43.220290
azure
terraform
https://developer.hashicorp.com/terraform/cloud-docs/cost-estimation/azure
devops
hcl
rerm_app_service_environment X azurerm_app_service_plan X azurerm_app_service_virtual_network_swift_connection X azurerm_cosmosdb_sql_database X azurerm_databricks_workspace X azurerm_firewall X azurerm_hdinsight_hadoop_cluster X azurerm_hdinsight_hbase_cluster X azurerm_hdinsight_interactive_query_cluster X azurerm_hd...
1
800
2026-03-23T11:22:38.370763
reactivity-fundamentals
vue
https://vuejs.org/guide/essentials/reactivity-fundamentals
framework
javascript
es a $ prefix when exposing its own built-in APIs via the component instance. It also reserves the prefix _ for internal properties. You should avoid using names for top-level data properties that start with either of these characters. Reactive Proxy vs. Original In Vue 3, data is made reactive by leveraging JavaScript...
2
798
2026-03-23T10:52:48.123816
?s=browserextension
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=browserextension
devops
python
agle HTTP Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Finagle HTTP Instrumentation to track requests through OpenTelemetry. finagle http instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Finatra Instrumentation by 🔭 OpenTelemetry Authors 🔭 This libra...
245
800
2026-03-23T11:32:48.691470
?s=chrome-extension
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=chrome-extension
devops
python
nse Package Details (go-collector) Repository JMX Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The JMX Receiver will work in conjunction with the OpenTelemetry JMX Metric Gatherer to report metrics from a target MBean server using a built-in or your custom OpenTelemetry helper-utilizing Groovy script. go receiver ...
124
800
2026-03-23T11:34:13.920051
archive
bun
https://bun.sh/docs/runtime/archive
runtime
javascript
) throws if there’s insufficient space Invalid paths - Operations throw for malformed file paths The count returned by extract() includes all successfully written entries (files, directories, and symlinks on POSIX systems). Security note : Bun.Archive automatically validates paths during extraction. Absolute paths (POS...
11
800
2026-03-23T10:53:55.311636
?s=jvm
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=jvm
devops
python
m/open-telemetry/opentelemetry-collector-contrib/receiver/k8sclusterreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Kubernetes Events Receiver by 🔭 OpenTelemetry Authors 🔭 The Kubernetes Events receiver collects events from the Kube...
126
800
2026-03-23T11:38:50.779835
pytorch
pytorch
https://pytorch.org/get-started/previous-versions/
ml
python
oad.pytorch.org/whl/rocm5.1.1 # CUDA 11.6 pip install torch==1.12.0+cu116 torchvision==0.13.0+cu116 torchaudio==0.12.0 --extra-index-url https://download.pytorch.org/whl/cu116 # CUDA 11.3 pip install torch==1.12.0+cu113 torchvision==0.13.0+cu113 torchaudio==0.12.0 --extra-index-url https://download.pytorch.org/whl/cu11...
32
800
2026-03-23T11:37:35.474738
redis
redis
https://redis.io/docs/latest/commands/expire/
database
bash
: TimeSpan? , // The timeout to set. when : ExpireWhen , // In Redis 7+, we choose under which condition the expiration will be set using ExpireWhen. flags : CommandFlags // The flags to use for this operation. ) → bool // true if the timeout was set. false if key does not exist or the timeout could not be set. TTL ( @...
52
800
2026-03-23T11:28:17.931340
webpack
webpack
https://webpack.js.org/guides/package-exports/
tooling
javascript
existent.js . Conditional syntax Instead of providing results directly in the exports field, the package author may let the module system choose one based on conditions about the environment. In this case an object mapping conditions to results should be used. Conditions are tried in object order. Conditions that conta...
3
800
2026-03-23T10:56:39.656322
imagepicker
expo
https://docs.expo.dev/versions/latest/sdk/imagepicker
mobile
javascript
UIImagePickerPreferredAssetRepresentationMode.Compatible = "compatible" A mode that uses the most compatible asset representation. Current UIImagePickerPreferredAssetRepresentationMode.Current = "current" A mode that uses the current representation to avoid transcoding, if possible. UIImagePickerPresentationStyle iOS P...
33
799
2026-03-23T11:25:19.683043
?s=opa
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=opa
devops
python
tor. 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/wavefrontreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2...
163
800
2026-03-23T11:32:28.016987
run
firebase
https://firebase.google.com/docs/run
database
javascript
s painless. By getting your apps onto testers' devices quickly, you can get feedback early and often. And if you use Crashlytics in your apps, you'll automatically get stability metrics for all your builds, so you know when you're ready to ship. Introduction Crashlytics Firebase Crashlytics is a lightweight, realtime c...
1
799
2026-03-23T10:50:22.328847
supabase-functions-delete
supabase
https://supabase.com/docs/reference/cli/supabase-functions-delete
database
typescript
nt supabase db pull supabase db push supabase db reset supabase db start supabase db pull Pulls schema changes from a remote database. A new migration file will be created under supabase/migrations directory. Requires your local project to be linked to a remote database by running supabase link . For self-hosted databa...
14
799
2026-03-23T11:30:27.841006
result-2022-08-10.json
qdrant
https://qdrant.tech/benchmarks/result-2022-08-10.json
database
python
ine_name": "redis", "setup_name": "redis-m-64-ef-256", "dataset_name": "gist-960-euclidean", "upload_time": 6129.4776084879, "total_upload_time": 6129.477658294, "p95_time": 0.0255055678, "rps": 103.0766352005, "parallel": 2, "p99_time": 0.0286279052, "mean_time": 0.0191558031, "mean_precisions": 0.97911, "engine_param...
3,707
592
2026-03-23T11:15:13.619890
storage.html
pytorch
https://pytorch.org/docs/stable/storage.html
ml
python
sor views. class torch. TypedStorage ( * args , wrap_storage = None , dtype = None , device = None , _internal = False ) [source] # bfloat16 ( ) [source] # Casts this storage to bfloat16 type. bool ( ) [source] # Casts this storage to bool type. byte ( ) [source] # Casts this storage to byte type. char ( ) [source] # C...
17
800
2026-03-23T10:56:12.100309
?s=bash
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=bash
devops
python
nnes Neo4j instrumentation for golang. golang instrumentation neo4j neo4j-driver Go Language Instrumentation Component Apache 2.0 License Repository nhatthm/otelsql – OpenTelemetry SQL database driver wrapper for Go by nhatthm Add a OpenTelemetry wrapper to your existing database code to instrument the interactions wit...
228
800
2026-03-23T11:24:15.997345
nulinstr.html
sqlite
https://www.sqlite.org/nulinstr.html
database
sql
NUL Characters In Strings Small. Fast. Reliable. Choose any three. Home Menu About Documentation Download License Support Purchase Search About Documentation Download Support Purchase NUL Characters In Strings 1. Introduction SQLite allows NUL characters (ASCII 0x00, Unicode \u0000) in the middle of string values store...
0
798
2026-03-23T11:07:29.132821
?s=core
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=core
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/alibabacloudlogserviceexporter v0.148.0 v0.148.0 Version Collector Language Exporter...
24
799
2026-03-23T11:38:36.158169
eol
nodejs
https://nodejs.org/en/about/eol
runtime
javascript
Node.js — End-Of-Life Skip to content New security releases to be made available Tuesday, March 24, 2026 End-Of-Life (EOL) Why and how Node.js releases reach End-Of-Life Major versions of Node.js are released, patched, and designated End-Of-Life on a predictable schedule. As it's not feasible to maintain all release li...
0
800
2026-03-23T10:56:50.106787
?s=ecto
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ecto
devops
python
l To install this resource-detector run: npm install @opentelemetry/resource-detector-alibaba-cloud 0.33.3 Version JavaScript Language Resource detector Component Apache 2.0 License Package Details (npm) Repository OpenTelemetry Resource Detector for AWS by 🔭 OpenTelemetry Authors 🔭 Resource detector for Amazon Web S...
372
800
2026-03-23T11:38:33.974860
view-transitions
tanstack_router
https://tanstack.com/router/latest/docs/framework/react/examples/view-transitions
framework
typescript
Getting Started Overview Quick Start Devtools Decisions on DX LLM Assistance Support Comparison Frequently Asked Questions Installation Guides Manual Setup Vite Rspack/Rsbuild Webpack Esbuild Router CLI Migrate from React Router Migrate from React Location Routing Routing Concepts Route Trees Route Matching File-Based ...
1
800
2026-03-23T10:55:43.944767
RegExp
javascript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp
language
javascript
erties instead of coercing pattern to a string. For example, String.prototype.endsWith() would coerce all inputs to strings, but it would throw if the argument is a regex, because it's only designed to match strings, and using a regex is likely a developer mistake. js "foobar".endsWith({ toString: () => "bar" }); // tr...
5
800
2026-03-23T10:56:42.949342
redis
redis
https://redis.io/docs/latest/develop/get-started/vector-database/
database
bash
me import numpy as np import pandas as pd import requests import redis from redis.commands.search.field import ( NumericField , TagField , TextField , VectorField , ) from redis.commands.search.index_definition import IndexDefinition , IndexType from redis.commands.search.query import Query from sentence_transformers i...
130
799
2026-03-23T10:56:08.159723
ChunkStrategy
tanstack_router
https://tanstack.com/ai/latest/docs/reference/interfaces/ChunkStrategy
framework
typescript
.io - Keyword Rank Tracker Ethos Tenets Privacy Policy Terms of Service © 2026 TanStack LLC Partners Become a Partner Latest Posts 5x SSR Throughput: Profiling SSR Hot Paths in TanStack Start Mar 17, 2026 Lazy Tool Discovery: Scaling AI Tool Systems Without Drowning in Tokens Mar 12, 2026 TanStack AI Just Got Middlewar...
9
558
2026-03-23T11:21:22.005758
?s=alertmanager
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=alertmanager
devops
python
Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Systemd Receiver by 🔭 OpenTelemetry Authors 🔭 systemd receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : gi...
159
799
2026-03-23T11:10:11.386741
node-readable-to-uint8array
bun
https://bun.sh/docs/guides/streams/node-readable-to-uint8array
runtime
javascript
JSON file Get MIME type Check file exists Watch directory Read as stream Write string to file Write Blob Write Response Append to file Incremental write Write stream Write to stdout Write file to stdout Copy file Delete file Delete files Delete directories Utilities Hash password Generate UUID Base64 encoding Gzip comp...
4
800
2026-03-23T11:05:46.825390
?s=odddotnet
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=odddotnet
devops
python
trumentation by 🔭 OpenTelemetry Authors 🔭 Go contrib plugin for the host package. go instrumentation Go Language Instrumentation Component Apache 2.0 License Repository Go package net/http instrumentation by 🔭 OpenTelemetry Authors 🔭 Package http provides a http.Handler and functions that are intended to be used to...
224
800
2026-03-23T11:15:01.957709
overview
mastra
https://mastra.ai/docs/observability/datasets/overview
ai
typescript
n : '¡Hola!' } , } ) await dataset . deleteItem ( { itemId : 'item-abc-123' } ) await dataset . deleteItems ( { itemIds : [ 'item-1' , 'item-2' ] } ) Listing and searching items Direct link to Listing and searching items listItems() supports pagination and full-text search: src/mastra/datasets/list-items.ts // Paginate...
4
800
2026-03-23T10:55:55.546111
redis
redis
https://redis.io/docs/latest/develop/data-types/streams/
database
bash
group ( streams = { "race:italy" : ">" }, consumername = "Bob" , groupname = "italy_riders" , count = 2 , ) print ( res24 ) # >>> [ # ['race:italy', [ # ('1692629925789-0', # {'rider': 'Royce'} # ), # ('1692629925790-0', # {'rider': 'Sam-Bodden'} # ) # ] # ] # ] res25 = r . xpending ( "race:italy" , "italy_riders" ) pr...
1,551
676
2026-03-23T11:04:07.561802
Qwen3.5-397B-A17B?inference_provider=novita
transformers
https://huggingface.co/Qwen/Qwen3.5-397B-A17B?inference_provider=novita
ai
python
d Puzzle MMMU 86.7 80.7 87.2 80.6 84.3 85.0 MMMU-Pro 79.5 70.6 81.0 69.3 78.5 79.0 MathVision 83.0 74.3 86.6 74.6 84.2 88.6 Mathvista(mini) 83.1 80.0 87.9 85.8 90.1 90.3 We-Math 79.0 70.0 86.9 74.8 84.7 87.9 DynaMath 86.8 79.7 85.1 82.8 84.4 86.3 ZEROBench 9 3 10 4 9 12 ZEROBench_sub 33.2 28.4 39.0 28.4 33.5 41.0 BabyV...
8
799
2026-03-23T11:12:01.439889
operational-excellence-workspaces-projects
terraform
https://developer.hashicorp.com/well-architected-framework/operational-excellence/operational-excellence-workspaces-projects
devops
hcl
dependently and should be in their own workspaces. Scoping your configuration and planning your workspace strategy early in your adoption of HCP Terraform and Terraform Enterprise will simplify your operations and make them safer. Name your Workspace We recommend using the following naming convention so you can identif...
1
800
2026-03-23T11:09:06.710111
postgresql
postgresql
https://www.postgresql.org/docs/release/9.3.19/
database
sql
ion_schema views include foreign tables, but this one ignored them. Since this view definition is installed by initdb , merely upgrading will not fix the problem. If you need to fix this in an existing installation, you can, as a superuser, do this in psql : SET search_path TO information_schema; CREATE OR REPLACE VIEW...
1
699
2026-03-23T11:24:29.978754
?s=purefb
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=purefb
devops
python
age Details (go-collector) Repository Logz.io Exporter by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry Collector Exporter for Logz.io 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/o...
43
800
2026-03-23T11:25:22.484856
llms-full.txt
chakra_ui
https://chakra-ui.com/llms-full.txt
library
javascript
{ Bleed, Box, Stack } from "@chakra-ui/react" export const BleedWithDirection = () => { return ( inlineStart inlineEnd blockStart blockEnd ) } ``` ## Props | Prop | Default | Type | Description | | --- | --- | --- | --- | | inline | undefined | `SystemStyleObject['marginInline'] \| undefined` | The negative margin on t...
163
797
2026-03-23T10:52:11.338042
biome
biome
https://biomejs.dev/linter/rules/no-vue-data-object-declaration/
tooling
javascript
ctions. In Vue 3+, defining data as an object is deprecated because it leads to shared mutable state across component instances. This rule flags usages of data: { … } and offers an automatic fix to convert it into a function returning that object. See also: – Vue Migration Guide – Data Option: https://v3-migration.vuej...
1
799
2026-03-23T11:33:38.081352
?s=ansible-role
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ansible-role
devops
python
ntation-socket.io 0.60.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository Instrumentation for SvelteKit native by Svelte contributors SvelteKit supports OpenTelemetry instrumentation out of the box. Node.js instrumentation sveltekit JavaScript Language Instrument...
300
800
2026-03-23T11:20:52.430789
release-notes-2.10.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.10.0
mobile
dart
) 95692 Compute the total time spent on UI thread for GC (a: tests, framework) will affect goldens - 15 pull request(s) # 88362 [gen_l10n] retain full output file suffix (tool, cla: yes, will affect goldens) 90157 Allow users to center align the floating label (framework, f: material design, cla: yes, will affect golde...
260
800
2026-03-23T11:13:16.598486
redis
redis
https://redis.io/docs/latest/develop/data-types/json/
database
bash
( "newbike" , new Path2 ( "$" )); System . out . println ( res15 ); // >>> [["Deimos",{"crashes":0}]] // Tests for 'arr' step. String res16 = jedis . jsonSet ( "riders" , new Path2 ( "$" ), new JSONArray ()); System . out . println ( res16 ); // >>> OK List < Long > res17 = jedis . jsonArrAppendWithEscape ( "riders" , ...
189
799
2026-03-23T10:54:21.884650
webpack
webpack
https://webpack.js.org/loaders/expose-loader/
tooling
javascript
ease take a moment to review our contributing guidelines before submitting issues or pull requests. CONTRIBUTING License MIT Edit this page · Print this page · Jump to repository « Previous exports-loader Next » html-loader
10
223
2026-03-23T10:59:41.763839
?s=windowsservice
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=windowsservice
devops
python
s receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/httpcheckreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Huawei Cloud CES Receiver by 🔭 Open...
121
800
2026-03-23T11:10:59.940612
?s=dynamodb
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dynamodb
devops
python
this exporter run: dotnet add package Azure.Monitor.OpenTelemetry.Exporter 1.6.0 Version .NET Language Exporter Component MIT License Package Details (nuget) Repository Console Exporter for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 The console exporter prints data to the Console window. console exporter dotnet ...
169
799
2026-03-23T11:37:54.071187
sv
git
https://git-scm.com/docs/git-push/sv
devops
bash
g som är en snabbspolning framåt jämfört med den incheckning som den sista taggen (eller incheckning) den ersätter. Att ersätta en tagg med en helt annan tagg är också tillåtet, om den pekar på samma incheckning, samt att skicka ("pusha") en skalad tagg, dvs. att skicka den incheckning som ett befintligt tagg-objekt pe...
39
800
2026-03-23T11:03:08.229079
deferred-data
tanstack_router
https://tanstack.com/router/latest/docs/framework/react/examples/deferred-data
framework
typescript
ting Started Overview Quick Start Devtools Decisions on DX LLM Assistance Support Comparison Frequently Asked Questions Installation Guides Manual Setup Vite Rspack/Rsbuild Webpack Esbuild Router CLI Migrate from React Router Migrate from React Location Routing Routing Concepts Route Trees Route Matching File-Based Rou...
1
800
2026-03-23T10:50:58.627989
start-material-ui
tanstack_router
https://tanstack.com/start/latest/docs/framework/react/examples/start-material-ui
framework
typescript
ation (LLMO) Examples Basic Basic + React Query Basic + Clerk Auth Basic + DIY Auth Basic + Supabase Auth Trellaux + Convex Trellaux WorkOS Material UI Basic + Auth.js Basic + Static rendering Cloudflare Vite Plugin Tutorials Reading and Writing a File Fetching Data from External API React Example: Start Material Ui Gi...
3
792
2026-03-23T11:23:31.729698
release-notes-2.5.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.5.0
mobile
dart
-ios, platform-android, cla: yes, waiting for tree to go green, needs tests) 27696 Roll Skia from d5a970111653 to 8933de7bd03b (1 revision) (cla: yes, waiting for tree to go green) 27697 Roll Skia from 8933de7bd03b to c665e1ed6bf5 (1 revision) (cla: yes, waiting for tree to go green) 27698 Roll Dart SDK from 5938b787c2...
767
800
2026-03-23T11:13:43.940950
super
javascript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/super
language
javascript
object 'null' However, super.x = 1 still consults the property descriptor of the prototype object, which means you cannot rewrite non-writable properties, and setters will be invoked. js class X { constructor() { // Create a non-writable property Object.defineProperty(this, "prop", { configurable: true, writable: false...
12
748
2026-03-23T11:10:58.023268
cleanup-unused-imports
angular
https://angular.dev/reference/migrations/cleanup-unused-imports
framework
typescript
Clean up unused imports • Angular Skip to main content menu menu API Roadmap Get involved API Reference CLI Reference Error Encyclopedia Extended Diagnostics Versioning and releases Version compatibility Update guide Configurations Migrations arrow_back Migrations Overview Standalone Control Flow Syntax inject() Functi...
0
800
2026-03-23T11:36:44.904703
?s=services
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=services
devops
python
r Component Apache 2.0 License Documentation Repository Google Cloud Monitoring Exporter by Google Authors The OpenTelemetry Google Cloud Monitoring Exporter for Go. go exporter Go Language Exporter Component Apache 2.0 License Repository Google Cloud Trace Exporter by Google Authors The OpenTelemetry Google Cloud Trac...
176
800
2026-03-23T11:21:57.208126
fastapi
fastapi
https://fastapi.tiangolo.com/advanced/security/oauth2-scopes/
framework
python
cy and all the dependants (including path operations ), are included in the scopes provided in the token received, otherwise raise an HTTPException . For this, we use security_scopes.scopes , that contains a list with all these scopes as str . Python 3.10+ from datetime import datetime , timedelta , timezone from typin...
102
800
2026-03-23T10:50:53.992909
start-vs-nextjs
tanstack_start
https://tanstack.com/start/latest/docs/framework/react/start-vs-nextjs
framework
typescript
t of your content is static, Start lets you explicitly opt those components into server-only rendering - with clearer control over caching and hydration Either way, Start gives you more granular control over how things render, not just where Implicit vs Explicit Both frameworks handle the fundamentals - code splitting,...
8
800
2026-03-23T10:57:47.020823
?s=heroku
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=heroku
devops
python
se Package Details (packagist) Repository OpenTelemetry Yii auto-instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation Library for Yii yii instrumentation php Quick Install To install this instrumentation library run: composer require open-telemetry/opentelemetry-auto-yii 0.2.0 Version PHP Language Instrumenta...
316
800
2026-03-23T11:39:27.847440
vtab_in_first.html
sqlite
https://www.sqlite.org/c3ref/vtab_in_first.html
database
sql
Find all elements on the right-hand side of an IN constraint. Small. Fast. Reliable. Choose any three. Home Menu About Documentation Download License Support Purchase Search About Documentation Download Support Purchase SQLite C Interface Find all elements on the right-hand side of an IN constraint. int sqlite3_vtab_in...
0
799
2026-03-23T11:28:17.179505
rtl
shadcn_ui
https://ui.shadcn.com/docs/rtl
library
typescript
ogical slide utilities are not working as expected. For now, make sure you pass in the dir prop to portal elements. Copy < Popover > < PopoverTrigger >Open</ PopoverTrigger > < PopoverContent dir = "rtl" > < div >Content</ div > </ PopoverContent > </ Popover > Copy < Tooltip > < TooltipTrigger >Open</ TooltipTrigger >...
4
800
2026-03-23T10:58:24.499963
?s=browser-extension
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=browser-extension
devops
python
ure/opentelemetry-instrumentation-azure-sdk 1.0.0-beta.9 Version JavaScript Language Instrumentation Component MIT License Package Details (npm) Repository BullMQ Instrumentation by Jennifer Moore Auto instrumentation for the BullMQ message system js instrumentation bullmq Quick Install To install this instrumentation ...
275
800
2026-03-23T11:16:06.042406
?s=ocaml
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ocaml
devops
python
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/otelarrowexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-co...
46
798
2026-03-23T11:17:46.074629
file-based-routing
tanstack_router
https://tanstack.com/router/latest/docs/framework/react/routing/file-based-routing
framework
typescript
s documentation page is available in plain markdown format at /router/latest/docs/routing/file-based-routing .md Routing On this page File-Based Routing Copy page Most of the TanStack Router documentation is written for file-based routing and is intended to help you understand in more detail how to configure file-based...
5
800
2026-03-23T11:39:01.199939
redis
redis
https://redis.io/docs/latest/develop/data-types/streams/
database
bash
, new HashMap < String , String > (){{ put ( "rider" , "Smith" );}}, XAddParams . xAddParams (). maxLen ( 2 )); List < StreamEntry > res37 = jedis . xrange ( "race:italy" , "-" , "+" ); System . out . println ( res37 ); // >>> [1701771067332-1 {rider=Henshaw}, 1701771067332-2 {rider=Smith}] long res38 = jedis . xtrim (...
2,722
800
2026-03-23T11:04:07.563417
self-host-sso
langchain
https://docs.langchain.com/langsmith/self-host-sso
ai
python
ogin > Email verification experience fill in the Callback URI with the LangSmith URL, e.g., https://langsmith.yourdomain.com . Configure LangSmith to use this OAuth application (see general configuration section for details about initialOrgAdminEmail ): Helm Docker Copy config : authType : mixed hostname : https://lang...
15
796
2026-03-23T11:13:34.142770
?s=proxy
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=proxy
devops
python
nstrumentation by Arize AI Instrumentation for tracing the LlamaIndex framework python instrumentation llamaindex Python Language Instrumentation Component Apache 2.0 License Documentation Repository OpenTelemetry logging integration by 🔭 OpenTelemetry Authors 🔭 Installation logging instrumentation python Python Lang...
327
800
2026-03-23T11:36:31.297257
redis
redis
https://redis.io/docs/latest/develop/data-types/vector-sets/
database
bash
" ); console . log ( res5 ); // >>> true const res6 = await client . type ( "points" ); console . log ( res6 ); // >>> vectorset const res7 = await client . vCard ( "points" ); console . log ( res7 ); // >>> 5 const res8 = await client . vDim ( "points" ); console . log ( res8 ); // >>> 2 const res9 = await client . vE...
111
800
2026-03-23T11:01:42.071568
codecs.html
python
https://docs.python.org/3/library/codecs.html
language
python
no width and doesn’t allow a word to be split. It can e.g. be used to give hints to a ligature algorithm. With Unicode 4.0 using U+FEFF as a ZERO WIDTH NO-BREAK SPACE has been deprecated (with U+2060 ( WORD JOINER ) assuming this role). Nevertheless Unicode software still must be able to handle U+FEFF in both roles: as...
41
798
2026-03-23T11:12:00.847417
?s=emissary
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=emissary
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/splunkh...
154
799
2026-03-23T11:31:06.709435
kubernetes
kubernetes
https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/
devops
yaml
ups and namespaces of the Container. Resources consumed by the command are counted against the Container. HTTP - Executes an HTTP request against a specific endpoint on the Container. Sleep - Pauses the container for a specified duration. Hook handler execution When a Container lifecycle management hook is called, the ...
3
800
2026-03-23T11:01:18.244068
test
terraform
https://developer.hashicorp.com/terraform/cli/commands/test
devops
hcl
udes details about why a test was skipped. This could either be due to an error causing remaining run blocks to be skipped, or due to the command being interrupted. Mapping Terraform test command concepts to JUnit XML format The test report generated when using -junit-xml maps Terraform test command concepts to JUnit X...
11
699
2026-03-23T11:03:20.031822
core-syntax
firebase
https://firebase.google.com/docs/database/security/core-syntax
database
javascript
ef = database . getReference ( "records" ); ref . addListenerForSingleValueEvent ( new ValueEventListener () { @Override public void onDataChange ( DataSnapshot snapshot ) { // success method is not called } @Override public void onCancelled ( FirebaseError firebaseError ) { // error callback triggered with PERMISSION_...
10
800
2026-03-23T11:08:04.106317
get-started
firebase
https://firebase.google.com/docs/remote-config/web/get-started
database
javascript
te Config backend parameter values, you can download a generated JSON file that includes all default values and include it in your app bundle: REST curl --compressed -D headers -H "Authorization: Bearer token " -X GET https://firebaseremoteconfig.googleapis.com/v1/projects/ my-project-id /remoteConfig:downloadDefaults?...
4
800
2026-03-23T11:21:51.738625
?s=symfony
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=symfony
devops
python
ry-cpp. cpp vcpkg package C++ Language Core Component MIT License Repository Standalone .NET Aspire dashboard by Microsoft The .NET Aspire Dashboard is a browser-based app to view run-time information about your distributed application. dashboard aspire viewer browser-based .NET Language Utilities Component MIT License...
379
800
2026-03-23T11:18:28.495954
?s=watchos
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=watchos
devops
python
ver Component Apache 2.0 License Package Details (go-collector) Repository Google Pubsub Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver gets OTLP messages from a Google Cloud Pubsub subscription. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file l...
118
800
2026-03-23T11:10:38.112050
introduction
nx
https://nx.dev/docs/technologies/test-tools/vitest/introduction
tooling
typescript
" : " test " , "ciTargetName" : " test-ci " , "ciGroupName" : " Unit Tests (CI) " , "testMode" : " watch " } } ] } Option Type Default Description testTargetName string test Name of the inferred local target. ciTargetName string none Creates a CI-only target used for atomized runs. ciGroupName string derived from ciTar...
4
800
2026-03-23T11:00:01.854467
?s=ecto
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ecto
devops
python
rs 🔭 The Health Check Extension for the OpenTelemetry Collector enables an HTTP URL that can be probed to check the status of the OpenTelemetry Collector. go extension collector Quick Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : git...
64
799
2026-03-23T11:38:33.974628
2.6.html
python
https://docs.python.org/3/whatsnew/2.6.html
language
python
can use this to advertise pseudo-attributes they will honor. ( bpo-1591665 ) Instance method objects have new attributes for the object and function comprising the method; the new synonym for im_self is __self__ , and im_func is also available as __func__ . The old names are still supported in Python 2.6, but are gone ...
66
796
2026-03-23T11:13:52.685186
?s=bandit
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=bandit
devops
python
stom collector you can add this processor to the manifest file like the following: processors : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/processor/logdedupprocessor v0.148.0 v0.148.0 Version Collector Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Lo...
85
800
2026-03-23T11:37:27.148956
?s=dynamodb
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dynamodb
devops
python
ython python exporter Azure Monitor Application Insights Quick Install To install this exporter run: pip install azure-monitor-opentelemetry-exporter Python Language Exporter Component MIT License Package Details (pip) Repository Google Cloud Exporters by Google The OpenTelemetry Google Cloud Monitoring Exporters for P...
184
799
2026-03-23T11:37:54.071198
?s=services
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=services
devops
python
xtension provides automatic Google Cloud authentication for OpenTelemetry Java’s OTLP exporters, enabling telemetry export to Google Cloud for both zero-code and manual instrumentation setups. gcp extension java auth google Java Language Extension Component Apache 2.0 License Repository Gin-gonic Instrumentation With M...
194
799
2026-03-23T11:21:57.208150
migrate-from-jest
bun
https://bun.sh/docs/guides/test/migrate-from-jest
runtime
javascript
bleStream Uint8Array to string Uint8Array to ArrayBuffer Uint8Array to Buffer Uint8Array to Blob Uint8Array to DataView Uint8Array to ReadableStream DataView to string Streams Stream to string Stream to JSON Stream to Blob Stream to Buffer Stream to ArrayBuffer Stream to Uint8Array Stream to array Readable to string Re...
5
800
2026-03-23T11:02:36.226006
testing
vue
https://vuejs.org/guide/scaling-up/testing
framework
javascript
Testing | Vue.js Skip to content Menu On this page On this page Sponsors Become a Sponsor Testing Why Test? Automated tests help you and your team build complex Vue applications quickly and confidently by preventing regressions and encouraging you to break apart your application into testable functions, modules, classe...
0
794
2026-03-23T10:55:29.881385
loading
nextjs
https://nextjs.org/docs/app/api-reference/file-conventions/loading
framework
javascript
nse fallback = {< p >Loading weather...</ p >}> < Weather /> </ Suspense > </ section > ) } By using Suspense, you get the benefits of: Streaming Server Rendering - Progressively rendering HTML from the server to the client. Selective Hydration - React prioritizes what components to make interactive first based on user...
8
490
2026-03-23T11:01:32.516294