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=erlang
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=erlang
devops
python
ou can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/tlscheckreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Trace Simulation Receiv...
161
800
2026-03-23T11:19:06.934624
release-notes-2.0.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.0.0
mobile
dart
o green) 72838 Migrated some more widgets doc comments to null safety. (cla: yes, framework, waiting for tree to go green) 72842 [NNBD] Migrate sample code pt 4 (a: null-safety, cla: yes, framework, waiting for tree to go green) 72845 [NNBD] Migrate sample code pt 5 (cla: yes, framework, waiting for tree to go green) 7...
1,142
800
2026-03-23T11:06:17.754626
route-handlers
nextjs
https://nextjs.org/docs/app/building-your-application/routing/route-handlers
framework
javascript
port async function GET (request : NextRequest ) { const url = request .nextUrl } context (optional) params : a promise that resolves to an object containing the dynamic route parameters for the current route. app/dashboard/[team]/route.ts TypeScript JavaScript TypeScript export async function GET ( request : Request ,...
2
800
2026-03-23T11:23:53.939417
docker
docker
https://docs.docker.com/reference/cli/dockerd/
devops
bash
g multiple daemons on a single host is considered experimental. You may encounter unsolved problems, and things may not work as expected in some cases. This section describes how to run multiple Docker daemons on a single host. To run multiple daemons, you must configure each daemon so that it doesn't conflict with oth...
58
748
2026-03-23T10:54:42.799362
pydantic_ai
pydantic_ai
https://ai.pydantic.dev/graph/
ai
python
self . foo ) else : return AnotherNode () We parameterize the node with the return type ( int in this case) as well as state. Because generic parameters are positional-only, we have to include None as the second parameter representing deps. The return type of the run method is now a union of AnotherNode and End[int] , ...
6
800
2026-03-23T10:51:32.443236
border-color
tailwind
https://tailwindcss.com/docs/border-color
library
javascript
-block-end-color: var(--color-mist-700); /* oklch(37.8% 0.015 216) */ border-be-mist-800 border-block-end-color: var(--color-mist-800); /* oklch(27.5% 0.011 216.9) */ border-be-mist-900 border-block-end-color: var(--color-mist-900); /* oklch(21.8% 0.008 223.9) */ border-be-mist-950 border-block-end-color: var(--color-m...
244
800
2026-03-23T11:21:15.590075
tailwindcss-v3-3
tailwind
https://tailwindcss.com/blog/tailwindcss-v3-3
library
javascript
re. New hyphens utilities Ever heard of the ­ HTML entity? Me neither until we added support for these hyphens-* utilities. Using hyphens-manual and a carefully placed ­ , you can tell the browser where to insert a hyphen when it needs to break a word across multiple lines: Officially recognized by the Duden di...
15
800
2026-03-23T10:54:40.356548
introduction
supabase
https://supabase.com/docs/reference/api/introduction
database
typescript
"mailer_secure_email_change_enabled" : true , 128 "mailer_subjects_confirmation" : " lorem " , 129 "mailer_subjects_email_change" : " lorem " , 130 "mailer_subjects_invite" : " lorem " , 131 "mailer_subjects_magic_link" : " lorem " , 132 "mailer_subjects_reauthentication" : " lorem " , 133 "mailer_subjects_recovery" : ...
28
799
2026-03-23T10:53:51.676290
stateless_random_saturation
tensorflow
https://www.tensorflow.org/api_docs/python/tf/image/stateless_random_saturation
ml
python
or if lower < 0 . Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates. Some ...
2
394
2026-03-23T11:37:14.127423
redis
redis
https://redis.io/docs/latest/develop/data-types/json/
database
bash
s a bike to get about on With a slick-shifting Claris gears from Shimano’s, this is a bike which doesn’t break the bank and delivers craved performance. It’s for the rider who wants both efficiency and capability.', price: 1475, specs: [Object], colors: [Array] }, { id: 'bike:5', model: 'Mimas', description: 'A real jo...
455
799
2026-03-23T10:54:21.885021
release-notes-3.35.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-3.35.0
mobile
dart
inherited by @bleroux in 170905 Reverts "Fix InputDecoration.floatingLabelBehavior is not inherited (#170905)" by @auto-submit[bot] in 170994 Reland: Fix InputDecoration.floatingLabelBehavior is not inherited by @bleroux in 170995 License cpp jun20 by @gaaclarke in 170948 Flutter test cleanup by @kevmoo in 170891 Depre...
32
798
2026-03-23T11:13:49.352790
llms-full.txt
inngest
https://www.inngest.com/llms-full.txt
devops
typescript
userland span is selected): ┌──────────────────────────────────────────────┐ │ Attributes │ ├──────────────────────────────────────────────┤ │ Span Name HTTP GET │ │ Span Kind client │ │ Service Name inventory-service │ │ │ │ Key Value │ │ ───────────────────────────────── │ │ http.method GET │ │ http.url https://api/s...
993
514
2026-03-23T10:50:47.949033
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
BuiltinTool | BuiltinToolFunc[AgentDepsT]\] | None\` | Returns: | Type | Description | | --------------------- | ---------------------- | | `AgentRunResult[Any]` | The result of the run. | Source code in `pydantic_ai_slim/pydantic_ai/durable_exec/temporal/_agent.py` ````python async def run( self, user_prompt: str | Se...
1,919
505
2026-03-23T10:51:26.913799
?s=transformers
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=transformers
devops
python
more convenient to use a pre-compiled package installed from NuGet. This client library for .NET also includes the opentelemetry-proto clients to allow for manually generating and sending signals, and lastly it includes a query builder to ease the process of building queries using the OddQueryLanguage (OQL). The proto ...
387
799
2026-03-23T11:26:30.537883
?s=kuma
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=kuma
devops
python
all To install this instrumentation library run: gem install opentelemetry-instrumentation-restclient 0.27.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository RSpec Instrumentation by 🔭 OpenTelemetry Authors 🔭 RSpec instrumentation for Ruby. ruby instrumentation rspe...
355
800
2026-03-23T11:38:06.864977
docker
docker
https://docs.docker.com/ai/mcp-catalog-and-toolkit/get-started/
devops
bash
ct, navigate to the relevant project directory. Then run claude mcp list . The output should show MCP_DOCKER with a "connected" status: $ claude mcp list Checking MCP server health... MCP_DOCKER: docker mcp gateway run - ✓ Connected Test the connection by submitting a prompt that invokes one of your installed MCP serve...
5
800
2026-03-23T11:18:03.083283
session
electron
https://www.electronjs.org/docs/latest/api/session
desktop
javascript
in (optional) - If a string is specified, can be loopback or loopbackWithMute . Specifying a loopback device will capture system audio, and is currently only supported on Windows. If a WebFrameMain is specified, will capture audio from that frame. enableLocalEcho Boolean (optional) - If audio is a WebFrameMain and this...
44
800
2026-03-23T10:51:13.231806
?s=windowsservice
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=windowsservice
devops
python
rovides instrumentation for Quarkus RESTEasy Reactive quarkus resteasy reactive instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Quartz Instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for Quartz quartz instrumentation java Java La...
264
800
2026-03-23T11:10:59.940817
postgresql
postgresql
https://www.postgresql.org/docs/release/9.3.16/
database
sql
nterval -to- interval casts that aren't really no-ops (Tom Lane) In some cases, a cast that should result in zeroing out low-order interval fields was mistakenly deemed to be a no-op and discarded. An example is that casting from INTERVAL MONTH to INTERVAL YEAR failed to clear the months field. Ensure that cached plans...
7
799
2026-03-23T11:34:15.196889
?s=axum
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=axum
devops
python
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/bmchelixexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package...
30
800
2026-03-23T11:32:24.869041
?s=browser-extension
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=browser-extension
devops
python
hub.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 build...
160
800
2026-03-23T11:16:06.042201
qdrant
qdrant
https://qdrant.tech/articles/agentic-builders-guide/
database
python
ter based on the user’s past preferences to give them the perfect result. Real-Time Memory Layer for Agents Users expect agents to remember the details of their conversation. Your agent’s memory must be updated every time it gets new information, not just at the start of each session. Qdrant supports real-time upserts ...
9
800
2026-03-23T10:54:05.015669
?s=undertow
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=undertow
devops
python
tion 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 require open-...
308
800
2026-03-23T11:39:02.415645
usage
turso
https://docs.turso.tech/api-reference/organizations/usage
database
sql
Organization Usage - Turso Skip to main content Turso home page Search... ⌘ K Search... Navigation Organizations Organization Usage Turso Database (beta) Turso Cloud AgentFS (beta) Turso Homepage Discord GitHub Turso Cloud Introduction Quickstart Local Development libSQL Migrate to Turso Durability Guarantees Private E...
0
800
2026-03-23T11:25:17.226493
?s=llm
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=llm
devops
python
on Integration for Sentry by Sentry authors The Sentry OpenTelemetry Python integration provides a processor and propagator to send data to Sentry and to associate traces/spans to Sentry errors. For configuration details, see OpenTelemetry Support . python processor propagator utilities sentry error monitoring Python L...
390
800
2026-03-23T11:17:28.589521
?s=edge-extension
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=edge-extension
devops
python
currently supported in order to keep the package size as small as possible. Not all features of OpenTelemetry are supported, and this package should be considered experimental. swift instrumentation ios macOS tvOS watchOS Swift Language Instrumentation Component MIT License Repository flow - tracing flow metrics by MrA...
376
800
2026-03-23T11:27:01.887104
whats-new
dart
https://dart.dev/resources/whats-new
language
dart
erator ( ! ) as part of the Other operators section of the language tour. Migrated the Low-level HTML tutorials to support null safety and discuss how to interact with web APIs while using it. Made miscellaneous other updates: Documented the native types provided by dart:ffi for use in C interop. Introduced a new secti...
43
748
2026-03-23T10:56:11.861791
?s=meter
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=meter
devops
python
ository 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...
344
800
2026-03-23T11:17:39.414145
server-environment
firebase
https://firebase.google.com/docs/cloud-messaging/server-environment
database
javascript
nder ID is the same as the project number. The sender ID is used to identify each sender that can send messages to the client app. Access token A short-lived OAuth 2.0 token that authorizes requests to the HTTP v1 API. This token is associated with a service account that belongs to your Firebase project. To create and ...
3
800
2026-03-23T11:21:14.232779
django
django
https://docs.djangoproject.com/en/5.0/faq/
framework
python
help? Why hasn’t my message appeared on django-users ? Nobody answered my question! What should I do? I think I’ve found a bug! What should I do? I think I’ve found a security problem! What should I do? FAQ: Databases and models How can I see the raw SQL queries Django is running? Can I use Django with a preexisting da...
2
800
2026-03-23T11:36:50.602713
?s=psr16
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=psr16
devops
python
tes Operator by 🔭 OpenTelemetry Authors 🔭 A Kubernetes Operator for the OpenTelemetry Collector. kubernetes Collector Language Core Component Apache 2.0 License Repository opentelemetry-lua by yangxikun An unofficial implementation of OpenTelemetry in lua. lua instrumentation Lua Language Instrumentation Component Ap...
365
800
2026-03-23T11:22:24.545798
content-caching
turso
https://docs.turso.tech/guides/content-caching
database
sql
stats SET value = value + ? WHERE key = 'tokens_saved' ; -- Per-session counter (upsert) INSERT INTO session_stats (session_id, key , value ) VALUES (?, 'tokens_saved' , ?) ON CONFLICT(session_id, key ) DO UPDATE SET value = value + ?; Querying statistics Copy -- Number of distinct files cached SELECT COUNT ( DISTINCT ...
5
795
2026-03-23T10:50:45.972689
web-standards
svelte
https://svelte.dev/docs/kit/web-standards
framework
javascript
sed without importing the node:console module. Warning : The global console object's methods are neither consistently synchronous like the browser APIs they resemble, nor are they consistently asynchronous like all other Node.js streams. See the note on process I/O for more information. Example using the global console...
4
778
2026-03-23T11:26:39.639767
?s=cgroupruntime
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=cgroupruntime
devops
python
or user. Data Preboarding Delimited data validation Data loading Trusted publishing Python Language Application integration Component GNU Lesser General Public License v2.1 License Website Documentation Repository MLflow native by MLflow Authors The MLflow tracing feature is built using OpenTelemetry, and allows users ...
17
799
2026-03-23T11:32:52.650427
supabase-storage-rm
supabase
https://supabase.com/docs/reference/cli/supabase-storage-rm
database
typescript
─────────────────┼────────────────┼────────────────────── Now you can run db pull again to dump the remote schema as a local migration file. $ supabase db pull Connecting to remote database... Schema written to supabase/migrations/20240414044403_remote_schema.sql Update remote migration history table? [Y/n] Repaired mi...
32
767
2026-03-23T11:29:45.746893
asm
go
https://go.dev/doc/asm
language
go
unction in which it is defined. It is therefore permitted for multiple functions in a file to define and use the same label names. Direct jumps and call instructions can target text symbols, such as name(SB) , but not offsets from symbols, such as name+4(SB) . Instructions, registers, and assembler directives are alway...
11
800
2026-03-23T10:52:38.363318
ml
firebase
https://firebase.google.com/products/ml
database
javascript
ing on Google Cloud, and get back the information you need–all in a few lines of code. Case Studies eBay Motors uses Firebase ML to quickly categorize images, reduce costs and improve user experience eBay Motors allows users to search and find cars for sale in their area. Learn how they used AutoML Vision Edge in Fireb...
2
800
2026-03-23T10:51:18.953291
?s=web
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=web
devops
python
nt Apache 2.0 License Package Details (npm) Repository OpenTelemetry Instrumentation for cassandra-driver by 🔭 OpenTelemetry Authors 🔭 Instrumentation library for Cassandra driver. Node.js cassandra cassandra-driver database Quick Install To install this instrumentation library run: npm install @opentelemetry/instrum...
276
800
2026-03-23T11:23:14.011353
branch-restore
neon
https://neon.tech/docs/guides/branch-restore
database
sql
nches are deletable except in two cases: When a root branch is restored from another branch, the backup branch, which is the original root, cannot be deleted. A backup branch cannot be deleted if it has child branches. To delete a backup branch: Navigate to the Branches page. Find the backup branch you want to delete. ...
9
800
2026-03-23T11:05:18.193731
docker
docker
https://docs.docker.com/reference/api/engine/version/v1.50/
devops
bash
Docker Engine API v1.50 reference This page is rendered with JavaScript. Download Docker Engine API v1.50 reference Swagger/OpenAPI specification
0
145
2026-03-23T11:25:55.803671
?s=deltatocumulative
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=deltatocumulative
devops
python
implementation 'io.opentelemetry.javaagent.instrumentation:opentelemetry-javaagent-finatra-2.9:2.16.0-alpha' } 2.16.0-alpha Version Java Language Instrumentation Component Apache 2.0 License Package Details (maven) Repository Geode Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Geode instrumenta...
246
799
2026-03-23T11:36:53.633043
useContext
react
https://react.dev/reference/react/useContext
framework
javascript
xample: const ThemeContext = createContext ( ' light ' ) ; This way, if you accidentally render some component without a corresponding provider, it won’t break. This also helps your components work well in a test environment without setting up a lot of providers in the tests. In the example below, the “Toggle theme” bu...
9
800
2026-03-23T11:08:58.169217
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
s true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a cons...
5,258
799
2026-03-23T10:56:49.349786
kubernetes-controller
temporal
https://docs.temporal.io/production-deployment/worker-deployments/kubernetes-controller
devops
go
l running Workflows. Worker Versioning is a Temporal feature that allows you to pin Workflows to individual versions of your Workers, which are called Worker Deployment Versions. Using pinning, you will not need to add branching to your Workflows to avoid non-determinism errors. This allows you to bypass the other Vers...
1
800
2026-03-23T11:11:20.058361
globals
bun
https://bun.sh/docs/runtime/globals
runtime
javascript
Web WritableStreamDefaultController Web WritableStreamDefaultWriter Web Was this page helpful? Yes No Suggest edits Raise issue Utils Previous Bun APIs Next ⌘ I
3
160
2026-03-23T10:55:54.944803
contributing.html
scikit_learn
https://scikit-learn.org/dev/developers/contributing.html
ml
python
e is a way to run all examples with filenames containing plot_calibration : EXAMPLES_PATTERN = "plot_calibration" make html You can use regular expressions for more advanced use cases. Set the environment variable NO_MATHJAX=1 if you intend to view the documentation in an offline setting. To build the PDF manual, run: ...
44
799
2026-03-23T10:50:45.946166
auth
convex
https://docs.convex.dev/auth
database
typescript
ton of functionality like passkeys, two-factor auth, spam protection, and more on top of the authentication basics. Clerk has great Next.js and React Native support WorkOS AuthKit is built for B2B apps and free for up to 1M users Auth0 is more established with more bells and whistles Custom Auth Integration allow any O...
1
796
2026-03-23T10:57:04.906146
spawn-stdout
bun
https://bun.sh/docs/guides/process/spawn-stdout
runtime
javascript
a yarn-compatible lockfile Migrate from npm to bun Configure git to diff Bun's lockfile Install Bun in GitHub Actions Test Runner Run tests Watch mode Migrate from Jest Mock functions Spy on methods Mock system time Snapshot testing Update snapshots Coverage reports Coverage threshold Concurrent test glob Skip tests To...
3
799
2026-03-23T11:17:56.454725
fr
git
https://git-scm.com/docs/git-fast-import/fr
devops
bash
t’ de fast-import’pour réinitialiser une branche fictive en dehors de votre espace de branche normal au commit de base pour le tag, puis validez un ou plusieurs commits de correction de fichiers, et enfin étiquetez la branche fictive. Par exemple, puisque toutes les branches normales sont stockées sous refs/heads/ , no...
78
800
2026-03-23T11:33:11.383919
?s=nso
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=nso
devops
python
y Splunk Inc. Instrumentation for the Golang database/sql package. go instrumentation database sql Go Language Instrumentation Component Apache 2.0 License Repository splunksqlx – Instrumentation for github.com/jmoiron/sqlx by Splunk Inc. Instrumentation for the github.com/jmoiron/sqlx package. go instrumentation datab...
235
800
2026-03-23T11:27:30.314940
layouts-rfc
nextjs
https://nextjs.org/blog/layouts-rfc
framework
javascript
populate a sidebar component: app/blog/layout.js export async function getStaticProps () { const categories = await getCategoriesFromCMS (); return { props : { categories } , }; } export default function BlogLayout ({ categories , children }) { return ( <> < BlogSidebar categories = {categories} /> {children} </> ); } ...
19
800
2026-03-23T11:33:29.819128
redis
redis
https://redis.io/docs/latest/develop/data-types/streams/
database
bash
'consumers': 2, 'pending': 2, # 'last-delivered-id': '1692629925790-0' # } # ] res33 = r . xinfo_consumers ( "race:italy" , "italy_riders" ) print ( res33 ) # >>> [ # {'name': 'Alice', 'pending': 2, 'idle': 199332}, # {'name': 'Bob', 'pending': 0, 'idle': 489170} # ] r . xadd ( "race:italy" , { "rider" : "Jones" }, max...
59
748
2026-03-23T11:04:07.559584
no-private-imports
biome
https://biomejs.dev/linter/rules/no-private-imports
tooling
javascript
noPrivateImports | Biome Skip to content noPrivateImports JavaScript (and super languages) Summary Section titled “Summary” Rule available since: v2.0.0 Diagnostic Category: lint/correctness/noPrivateImports This rule is recommended , meaning it is enabled by default. This rule doesn’t have a fix. The default severity ...
0
800
2026-03-23T11:41:44.157245
?s=watchos
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=watchos
devops
python
postgresql Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-pg 0.35.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository Que Instrumentation by 🔭 OpenTelemetry Authors 🔭 Que instrumentation for Ruby. ruby instrumenta...
351
799
2026-03-23T11:10:38.112376
windows.html
python
https://docs.python.org/3/using/windows.html
language
python
“landmark file” (either Lib\os.py or pythonXY.zip ) to deduce the “Python Home”. If a Python home is found, the relevant sub-directories added to sys.path ( Lib , plat-win , etc) are based on that folder. Otherwise, the core Python path is constructed from the PythonPath stored in the registry. If the Python Home canno...
58
797
2026-03-23T11:10:50.365455
gradle-tutorial
nx
https://nx.dev/docs/getting-started/tutorials/gradle-tutorial
tooling
typescript
Gradle configuration are still respected. By running the task via Nx, however, the task computation was cached for reuse. Now, running nx run application:build again, will complete almost instantly as the result from the previous execution will be used. nx run application:build ✔ 1/1 dependent project tasks succeeded [...
7
797
2026-03-23T10:55:57.828203
biome
biome
https://biomejs.dev/linter/rules/use-hook-at-top-level/
tooling
javascript
); 7 } code-block.js:6:5 lint/correctness/useHookAtTopLevel ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ✖ This hook is being called conditionally, but all hooks must be called in the exact same order in every component render. 4 │ } 5 │ > 6 │ useEffect(); │ ^ ^ ^ ^ ^ ^ ^ ^ ^ 7 │ } 8 │ ℹ Hooks should not be called a...
2
800
2026-03-23T11:36:27.849812
tsconfig
typescript
https://www.typescriptlang.org/tsconfig
language
javascript
'y' are incompatible. Type 'U' is not assignable to type 'T'. 'T' could be instantiated with an arbitrary type which could be unrelated to 'U'. } Try This flag can be used to remove that check. Released: 2.5 # Out - out Use outFile instead. The out option computes the final file location in a way that is not predictabl...
116
789
2026-03-23T10:57:49.381549
?s=source-generator
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=source-generator
devops
python
ory OpenTelemetry Metrics for gRPC first party integration incubating by gRPC Authors gRPC provides support for an OpenTelemetry plugin that provides metrics java incubating grpc Java Language Instrumentation Component Apache-2.0 License Website Documentation Repository Guava Instrumentation by 🔭 OpenTelemetry Authors...
248
800
2026-03-23T11:33:15.587170
keyword_index.html
sqlite
https://www.sqlite.org/keyword_index.html
database
sql
orary databases temporary directory search algorithm temporary disk files temporary tables test coverage test harness test suite testcase macros testing text encoding TH3 the "decimal" collating sequence the -> and ->> operators the -> operator the .fullschema dot-command the amalgamation the ext3 barrier problem The F...
73
800
2026-03-23T10:54:01.965650
?s=remix
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=remix
devops
python
more convenient to use a pre-compiled package installed from NuGet. This client library for .NET also includes the opentelemetry-proto clients to allow for manually generating and sending signals, and lastly it includes a query builder to ease the process of building queries using the OddQueryLanguage (OQL). The proto ...
387
799
2026-03-23T11:33:59.676786
physics_big
transformers
https://huggingface.co/datasets/Vikhrmodels/physics_big
ai
python
lta t$ градусов. Характеристики воды: плотность $\gamma$, удельное электрическое сопротивление $\rho$, удельная теплоемкость $c$. Теплоемкостями цилиндров и потерями теплоты в окружающую среду можно пренебречь."}]} [{"condition": "Рассчитайте, с какой скоростью должна течь вода, чтобы ее температура повысилась на $\Del...
136
800
2026-03-23T11:28:51.647981
?s=browserextension
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=browserextension
devops
python
building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/journaldreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repos...
125
799
2026-03-23T11:32:48.691377
dynamic-credentials
terraform
https://developer.hashicorp.com/terraform/tutorials/cloud/dynamic-credentials
devops
hcl
role for the current subscription, and two federated identity credentials, one for planning configuration changes, and the second to apply them. It configures each of them to accept requests from HCP Terraform using the default audience. Azure will automatically verify that requests for credentials come from HCP Terraf...
15
799
2026-03-23T11:09:19.851763
train
transformers
https://huggingface.co/datasets/princeton-nlp/SWE-bench/viewer/default/train
ai
python
32, used=1015808 Metadata, RAID1: total=10737418240, used=8832679936 GlobalReserve, single: total=536870912, used=0 ``` However, 'Btrfs Free Space (bytes)' and 'Btrfs Usage (%)' aren't clear what they are referring to. Especially the usage % metric which is 1.85 which doesn't seem to line up with anything. The tl;dr of...
92
694
2026-03-23T11:25:24.231334
redis
redis
https://redis.io/docs/latest/develop/data-types/streams/
database
bash
Value res9 = db . StreamAdd ( "race:usa" , [ new("racer", "Norem") ] , "0-2" ); Console . WriteLine ( res9 ); // >>> 0-2 // Tests for 'xadd_id' step. try { RedisValue res10 = db . StreamAdd ( "race:usa" , [ new("racer", "Prickett") ] , "0-1" ); } catch ( RedisServerException ex ) { Console . WriteLine ( ex ); // >>> ER...
1,786
800
2026-03-23T11:04:07.562127
?s=meter
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=meter
devops
python
umentation Component Apache 2.0 License Package Details (gems) Repository RubyLLM Instrumentation by thoughtbot RubyLLM instrumentation for Ruby. ruby instrumentation GenAI LLM Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-ruby_llm 0.2.0 Version Ruby Language Instr...
356
800
2026-03-23T11:17:39.414160
?s=pinecone
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=pinecone
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:20:29.243405
OpenMathReasoning
transformers
https://huggingface.co/datasets/nvidia/OpenMathReasoning
ai
python
as many pairs of parallel lines as possible. For example, if points form a regular polygon, perhaps they lie on multiple pairs of parallel lines, but I'm not sure. Alternatively, if all points lie on a circle, then each diameter is a line equidistant to two points (the ones it's perpendicular bisector of), but not all ...
27
799
2026-03-23T11:24:54.977459
?s=akka
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=akka
devops
python
andler that creates OpenTelemetry spans from Phoenix events. phoenix instrumentation erlang Erlang Language Instrumentation Component Apache 2.0 License Repository Redix Instrumentation by 🔭 OpenTelemetry Authors 🔭 OpentelemetryRedix uses telemetry handlers to create OpenTelemetry spans from Redix command events. red...
218
800
2026-03-23T11:18:15.453770
itertools.html
python
https://docs.python.org/3/library/itertools.html
language
python
( islice ( iterators , num_active )) yield from map ( next , iterators ) def subslices ( seq ): "Return all contiguous non-empty subslices of a sequence." # subslices('ABCD') → A AB ABC ABCD B BC BCD C CD D slices = starmap ( slice , combinations ( range ( len ( seq ) + 1 ), 2 )) return map ( getitem , repeat ( seq ), ...
38
800
2026-03-23T11:08:04.533141
golden-image-with-hcp-packer
terraform
https://developer.hashicorp.com/packer/tutorials/cloud-production/golden-image-with-hcp-packer
devops
hcl
he API Gateway has been provisioned. It can take a few seconds for the API Gateway to be ready to accept requests, and provisioning the webhook will fail if HCP Packer cannot send a test event to the configured URL. Next, the configuration defines the Lambda function that handles incoming events from the webhook. notif...
10
800
2026-03-23T10:52:59.201598
?s=undertow
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=undertow
devops
python
lowing: processors : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v0.148.0 v0.148.0 Version Collector Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Schema Transformer Processor by 🔭 OpenTelemetry Authors 🔭 The Sche...
92
799
2026-03-23T11:39:02.415474
?s=php
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=php
devops
python
metry Authors 🔭 Serves as a placeholder receiver in a pipeline. This can be useful if you want to e.g. start a Collector with only extensions enabled. nop receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : go.opente...
136
800
2026-03-23T11:30:46.303976
wsgiref.html
python
https://docs.python.org/3/library/wsgiref.html
language
python
2 else 8000 # Make and start the server until control-c httpd = simple_server . make_server ( "" , port , app ) print ( f "Serving { path } on port { port } , control-C to stop" ) try : httpd . serve_forever () except KeyboardInterrupt : print ( "Shutting down." ) httpd . server_close () Table of Contents wsgiref — WSG...
39
798
2026-03-23T10:58:55.042641
index_base.html
xgboost
https://xgboost.readthedocs.io/en/stable/R-package/index_base.html
ml
python
factor -typed columns. Categorical labels for DMatrices do not undergo any extra processing - the user must supply base-0 encoded labels. A function to retrieve class-specific coefficients when using the linear coefficients history callback takes a class index parameter, which also does not undergo any conversion (i.e....
5
655
2026-03-23T10:56:44.458880
how-we-built-insights-ai-with-inngest
inngest
https://www.inngest.com/blog/how-we-built-insights-ai-with-inngest
devops
typescript
uld do it too. AgentKit seemed like the answer We started with our own AgentKit and OpenAI's models. AgentKit is our framework for building multi-step agent workflows. It handles the orchestration while you focus on the logic. The architecture looked good on paper: User asks a question in natural language Agent analyze...
2
800
2026-03-23T11:22:05.967526
rating
chakra_ui
https://chakra-ui.com/docs/components/rating
library
javascript
nt to show testimonials. Preview Code Stackblitz Sage is a great software engineer. He is very professional and knowledgeable. MJ Matthew Jones CTO, Company Closed Component Here's how to setup the Rating for a closed component composition. import { RatingGroup } from "@chakra-ui/react" import * as React from "react" e...
3
800
2026-03-23T10:53:47.958328
app
expo
https://docs.expo.dev/versions/latest/config/app
mobile
javascript
e: Transporter will pull the value for Version Number from expo.version and NOT from expo.ios.buildNumber .) Existing React Native app? Set this value in info.plist under CFBundleVersion backgroundColor Type: string • Path: ios . backgroundColor The background color for your iOS app, behind any of your React views. Ove...
17
785
2026-03-23T10:59:05.095621
fastapi
fastapi
https://fastapi.tiangolo.com/advanced/security/oauth2-scopes/
framework
python
access_token = access_token , token_type = "bearer" ) @app . get ( "/users/me/" ) async def read_users_me ( current_user : Annotated [ User , Depends ( get_current_active_user )], ) -> User : return current_user @app . get ( "/users/me/items/" ) async def read_own_items ( current_user : Annotated [ User , Security ( ge...
66
800
2026-03-23T10:50:53.992859
changelog.html
python
https://docs.python.org/3/whatsnew/changelog.html
language
python
hat is not an instance of int to an attribute that corresponds to a C struct member of type T_UINT and T_ULONG. Fix a double RuntimeWarning emitted when assign a negative integer value to an attribute that corresponds to a C struct member of type T_UINT. gh-114265 : Compiler propagates line numbers before optimization,...
470
800
2026-03-23T10:57:25.353256
?s=proxy
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=proxy
devops
python
ocumentation Repository kgateway native sandbox by kgateway Authors kgateway supports OTLP export for traces and logs, with Prometheus-native metrics collection. go kgateway gateway-api ingress envoy Go Language Application integration Component Apache-2.0 License Website Documentation Repository Knative native incubat...
8
800
2026-03-23T11:36:31.297000
border-color
tailwind
https://tailwindcss.com/docs/border-color
library
javascript
lch(43.2% 0.095 166.913) */ border-b-emerald-900 border-bottom-color: var(--color-emerald-900); /* oklch(37.8% 0.077 168.94) */ border-b-emerald-950 border-bottom-color: var(--color-emerald-950); /* oklch(26.2% 0.051 172.552) */ border-b-teal-50 border-bottom-color: var(--color-teal-50); /* oklch(98.4% 0.014 180.72) */...
323
800
2026-03-23T11:21:15.590176
sqlite3.html
python
https://docs.python.org/3/library/sqlite3.html
language
python
laceholders are used and parameters is a sequence instead of a dict . Use executescript() to execute multiple SQL statements. executemany ( sql , parameters , / ) ¶ For every item in parameters , repeatedly execute the parameterized DML SQL statement sql . Uses the same implicit transaction handling as execute() . Para...
50
800
2026-03-23T11:09:29.753557
2.11.4
git
https://git-scm.com/docs/git-push/2.11.4
devops
bash
hen an update changes a branch (or more in general, a ref) that used to point at commit A to point at another commit B, it is called a fast-forward update if and only if B is a descendant of A. In a fast-forward update from A to B, the set of commits that the original commit A built on top of is a subset of the commits...
27
790
2026-03-23T11:01:18.448018
$state
svelte
https://svelte.dev/docs/svelte/$state
framework
javascript
Error: Whoops, something bad happened // at [eval]:5:15 // at Script.runInThisContext (node:vm:132:18) // at Object.runInThisContext (node:vm:309:38) // at node:internal/process/execution:77:19 // at [eval]-wrapper:6:22 // at evalScript (node:internal/process/execution:76:60) // at node:internal/main/eval_string:23:3 c...
55
771
2026-03-23T11:15:17.941323
?s=database
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=database
devops
python
k Install To install this instrumentation library run: npm install @jufab/opentelemetry-angular-interceptor 1.9.0-1 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository Fastify OpenTelemetry by Holden Whitehead Fastify OpenTelemetry API integration, using the Fastify...
273
800
2026-03-23T11:28:28.459638
?s=linux
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=linux
devops
python
l this instrumentation library run: dotnet add package NServiceBus 3.3.0-unstable71 Version .NET Language Instrumentation Component Reciprocal Public License 1.5 License Website Documentation Package Details (nuget) Repository OWIN Instrumentation for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 This is an Instrum...
208
800
2026-03-23T11:28:08.295947
Nemotron-Cascade-RL-SWE
transformers
https://huggingface.co/datasets/nvidia/Nemotron-Cascade-RL-SWE
ai
python
if len(output) <= 1: reward = 0 print(f'Reward: {reward}; reasoning not finished yet...') return 0 else: output = output[-1] output = output.split('<solution>\n') if len(output) >= 2: predict_solution = output[-1].split('\n</solution>')[0] else: print('No <solution> found') predict_solution = output[-1] solution = SOLU...
12
771
2026-03-23T11:26:58.853403
drag-drop
angular
https://angular.dev/guide/drag-drop
framework
typescript
roup , CdkDropList , CdkDrag ], }) export class CdkDragDropDisabledSortingExample { items = [ 'Carrots' , 'Tomatoes' , 'Onions' , 'Apples' , 'Avocados' ]; basket = [ 'Oranges' , 'Bananas' , 'Cucumbers' ]; drop ( event : CdkDragDrop < string []>) { if (event.previousContainer === event.container) { moveItemInArray (even...
62
799
2026-03-23T10:51:20.894577
developing-packages
flutter
https://docs.flutter.dev/packages-and-plugins/developing-packages
mobile
dart
ge types # Packages can contain more than one kind of content: Dart packages General packages written in Dart, for example the path package. Some of these might contain Flutter specific functionality and thus have a dependency on the Flutter framework, restricting their use to Flutter only, for example the fluro packag...
1
602
2026-03-23T10:53:07.387154
nested.md.txt
pytorch
https://pytorch.org/docs/stable/_sources/nested.md.txt
ml
python
quires examination of the NJT's ``offsets`` data to delineate batch item boundaries within the packed ragged dimension. As a workaround, there are a couple torch.compile flags that can be set: ``` >>> torch._dynamo.config.capture_dynamic_output_shape_ops = True >>> torch._dynamo.config.capture_scalar_outputs = True ```...
23
800
2026-03-23T11:13:35.634991
postgresql
postgresql
https://www.postgresql.org/docs/release/9.0.9/
database
sql
PostgreSQL: Release Notes February 26, 2026: PostgreSQL 18.3, 17.9, 16.13, 15.17, and 14.22 Released! Quick Links Documentation Manuals Archive Release Notes Books Tutorials & Other Resources FAQ Wiki Release Notes PostgreSQL 9.0.9 PostgreSQL 9.0.23 Documentation Prev Up Appendix E. Release Notes Next E.15. Release 9.0...
0
762
2026-03-23T11:40:57.602447
?s=slog
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=slog
devops
python
s 🔭 The GitHub receiver receives data from GitHub . As a starting point it scrapes metrics from repositories but will be extended to include traces and logs. github receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod :...
116
800
2026-03-23T11:14:47.273303
postgresql
postgresql
https://www.postgresql.org/docs/release/7.4.13/
database
sql
PostgreSQL: Release Notes February 26, 2026: PostgreSQL 18.3, 17.9, 16.13, 15.17, and 14.22 Released! Quick Links Documentation Manuals Archive Release Notes Books Tutorials & Other Resources FAQ Wiki Release Notes PostgreSQL 7.4.13 PostgreSQL 7.4.30 Documentation Prev Fast Backward Appendix E. Release Notes Fast Forwa...
0
761
2026-03-23T11:37:40.264880
?s=exporter
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=exporter
devops
python
ector Language Extension Component Apache 2.0 License Package Details (go-collector) Repository Headers Setter extension by 🔭 OpenTelemetry Authors 🔭 The headers_setter extension implements ClientAuthenticator and is used to set requests headers in gRPC / HTTP exporters with values provided via extension configuratio...
63
800
2026-03-23T11:22:11.662289
mysql
mysql
https://dev.mysql.com/doc/refman/8.0/ja/
database
sql
3.4 SAVEPOINT、ROLLBACK TO SAVEPOINT および RELEASE SAVEPOINT ステートメント 13.3.5 LOCK INSTANCE FOR BACKUP および UNLOCK INSTANCE ステートメント 13.3.6 LOCK TABLES および UNLOCK TABLES ステートメント 13.3.7 SET TRANSACTION ステートメント 13.3.8 XA トランザクション 13.4 レプリケーションステートメント 13.4.1 ソースサーバーを制御する SQL ステートメント 13.4.2 レプリケーションサーバーを制御するための SQL ステートメント 13.4.3...
23
800
2026-03-23T11:06:47.539486
db_name.html
sqlite
https://www.sqlite.org/c3ref/db_name.html
database
sql
Return The Schema Name For A Database Connection Small. Fast. Reliable. Choose any three. Home Menu About Documentation Download License Support Purchase Search About Documentation Download Support Purchase SQLite C Interface Return The Schema Name For A Database Connection const char *sqlite3_db_name(sqlite3 *db, int ...
0
796
2026-03-23T11:27:56.032579
cli
biome
https://biomejs.dev/reference/cli
tooling
javascript
false is highly discouraged because it could cause many problems with other tools: - https://thoughtbot.com/blog/no-newline-at-end-of-file - https://callmeryan.medium.com/no-newline-at-end-of-file-navigating-gits-warning-for-android-developers-af14e73dd804 - https://unix.stackexchange.com/questions/345548/how-to-cat-fi...
49
800
2026-03-23T11:39:03.580232
release-notes-2.10.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.10.0
mobile
dart
SDK from lPwzjY25t... to a0KPnn-pS... (cla: yes, waiting for tree to go green) 29927 Roll Fuchsia Mac SDK from ea86IrfGB... to x0zvww3rf... (cla: yes, waiting for tree to go green) 29928 Roll Dart SDK from 1f763cc94608 to a9ec4963f933 (1 revision) (cla: yes, waiting for tree to go green) 29929 Roll Skia from e051cd35e4...
404
799
2026-03-23T11:13:16.598681