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
?s=ansible-role
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ansible-role
devops
python
vers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/nsxtreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository NTP Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver periodically retrieves the clock offset ...
137
800
2026-03-23T11:20:52.430571
result-2022-08-10.json
qdrant
https://qdrant.tech/benchmarks/result-2022-08-10.json
database
python
4.0648855472, "parallel": 2, "p99_time": 0.0290176649, "mean_time": 0.0207050607, "mean_precisions": 0.98494, "engine_params": { "search_params": { "hnsw_ef": 256 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-rps-m-64-ef-512", "dataset_name": "gist-960-euclidean", "upload_time": 411.835406943, "total_upload_t...
3,397
546
2026-03-23T11:15:13.619478
redis
redis
https://redis.io/docs/latest/commands/
database
bash
Learn more → Read more DIGEST Returns the hash digest of a string value as a hexadecimal string. Learn more → Read more DISCARD Discards a transaction. Learn more → Read more DUMP Returns a serialized representation of the value stored at a key. Learn more → Read more ECHO Returns the given string. Learn more → Read mo...
16
799
2026-03-23T10:54:12.537834
provider-release-publish
terraform
https://developer.hashicorp.com/terraform/tutorials/providers/provider-release-publish
devops
hcl
Home - Plugin Development: SDKv2 | Terraform | HashiCorp Developer HashiConf 2025 Don't miss the live stream of HashiConf Day 2 happening now View live stream Plugin Development Terraform Plugin SDKv2 Maintain plugins built on the legacy SDK. Terraform Plugin SDKv2 is a way to maintain Terraform Plugins on protocol ver...
0
800
2026-03-23T11:02:45.282428
main
bun
https://bun.sh/docs/guides/util/main
runtime
javascript
Get the absolute path to the current entrypoint - Bun Skip to main content Bun home page Search... ⌘ K Search... Navigation Utilities Get the absolute path to the current entrypoint Runtime Package Manager Bundler Test Runner Guides Reference Blog Feedback Overview Guides Deployment Deploy on Vercel Deploy on Railway D...
0
800
2026-03-23T11:06:45.855011
asynchronous-activity-completion
temporal
https://docs.temporal.io/develop/php/asynchronous-activity-completion
devops
go
o complete the Activity successfully using WorkflowClient : app/src/AsyncActivityCompletion/CompleteCommand.php $client = $this -> workflowClient -> newActivityCompletionClient ( ) ; // Complete the Activity. $client -> completeByToken ( base64_decode ( $input -> getArgument ( 'token' ) ) , $input -> getArgument ( 'mes...
5
547
2026-03-23T11:02:20.729967
fmt_test.go
go
https://go.dev/src/fmt/fmt_test.go
language
go
2345"}, 391 {"%+10d", 12345, " +12345"}, 392 {"%010d", 12345, "0000012345"}, 393 {"%010d", -12345, "-000012345"}, 394 {"%20.8d", 1234, " 00001234"}, 395 {"%20.8d", -1234, " -00001234"}, 396 {"%020.8d", 1234, " 00001234"}, 397 {"%020.8d", -1234, " -00001234"}, 398 {"%-20.8d", 1234, "00001234 "}, 399 {"%-20.8d", -1234, "...
14
705
2026-03-23T11:26:20.202423
replay?ref=homepage
inngest
https://www.inngest.com/docs/platform/replay?ref=homepage
devops
typescript
Replay to recover from function failures: How to create a new Replay To replay a function, select the "Replay" option in the "All actions" menu from a function's dashboard. This will open a modal where you can select the runs you want to replay. Each replay requires a name, a time range and status(es) to filter the run...
1
799
2026-03-23T10:54:03.806175
add-showAutocorrectionPromptRect
flutter
https://docs.flutter.dev/release/breaking-changes/add-showAutocorrectionPromptRect
mobile
dart
) { _currentPromptRectRange = null ; } ) ; } } void _handleFocusChanged ( ) { // When this text input loses focus, the autocorrection highlight needs // to be dismissed. if ( ! _hasFocus ) { setState ( ( ) { _currentPromptRectRange = null ; } ) ; } } @override void showAutocorrectionPromptRect ( int start , int end ) {...
3
796
2026-03-23T11:21:29.968629
?s=ts
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ts
devops
python
OpenTelemetry Authors 🔭 This library allows tracing requests made by the Redis library. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry Remoulade Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library allows tracing requests made by the Remoulade librar...
332
800
2026-03-23T11:18:07.814907
authenticating-to-the-rest-api
github_actions
https://docs.github.com/en/rest/overview/authenticating-to-the-rest-api
devops
yaml
e token in the Authorization header of your request. For example, in the following request, replace YOUR-TOKEN with a reference to your token: curl --request GET \ --url "https://api.github.com/octocat" \ --header "Authorization: Bearer YOUR-TOKEN" \ --header "X-GitHub-Api-Version: 2026-03-10" Note In most cases, you c...
1
799
2026-03-23T11:25:06.720956
registries.json
shadcn_ui
https://ui.shadcn.com/r/registries.json
library
typescript
ted interfaces built on top of MUI components" }, { "name": "@moleculeui", "homepage": "https://www.moleculeui.design/", "url": "https://www.moleculeui.design/r/{name}.json", "description": "A modern React component library focused on intuitive interactions and seamless user experiences." }, { "name": "@motion-primitiv...
21
736
2026-03-23T11:01:58.561420
webpack
webpack
https://webpack.js.org/guides/csp/
tooling
javascript
and the Future of Content Security Policy (opens in a new tab) Locking Down Your Website Scripts with CSP, Hashes, Nonces and Report URI (opens in a new tab) CSP on MDN (opens in a new tab) Trusted Types (opens in a new tab) Edit this page · Print this page « Previous Build Performance Next » Development - Vagrant 4 Co...
2
330
2026-03-23T11:08:55.655598
git-show
git
https://git-scm.com/docs/git-show
devops
bash
stead. Note that we deliberately chose not to re-code the commit log message when a commit is made to force UTF-8 at the commit object level, because re-coding to UTF-8 is not necessarily a reversible operation. GIT Part of the git[1] suite show
77
245
2026-03-23T10:57:17.012096
flask
flask
https://flask.palletsprojects.com/async-await/
framework
python
unc )( * args , ** kwargs ) return wrapper Check the changelog of the extension you want to use to see if they’ve implemented async support, or make a feature request or PR to them. Other event loops ¶ At the moment Flask only supports asyncio . It’s possible to override flask.Flask.ensure_sync() to change how async fu...
5
654
2026-03-23T10:52:08.258798
redis
redis
https://redis.io/docs/latest/develop/data-types/timeseries/
database
bash
nst res20 = await client . ts . create ( 'rg:2' , { LABELS : { location : 'us' , unit : 'cm' } }); console . log ( res20 ); // >>> OK const res21 = await client . ts . create ( 'rg:3' , { LABELS : { location : 'us' , unit : 'in' } }); console . log ( res21 ); // >>> OK const res22 = await client . ts . create ( 'rg:4' ...
947
800
2026-03-23T10:54:53.791376
language.html
python
https://docs.python.org/3/library/language.html
language
python
ys.path module search path Next topic ast — Abstract syntax trees This page Report a bug Improve this page Show source « Navigation index modules | next | previous | Python » 3.14.3 Documentation » The Python Standard Library » Python Language Services | Theme Auto Light Dark | © Copyright 2001 Python Software Foundati...
2
722
2026-03-23T11:14:26.492973
?s=neo4j-driver
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=neo4j-driver
devops
python
for Node.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...
279
800
2026-03-23T11:17:22.475562
?s=argo
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=argo
devops
python
Apache 2.0 License Package Details (gems) Repository OpenTelemetry ActionMailer Instrumentation by 🔭 OpenTelemetry Authors 🔭 The ActionMailer instrumentation is a community-maintained instrumentation for the ActionMailer portion of the [Ruby on Rails][rails-home] web-application framework. action mailer instrumentati...
338
800
2026-03-23T11:18:47.519669
?s=logdedup
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=logdedup
devops
python
Details (gems) Repository Redis Instrumentation by 🔭 OpenTelemetry Authors 🔭 Redis instrumentation for Ruby. ruby instrumentation Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-redis 0.28.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package...
354
799
2026-03-23T11:38:22.744583
permissions-required-for-fine-grained-personal-access-tokens
github_actions
https://docs.github.com/en/rest/overview/permissions-required-for-fine-grained-personal-access-tokens
devops
yaml
ning/alerts/{alert_number} write GET /orgs/{org}/secret-scanning/alerts read GET /repos/{owner}/{repo}/secret-scanning/alerts read GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number} read GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations read GET /repos/{owner}/{repo}/secret-scanning...
101
800
2026-03-23T11:25:20.310280
?s=deltatocumulative
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=deltatocumulative
devops
python
essor converts delta sum metrics to rate metrics. This rate is a gauge. 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-collector-contrib/processor/deltatorateprocesso...
78
800
2026-03-23T11:36:53.632911
docker
docker
https://docs.docker.com/enterprise/enterprise-deployment/msi-install-and-configure/
devops
bash
m your user account, you must add the user to the docker-users group to access features that require higher privileges, such as creating and managing the Hyper-V VM, or using Windows containers: Run Computer Management as an administrator . Navigate to Local Users and Groups > Groups > docker-users . Right-click to add...
2
800
2026-03-23T11:16:39.883907
state-a-components-memory
react
https://react.dev/learn/state-a-components-memory
framework
javascript
o have a single state variable that holds an object than state variable per field. Read Choosing the State Structure for more tips. Deep Dive How does React know which state to return? Show Details You might have noticed that the useState call does not receive any information about which state variable it refers to. Th...
9
799
2026-03-23T10:59:31.405697
Numbers_and_strings
javascript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Numbers_and_strings
language
javascript
js const bigintDiv = 5n / 2n; // 2n, because there's no 2.5 in BigInt Math functions cannot be used on BigInt values; they only work with numbers. Choosing between BigInt and number depends on your use-case and your input's range. The precision of numbers should be able to accommodate most day-to-day tasks already, and...
11
799
2026-03-23T11:19:38.055899
providers-plugin-framework-logging
terraform
https://developer.hashicorp.com/terraform/tutorials/providers-plugin-framework/providers-plugin-framework-logging
devops
hcl
he previous examples used the TRACE logging level. Trace logs are the most verbose level of logging available and may contain an overwhelming amount of information that is only relevant if you deeply understand certain internal components of Terraform or the Terraform Plugin Framework. You can instead lower the logging...
17
797
2026-03-23T10:59:46.372780
replace
javascript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/replace
language
javascript
String.prototype.replace() - JavaScript | MDN Skip to main content Skip to search String.prototype.replace() Baseline Widely available This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. Learn more See full compatibility Report feedba...
0
800
2026-03-23T11:20:12.311620
cosmos_qa
transformers
https://huggingface.co/datasets/allenai/cosmos_qa
ai
python
Tasks and Leaderboards More Information Needed Languages More Information Needed Dataset Structure Data Instances default Size of downloaded dataset files: 24.40 MB Size of the generated dataset: 24.51 MB Total amount of disk used: 48.91 MB An example of 'validation' looks as follows. This example was too long and was ...
1
775
2026-03-23T11:24:41.104865
?s=meter
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=meter
devops
python
rbon’s plaintext protocol. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/carbonreceiver v0.148.0 v0.148.0 Version Collector Language Receiver...
105
800
2026-03-23T11:17:39.413791
kubernetes
kubernetes
https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/
devops
yaml
er name : dev-ramp-up The preceding configuration file defines a new context named dev-ramp-up . Set the KUBECONFIG environment variable See whether you have an environment variable named KUBECONFIG . If so, save the current value of your KUBECONFIG environment variable, so you can restore it later. For example: Linux ...
10
800
2026-03-23T10:50:48.218364
qdrant
qdrant
https://qdrant.tech/articles/late-interaction-models/
database
python
rary . Future Directions and Research Opportunities The initial experiments using output token embeddings in the retrieval process have yielded promising results. However, we plan to conduct further benchmarks to validate these findings and explore the incorporation of sparse methods for the initial retrieval. Addition...
17
719
2026-03-23T11:00:09.246575
?s=logrus
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=logrus
devops
python
A servers implementing the LogObject specification (OPC UA Part 26) and converts them to OpenTelemetry log format for industrial automation system observability. go receiver collector opc-ua logs industrial Collector Language Receiver Component Apache 2.0 License Repository Oracle DB receiver by 🔭 OpenTelemetry Author...
138
800
2026-03-23T11:17:34.407516
enum_mixin_with_instance_variable
dart
https://dart.dev/tools/diagnostics/enum_mixin_with_instance_variable
language
dart
d to apply the mixin, then change all instance fields into getter and setter pairs and implement them in the enum if necessary: dart mixin M { int get x => 0 ; } enum E with M { a } content_copy If you don't need to apply the mixin, then remove it: dart enum E { a } content_copy Was this page's content helpful? thumb_u...
5
428
2026-03-23T11:20:25.196792
import-from-csv
neon
https://neon.tech/docs/import/import-from-csv
database
sql
ase Connect to the neondb database using psql . For example: psql "<your_neon_database_connection_string>" You can find your connection string on your Neon Project Dashboard. Click on the Connect button. Use the drop-down menu to copy a full psql connection command. note For more information about connecting to Neon wi...
1
800
2026-03-23T10:57:21.779271
math
turso
https://docs.turso.tech/sql-reference/functions/math
database
sql
Math Functions - Turso Skip to main content Turso home page Search... ⌘ K Search... Navigation Functions Math Functions Turso Database (beta) Turso Cloud AgentFS (beta) Turso Homepage Discord GitHub Getting Started Introduction Quickstart Connect Fundamentals Change Data Capture Concurrent Writes Encryption Vector Sear...
0
800
2026-03-23T10:59:22.795250
clarifai
mastra
https://mastra.ai/models/providers/clarifai
ai
typescript
Clarifai | Models | Mastra Docs Skip to main content On this page Access 11 Clarifai models through Mastra's model router. Authentication is handled automatically using the CLARIFAI_PAT environment variable. Learn more in the Clarifai documentation . .env CLARIFAI_PAT = your-api-key src/mastra/agents/my-agent.ts import...
0
800
2026-03-23T11:37:41.445008
regexp
go
https://go.dev/pkg/regexp
language
go
nc( string ) string ) string ReplaceAllStringFunc returns a copy of src in which all matches of the Regexp have been replaced by the return value of function repl applied to the matched substring. The replacement returned by repl is substituted directly, without using Regexp.Expand . Example ¶ package main import ( "fm...
40
795
2026-03-23T11:27:49.570064
to-ai-sdk-v4-messages
mastra
https://mastra.ai/reference/ai-sdk/to-ai-sdk-v4-messages
ai
typescript
t { toAISdkV4Messages } from '@mastra/ai-sdk' const client = new MastraClient ( ) const { messages } = await client . listThreadMessages ( 'thread-id' , { agentId : 'myAgent' } ) const uiMessages = toAISdkV4Messages ( messages ) On this page Usage example Parameters Returns Examples Converting text messages Loading mes...
3
359
2026-03-23T10:58:38.669254
advanced-ui
flutter
https://docs.flutter.dev/learn/pathway/tutorial/advanced-ui
mobile
dart
ValueNotifier < List < ContactGroup >> get listsNotifier => _listsNotifier ; List < ContactGroup > get lists => _listsNotifier . value ; ContactGroup findContactList ( int id ) { return lists [ id ] ; } void dispose ( ) { _listsNotifier . dispose ( ) ; } } content_copy If you aren't familiar with ValueNotifier , you sh...
19
708
2026-03-23T10:58:54.235506
cli-projects
neon
https://neon.tech/docs/reference/cli-projects
database
sql
──┼───────────────┼──────────────────────┤ │ muddy-wood-859533 │ dev_project_1 │ aws-us-west-2 │ 2023-07-09T17:04:29Z │ └───────────────────┴───────────────┴───────────────┴──────────────────────┘ Block connections from the public internet: This option is used with Neon's Private Networking feature to block access from...
13
800
2026-03-23T10:52:03.902180
?s=ntp
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ntp
devops
python
ers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/coralogixexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository Datadog Collector Exporter by 🔭 OpenTelemetry Authors 🔭 The Datadog Exporter for the OpenTel...
32
800
2026-03-23T11:11:52.247284
import-protection.md
tanstack_router
https://tanstack.com/start/latest/docs/framework/react/guide/import-protection.md
framework
typescript
mpiler replaces a `createServerFn()` handler with a client RPC stub, it can also remove server-only imports that were only used by the removed implementation. Example (client build): ```ts import { getUsers } from './db/queries.server' import { createServerFn } from '@tanstack/react-start' export const fetchUsers = cre...
14
796
2026-03-23T11:38:26.999705
email.compat32-message.html
python
https://docs.python.org/3/library/email.compat32-message.html
language
python
ilosophy and structure of the two classes is otherwise the same. This document describes the behavior under the default (for Message ) policy Compat32 . If you are going to use another policy, you should be using the EmailMessage class instead. An email message consists of headers and a payload . Headers must be RFC 53...
1
795
2026-03-23T11:14:57.439776
supabase-snippets-list
supabase
https://supabase.com/docs/reference/cli/supabase-snippets-list
database
typescript
CLI Reference | Supabase Docs CLI Reference Supabase CLI The Supabase CLI provides tools to develop your project locally and deploy to the Supabase Platform. The CLI is still under development, but it contains all the functionality for working with your Supabase projects and the Supabase Platform. Run Supabase locally:...
0
800
2026-03-23T11:27:51.329797
NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4
transformers
https://huggingface.co/models?apps=jan&other=base_model:quantized:nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4
ai
python
Models – Hugging Face Edit Models filters Main Tasks Libraries Languages Licenses Other 2 Model Tree Reset nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4 Adapters Finetunes Quantizations Merges Apps Reset Apps llama.cpp LM Studio Jan Draw Things DiffusionBee Jellybox JoyFusion LocalAI vLLM Ollama MLX LM Docker Model Ru...
0
800
2026-03-23T11:29:46.934677
effective-dart
dart
https://dart.dev/effective-dart
language
dart
ferent representation backed by the original object. AVOID describing the parameters in the function's or method's name. DO follow existing mnemonic conventions when naming type parameters. Libraries PREFER making declarations private. CONSIDER declaring multiple classes in the same library. Classes and mixins AVOID de...
19
800
2026-03-23T10:57:56.772543
default-desktop-scrollbars
flutter
https://docs.flutter.dev/release/breaking-changes/default-desktop-scrollbars
mobile
dart
BuildContext context , int index ) { return Text ( ' Item $index ' ) ; } ) ; content_copy Code after migration: dart // MaterialApps previously had a private ScrollBehavior. // This is available to extend now. class MyCustomScrollBehavior extends MaterialScrollBehavior { // Override behavior methods like buildOverscrol...
8
798
2026-03-23T11:30:39.100656
postgresql
postgresql
https://www.postgresql.org/docs/release/11.0/
database
sql
David Carlier David Fetter David G. Johnston David Gould David Hinkle David Pereiro Lagares David Rader David Rowley David Steele Davy Machado Dean Rasheed Dian Fay Dilip Kumar Dmitriy Sarafannikov Dmitry Dolgov Dmitry Ivanov Dmitry Shalashov Don Seiler Doug Doole Doug Rady Edmund Horner Eiji Seki Elvis Pranskevichus E...
44
799
2026-03-23T11:27:50.019520
backblaze-b2
neon
https://neon.tech/docs/guides/backblaze-b2
database
sql
, neon-app-b2-key ). Crucially , restrict the key's access: Select Allow access to Bucket(s) and choose the bucket you just created (for example, my-neon-app-b2-files ). Select Read and Write for the Type of Access . Leave other fields blank unless needed (for example, File name prefix). Click Create New Key . Copy the...
2
799
2026-03-23T11:37:11.890071
c_mutex_fast.html
sqlite
https://www.sqlite.org/c3ref/c_mutex_fast.html
database
sql
Mutex Types Small. Fast. Reliable. Choose any three. Home Menu About Documentation Download License Support Purchase Search About Documentation Download Support Purchase SQLite C Interface Mutex Types #define SQLITE_MUTEX_FAST 0 #define SQLITE_MUTEX_RECURSIVE 1 #define SQLITE_MUTEX_STATIC_MAIN 2 #define SQLITE_MUTEX_ST...
0
725
2026-03-23T11:24:10.869331
mui
mui
https://mui.com/blog/mui-x-v8/
library
javascript
ormance and full support—including guaranteed compatibility with React 19 and future releases. By building our own solution, we can ensure reliable support and provide continuous improvements tailored to the specific needs of our components. Server-side rendering for Charts You can now leverage server-side rendering (S...
13
800
2026-03-23T11:36:47.034602
image
nextjs
https://nextjs.org/docs/pages/api-reference/components/image
framework
javascript
d for images which provide a sizes prop, which indicates that the image is less than the full width of the screen. Therefore, the sizes in imageSizes should all be smaller than the smallest size in deviceSizes . qualities qualities allows you to specify a list of image quality values. If not configuration is provided, ...
21
800
2026-03-23T11:29:46.726113
deno
deno
https://docs.deno.com/runtime/fundamentals/testing/
runtime
javascript
o . test ( "database operations" , async ( t ) => { using db = await openDatabase ( ) ; await t . step ( "insert user" , async ( ) => { // Insert user logic } ) ; await t . step ( "insert book" , async ( ) => { // Insert book logic } ) ; } ) ; Test Hooks Jump to heading # Deno provides test hooks that allow you to run ...
4
799
2026-03-23T10:50:08.348675
dotnet-contribute
csharp
https://learn.microsoft.com/contribute/content/dotnet/dotnet-contribute
language
csharp
are related to the same PR fix. The PR can modify one or multiple files. If you're addressing multiple fixes on different files, separate PRs are preferred. If your PR fixes an existing issue, add the Fixes #Issue_Number keyword to the PR description. That way, the issue is automatically closed when the PR is merged. F...
7
798
2026-03-23T11:07:36.676691
fmt_test.go
go
https://go.dev/src/fmt/fmt_test.go
language
go
orf("Sprint wrong with Formatter: expected %q got %q", expect, s) 1708 } 1709 s = Sprintln(f) 1710 if s != expect { 1711 t.Errorf("Sprintln wrong with Formatter: expected %q got %q", expect, s) 1712 } 1713 s = Sprintf("%v\n", f) 1714 if s != expect { 1715 t.Errorf("Sprintf wrong with Formatter: expected %q got %q", exp...
75
792
2026-03-23T11:26:20.202467
?s=mlflow
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=mlflow
devops
python
by 🔭 OpenTelemetry Authors 🔭 Instrumentation library for Winston. Node.js winston logging Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-winston 0.57.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository XMLHt...
303
800
2026-03-23T11:25:11.256671
?s=ucp
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ucp
devops
python
collector) Repository Filelog Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The Filelog Receiver tails and parses logs from files using the opentelemetry-log-collection library. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: re...
113
800
2026-03-23T11:27:55.786021
slivers
flutter
https://docs.flutter.dev/learn/pathway/tutorial/slivers
mobile
dart
oupsView to use icons and the trailing helper. Update the code within the ListenableBuilder.builder callback in the build method: lib/screens/contact_groups.dart dart import ' package:flutter/cupertino.dart ' ; import ' package:rolodex/data/contact.dart ' ; import ' package:rolodex/data/contact_group.dart ' ; import ' ...
9
766
2026-03-23T10:58:44.861198
expo-new
drizzle_orm
https://orm.drizzle.team/docs/get-started/expo-new
database
typescript
om (usersTable); setItems (users); })(); } , [success]); if (error) { return ( < View > < Text >Migration error : { error .message}</ Text > </ View > ); } if ( ! success) { return ( < View > < Text >Migration is in progress ...</ Text > </ View > ); } if (items === null || items . length === 0 ) { return ( < View > < ...
8
735
2026-03-23T11:01:31.270716
no-misleading-character-class
biome
https://biomejs.dev/linter/rules/no-misleading-character-class
tooling
javascript
noMisleadingCharacterClass | Biome Skip to content noMisleadingCharacterClass JavaScript (and super languages) Summary Section titled “Summary” Rule available since: v1.5.0 Diagnostic Category: lint/suspicious/noMisleadingCharacterClass This rule is recommended , meaning it is enabled by default. This rule has a safe f...
0
800
2026-03-23T11:27:48.876762
turtle.html
python
https://docs.python.org/3/library/turtle.html
language
python
Screen.numinput . These pop up input dialogs and return strings and numbers respectively. Table of Contents turtle — Turtle graphics Introduction Get started Tutorial Starting a turtle environment Basic drawing Pen control The turtle’s position Making algorithmic patterns How to… Get started as quickly as possible Auto...
82
800
2026-03-23T11:27:39.761672
?s=application-insights
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=application-insights
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:29:09.169761
useId
react
https://react.dev/reference/react/useId
framework
javascript
you can only call it at the top level of your component or your own Hooks. You can’t call it inside loops or conditions. If you need that, extract a new component and move the state into it. useId should not be used to generate cache keys for use() . The ID is stable when a component is mounted but may change during re...
1
800
2026-03-23T10:56:37.891403
css-loader
webpack
https://webpack.js.org/loaders/css-loader
tooling
javascript
ules or ICSS and configure them: undefined : Enables CSS modules for all files matching /\.module\.\w+$/i.test(filename) or /\.icss\.\w+$/i.test(filename) regexp. true : Enables CSS modules for all files. false : Disables CSS Modules for all files. string : Disables CSS Modules for all files and set the mode option (se...
8
800
2026-03-23T10:51:21.087839
?s=confluent-kafka-go
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=confluent-kafka-go
devops
python
Component Apache 2.0 License Package Details (go-collector) Repository AWS X-Ray Tracing Exporter by 🔭 OpenTelemetry Authors 🔭 The AWS X-Ray Tracing 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 fo...
25
800
2026-03-23T11:29:52.354031
test
bun
https://bun.sh/docs/test
runtime
javascript
D pipelines. Timeouts Use the --timeout flag to specify a per-test timeout in milliseconds. If a test times out, it will be marked as failed. The default value is 5000 . terminal Copy # default value is 5000 bun test --timeout 20 Concurrent test execution By default, Bun runs all tests sequentially within each test fil...
5
792
2026-03-23T10:51:39.386365
Qwen3.5-397B-A17B?inference_provider=novita
transformers
https://huggingface.co/Qwen/Qwen3.5-397B-A17B?inference_provider=novita
ai
python
re that the best practice is followed. Long Video Understanding : To optimize inference efficiency for plain text and images, the size parameter in the released video_preprocessor_config.json is conservatively configured. It is recommended to set the longest_edge parameter in the video_preprocessor_config file to 469,7...
31
795
2026-03-23T11:12:01.439920
react-canaries
react
https://react.dev/blog/2023/05/03/react-canaries
framework
javascript
React Canaries: Enabling Incremental Feature Rollout Outside Meta – React Blog Copy page Copy React Canaries: Enabling Incremental Feature Rollout Outside Meta May 3, 2023 by Dan Abramov , Sophie Alpert , Rick Hanlon , Sebastian Markbåge , and Andrew Clark We’d like to offer the React community an option to adopt indiv...
0
800
2026-03-23T10:52:56.636174
mastra-experiments
mastra
https://mastra.ai/blog/mastra-experiments
ai
typescript
Change, Run, and Compare with Experiments in Mastra Studio - Mastra Blog Blog / Announcements Change, Run, and Compare with Experiments in Mastra Studio Run test cases against agents and workflows, score the results, and track quality over time. Yujohn Nattrass · Mar 3, 2026 · 5 min read On this page Toggle Experiments...
0
800
2026-03-23T11:05:14.521446
cli-projects
neon
https://neon.tech/docs/reference/cli-projects
database
sql
─┼──────────────────────┤ │ muddy-wood-859533 │ mynewproject │ aws-us-west-2 │ 2023-07-09T17:04:29Z │ └───────────────────┴──────────────┴───────────────┴──────────────────────┘ ┌──────────────────────────────────────────────────────────────────────────────────────┐ │ Connection Uri │ ├─────────────────────────────────...
8
800
2026-03-23T10:52:03.902172
svelte-easing
svelte
https://svelte.dev/docs/svelte/svelte-easing
framework
javascript
er ; quartInOut function quartInOut (t : number ) : number ; quartOut function quartOut (t : number ) : number ; quintIn function quintIn (t : number ) : number ; quintInOut function quintInOut (t : number ) : number ; quintOut function quintOut (t : number ) : number ; sineIn function sineIn (t : number ) : number ; s...
4
500
2026-03-23T11:26:01.964861
?utm_source=blog&utm_medium=blog&utm_campaign=introducing-sketch
mui
https://mui.com/store/items/sketch-react/?utm_source=blog&utm_medium=blog&utm_campaign=introducing-sketch
library
javascript
✨ Avoid surprises. What you design is what you get in production, with high reliability and consistency. Blog post Introducing MUI for Sketch Details A minimum version of Sketch 64.0 is required. The item is brought to life by Devias IO. You can find our public roadmap of what will come next. Don't hesitate to open new...
4
799
2026-03-23T11:16:29.614943
redis
redis
https://redis.io/docs/latest/develop/data-types/streams/
database
bash
y : 'MAXLEN' , strategyModifier : '~' , threshold : 2 } }); await client . xAdd ( 'race:italy' , '*' , { 'rider' : 'Henshaw' }, { TRIM : { strategy : 'MAXLEN' , strategyModifier : '~' , threshold : 2 } }); const res34 = await client . xLen ( 'race:italy' ); console . log ( res34 ); // >>> 8 const res35 = await client ....
335
800
2026-03-23T11:04:07.560004
?s=tap
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=tap
devops
python
.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository Azure Data Explorer Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter sends metrics, logs and trace data to Azure Data Explorer go exporter collector Quick Install When building a custom collector you c...
29
799
2026-03-23T11:23:19.949725
?s=dapr
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dapr
devops
python
com/open-telemetry/opentelemetry-collector-contrib/receiver/tcpcheckreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository TCP Receiver by 🔭 OpenTelemetry Authors 🔭 Receives logs over TCP. go receiver collector Quick Install When building ...
160
800
2026-03-23T11:34:08.968784
result-2022-08-10.json
qdrant
https://qdrant.tech/benchmarks/result-2022-08-10.json
database
python
}, { "engine_name": "qdrant", "setup_name": "qdrant-rps-m-64-ef-512", "dataset_name": "gist-960-euclidean", "upload_time": 376.292199888, "total_upload_time": 1603.3763145949, "p95_time": 0.0265821266, "rps": 94.0648855472, "parallel": 2, "p99_time": 0.0290176649, "mean_time": 0.0207050607, "mean_precisions": 0.98494, ...
3,396
587
2026-03-23T11:15:13.619477
go
go
https://go.dev/dl/
language
go
e6efe4fcef115db8143eb7f9ba134c63486f47b2c5176706ede35af5 go1.11beta2.linux-arm64.tar.gz Archive Linux ARM64 143MB 835fc6ebae5cb4368fc39683a911fe5a25c36b4251b2b254112f3fc8f36a9f39 go1.11beta2.linux-armv6l.tar.gz Archive Linux ARMv6 145MB 3242225cc9bb151789b4ba606903862b68b0e81682a5ab75245d76ab1ddf38fb go1.11beta2.linux-...
1,140
800
2026-03-23T11:25:37.382089
mini-css-extract-plugin
webpack
https://webpack.js.org/plugins/mini-css-extract-plugin
tooling
javascript
ser-webpack-plugin`). // Uncomment the next line o keep JS minimizers and add CSS minimizer: // `...`, new CssMinimizerPlugin ( ) , ] , } , } ; By default, CSS minimization runs in production mode. If you want to run it also in development set the optimization.minimize option to true . Using preloaded or inlined CSS Th...
23
800
2026-03-23T11:02:19.516316
?s=cri-o
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=cri-o
devops
python
for propagating trace context in the Jaeger format . rust jaeger utilities propagator Quick Install To install this utilities run: cargo add opentelemetry-jaeger-propagator 0.1.0 Version Rust Language Utilities Component Apache 2.0 License Package Details (crates) Repository otelify.sh by Cisco Open A shell script that...
392
800
2026-03-23T11:37:42.137974
esbuild
esbuild
https://esbuild.github.io/plugins/
tooling
javascript
l or by modifying this example plugin to suit your needs. It enables the following workflow: import load from './example.wasm' load(imports).then( exports => { ... }) When you import a .wasm file, this plugin generates a virtual JavaScript module in the wasm-stub namespace with a single function that loads the WebAssem...
73
798
2026-03-23T10:50:05.321276
2.13.7
git
https://git-scm.com/docs/git-merge/2.13.7
devops
bash
ure of A, instead of reading the trees at the same level. This adjustment is also done to the common ancestor tree. With the strategies that use 3-way merge (including the default, recursive ), if a change is made on both branches, but later reverted on one of the branches, that change will be present in the merged res...
28
797
2026-03-23T11:13:19.516845
overrides
bun
https://bun.sh/docs/pm/overrides
runtime
javascript
pin bar to an older version that doesn’t have the vulnerability. This is where "overrides" / "resolutions" come in. "overrides" Add bar to the "overrides" field in package.json . Bun will defer to the specified version range when determining which version of bar to install, whether it’s a dependency or a metadependency...
2
794
2026-03-23T11:00:30.712914
nx-commands
nx
https://nx.dev/docs/reference/nx-commands
tooling
typescript
cs are uploaded, not the artefacts. Usage: Terminal window nx view-logs nx watch Section titled “nx watch” Watch for changes within projects, and execute commands. Usage: Terminal window nx watch nx watch Examples Section titled “nx watch Examples” Watch the “app” project and echo the project name and the files that ch...
65
800
2026-03-23T11:23:18.109583
?s=cri-o
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=cri-o
devops
python
Delayed Job Instrumentation by 🔭 OpenTelemetry Authors 🔭 Delayed Job instrumentation for Ruby. ruby instrumentation Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-delayed_job 0.25.1 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details...
344
799
2026-03-23T11:37:42.137938
?s=slog
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=slog
devops
python
Instrumentation Component Apache 2.0 License Repository SQLAlchemy Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library allows tracing requests made by the SQLAlchemy library. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository Sqlite3 Instrumentation by 🔭 OpenTelemetr...
333
799
2026-03-23T11:14:47.273592
throw_of_invalid_type
dart
https://dart.dev/tools/diagnostics/throw_of_invalid_type
language
dart
odifiers for API maintainers Reference Concurrency expand_more Overview Asynchronous programming Isolates Null safety expand_more Sound null safety Understanding null safety Dart keywords Language versioning Core libraries expand_more Overview dart:core dart:async dart:math dart:convert dart:io dart:js_interop Iterable...
1
800
2026-03-23T11:33:59.938497
opc-sft-stage2
transformers
https://huggingface.co/datasets/OpenCoder-LLM/opc-sft-stage2
ai
python
n * (n + 1) // 2 sum_nums = sum(nums) return total - sum_nums missing_number [ "assert missing_number([9,6,4,2,3,5,7,0,1])==8", "assert missing_number([0,1])==2", "assert missing_number([3,0,1])==2" ] 70,726,638,201 Write a python function `max_subarray_sum` that finds the maximum sum of a contiguous subarray within a ...
2
724
2026-03-23T11:30:05.698608
kubernetes
kubernetes
https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
devops
yaml
ue) kube:AllowUnsafeMalformedObjectDeletion=true|false (ALPHA - default=false) kube:AuthorizePodWebsocketUpgradeCreatePermission=true|false (BETA - default=true) kube:CBORServingAndStorage=true|false (ALPHA - default=false) kube:CPUManagerPolicyAlphaOptions=true|false (ALPHA - default=false) kube:CPUManagerPolicyBetaOp...
26
800
2026-03-23T11:18:24.527306
redis
redis
https://redis.io/docs/latest/develop/data-types/json/
database
bash
pop ( 'riders' , '$' ); echo json_encode ( $res23 ) . PHP_EOL ; // >>> ["\"Prickett\""] $res24 = $r -> jsonarrpop ( 'riders' , '$' ); echo json_encode ( $res24 ) . PHP_EOL ; // >>> [null] $bike1 = json_encode ([ 'model' => 'Deimos' , 'brand' => 'Ergonom' , 'price' => 4972 , ], JSON_THROW_ON_ERROR ); $res25 = $r -> json...
150
799
2026-03-23T10:54:21.884593
pt_BR
git
https://git-scm.com/docs/git/pt_BR
devops
bash
adas por pontos). Note que ao omitir = no comando git -c foo.bar ... é permitido e define foo.bar com o valor booleano verdadeiro (assim como`[foo]bar` faria em um arquivo de configuração). Incluindo os iguais, porém com um valor vazio (como git -c foo.bar= ... ) define foo.bar para a string vazia que git config --type...
8
799
2026-03-23T11:29:21.402810
?s=ecs
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ecs
devops
python
d this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awsxrayreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Cloudwatch Receiver by 🔭 OpenTel...
100
800
2026-03-23T11:26:01.524231
?s=active_job
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=active_job
devops
python
cumentation Repository Emissary Ingress native incubating by Emissary Ingress Authors Emissary Ingress supports exporting traces via OTLP by configuring a TracingService custom resource. go emissary ingress envoy incubating Go Language Application integration Component Apache-2.0 License Website Documentation Repositor...
6
800
2026-03-23T11:28:48.638362
intent-launcher
expo
https://docs.expo.dev/versions/latest/sdk/intent-launcher
mobile
javascript
E_BACKGROUND_DATA_RESTRICTIONS_SETTINGS ActivityAction.IGNORE_BACKGROUND_DATA_RESTRICTIONS_SETTINGS = "android.settings.IGNORE_BACKGROUND_DATA_RESTRICTIONS_SETTINGS" IGNORE_BATTERY_OPTIMIZATION_SETTINGS ActivityAction.IGNORE_BATTERY_OPTIMIZATION_SETTINGS = "android.settings.IGNORE_BATTERY_OPTIMIZATION_SETTINGS" INPUT_M...
15
800
2026-03-23T11:08:42.498609
?s=shenyu
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=shenyu
devops
python
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/otlpjsonfilereceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0...
141
800
2026-03-23T11:10:16.617801
machine-readable-ui
terraform
https://developer.hashicorp.com/terraform/internals/machine-readable-ui
devops
hcl
e action : the action planned to be taken for the resource. Values: noop , create , read , update , replace , delete , move , import . reason : an optional reason for the change, only used when the action is replace or delete . Values: tainted : resource was marked as tainted requested : user requested that the resourc...
17
800
2026-03-23T11:30:36.928233
pt_BR
git
https://git-scm.com/docs/git-reset/pt_BR
devops
bash
de trabalho. Como alternativa, utilizando git-restore[1] e especificando um commit com --source , você pode copiar o conteúdo de um caminho de um commit para o índice e a árvore de trabalho de uma vez só. git reset ( --patch | -p ) [ <tree-ish> ] [ -- ] [ <pathspec> ...] Interactively select hunks in the difference bet...
4
800
2026-03-23T11:28:48.756621
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
t = Agent( 'gateway/anthropic:claude-sonnet-4-6', builtin_tools=[ WebSearchTool( search_context_size='high', user_location=WebSearchUserLocation( city='San Francisco', country='US', region='CA', timezone='America/Los_Angeles', ), blocked_domains=['example.com', 'spam-site.net'], allowed_domains=None, # Cannot use both ...
154
634
2026-03-23T10:51:26.910531
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
ls describes the policy used for replica ordinal assignment in this StatefulSet. Appears In: StatefulSetSpec [apps/v1] Field Description start integer start is the number representing the first replica's index. It may be used to number replicas from an alternate index (eg: 1-indexed) over the default 0-indexed names, o...
4,602
795
2026-03-23T10:56:49.348882
?s=user_events
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=user_events
devops
python
Instrumentation by 🔭 OpenTelemetry Authors 🔭 httpd (Apache) OpenTelemetry module to add OpenTelemetry distributed tracing support to httpd. c++ instrumentation C++ Language Instrumentation Component Apache 2.0 License Repository NGINX Instrumentation by 🔭 OpenTelemetry Authors 🔭 NGINX OpenTelemetry module to add Op...
195
800
2026-03-23T11:30:38.941255
tkinter.ttk.html
python
https://docs.python.org/3/library/tkinter.ttk.html
language
python
on of the form “@x,y”, which identifies the tab The literal string “current”, which identifies the currently selected tab The literal string “end”, which returns the number of tabs (only valid for Notebook.index() ) Virtual Events ¶ This widget generates a <<NotebookTabChanged>> virtual event after a new tab is selecte...
18
800
2026-03-23T11:14:19.785685