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=sso
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=sso
devops
python
cto Authors Neo4j instrumentation for Node.js. Node.js instrumentation neo4j neo4j-driver JavaScript Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry Instrumentation for Nest by Metin Seylan Instrumentation library for Nest. Node.js nest nestjs JavaScript Language Instrumentation Component...
290
800
2026-03-23T11:26:22.118850
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
ExceptionMiddleware is added as the very innermost middleware, to deal with handled exception cases occurring in the routing or endpoints. | | `exception_handlers` | \`Mapping[Any, ExceptionHandler] | None\` | A mapping of either integer status codes, or exception class types onto callables which handle the exceptions....
965
524
2026-03-23T10:51:26.911939
queue.html
python
https://docs.python.org/3/library/queue.html
language
python
ntry is the first retrieved (operating like a stack). With a priority queue, the entries are kept sorted (using the heapq module) and the lowest valued entry is retrieved first. Internally, those three types of queues use locks to temporarily block competing threads; however, they are not designed to handle reentrancy ...
1
798
2026-03-23T11:09:56.058137
?s=viburdbcp
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=viburdbcp
devops
python
trumentation dotnet .NET Language Instrumentation Component Apache 2.0 License Repository Elasticsearch Client Instrumentation for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 Automatically instruments events emitted by the NEST/Elasticsearch.Net client library. elasticsearch client instrumentation dotnet Quick In...
200
800
2026-03-23T11:38:04.208642
customize-conventional-commit-types
nx
https://nx.dev/docs/guides/nx-release/customize-conventional-commit-types
tooling
typescript
ying it retroactively to an existing codebase) but still want a changelog to be generated with the contents of each commit message and/or for invalid commits to still affect project versioning. nx.json { "release" : { "conventionalCommits" : { "types" : { "__INVALID__" : { "semverBump" : " patch " , // Note: the defaul...
4
395
2026-03-23T11:26:11.574264
?s=dbcp
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dbcp
devops
python
t file like the following: providers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/googlesecretmanagerprovider v0.148.0 v0.148.0 Version Collector Language Provider Component Apache 2.0 License Package Details (go-collector) Repository Collector HTTP Provider by 🔭 OpenTelemetry...
21
799
2026-03-23T11:37:21.824928
?s=action_pack
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=action_pack
devops
python
y , "~> 0.3.0" } ] 0.3.0 Version Erlang Language Instrumentation Component Apache 2.0 License Package Details (hex) Repository Cowboy Instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation for Erlang HTTP server Cowboy. erlang elixir http instrumentation Erlang Language Instrumentation Component Apache 2.0 Lice...
215
799
2026-03-23T11:26:18.039447
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
deeper insight or control — for example to inject your own logic at specific stages — Pydantic AI exposes the lower-level iteration process via Agent.iter. This method returns an AgentRun, which you can async-iterate over, or manually drive node-by-node via the next method. Once the agent's graph returns an End, you ha...
75
788
2026-03-23T10:51:26.910409
finemath
transformers
https://huggingface.co/datasets/HuggingFaceTB/finemath
ai
python
{works with|GForth}} Uses quicksort http://rosettacode.org/wiki/Sorting_algorithms/Quicksort#Forth Standard Forth does not have a library sort ```100000 CONSTANT SIZE CREATE MYARRAY SIZE CELLS ALLOT : FILLIT ( -- ) ( reversed order) SIZE 0 DO SIZE I - I MYARRAY [] ! LOOP ; : SEEIT ( -- ) SIZE 0 DO I MYARRAY [] ? LOOP ;...
111
771
2026-03-23T11:27:01.122388
?s=dspy
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dspy
devops
python
OpenTelemetry Authors 🔭 The Datadog APM Receiver accepts traces in the Datadog APM format datadog receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver...
109
798
2026-03-23T11:25:48.466073
mysql
mysql
https://dev.mysql.com/doc/mysql-cluster-manager/8.0/en/
database
sql
he list backups Command 5.7.4 The delete backup Command 5.7.5 The restore cluster Command 5.7.6 The backup agents Command 5.8 MySQL Cluster Manager Cluster Importation Commands 5.8.1 The import cluster Command 5.8.2 The import config Command 6 MySQL Cluster Manager Limitations and Known Issues 6.1 MySQL Cluster Manager...
8
800
2026-03-23T10:50:49.854619
?s=krakend
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=krakend
devops
python
e Authors ClickHouse creates trace spans for each query and some of the query execution stages, such as query planning or distributed queries. clickhouse database c++ C++ Language Application integration Component Apache-2.0 License Website Documentation Repository Envoy Proxy native graduated by Envoy Proxy Authors Th...
2
800
2026-03-23T11:30:28.987138
super_invocation_not_last
dart
https://dart.dev/tools/diagnostics/super_invocation_not_last
language
dart
super_invocation_not_last Skip to main content dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more OK, got it asterisk Overview docs Docs newsmode Blog public Community play_lesson Learn Dart download Get Dart Language expand_more Introduction Variable...
0
800
2026-03-23T11:21:19.037049
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
dable_spans]) def _rebuild_tree(self): # Ensure spans are ordered by start_timestamp so that roots and children end up in the right order nodes = list(self.nodes_by_id.values()) nodes.sort(key=lambda node: node.start_timestamp or datetime.min) self.nodes_by_id = {node.node_key: node for node in nodes} # Build the paren...
4,937
656
2026-03-23T10:51:26.920753
redis
redis
https://redis.io/docs/latest/commands/lpop/
database
bash
push ( "mylist" , "world" ); System . out . println ( rPushResult2 ); // >>> 2 List < String > rPushResult3 = jedis . lrange ( "mylist" , 0 , - 1 ); System . out . println ( rPushResult3 ); // >>> [hello, world] jedis . close (); } } ▼ Commands: RPUSH, LPOP, LRANGE RPUSH ( @write , @list , @fast ) Appends one or more e...
21
800
2026-03-23T11:33:28.428190
custom-error
nextjs
https://nextjs.org/docs/pages/building-your-application/routing/custom-error
framework
javascript
Routing: Custom Errors | Next.js Menu Using App Router Features available in /app Latest Version 16.2.1 Building Your Application Routing Custom Errors Copy page Custom Errors Last updated April 24, 2025 404 Page A 404 page may be accessed very often. Server-rendering an error page for every visit increases the load of...
0
800
2026-03-23T11:29:00.158420
toolchain@go1.26.1
go
https://go.dev/cmd/go/internal/toolchain@go1.26.1
language
go
toolchain package - cmd/go/internal/toolchain - Go Packages Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Overview ¶ Package toolchain implements dynamic switching of Go toolchains. Index ¶ Variables func Exec(s *modload.State, gotoolchain string) func FilterEnv(env []string) []string func...
0
800
2026-03-23T11:10:56.366600
app-service-web-tutorial-dotnet-sqldatabase
csharp
https://learn.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-dotnet-sqldatabase
language
csharp
s configuring the connection for your SQL Database instance, your database appears in SQL Server Object Explorer . Expand <your connection name> > Databases > <your database name> > to see the data. Expand Tables , right-click the ToDoes table, and select View Data to interact with the database data. Update the app wit...
14
800
2026-03-23T10:58:48.175628
rbu.html
sqlite
https://www.sqlite.org/rbu.html
database
sql
n sqldiff using the --table option separately for each table to update in the target database. 2.3. RBU Update C/C++ Programming The RBU extension interface allows an application to apply an RBU update stored in an RBU database to an existing target database. The procedure is as follows: Open an RBU handle using the sq...
22
797
2026-03-23T10:58:02.993435
redis
redis
https://redis.io/docs/latest/commands/redis-7-2-commands/
database
bash
ntation of the value stored at a key. Syntax: DUMP key Description: Returns a serialized representation of the value stored at a key. Complexity: O(1) to access the key and additional O(N M) to serialize it, where N is the number of Redis objects composing the value and M their average size. For small string values the...
141
800
2026-03-23T11:33:19.306569
?s=sarama
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=sarama
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:27:15.243495
redis
redis
https://redis.io/docs/latest/develop/data-types/hashes/
database
bash
Redis hashes | Docs {"categories":["docs","develop","stack","oss","rs","rc","oss","kubernetes","clients"],"description":"Introduction to Redis hashes\n","duplicateOf":"head:data-ai-metadata","location":"body","title":"Redis hashes","tableOfContents":{"sections":[]},"codeExamples":[{"codetabsId":"hash_tutorial-stepset_g...
0
800
2026-03-23T10:55:25.835451
java
java
https://docs.oracle.com/en/industries/financial-services/banking-corporate-lending-cloud/
language
java
for multi-currency, multi-borrower, multi-region, and high-volume participation, it empowers both middle office branches (driving process flows and operational efficiency) and back office operations (ensuring accurate records and compliant processing). Designed for commercial loans to large corporates and SMEs, Oracle ...
1
692
2026-03-23T11:41:04.160289
redis
redis
https://redis.io/docs/latest/develop/data-types/lists/
database
bash
:repairs" , "bike:1" ); System . out . println ( res15 ); // >>> 1 long res16 = jedis . rpush ( "bikes:repairs" , "bike:2" ); System . out . println ( res16 ); // >>> 2 long res17 = jedis . lpush ( "bikes:repairs" , "bike:important_bike" ); System . out . println ( res17 ); // >>> 3 List < String > res18 = jedis . lran...
123
800
2026-03-23T11:05:26.645113
windowfunctions.html
sqlite
https://www.sqlite.org/windowfunctions.html
database
sql
.G.C.F | A.D.G.C | A.D.G | A.D.G.F -- two | 2 | B | A.D.G.C.F.B.E | A.D.G.C.F.E | A.D.G.C.F | A.D.G.C.F.B -- two | 5 | E | A.D.G.C.F.B.E | A.D.G.C.F.B | A.D.G.C.F | A.D.G.C.F.E -- SELECT c, a, b, group_concat(b, '.') OVER ( ORDER BY c GROUPS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW EXCLUDE NO OTHERS ) AS no_others, ...
26
749
2026-03-23T11:02:43.939632
index.html
pytorch
https://pytorch.org/xla/release/2.1/index.html
ml
python
es the local device directly with no intermediate server process. In the default configuration, PJRT will create one process per TPU chip, or 4 processes per TPU host. See the Cloud TPU documentation for more information about TPU architecture. Performance gains are possible for workloads constrained overhead from . Un...
75
799
2026-03-23T11:15:32.113199
?s=resque
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=resque
devops
python
ices. Import real traces to reverse-engineer topologies, simulate failures and latency spikes with time-windowed scenarios, and choose from traffic patterns. traces metrics logs testing synthetic generator Go Language Utilities Component Apache 2.0 License Repository redact by MrAlias Collection of utilities to redact ...
382
800
2026-03-23T11:29:22.122108
?s=confmap
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=confmap
devops
python
mologic 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/sumologicprocessor v0.148.0 v0.148.0 Version Collector Language Processor Component Ap...
94
800
2026-03-23T11:13:12.753897
qdrant
qdrant
https://qdrant.tech/articles/cars-recognition/
database
python
ential, it’s recommended that you check out the cache tutorial . For the sake of making this article self-contained, you need to return a CacheConfig instance from configure_caches() to specify cache-related preferences such as: CacheType , i.e., whether to store caches on CPU or GPU, save_dir , i.e., where to persist ...
15
800
2026-03-23T11:00:04.994788
kubernetes
kubernetes
https://kubernetes.io/docs/tutorials/configuration/updating-configuration-via-a-configmap/
devops
yaml
1 Running 0 13s immutable-configmap-volume-5fdb88fcc8-52ddd 1/1 Running 0 14s immutable-configmap-volume-5fdb88fcc8-n5jx4 1/1 Running 0 15s immutable-configmap-volume-78b6fbff95-5gsfh 1/1 Terminating 0 32m immutable-configmap-volume-78b6fbff95-7vcj4 1/1 Terminating 0 32m immutable-configmap-volume-78b6fbff95-vdslm 1/1 ...
31
598
2026-03-23T11:16:46.444100
no_annotation_constructor_arguments
dart
https://dart.dev/tools/diagnostics/no_annotation_constructor_arguments
language
dart
usage Class modifiers 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_int...
1
799
2026-03-23T11:37:13.348842
3.13.html
python
https://docs.python.org/3/whatsnew/3.13.html
language
python
l Sabella in gh-77020 .) Add a new copy_replace() method to PhotoImage to copy a region from one image to another, possibly with pixel zooming, subsampling, or both. (Contributed by Serhiy Storchaka in gh-118225 .) Add from_coords parameter to the PhotoImage methods copy() , zoom() and subsample() . Add zoom and subsam...
53
800
2026-03-23T11:23:11.350946
redis
redis
https://redis.io/docs/latest/develop/data-types/timeseries/
database
bash
x , "rg:1" , 0 , 1 ). Result () if err != nil { panic ( err ) } fmt . Println ( res7 ) // >>> [{1 14} {0 18}] res8 , err := rdb . TSRangeWithArgs ( ctx , "rg:1" , 0 , math . MaxInt64 , & redis . TSRangeOptions { FilterByTS : [] int { 0 , 2 , 4 }, }, ). Result () if err != nil { panic ( err ) } fmt . Println ( res8 ) //...
1,186
800
2026-03-23T10:54:53.791712
sandbox?launch=consul-service-discovery-sandbox
terraform
https://developer.hashicorp.com/consul/sandbox?launch=consul-service-discovery-sandbox
devops
hcl
│ │ │ hashicups-db-0 │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └─────────────────────────┘ │ │ │ └──────────────────────────────┘ └──────────────────────────────────────┘ │ │ │ └──────────────────────────────────────────────────────────────────────────────┘ ┌─────────────────────┐ │ │ │ Bastion Host │ │ │ └─────────────────────┘ T...
14
540
2026-03-23T11:15:25.932943
anannas
langfuse
https://langfuse.com/integrations/gateways/anannas
ai
python
he Langfuse SDK instrumentation docs . The Context Manager allows you to wrap your instrumented code using context managers (with with statements), which allows you to add additional attributes to the observation. from langfuse import get_client, propagate_attributes langfuse = get_client() with langfuse.start_as_curre...
7
800
2026-03-23T11:19:16.330501
2.43.0
git
https://git-scm.com/docs/gitattributes/2.43.0
devops
bash
variable to true . Note: Whenever the clean filter is changed, the repo should be renormalized: $ git add --renormalize . For example, in .gitattributes, you would assign the filter attribute for paths. *.c filter=indent Then you would define a "filter.indent.clean" and "filter.indent.smudge" configuration in your .git...
22
797
2026-03-23T11:25:24.756028
?s=heroku
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=heroku
devops
python
nnes Neo4j instrumentation for golang. golang instrumentation neo4j neo4j-driver Go Language Instrumentation Component Apache 2.0 License Repository nhatthm/otelsql – OpenTelemetry SQL database driver wrapper for Go by nhatthm Add a OpenTelemetry wrapper to your existing database code to instrument the interactions wit...
228
800
2026-03-23T11:39:27.847372
redis
redis
https://redis.io/docs/latest/develop/data-types/streams/
database
bash
), new("position", 1), new("location_id", 2) ] ); Console . WriteLine ( res6 ); // >>> 1712675674750-0 // Tests for 'xadd_2' step. long res7 = db . StreamLength ( "race:france" ); Console . WriteLine ( res7 ); // >>> 4 // Tests for 'xlen' step. RedisValue res8 = db . StreamAdd ( "race:usa" , [ new("racer", "Castilla") ...
467
800
2026-03-23T11:04:07.560198
logical-replication-schema-changes
neon
https://neon.tech/docs/guides/logical-replication-schema-changes
database
sql
till succeed on the subscriber after the change on the publisher? It’s best practice to test schema changes before implementing them in production. For example, test whether writes to the modified publisher schema still execute successfully on the unmodified subscriber schema. Mistakes in the schema update process coul...
4
800
2026-03-23T11:22:15.606682
extending.func.html
pytorch
https://pytorch.org/docs/stable/notes/extending.func.html
ml
python
e ( result , x ** 3 ) Defining the vmap staticmethod # If your torch.autograd.Function calls into another system (like NumPy, C++, CUDA, triton), then to get it to work with torch.vmap() or transforms that use it, you’ll need to manually define a vmap() staticmethod. Depending on what transforms you want to use and you...
15
800
2026-03-23T10:57:58.796080
?s=user_events
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=user_events
devops
python
cto Authors Neo4j instrumentation for Node.js. Node.js instrumentation neo4j neo4j-driver JavaScript Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry Instrumentation for Nest by Metin Seylan Instrumentation library for Nest. Node.js nest nestjs JavaScript Language Instrumentation Component...
290
800
2026-03-23T11:30:38.941325
providers-plugin-framework-logging
terraform
https://developer.hashicorp.com/terraform/tutorials/providers-plugin-framework/providers-plugin-framework-logging
devops
hcl
nt") call in the Configure method with the following. internal/provider/provider.go /* ... */ ctx = tflog. SetField (ctx, "hashicups_host" , host) ctx = tflog. SetField (ctx, "hashicups_username" , username) ctx = tflog. SetField (ctx, "hashicups_password" , password) ctx = tflog. MaskFieldValuesWithFieldKeys (ctx, "ha...
11
800
2026-03-23T10:59:46.372772
?s=php
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=php
devops
python
e Authors ClickHouse creates trace spans for each query and some of the query execution stages, such as query planning or distributed queries. clickhouse database c++ C++ Language Application integration Component Apache-2.0 License Website Documentation Repository Envoy Proxy native graduated by Envoy Proxy Authors Th...
2
800
2026-03-23T11:30:46.303865
form
tanstack_start
https://tanstack.com/form
framework
typescript
les / Field Functions / useField Functions / useForm Functions / useTransform Types / FieldComponent Types / UseField Examples Simple Arrays Form Composition Dynamic Validation TanStack Query Integration Standard Schema TanStack Start Next Server Actions Remix UI Libraries Field Errors From Form Validators Devtools lat...
2
800
2026-03-23T11:27:03.204114
gitlab_ci
gitlab_ci
https://docs.gitlab.com/user/application_security/dependency_scanning/
devops
yaml
om/simple Alternatively, if it’s not possible to use a private registry, you can load the required packages into the Pipenv virtual environment cache. For this option, the project must check in the Pipfile.lock into the repository, and load both default and development packages into the cache. See the example python-pi...
37
800
2026-03-23T11:26:40.171581
redis
redis
https://redis.io/docs/latest/commands/mget/
database
bash
list of values at the specified keys. @deprecated since 6.0 in favor of consuming large results through the org.reactivestreams.Publisher returned by #mget. MGet ( ctx : context.Context , keys : ...string ) → *SliceCmd No method signature available for this client. No method signature available for this client. mget ( ...
3
800
2026-03-23T11:20:02.185643
feed.xml
kubernetes
https://kubernetes.io/feed.xml
devops
yaml
:flex;"><span><span style="color:#bbb"></span><span style="color:#008000;font-weight:bold">metadata</span>:<span style="color:#bbb"> </span></span></span><span style="display:flex;"><span><span style="color:#bbb"> </span><span style="color:#008000;font-weight:bold">name</span>:<span style="color:#bbb"> </span>my-route<...
800
800
2026-03-23T11:17:36.485543
redis
redis
https://redis.io/glossary/retrieval-augmented-generation/
database
bash
and response generation steps are connected. This allows the model to consider multiple documents simultaneously when generating a response, leading to more accurate and contextually relevant outputs. The RAG approach is particularly effective for tasks that require a deep understanding of context and the ability to re...
5
800
2026-03-23T10:55:41.649692
defining-the-database-maturity-model
planetscale
https://planetscale.com/blog/defining-the-database-maturity-model
database
sql
Defining the database maturity model — PlanetScale Get started with PlanetScale Postgres for just $5/month. Learn more Blog | Product Table of contents « Close » Defining the database maturity model By Nick Van Wiggeren | February 10, 2022
0
239
2026-03-23T11:29:38.272404
browser
convex
https://docs.convex.dev/api/modules/browser
database
typescript
ted" Defined in browser/sync/pagination.ts:5 QueryJournal Ƭ QueryJournal : string | null A serialized representation of decisions made during a query's execution. A journal is produced when a query function first executes and is re-used when a query is re-executed. Currently this is used to store pagination end cursors...
5
788
2026-03-23T10:56:52.220275
?s=grpc
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=grpc
devops
python
receiver runs queries run on an osquery ’s daemon on a schedule and converts the output to logs. osquery 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/re...
139
800
2026-03-23T11:38:56.254743
manage-access
github_actions
https://docs.github.com/en/actions/how-tos/manage-runners/self-hosted-runners/manage-access
devops
yaml
p with the REST API, see REST API endpoints for GitHub Actions . On GitHub, navigate to the main page of the organization. Under your organization name, click Settings . If you cannot see the "Settings" tab, select the dropdown menu, then click Settings . In the left sidebar, click Actions , then click Runner groups . ...
2
800
2026-03-23T11:10:03.458557
remote-functions
svelte
https://svelte.dev/docs/kit/remote-functions
framework
javascript
9. @param body An object that conforms to the App.Error type. If a string is passed, it will be used as the message property. @throws HttpError This error instructs SvelteKit to initiate HTTP error handling. @throws Error If the provided status is invalid (not between 400 and 599). reference error } from '@sveltejs/kit...
8
800
2026-03-23T11:23:20.700503
supabase-migration-fetch
supabase
https://supabase.com/docs/reference/cli/supabase-migration-fetch
database
typescript
' MVCC when data is updated or deleted new rows are created and old rows are made invisible and marked as "dead tuples". Usually the autovaccum process will aysnchronously clean the dead tuples. The command lists when the last vacuum and last auto vacuum took place, the row count on the table as well as the count of de...
52
758
2026-03-23T11:33:34.240973
filter-result-2023-02-03.json
qdrant
https://qdrant.tech/benchmarks/filter-result-2023-02-03.json
database
python
.9246500000000002, "engine_params": { "parallel": 8, "num_candidates": 128 }, "setup_name": "elastic-m-16-ef-128", "dataset_name": "keyword-100-no-filters", "parallel": 8, "upload_time": 490.7401573880052, "total_upload_time": 494.65733043699584 }, { "engine_name": "milvus", "p95_time": 0.01574475729985352, "rps": 648....
28
670
2026-03-23T10:59:10.466153
IChO-IPhO-RL-v2-formated
transformers
https://huggingface.co/datasets/II-Vietnam/IChO-IPhO-RL-v2-formated
ai
python
uration, and the solution was heated to 70 – 80°С. The titration was performed with $AlCl_3$ solution (c = 0.15 mol $dm^{-3}$) until yellow color of the indicator turned pink. Give the question: What process occurred at the endpoint? The solution is: After the endpoint, the excessive $Al^{3+}$ ions undergo hydrolysis, ...
10
800
2026-03-23T11:26:42.712867
ai-toolkit
flutter
https://docs.flutter.dev/ai/ai-toolkit
mobile
dart
ed, as described in the Get started with the Gemini API using the Firebase AI Logic SDKs docs. Once that's complete, integrate the new Firebase project into your Flutter app using the flutterfire CLI tool, as described in the Add Firebase to your Flutter app docs. After following these instructions, you're ready to use...
3
794
2026-03-23T10:56:05.381430
?s=dynatrace
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dynatrace
devops
python
for go-chi/chi by Riandy R.N Instrumentation for the Golang go-chi/chi package. go instrumentation go-chi chi Go Language Instrumentation Component Apache 2.0 License Repository Go runtime metrics instrumentation by 🔭 OpenTelemetry Authors 🔭 Go contrib plugin for collecting metrics from Go runtime package go instrume...
230
799
2026-03-23T11:36:56.523633
gitlab_ci
gitlab_ci
https://docs.gitlab.com/user/project/merge_requests/methods/
devops
yaml
mmit graph generated using this merge method: %%{init: { "fontFamily": "GitLab Sans" }}%% gitGraph accTitle: Diagram of a merge commit accDescr: Shows the flow of commits when a branch merges with a merge commit. commit id: "Init" branch mr-branch-1 commit commit checkout main merge mr-branch-1 branch mr-branch-2 commi...
5
764
2026-03-23T11:26:49.215457
?s=grails
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=grails
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:19:23.545710
supabase-inspect-db-index-stats
supabase
https://supabase.com/docs/reference/cli/supabase-inspect-db-index-stats
database
typescript
n the linked project. --local Optional Runs pgTAP tests on the local database. Basic usage 1 supabase test db Response 1 /tmp/supabase/tests/nested/order_test.pg .. ok 2 /tmp/supabase/tests/pet_test.sql .......... ok 3 All tests successful. 4 Files=2, Tests=2, 6 wallclock secs ( 0.03 usr 0.01 sys + 0.05 cusr 0.02 csys ...
11
795
2026-03-23T11:30:35.764192
docker
docker
https://docs.docker.com/engine/network/drivers/ipvlan/
devops
bash
with docker network rm . # create a new sub-interface tied to dot1q vlan 40 $ ip link add link eth0 name eth0.40 type vlan id 40 # enable the new sub-interface $ ip link set eth0.40 up # now add networks and hosts as you would normally by attaching to the master ( sub ) interface that is tagged $ docker network create ...
31
799
2026-03-23T11:11:23.762434
?s=headers
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=headers
devops
python
nt instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides AWS SDK client instrumentation instrumentation aws aws-sdk dotnet sqs sns dynamodb Quick Install To install this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.AWS 1.15.0 Version .NET Language Instrumentation Componen...
198
800
2026-03-23T11:37:50.038167
tanstack-ai-middleware
tanstack_router
https://tanstack.com/blog/tanstack-ai-middleware
framework
typescript
eware = { name: 'logger', onStart(ctx) { console.log( `[${ctx.requestId}] Chat started — model: ${ctx.model}, provider: ${ctx.provider}`, ) }, onFinish(ctx, info) { console.log( `[${ctx.requestId}] Done in ${info.duration}ms — ${info.usage?.totalTokens} tokens`, ) }, } Drop it into the middleware array and you're done:...
2
756
2026-03-23T11:03:52.079041
SWE-bench_Pro
transformers
https://huggingface.co/datasets/ScaleAI/SWE-bench_Pro
ai
python
n- In `User.email.canSendValidation(uid, email)`, the interval check must compare the stored TTL timestamp if available (or, if TTL is unavailable, use the current time as the baseline) plus the configured interval against the max confirmation period, ensuring the system prevents excessive resends." "Type: Method\n\nNa...
25
799
2026-03-23T11:06:23.461780
llms-full.txt
inngest
https://www.inngest.com/llms-full.txt
devops
typescript
rn { user_id: evt.data.user_id, endpoint: evt.data.endpoint, timestamp: toDateTime(evt.ts), account_type: evt.data.account_type, }; }); await step.run("record-data-to-db", async () => { return db.bulkWrite(attrs); }); return { success: true, recorded: result.length }; } ); ``` // TODO(lk) fix ```go {{ title: "Go" }} in...
501
712
2026-03-23T10:50:47.948404
migrating-5
express
https://expressjs.com/en/guide/migrating-5
framework
javascript
p . get ( ' /user ' , ( req , res ) => { res . redirect ( 301 , ' /users ' ) }) res.redirect('back') and res.location('back') Express 5 no longer supports the magic string back in the res.redirect() and res.location() methods. Instead, use the req.get('Referrer') || '/' value to redirect back to the previous page. In E...
8
800
2026-03-23T10:53:42.332267
dependency-injection
nestjs
https://docs.nestjs.com/fundamentals/dependency-injection
framework
typescript
, a ConfigService declared with an @Injectable() decorator). Factory providers: useFactory # The useFactory syntax allows for creating providers dynamically . The actual provider will be supplied by the value returned from a factory function. The factory function can be as simple or complex as needed. A simple factory ...
13
800
2026-03-23T10:52:14.321019
use_raw_strings
dart
https://dart.dev/tools/diagnostics/use_raw_strings
language
dart
rs 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 colle...
1
800
2026-03-23T11:12:26.477782
llms-components.txt
chakra_ui
https://chakra-ui.com/llms-components.txt
library
javascript
rritory" }, { value: "IQ", label: "Iraq" }, { value: "IR", label: "Iran, Islamic Republic of" }, { value: "IS", label: "Iceland" }, { value: "IT", label: "Italy" }, { value: "JE", label: "Jersey" }, { value: "JM", label: "Jamaica" }, { value: "JO", label: "Jordan" }, { value: "JP", label: "Japan" }, { value: "KE", labe...
492
760
2026-03-23T10:52:18.209005
Qwen3-8B
transformers
https://huggingface.co/Qwen/Qwen3-8B
ai
python
eally? /think" print ( f"User: {user_input_3} " ) response_3 = chatbot.generate_response(user_input_3) print ( f"Bot: {response_3} " ) For API compatibility, when enable_thinking=True , regardless of whether the user uses /think or /no_think , the model will always output a block wrapped in <think>...</think> . However...
10
796
2026-03-23T11:23:33.125152
?s=mcp
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=mcp
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:32:00.153575
llms.txt
svelte
https://svelte.dev/docs/kit/llms.txt
framework
javascript
rerenders](glossary#Prerendering) your site with static rendering using [`adapter-static`](adapter-static). You may also use [the prerender option](page-options#prerender) to prerender only some pages and then choose a different adapter with which to dynamically server-render other pages. Tools built solely to do stati...
7
800
2026-03-23T11:12:53.539108
composition-api
vue
https://vuejs.org/guide/typescript/composition-api
framework
javascript
efs based on what element or component the matching ref attribute is used on. In cases where auto-inference is not possible (e.g. non-SFC usage or dynamic components), you can still cast the template ref to an explicit type via the generic argument. In order to get the instance type of an imported component, we need to...
15
800
2026-03-23T10:57:11.751593
2.49.0
git
https://git-scm.com/docs/git-merge/2.49.0
devops
bash
point at the named commit, without creating an extra merge commit. This behavior can be suppressed with the --no-ff option. TRUE MERGE Except in a fast-forward merge (see above), the branches to be merged must be tied together by a merge commit that has both of them as its parents. A merged version reconciling the chan...
19
798
2026-03-23T11:14:21.976846
ddp_tutorial.html
pytorch
https://pytorch.org/tutorials/intermediate/ddp_tutorial.html
ml
python
run # We can leverage PyTorch Elastic to simplify the DDP code and initialize the job more easily. Let’s still use the Toymodel example and create a file named elastic_ddp.py . import os import torch import torch.distributed as dist import torch.nn as nn import torch.optim as optim from torch.nn.parallel import Distrib...
15
800
2026-03-23T11:33:07.135287
else-blocks
svelte
https://svelte.dev/tutorial/svelte/else-blocks
framework
javascript
'times'} </button> {#if count > 10} <p>{count} is greater than 10</p> {/if} show text show editor
4
97
2026-03-23T10:57:29.552211
bindptr.html
sqlite
https://www.sqlite.org/bindptr.html
database
sql
trings Pointer types are static strings, which ideally should be string literals embedded directly in the SQLite API call, not parameters passed in from other functions. Consideration was given to using integer values as the pointer type, but static strings provides a much larger name space which reduces the chance of ...
13
797
2026-03-23T11:07:58.010885
next-12-2
nextjs
https://nextjs.org/blog/next-12-2
framework
javascript
config: pages/index.js export const config = { runtime : 'nodejs' , }; export default function Home () {} You can detect which runtime you're using by looking at the process.env.NEXT_RUNTIME Environment Variable during runtime, and examining the options.nextRuntime variable during webpack compilation. For more informat...
6
800
2026-03-23T11:23:38.378566
pydantic_ai
pydantic_ai
https://ai.pydantic.dev/models/huggingface/
ai
python
provider If you want to pass parameters in code to the provider, you can programmatically instantiate the HuggingFaceProvider and pass it to the model: from pydantic_ai import Agent from pydantic_ai.models.huggingface import HuggingFaceModel from pydantic_ai.providers.huggingface import HuggingFaceProvider model = Hugg...
2
800
2026-03-23T10:57:58.639472
?s=linux
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=linux
devops
python
ation Component MIT License Package Details (crates) Repository axum Instrumentation by David Bernard Middlewares to integrate axum + tracing + opentelemetry. rust axum instrumentation Quick Install To install this instrumentation library run: cargo add axum-tracing-opentelemetry 0.16.0 Version Rust Language Instrument...
358
800
2026-03-23T11:28:08.296114
redis
redis
https://redis.io/docs/latest/develop/data-types/vector-sets/
database
bash
th_scores = True , count = 4 ) print ( res23 ) # >>> {'pt:A': 1.0, 'pt:E': 0.8535534143447876, 'pt:D': 0.5, 'pt:C': 0.5} res24 = r . vset () . vsetattr ( "points" , "pt:A" , { "size" : "large" , "price" : 18.99 }) print ( res24 ) # >>> 1 res25 = r . vset () . vsetattr ( "points" , "pt:B" , { "size" : "large" , "price" ...
186
800
2026-03-23T11:01:42.071673
?s=heroku
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=heroku
devops
python
ation hooks are registered via composer. There will be a new span created for each message that is consumed. The goal of this instrumentation is to allow distributed traces to happen across Kafka in PHP. This means that the following should happen extrdkafka instrumentation php Quick Install To install this instrumenta...
307
800
2026-03-23T11:39:27.847433
tenets
tanstack_router
https://tanstack.com/tenets
framework
typescript
should be understandable from code, not guessed from hidden behavior. Type safety should guide correct usage without drowning users in generics. Minimal magic, maximum clarity : State, side effects, and data flow must be understandable from code, not guessed from hidden behavior. Explicit over implicit : Important beha...
6
800
2026-03-23T10:55:33.329155
?s=bandit
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=bandit
devops
python
hts into the performance of your systems and how caching is performing fusioncache caching .net Quick Install To install this instrumentation library run: dotnet add package ZiggyCreatures.FusionCache 2.6.0 Version .NET Language Instrumentation Component MIT License Website Documentation Package Details (nuget) Reposit...
202
800
2026-03-23T11:37:27.149047
gitlab_ci
gitlab_ci
https://docs.gitlab.com/ci/quick_start/tutorial/
devops
yaml
anch test-html : stage : test image : node dependencies : - build-job script : - npm install --save-dev htmlhint - npx htmlhint --version - npx htmlhint build/ rules : - if : $CI_PIPELINE_SOURCE == 'merge_request_event' # Run for all changes to a merge request's source branch - if : $CI_COMMIT_BRANCH == $CI_DEFAULT_BRA...
17
800
2026-03-23T10:52:50.524391
django
django
https://docs.djangoproject.com/en/dev/faq/
framework
python
lable to all my templates? FAQ: Getting Help How do I do X? Why doesn’t Y work? Where can I go to get help? 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 Djan...
2
800
2026-03-23T11:20:25.035532
34to35.html
sqlite
https://www.sqlite.org/34to35.html
database
sql
rsions of the memory allocator. The default high-speed version found in the "mem1.c" source file is used for most builds. But if the SQLITE_MEMDEBUG flag is enabled, a separate memory allocator in the "mem2.c" source file is used instead. The mem2.c allocator implements lots of hooks to do error checking and to simulat...
37
774
2026-03-23T10:51:32.018097
glob.html
python
https://docs.python.org/3/library/glob.html
language
python
and * pattern segments match precisely one path segment. If recursive is true, the pattern segment “ ** ” will match any number of path segments. If include_hidden is true, wildcards can match path segments that start with a dot ( . ). A sequence of path separators may be supplied to the seps argument. If not given, os...
6
799
2026-03-23T11:26:57.754348
esbuild
esbuild
https://esbuild.github.io/getting-started/
tooling
javascript
they may affect how esbuild gets installed. # Your first bundle This is a quick real-world example of what esbuild is capable of and how to use it. First, install the react and react-dom packages: npm install react react-dom Then create a file called app.jsx containing the following code: import * as React from 'react'...
1
800
2026-03-23T10:50:00.444206
generate-types
neon
https://neon.tech/docs/data-api/generate-types
database
sql
Generate TypeScript types from your database schema - Neon Docs Specific.dev is a cloud platform built for coding agents - with a database layer powered by Neon. Read the Case Study Search ... ⌘K Ask AI / Data API / Generate TypeScript types Generate TypeScript types from your database schema Automatically generate Typ...
0
800
2026-03-23T11:23:05.190113
ios.html
python
https://docs.python.org/3/using/ios.html
language
python
roblems: The output of xcrun includes paths that are machine specific, resulting in a sysconfig module that cannot be shared between users; and It results in CC / CPP / LD / AR definitions that include spaces. There is a lot of C ecosystem tooling that assumes that you can split a command line at the first space to get...
7
800
2026-03-23T11:16:55.360089
sqlite3.html
python
https://docs.python.org/3/library/sqlite3.html
language
python
blob is reached, the data up to EOF will be returned. When length is not specified, or is negative, read() will read until the end of the blob. write ( data , / ) ¶ Write data to the blob at the current offset. This function cannot change the blob length. Writing beyond the end of the blob will raise ValueError . tell ...
59
794
2026-03-23T11:09:29.753570
supabase-test-db
supabase
https://supabase.com/docs/reference/cli/supabase-test-db
database
typescript
upabase project. supabase domains reverify Usage 1 supabase domains reverify Flags --project-ref <string> Optional Project ref of the Supabase project. supabase domains delete Usage 1 supabase domains delete Flags --project-ref <string> Optional Project ref of the Supabase project. supabase vanity-subdomains Manage van...
77
800
2026-03-23T11:32:41.257517
supabase-branches-pause
supabase
https://supabase.com/docs/reference/cli/supabase-branches-pause
database
typescript
ries or inserting new entries without actually running the migration, use the migration repair command. Use the --dry-run flag to view the list of changes before applying. Usage 1 supabase db push [flags] Flags --db-url <string> Optional Pushes to the database specified by the connection string (must be percent-encoded...
17
799
2026-03-23T11:27:27.837515
?s=token
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=token
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:30:53.656384
release-notes-2.0.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.0.0
mobile
dart
) (cla: yes, waiting for tree to go green) 23075 Roll Fuchsia Mac SDK from L7-xj4Yqz... to n0XovQHCz... (cla: yes, waiting for tree to go green) 23076 Roll Fuchsia Linux SDK from QniFAAjTT... to 5Rxyho8VL... (cla: yes, waiting for tree to go green) 23078 Roll Dart SDK from e01119c6fd09 to 5cec31739703 (1 revision) (cla...
1,350
800
2026-03-23T11:06:17.754914
no-react-prop-assignments
biome
https://biomejs.dev/linter/rules/no-react-prop-assignments
tooling
javascript
rops object. When using the React Compiler, this is even a hard error. Examples Section titled “Examples” Invalid Section titled “Invalid” 1 function Foo ( props ) { 2 props . bar = " Hello " + props . bar ; 3 4 return < div > { props . bar } </ div > 5 } code-block.jsx:2:2 lint/correctness/noReactPropAssignments ━━━━━...
1
800
2026-03-23T11:39:21.870650
?s=oshi
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=oshi
devops
python
mpiler Instrumentation for Business Logic by Weiting Liou A TypeScript transformer that automatically instruments your business logic methods with OpenTelemetry spans at compile time through AST weaving, achieving true “application-level transparency” instrumentation javascript typescript typescript compiler business l...
301
800
2026-03-23T11:38:59.519442
changes.html
sqlite
https://www.sqlite.org/changes.html
database
sql
lite3.c: d9c439cacad5e4992d0d25989cfd27a4c4f59a3183c97873bc03f0ad1aa78b7a 2022-05-06 (3.38.5) Fix a blunder in the CLI of the 3.38.4 release. Hashes: SQLITE_SOURCE_ID: 2022-05-06 15:25:27 78d9c993d404cdfaa7fdd2973fa1052e3da9f66215cff9c5540ebe55c407d9fe SHA3-256 for sqlite3.c: b05ef42ed234009b4b3dfb36c5f5ccf6d728da80f25...
68
784
2026-03-23T10:50:32.102589