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
Nemotron-MIND
transformers
https://huggingface.co/datasets/nvidia/Nemotron-MIND
ai
python
s-platform IDE, Code::Blocks or Eclipse CDT might be better options." Participant 1: "Thanks for the information. I think I'll give Code::Blocks a try first and see how it goes. I appreciate the help!" In this conversation, the participants analyze the challenge of finding a new C++ IDE and brainstorm solutions within ...
114
799
2026-03-23T11:23:03.927690
changelog-2025-04-02
mastra
https://mastra.ai/blog/changelog-2025-04-02
ai
typescript
Previously, he was in product and engineering at Netlify and Gatsby. He created the first course as an MCP server and is kind of a musician. All articles by Shane Thomas →
4
171
2026-03-23T11:25:53.013991
Trailing_commas
javascript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Trailing_commas
language
javascript
g and reviewing the diff. diff [ "foo", + "baz", "bar", - "baz", ] Examples Trailing commas in literals Arrays JavaScript ignores trailing commas in array literals: js const arr = [ 1, 2, 3, ]; arr; // [1, 2, 3] arr.length; // 3 If more than one trailing comma is used, an elision (or hole) is produced. An array with ho...
2
774
2026-03-23T11:25:21.318148
?s=vaadin
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=vaadin
devops
python
k Inc. Instrumentation for the github.com/jinzhu/gorm package. go instrumentation database Go Language Instrumentation Component Apache 2.0 License Repository splunkgraphql – Instrumentation for github.com/graph-gophers/graphql-go by Splunk Inc. Instrumentation for the github.com/graph-gophers/graphql-go package. go in...
232
800
2026-03-23T11:20:45.496544
codecs.html
python
https://docs.python.org/3/library/codecs.html
language
python
ntal decoders must provide this constructor interface. They are free to add additional keyword arguments, but only the ones defined here are used by the Python codec registry. The IncrementalDecoder may implement different error handling schemes by providing the errors keyword argument. See Error Handlers for possible ...
26
800
2026-03-23T11:12:00.847396
schema
mcp
https://modelcontextprotocol.io/specification/draft/schema
ai
typescript
questURLParams The parameters for a request to elicit additional information from the user via the client. ElicitResultResponse interface ElicitResultResponse { jsonrpc : “2.0” ; id : RequestId ; result : ElicitResult ; } A successful response from the client for a elicitation/create request. Example: Elicitation resul...
34
796
2026-03-23T11:05:28.215146
feed.atom
planetscale
https://planetscale.com/blog/feed.atom
database
sql
ed because it needs to be unique and in a specific format. You can’t use the Faker library for this because it can only generate a unique DATETIME value, not DATE. You’ll create the random date values in the next step. Finally, modify your main database/seeders/DatabaseSeeder.php file as follows: call(MoodSeeder::class...
534
734
2026-03-23T11:03:06.264842
pkce-flow-errors-cannot-parse-response-or-zgotmplz-in-magic-link-emails-433665
supabase
https://supabase.com/docs/guides/troubleshooting/pkce-flow-errors-cannot-parse-response-or-zgotmplz-in-magic-link-emails-433665
database
typescript
the authorization server during the initial authorization request. This hash (the "code challenge") is later compared to the actual code verifier when the client exchanges the authorization code for an access token. It acts as a secure "handshake" between your mobile application and the authentication service. What are...
1
800
2026-03-23T11:12:03.694766
release-notes-1.20.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-1.20.0
mobile
dart
ueryData.navigationMode and allow controls to be focused when disabled. (cla: yes, customer: fun (g3), f: material design, framework) 54920 [flutter_tools] remove Isolate implementations of vm_service methods (cla: yes, tool) 54923 [flutter_tools] default tree-shake-icons to enabled and improve performance (cla: yes, t...
325
800
2026-03-23T11:13:03.432532
add-human-in-the-loop
langchain
https://docs.langchain.com/langsmith/add-human-in-the-loop
ai
python
ic interrupts Static interrupts (also known as static breakpoints) are triggered either before or after a node executes. Static interrupts are not recommended for human-in-the-loop workflows. They are best used for debugging and testing. You can set static interrupts by specifying interrupt_before and interrupt_after a...
11
800
2026-03-23T10:54:15.559159
testing
svelte
https://svelte.dev/docs/svelte/testing
framework
javascript
ke changes that are visible to the operating system or to native add-ons. On Windows, a copy of process.env on a Worker instance operates in a case-sensitive manner unlike the main thread. @since v0.1.27 env . string | undefined VITEST ? { EnvironmentResolveOptions .conditions ?: string[] | undefined conditions : [ 'br...
4
800
2026-03-23T11:29:53.897154
machine-readable-ui
terraform
https://developer.hashicorp.com/terraform/internals/machine-readable-ui
devops
hcl
aform.ui" , "@timestamp" : "2025-08-11T15:09:16.874024+02:00" , "type" : "log" } { "@level" : "info" , "@message" : "Installing provider version: hashicorp/aws v6.8.0..." , "@module" : "terraform.ui" , "@timestamp" : "2025-08-11T15:09:18.827459+02:00" , "type" : "log" } { "@level" : "info" , "@message" : "Installed pro...
8
800
2026-03-23T11:30:36.928227
xamarin-forms-devs
flutter
https://docs.flutter.dev/flutter-for/xamarin-forms-devs
mobile
dart
Flutter for Xamarin.Forms developers Skip to main content docs.flutter.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more OK, got it asterisk Guides play_lesson Learn api Reference list On this page chevron_right Flutter for Xamarin.Forms developers vertic...
0
728
2026-03-23T10:50:03.581328
dispose
flutter
https://docs.flutter.dev/release/breaking-changes/dispose
mobile
dart
spose() only in cases when your code created the object. Once you have called dispose() on a <class name>, it can no longer be used. content_copy Code before migration: dart x . dispose ( ) ; content_copy Code after migration: dart if ( xIsCreatedByMe ) { x . dispose ( ) ; } content_copy To locate the incorrect disposa...
2
781
2026-03-23T11:25:27.441442
tauri-community-survey-2022-data.csv
tauri
https://tauri.app/tauri-community-survey-2022-data.csv
desktop
rust
SE,FALSE,TRUE,FALSE,TRUE,FALSE,TRUE,FALSE,FALSE,,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,,"Web Search (Google, DuckDuckGo)",,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,,"None, but I want to use Tauri",,FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,,FALSE,TRUE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,,7,Yes,,FALSE,T...
127
800
2026-03-23T11:10:27.958441
?s=httpx
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=httpx
devops
python
manifest file like the following: extensions : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/extension/healthcheckv2extension v0.148.0 v0.148.0 Version Collector Language Extension Component Apache 2.0 License Package Details (go-collector) Repository HTTP Forwarder Collector Extension by 🔭 OpenT...
65
800
2026-03-23T11:33:25.492720
sessions
temporal
https://docs.temporal.io/develop/go/sessions
devops
go
ow.ErrSessionFailed error is returned if the Session framework detects that the Worker executing this Session has died. The failure of Activity Executions won't affect the state of the Session, so you still need to handle the errors returned from your Activities and call CompleteSession() if necessary. If the context p...
4
800
2026-03-23T10:56:54.376625
gettext.html
python
https://docs.python.org/3/library/gettext.html
language
python
atalog support The Catalog constructor Internationalizing your programs and modules Localizing your module Localizing your application Changing languages on the fly Deferred translations Acknowledgements Previous topic Internationalization Next topic locale — Internationalization services This page Report a bug Improve...
27
800
2026-03-23T11:04:18.075518
sentry
mastra
https://mastra.ai/docs/observability/tracing/exporters/sentry
ai
typescript
.io/ .. . # Optional SENTRY_ENVIRONMENT = production SENTRY_RELEASE = 1.0 .0 Zero-Config Setup Direct link to Zero-Config Setup With environment variables set, use the exporter with no configuration: src/mastra/index.ts import { Mastra } from '@mastra/core' import { Observability } from '@mastra/observability' import {...
1
800
2026-03-23T11:32:50.065864
static-rendering
expo
https://docs.expo.dev/router/reference/static-rendering
mobile
javascript
following styles to ensure native parity. Meta tags You can add meta tags to your pages with the <Head /> module from expo-router : src/app/about.tsx Copy import Head from 'expo-router/head' ; import { Text } from 'react-native' ; export default function Page ( ) { return ( < > < Head > < title > My Blog Website </ tit...
9
800
2026-03-23T11:06:32.099667
?s=spring-boot
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=spring-boot
devops
python
install this instrumentation library run: composer require open-telemetry/opentelemetry-auto-psr6 0.0.5 Version PHP Language Instrumentation Component Apache 2.0 License Package Details (packagist) Repository Slim Framework by 🔭 OpenTelemetry Authors 🔭 Instrumentation Library for the Slim Framework php slim instrumen...
314
799
2026-03-23T11:22:36.744790
2.7.6
git
https://git-scm.com/docs/git-push/2.7.6
devops
bash
og (this is <old> .. <new> in most cases, and <old> ... <new> for forced non-fast-forward updates). For a failed update, more details are given: rejected Git did not try to send the ref at all, typically because it is not a fast-forward and you did not force the update. remote rejected The remote end refused the update...
25
798
2026-03-23T11:03:15.032499
feed.xml
kubernetes
https://kubernetes.io/feed.xml
devops
yaml
e World Tree, inspired by Yggdrasil, the tree of life that binds many realms. Like any great tree, Kubernetes grows ring by ring and release by release, shaped by the care of a global community.</p> <p>At its center sits the Kubernetes wheel wrapped around the Earth, grounded by the resilient maintainers, contributors ...
634
800
2026-03-23T11:17:36.485327
temporal
temporal
https://docs.temporal.io/cli/workflow/
devops
go
value. Use JSON content or set --signal-input-meta to override. Can't be combined with --signal-input-file. Can be passed multiple times to pass multiple arguments. --signal-input-base64 No bool Assume signal inputs are base64-encoded and attempt to decode them. --signal-input-file No string[] A path or paths for input...
32
799
2026-03-23T11:16:00.248007
llms-components.txt
chakra_ui
https://chakra-ui.com/llms-components.txt
library
javascript
e: "PF", label: "French Polynesia", emoji: "🇵🇫" }, { value: "PG", label: "Papua New Guinea", emoji: "🇵🇬" }, { value: "PH", label: "Philippines", emoji: "🇵🇭" }, { value: "PK", label: "Pakistan", emoji: "🇵🇰" }, { value: "PL", label: "Poland", emoji: "🇵🇱" }, { value: "PM", label: "Saint Pierre and Miquelon", emo...
261
770
2026-03-23T10:52:18.208689
server-tools
tanstack_router
https://tanstack.com/ai/latest/docs/guides/server-tools
framework
typescript
${query}&limit=${limit}`, { headers: { Authorization: `Bearer ${process.env.API_KEY}`, // Server-only access }, } ); return await response.json(); }); Using Server Tools Pass tools to the chat function: typescript import { chat, toServerSentEventsResponse } from "@tanstack/ai"; import { openaiText } from "@tanstack/ai-...
12
748
2026-03-23T11:08:02.671493
?group=vector_set
redis
https://redis.io/docs/latest/commands/?group=vector_set
database
bash
eters. Learn more → Read more CONFIG RESETSTAT Resets the server's statistics. Learn more → Read more CONFIG REWRITE Persists the effective configuration to file. Learn more → Read more CONFIG SET Sets configuration parameters in-flight. Learn more → Read more COPY Copies the value of a key to a new key. Learn more → R...
15
800
2026-03-23T11:04:24.148718
mysql
mysql
https://dev.mysql.com/doc/refman/8.0/en/
database
sql
.5.7 mysqlshow — Display Database, Table, and Column Information 6.5.8 mysqlslap — A Load Emulation Client 6.6 Administrative and Utility Programs 6.6.1 ibd2sdi — InnoDB Tablespace SDI Extraction Utility 6.6.2 innochecksum — Offline InnoDB File Checksum Utility 6.6.3 myisam_ftdump — Display Full-Text Index information ...
10
800
2026-03-23T10:56:03.581504
django
django
https://docs.djangoproject.com/ko/2.1/faq/
framework
python
한 이용자만이 그것을 편집할 수 있도록 하기위해 어떻게 관리자 접근을 제한하나요? 내 관리자 사이트의 CSS와 이미지들이 개발 서버에서는 잘 보여지지만 mod_wsgi를 이용할 때는 재대로 보여지지 않습니다. 저의 "list_filter"가 ManyToManyField를 가지고 있습니다. 그런데 필터에서 나타나지 않습니다. 몇몇 개체가 관리자 페이지에서 표시되지 않습니다. 어떻게 관리 인터페이스의 기능을 커스터마이즈 할 수 있습니까? 동적 관리자 사이트가 못 생겼어요. 어떻게 변경을 할 수 있나요? 관리자 사이트는 어떤 브라우저들을 지원하나요? 자주 묻는 질문 : 코...
2
800
2026-03-23T11:32:18.635224
?s=python
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=python
devops
python
like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filestatsreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository FlinkMetrics Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver u...
114
799
2026-03-23T11:27:43.914952
tabnanny.html
python
https://docs.python.org/3/library/tabnanny.html
language
python
ule tokenize Lexical scanner for Python source code. Previous topic tokenize — Tokenizer for Python source Next topic pyclbr — Python module browser support This page Report a bug Improve this page Show source « Navigation index modules | next | previous | Python » 3.14.3 Documentation » The Python Standard Library » P...
2
800
2026-03-23T11:16:26.460712
diagnostics-self-hosted
langchain
https://docs.langchain.com/langsmith/diagnostics-self-hosted
ai
python
ources reveals error events and statuses that may not appear in application logs. These errors are typically caused by configuration or infrastructure issues rather than application code bugs. Describing resources also shows their configuration (such as environment variables), which is helpful for debugging. Run the fo...
8
798
2026-03-23T10:52:30.054562
go1.22
go
https://go.dev/doc/go1.22
language
go
all system calls. These improvements only apply for viewing traces produced by programs built with Go 1.22 or newer. A future release will bring some of these improvements to traces produced by older version of Go. Vet References to loop variables The behavior of the vet tool has changed to match the new semantics (see...
4
800
2026-03-23T11:32:06.964715
supabase-ssl-enforcement-get
supabase
https://supabase.com/docs/reference/cli/supabase-ssl-enforcement-get
database
typescript
ommands supabase orgs create supabase orgs list supabase orgs create Create an organization for the logged-in user. Usage 1 supabase orgs create supabase orgs list List all organizations the logged-in user belongs. Usage 1 supabase orgs list supabase projects Provides tools for creating and managing your Supabase proje...
55
800
2026-03-23T11:31:03.410961
qdrant
qdrant
https://qdrant.tech/articles/neural-search-tutorial/
database
python
Neural Search 101: A Complete Guide and Step-by-Step Tutorial - Qdrant Articles Articles Neural Search 101: A Complete Guide and Step-by-Step Tutorial Back to Vector Search Manuals Neural Search 101: A Complete Guide and Step-by-Step Tutorial Andrey Vasnetsov · June 10, 2021 Neural Search 101: A Comprehensive Guide and...
0
799
2026-03-23T11:03:50.905833
welcoming-brad-cornes-to-the-tailwind-team
tailwind
https://tailwindcss.com/blog/welcoming-brad-cornes-to-the-tailwind-team
library
javascript
Welcoming Brad Cornes to the Team - Tailwind CSS v 4.2 ⌘K Ctrl K Docs Blog Showcase Sponsor Plus July 18, 2020 Welcoming Brad Cornes to the Team Adam Wathan @ adamwathan Back in June, Brad Cornes joined our company as our very first team member. We didn't have a blog to announce it back then, but better late than never...
0
800
2026-03-23T10:55:29.313825
tarfile.html
python
https://docs.python.org/3/library/tarfile.html
language
python
various ways (e.g. by using absolute paths, .. path components, or symlinks that affect later members). In most cases, the full functionality is not needed. Therefore, tarfile supports extraction filters: a mechanism to limit functionality, and thus mitigate some of the security issues. Warning None of the available fi...
34
799
2026-03-23T11:24:02.255847
langchain
langfuse
https://langfuse.com/integrations/frameworks/langchain
ai
python
se handler langfuse_handler = CallbackHandler() # Step 1: Initial processing (custom logic) with langfuse.start_as_current_observation( as_type = "span" , name = "input-preprocessing" ) as prep_span: processed_input = "Simplified: Explain quantum computing" prep_span.update( output = { "processed_query" : processed_inp...
10
800
2026-03-23T10:53:10.756749
physics-simulation
flutter
https://docs.flutter.dev/cookbook/animation/physics-simulation
mobile
dart
alculates and runs a [SpringSimulation]. void _runAnimation(Offset pixelsPerSecond, Size size) { _animation = _controller.drive( AlignmentTween(begin: _dragAlignment, end: Alignment.center), ); // Calculate the velocity relative to the unit interval, [0,1], // used by the animation controller. final unitsPerSecondX = p...
11
738
2026-03-23T11:16:16.069481
?s=viburdbcp
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=viburdbcp
devops
python
s both extensionauth.HTTPClient and extensionauth.Server , so it can be used in both exporters and receivers. azureauth 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-co...
58
800
2026-03-23T11:38:04.208531
llms-medium.txt
svelte
https://svelte.dev/llms-medium.txt
framework
javascript
val' | 'unsafe-hashes' | 'unsafe-inline' | 'wasm-unsafe-eval' | 'none'; type CryptoSource = `${'nonce' | 'sha256' | 'sha384' | 'sha512'}-${string}`; type FrameSource = | HostSource | SchemeSource | 'self' | 'none'; type HostNameScheme = `${string}.${string}` | 'localhost'; type HostSource = `${HostProtocolSchemes}${Hos...
268
750
2026-03-23T11:13:00.456322
subprocess.html
python
https://docs.python.org/3/library/subprocess.html
language
python
or text (also known as universal_newlines ) is true, the file objects stdin , stdout and stderr will be opened in text mode using the encoding and errors specified in the call or the defaults for io.TextIOWrapper . For stdin , line ending characters '\n' in the input will be converted to the default line separator os.l...
12
798
2026-03-23T10:59:22.269731
AggregateCreateNodesError
nx
https://nx.dev/docs/reference/devkit/AggregateCreateNodesError
tooling
typescript
AggregateCreateNodesError | Nx Skip to content AggregateCreateNodesError This error should be thrown when a createNodesV2 function hits a recoverable error. It allows Nx to recieve partial results and continue processing for better UX. Hierarchy Section titled “Hierarchy” Error ↳ AggregateCreateNodesError Table of cont...
0
800
2026-03-23T11:28:48.880324
?s=grpc
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=grpc
devops
python
e instrumentation base class, and the instrumentation registry. base instrumentation ruby Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-base 0.25.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository Bunny Instrument...
342
800
2026-03-23T11:38:56.254903
link
react
https://react.dev/reference/react-dom/components/link
framework
javascript
. App.js ShowRenderedHTML.js App.js Reload Clear Fork import ShowRenderedHTML from './ShowRenderedHTML.js' ; export default function SiteMapPage ( ) { return ( < ShowRenderedHTML > < link rel = "stylesheet" href = "sitemap.css" precedence = "medium" /> < p > ... </ p > </ ShowRenderedHTML > ) ; } Controlling stylesheet...
9
800
2026-03-23T11:01:46.096177
?s=sentry
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=sentry
devops
python
ntelemetry-collector-contrib/receiver/azureeventhubreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Azure Monitor Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver scrapes Azure Monitor API for resources metrics. azure monitor rece...
104
800
2026-03-23T11:22:19.424854
?s=windowsservice
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=windowsservice
devops
python
deeper into what happens inside Checkmk through the use of OpenTelemetry traces, so that everyone using Checkmk could enjoy monitoring their infrastructure with a tool with the best performance and fewer bottlenecks. Python Checkmk Python Language Application integration Component GPL-2.0 License Website Documentation ...
16
799
2026-03-23T11:10:59.940463
?s=generator
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=generator
devops
python
Details (go-collector) Repository Span Collector Processor by 🔭 OpenTelemetry Authors 🔭 The Span Processor for the OpenTelemetry Collector modifies either the span name or attributes of a span based on the span name. go processor collector Quick Install When building a custom collector you can add this processor to t...
93
800
2026-03-23T11:11:58.624197
plugins
bun
https://bun.sh/docs/runtime/plugins
runtime
javascript
Plugins - Bun Skip to main content Bun home page Search... ⌘ K Search... Navigation File & Module System Plugins Runtime Package Manager Bundler Test Runner Guides Reference Blog Feedback Get Started Welcome to Bun Installation Quickstart TypeScript bun init bun create Core Runtime Bun Runtime Watch Mode Debugging REPL...
0
800
2026-03-23T10:57:21.119308
?s=nestjs-core
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=nestjs-core
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 Packag...
38
800
2026-03-23T11:25:44.287723
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
ial 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...
2,309
799
2026-03-23T10:56:49.345656
result-2022-08-10.json
qdrant
https://qdrant.tech/benchmarks/result-2022-08-10.json
database
python
6055671, "rps": 137.7694242497, "parallel": 2, "p99_time": 0.0191500791, "mean_time": 0.0143225357, "mean_precisions": 0.858979, "engine_params": { "vectorIndexConfig": { "ef": 128 } } }, { "engine_name": "weaviate", "setup_name": "weaviate-m-64-ef-512", "dataset_name": "glove-100-angular", "upload_time": 3109.90324988...
4,073
558
2026-03-23T11:15:13.620381
redis
redis
https://redis.io/docs/latest/develop/data-types/streams/
database
bash
] res31 = r . xinfo_stream ( "race:italy" ) print ( res31 ) # >>> { # 'length': 5, 'radix-tree-keys': 1, 'radix-tree-nodes': 2, # 'last-generated-id': '1692629926436-0', 'groups': 1, # 'first-entry': ('1692629925771-0', {'rider': 'Castilla'}), # 'last-entry': ('1692629926436-0', {'rider': 'Norem'}) # } res32 = r . xinf...
1,553
731
2026-03-23T11:04:07.561805
redis
redis
https://redis.io/docs/latest/integrate/redisom-for-python/
database
bash
code" : "S12 2MX" , "state" : "South Yorkshire" , "street_name" : "Main Street" , "street_number" : 9 , "unit" : null }, "age" : 35 , "first_name" : "Robert" , "last_name" : "McDonald" , "personal_statement" : "My name is Robert, I love meeting new people and enjoy music, coding and walking my dog." , "pk" : "01FX8RMR7...
19
800
2026-03-23T10:55:30.339697
index.html
java
https://docs.oracle.com/en/virtualization/index.html
language
java
s built on two core components: Oracle Linux KVM for compute and Oracle Linux Virtualization Manager for management. Oracle Linux Virtualization Manager Documentation Oracle Linux: KVM User's Guide Oracle VirtIO Drivers for Microsoft Windows for Use With KVM Oracle VirtualBox Oracle VirtualBox enables you to run multip...
1
520
2026-03-23T10:58:09.908132
?s=high-performance-logging
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=high-performance-logging
devops
python
Exporter Component Apache 2.0 License Package Details (nuget) Repository Instana Exporter for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 The Instana Exporter exports telemetry to Instana backend. instana exporter dotnet Quick Install To install this exporter run: dotnet add package OpenTelemetry.Exporter.Instana...
171
799
2026-03-23T11:12:23.966707
?s=browser-extension
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=browser-extension
devops
python
trumentation Component Apache 2.0 License Package Details (packagist) Repository OpenTelemetry HTTPlug async auto-instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation Library for PHP HTTP Async Client httpasyncclient instrumentation php Quick Install To install this instrumentation library run: composer requi...
308
800
2026-03-23T11:16:06.042457
durable-endpoints
inngest
https://www.inngest.com/docs/examples/durable-endpoints
devops
typescript
iguration needed, no separate /api/inngest serve endpoint required. A simple durable endpoint With the client set up, you can turn any route handler into a durable endpoint. Each step.run() call is memoized: if the handler is re-executed (due to a retry or crash recovery), completed steps are skipped and their previous...
2
800
2026-03-23T11:11:23.591245
?s=cortex
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=cortex
devops
python
y runtimetelemetry by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for Runtime Telemetry runtimetelemetry instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository RXJava Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a RXJava instru...
267
800
2026-03-23T11:30:57.339883
llms.txt
svelte
https://svelte.dev/docs/svelte/custom-elements/llms.txt
framework
javascript
ch expects a function as its argument. It is passed the custom element class generated by Svelte and expects you to return a custom element class. This comes in handy if you have very specific requirements to the life cycle of the custom element or want to enhance the class to for example use [ElementInternals](https:/...
6
764
2026-03-23T11:24:26.668458
HttpClient
angular
https://angular.dev/api/common/http/HttpClient
framework
typescript
defined; transferCache?: boolean | { includeHeaders?: string[] | undefined; } | undefined; timeout?: number | undefined; } | undefined The HTTP options to send with the request. @returns Observable<T> Constructs a HEAD request that interprets the body as an ArrayBuffer and returns the response as an ArrayBuffer . @para...
197
800
2026-03-23T10:58:20.421668
?s=bullmq
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=bullmq
devops
python
nstrumentation Java Language Instrumentation Component Apache 2.0 License Repository Settings for the PowerJob instrumentation by 🔭 OpenTelemetry Authors 🔭 powerjob instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Apache Pulsar instrumentation by 🔭 OpenTelemetry Authors 🔭 T...
263
799
2026-03-23T11:22:42.088082
2.14.6
git
https://git-scm.com/docs/git-fetch/2.14.6
devops
bash
the given tag. The remote ref that matches <src> is fetched, and if <dst> is not empty string, the local ref that matches it is fast-forwarded using <src>. If the optional plus + is used, the local ref is updated even if it does not result in a fast-forward update. Note When the remote branch you want to fetch is known...
14
797
2026-03-23T11:10:08.908427
streaming
nextjs
https://nextjs.org/docs/app/guides/streaming
framework
javascript
skeleton instead of streaming granularly. Error handling mid-stream If a component throws an error after streaming has started, the nearest error.js boundary catches it and renders the error UI in place of the failed component. The rest of the page remains intact, only the section that errored is replaced. Because the ...
13
800
2026-03-23T10:52:32.246908
bytecode
bun
https://bun.sh/docs/bundler/bytecode
runtime
javascript
in the cached bytecode. Cross-version portability: ❌ Bytecode is not stable across Bun versions . Here’s why: Bytecode format changes : JavaScriptCore’s bytecode format evolves. New opcodes get added, old ones get removed or changed, metadata structures change. Each version of JavaScriptCore has a different bytecode fo...
19
798
2026-03-23T10:58:34.507430
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
tool (curl and wget). resourceVersion resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. Defaults to unset resourceVersionMatch resourceVersionMatch determines how resourceVersion is ap...
2,023
798
2026-03-23T10:56:49.344460
?s=async
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=async
devops
python
og bridge by 🔭 OpenTelemetry Authors 🔭 Package otelzap provides an OpenTelemetry log bridge for go.uber.org/zap . zap log-bridge go Go Language Log bridge Component Apache 2.0 License Repository Monolog Appender by 🔭 OpenTelemetry Authors 🔭 MonoLog Log Appender for PHP. php logs PHP Language Core Component Apache 2...
361
800
2026-03-23T11:18:54.395068
create-table
turso
https://docs.turso.tech/sql-reference/statements/create-table
database
sql
, table-constraint [, table-constraint ...]] ) [STRICT]; Column Definition Copy column - name [type-name] [column-constraint ...] Column Constraints Copy PRIMARY KEY [ASC | DESC] [AUTOINCREMENT] NOT NULL UNIQUE DEFAULT expression CHECK (expression) REFERENCES foreign - table [(column-name)] [foreign-key-actions] COLLAT...
2
791
2026-03-23T10:52:22.865890
?s=high-performance-logging
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=high-performance-logging
devops
python
database exporter collector Go Language Utilities Component UPL License Documentation Repository OpenTelemetry Collector Release Notes Comparator by wbollock Website to help operators read release notes and compare across OpenTelemetry Collector versions. collector upgrade visualization Go Language Utilities Component ...
388
799
2026-03-23T11:12:23.967003
?s=vaadin
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=vaadin
devops
python
ponent Apache 2.0 License Package Details (go-collector) Repository Batch Collector Processor by 🔭 OpenTelemetry Authors 🔭 The Batch Processor for the OpenTelemetry Collector accepts spans, metrics, or logs and places them into batches. go processor collector Quick Install When building a custom collector you can add...
75
800
2026-03-23T11:20:45.496330
typescript
bun
https://bun.sh/docs/guides/runtime/typescript
runtime
javascript
Install TypeScript declarations for Bun - Bun Skip to main content Bun home page Search... ⌘ K Search... Navigation Runtime & Debugging Install TypeScript declarations for Bun Runtime Package Manager Bundler Test Runner Guides Reference Blog Feedback Overview Guides Deployment Deploy on Vercel Deploy on Railway Deploy ...
0
800
2026-03-23T11:05:56.237152
date-time
turso
https://docs.turso.tech/sql-reference/functions/date-time
database
sql
'2024-06-15 14:30:00' julianday() Returns the Julian day number as a REAL. The Julian day number is the number of days since noon on November 24, 4714 B.C. (proleptic Gregorian calendar). Copy julianday( time - value , modifier, modifier, ...) Parameter Type Description time-value TEXT, REAL, or INTEGER A time value in...
4
795
2026-03-23T10:59:36.518695
mui
mui
https://mui.com/x/api/charts/bar-chart/
library
javascript
func } | { axis?: 'x', classes?: object, colorMap?: { colors: Array<string>, type: 'ordinal', unknownColor?: string, values?: Array<Date | number | string> } | { color: Array<string> | func, max?: Date | number, min?: Date | number, type: 'continuous' } | { colors: Array<string>, thresholds: Array<Date | number>, type:...
9
800
2026-03-23T11:24:34.987460
webpack
webpack
https://webpack.js.org/plugins/image-minimizer-webpack-plugin/
tooling
javascript
nimizer.options.encodeOptions . webpack.config.js Copy const ImageMinimizerPlugin = require ( "image-minimizer-webpack-plugin" ) ; module . exports = { module : { rules : [ // You need this, if you are using `import file from "file.ext"`, for `new URL(...)` syntax you don't need it { test : / \.(jpe?g|png)$ / i , type ...
7
799
2026-03-23T11:12:01.295516
changelog.html
python
https://docs.python.org/3/whatsnew/changelog.html
language
python
signal handlers for ignoring it. bpo-34248 : Report filename in the exception raised when the database file cannot be opened by dbm.gnu.open() and dbm.ndbm.open() due to OS-related error. Patch by Zsolt Cserna. bpo-33089 : Add math.dist() to compute the Euclidean distance between two points. bpo-34246 : smtplib.SMTP.se...
1,704
799
2026-03-23T10:57:25.354980
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
projects Query Parameters Parameter Description pretty If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun direc...
5,112
799
2026-03-23T10:56:49.349584
deploying-runner-scale-sets-with-actions-runner-controller
github_actions
https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller
devops
yaml
for the runner scale set listener gha_max_runners gauge Maximum number of runners configured for the runner scale set listener gha_desired_runners gauge Number of runners desired (scale up / down target) by the runner scale set listener gha_idle_runners gauge Number of registered runners not running a job listener gha_...
44
800
2026-03-23T10:55:05.961577
gitlab_ci
gitlab_ci
https://docs.gitlab.com/ci/secrets/azure_key_vault/
devops
yaml
to perform action on resource.\r\nIf role assignments, deny assignments or role definitions were changed recently, please observe propagation time. ForbiddenByRbac If your Azure Key Vault is using RBAC, you must add the Key Vault Secrets User role assignment to your Azure AD application. For example: appId = $( az ad a...
4
800
2026-03-23T10:56:43.552449
components-and-hooks-must-be-pure
react
https://react.dev/reference/rules/components-and-hooks-must-be-pure
framework
javascript
ase ) ; // 🔴 Bad: never mutate props directly return < Link url = { item . url } > { item . title } </ Link > ; } function Post ( { item } ) { const url = new Url ( item . url , base ) ; // ✅ Good: make a copy instead return < Link url = { url } > { item . title } </ Link > ; } Don’t mutate State useState returns the ...
14
800
2026-03-23T10:55:24.075875
?s=swift
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=swift
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:28:57.192191
llms-components.txt
chakra_ui
https://chakra-ui.com/llms-components.txt
library
javascript
(virtualizer) const scrollToIndexFn = (details: ScrollToIndexDetails) => { clearScrollTimeout() const scrollToIndex = () => { const virtualizer = virtualizerRef.current const virtualItems = virtualizer.getVirtualItems() const virtualItem = virtualItems.find( (item) => item.index === details.index, ) if (virtualItem) { ...
484
668
2026-03-23T10:52:18.208994
2.4.12
git
https://git-scm.com/docs/git-push/2.4.12
devops
bash
lite/dev . This is to emulate git fetch run on the mothership using git push that is run in the opposite direction in order to integrate the work done on satellite , and is often necessary when you can only make connection in one way (i.e. satellite can ssh into mothership but mothership cannot initiate connection to s...
31
800
2026-03-23T11:00:54.491463
?s=php
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=php
devops
python
nent Apache 2.0 License Repository otelpgx - tracing support for github.com/jackc/pgx by Exaring AG. Provides OpenTelemetry tracing implementation for the pgx PostgreSQL package. go instrumentation database postgresql tracing Go Language Instrumentation Component Apache 2.0 License Repository jmoiron/sqlx instrumentati...
229
800
2026-03-23T11:30:46.304048
creating-streams
dart
https://dart.dev/libraries/async/creating-streams
language
dart
teger every second, 15 times. content_copy This implementation of timedCounter() has a couple of problems: It starts producing events before it has subscribers. It keeps producing events even if the subscriber requests a pause. As the next sections show, you can fix both of these problems by specifying callbacks such a...
16
660
2026-03-23T11:01:11.560130
error-handling
tanstack_router
https://tanstack.com/db/latest/docs/guides/error-handling
framework
typescript
rs you may encounter: MissingMutationFunctionError Thrown when creating a transaction without a required mutationFn : ts import { MissingMutationFunctionError } from "@tanstack/db" try { const tx = createTransaction({}) // Missing mutationFn } catch (error) { if (error instanceof MissingMutationFunctionError) { console...
21
779
2026-03-23T11:28:52.628679
cuda.html
pytorch
https://pytorch.org/docs/stable/notes/cuda.html
ml
python
backward, and step. # You don't even need to call optimizer.zero_grad() between iterations # because the captured backward refills static .grad tensors in place. g . replay () # Params have been updated. static_y_pred, static_loss, and .grad # attributes hold values from computing on this iteration's data. Partial-netw...
75
800
2026-03-23T10:58:40.553725
?s=javalin
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=javalin
devops
python
by Drew Corlin 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 co...
386
800
2026-03-23T11:15:15.388383
image
nextjs
https://nextjs.org/docs/app/api-reference/components/image
framework
javascript
, width , quality }) { return `https://example.com/ ${ src } ?w= ${ width } &q= ${ quality || 75 } ` } Example: Custom Image Loader Configuration Alternatively, you can use the loader prop to configure each instance of next/image . path If you want to change or prefix the default path for the Image Optimization API, yo...
20
799
2026-03-23T11:01:08.551659
?s=masstransit
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=masstransit
devops
python
like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filestatsreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository FlinkMetrics Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver u...
114
799
2026-03-23T11:39:07.434834
opentelemetry
opentelemetry
https://opentelemetry.io/docs/specs/opamp/
devops
python
ssary. Here is the sequence diagram that shows how status reporting works (assuming server-side processing is successful): Client Server │ │ │ │ │ WebSocket Connect │ ├──────────────────────────────────────►│ │ │ │ AgentToServer │ ┌─────────┐ ├──────────────────────────────────────►├──►│ │ │ │ │ Process │ │ ServerToAge...
40
385
2026-03-23T11:09:24.252451
?s=traces
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=traces
devops
python
Details (crates) 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. rust exporter Quick Install To install this exporter run: cargo add opentelemetry-otlp 0...
191
799
2026-03-23T11:34:02.633804
?s=psr14
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=psr14
devops
python
Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Kafka Metrics Receiver by 🔭 OpenTelemetry Authors 🔭 Kafka metrics receiver collects Kafka metrics (brokers, topics, partitions, consumer groups) from Kafka server, go receiver collector Quick Install When building a custom collec...
128
799
2026-03-23T11:33:29.276794
sleep.html
sqlite
https://www.sqlite.org/c3ref/sleep.html
database
sql
t implemented correctly, or not implemented at all, then the behavior of sqlite3_sleep() may deviate from the description in the previous paragraphs. If a negative argument is passed to sqlite3_sleep() the results vary by VFS and operating system. Some system treat a negative argument as an instruction to sleep forever...
1
591
2026-03-23T11:26:42.235476
generators
nx
https://nx.dev/docs/technologies/angular/generators
tooling
typescript
tion use dynamic federation? false --e2eTestRunner string Test runner to use for end to end (E2E) tests. "playwright" --inlineStyle boolean Specifies if the style will be in the ts file. false --inlineTemplate boolean Specifies if the template will be in the ts file. false --linter string The tool to use for running li...
24
800
2026-03-23T11:13:55.280652
redis
redis
https://redis.io/docs/develop/tools/cli/
database
bash
e ASCII-safe quoted strings, not Unicode. --show-pushes <yn> Whether to print RESP3 PUSH messages. Enabled by default when STDOUT is a tty but can be overridden with --show-pushes no. --stat Print rolling stats about server: mem, clients, ... --latency Enter a special mode continuously sampling latency. If you use this...
50
622
2026-03-23T10:53:14.197971
pt_BR
git
https://git-scm.com/docs/git-config/pt_BR
devops
bash
como $XDG_CONFIG_HOME. Eles também são chamados de arquivos de configuração "globais". Caso ambos existam, eles serão lidos na ordem indicada acima. $GIT_DIR/config Arquivo de configuração específico do repositório. $GIT_DIR/config.worktree Isso é opcional e só é pesquisado quando o arquivo extensions.worktreeConfig es...
21
800
2026-03-23T11:27:03.291208
button-group
shadcn_ui
https://ui.shadcn.com/docs/components/button-group
library
typescript
rated by a ButtonGroupSeparator . Button Copy import { Button } from "@/components/ui/button" import { ButtonGroup, View Code Input Wrap an Input component with buttons. Copy import { Button } from "@/components/ui/button" import { ButtonGroup } from "@/components/ui/button-group" import { Input } from "@/components/ui...
4
800
2026-03-23T11:07:55.503849
server-adapters
mastra
https://mastra.ai/docs/server/server-adapters
ai
typescript
Use manual initialization when you need middleware that runs before Mastra's context is available, or when you need to insert middleware between the context and auth steps. Adding custom routes Direct link to Adding custom routes You can add your own routes to the app alongside Mastra's routes. Routes added before init...
8
800
2026-03-23T10:55:08.504501
ddp.html
pytorch
https://pytorch.org/docs/stable/notes/ddp.html
ml
python
graph from the model output and marking all unused parameters as ready for reduction. During the backward pass, the Reducer would only wait for unready parameters, but it would still reduce all buckets. Marking a parameter gradient as ready does not help DDP skip buckets as for now, but it will prevent DDP from waiting...
7
800
2026-03-23T11:02:28.221134
?s=javalin
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=javalin
devops
python
lect trace data and export them to their backend of choice. Node.js pillarjs pillarjs-router router Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-restify 0.58.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Reposito...
294
800
2026-03-23T11:15:15.388259