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=pillarjs
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=pillarjs
devops
python
ector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/collectdreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository CouchDB Receiver...
108
800
2026-03-23T11:32:31.641979
rails-migrations
neon
https://neon.tech/docs/guides/rails-migrations
database
sql
te the index action: # app/controllers/books_controller.rb class BooksController < ApplicationController def index @author = Author . find(params[:author_id]) @books = @author . books end end Now, we update the corresponding views to display the data. Open the app/views/authors/index.html.erb file and add the following...
9
800
2026-03-23T11:17:20.866075
?s=mlflow
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=mlflow
devops
python
etails (go-collector) Repository Syslog Exporter by 🔭 OpenTelemetry Authors 🔭 The syslog exporter supports sending messages to a remote syslog server. syslog exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : githu...
54
800
2026-03-23T11:25:11.256464
kubernetes
kubernetes
https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
devops
yaml
e service account token authenticator validates that tokens used against the API are bound to at least one of these audiences. If api-audiences is specified multiple times, tokens for any of the specified audiences are considered valid by the Kubernetes API server. If you specify the --service-account-issuer command li...
15
800
2026-03-23T11:20:23.857960
?s=local
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=local
devops
python
ils (go-collector) Repository Microsoft SQL Server Receiver by 🔭 OpenTelemetry Authors 🔭 The sqlserver receiver grabs metrics about a Microsoft SQL Server instance using the Windows Performance Counters. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest fil...
156
799
2026-03-23T11:13:53.860298
?s=redis-4
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=redis-4
devops
python
o by 🔭 OpenTelemetry Authors 🔭 This library provides a Apache Pekko instrumentation to track requests through OpenTelemetry. pekko instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Apache Pekko Actor Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides an Apach...
262
800
2026-03-23T11:33:50.373318
git-config
git
https://git-scm.com/docs/git-config
devops
bash
s sure that existing object files will not get overwritten. core.notesRef When showing commit messages, also show notes which are stored in the given ref. The ref must be fully qualified. If the given ref does not exist, it is not an error but means that no notes should be printed. This setting defaults to "refs/notes/...
136
797
2026-03-23T10:57:42.961093
?s=dart
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dart
devops
python
ng OpenTelemetry logs to Elasticsearch go exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/elasticsearchexporter v0.148.0 v0.148.0 Version Collecto...
35
800
2026-03-23T11:28:10.760755
get-static-props
nextjs
https://nextjs.org/docs/pages/api-reference/functions/get-static-props
framework
javascript
0 seconds revalidate : 10 , // In seconds } } Learn more about Incremental Static Regeneration . The cache status of a page leveraging ISR can be determined by reading the value of the x-nextjs-cache response header. The possible values are the following: MISS - the path is not in the cache (occurs at most once, on the...
4
800
2026-03-23T11:25:46.095680
?s=kafkajs
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=kafkajs
devops
python
tion library run: gem install opentelemetry-instrumentation-concurrent_ruby 0.24.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository Dalli Instrumentation by 🔭 OpenTelemetry Authors 🔭 Dalli instrumentation for Ruby. ruby instrumentation dalli Quick Install To install...
343
800
2026-03-23T11:12:51.175168
genindex.html
pytorch
https://pytorch.org/docs/stable/genindex.html
ml
python
ch.nn.Module method) (torch.optim.swa_utils.AveragedModel method) (torch.Tensor method) reset() (in module torch.compiler) (torch.cuda.CUDAGraph method) (torch.cuda.graphs.CUDAGraph method) (torch.distributed.checkpoint.format_utils.BroadcastingTorchSaveReader method) (torch.distributed.checkpoint.StorageReader method)...
294
800
2026-03-23T10:56:59.413296
media-library
expo
https://docs.expo.dev/versions/latest/sdk/media-library
mobile
javascript
[] An array of Asset or their IDs. album AlbumRef An Album or its ID. Removes given assets from album. On Android, album will be automatically deleted if there are no more assets inside. Returns: Promise < boolean > Returns promise which fulfils with true if the assets were successfully removed from the album. Deprecat...
21
799
2026-03-23T10:59:45.818940
redis
redis
https://redis.io/docs/latest/develop/data-types/streams/
database
bash
'2'} # ) # ] res12 = r . xrange ( "race:france" , 1692629576965 , 1692629576967 ) print ( res12 ) # >>> [ # ('1692629576966-0', # {'rider': 'Castilla', 'speed': '30.2', 'position': '1', 'location_id': '1'} # ) # ] res13 = r . xrange ( "race:france" , "-" , "+" , 2 ) print ( res13 ) # >>> [ # ('1692629576966-0', # {'rid...
846
737
2026-03-23T11:04:07.560819
send
inngest
https://www.inngest.com/docs/reference/python/client/send
devops
typescript
nd ( [ inngest. Event (name = "my_event" , data = { "msg" : "Hello!" }), inngest. Event (name = "my_other_event" , data = { "name" : "Alice" }), ] ) send Only for async/await code. Name events Type Event | list[Event] Required required Description 1 or more events to send. Properties Name data Type dict Required option...
1
800
2026-03-23T11:27:41.978559
?s=mssql
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=mssql
devops
python
sitory opentelemetry-exporter-jaeger by 🔭 OpenTelemetry Authors 🔭 The opentelemetry-exporter-jaeger gem provides a Jaeger exporter for OpenTelemetry Ruby jaeger exporter ruby Quick Install To install this exporter run: gem install opentelemetry-exporter-jaeger 0.24.1 Version Ruby Language Exporter Component Apache 2....
188
800
2026-03-23T11:15:28.666408
use-explicit-type
biome
https://biomejs.dev/linter/rules/use-explicit-type
tooling
javascript
2 │ (input: string); │ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ 3 │ propertyName: string; 4 │ }; ℹ Declaring the type makes the code self-documented and can speed up TypeScript type checking. ℹ Add a return type to the member. ℹ This rule is still being actively worked on, so it may be missing features or have rough edges. Visi...
19
800
2026-03-23T10:58:09.009253
production
webpack
https://webpack.js.org/guides/production
tooling
javascript
Production | webpack (opens in a new tab) (opens in a new tab) Datagrid and Charting for Enterprise Applications Proud to partner with webpack (opens in a new tab) Production In this guide, we'll dive into some of the best practices and utilities for building a production site or application. Setup The goals of develop...
0
800
2026-03-23T10:58:47.506287
feed.atom
planetscale
https://planetscale.com/blog/feed.atom
database
sql
| Lueilwitz | | 7 | Tyler | Cummerata | | 8 | Suzanne | Skiles | | 9 | Zoe | Hill | | 10 | Judge | Bins | <-- The cursor *still* points here |----|------------|-----------| Page break | 11 | Sonya | Dickens | <-- Sonya is the first person after the cursor | 12 | Hope | Streich | | 13 | Kristian | Kerluke | | 14 | Stant...
238
692
2026-03-23T11:03:06.264355
contributors
tanstack_start
https://tanstack.com/config/latest/docs/contributors
framework
typescript
iscovery: Scaling AI Tool Systems Without Drowning in Tokens Mar 12, 2026 TanStack AI Just Got Middleware — And It Changes Everything Mar 12, 2026 TanStack Start Full-stack Framework powered by TanStack Router for React and Solid Explore Start → TanStack Router Type-safe Routing for React and Solid applications Explore...
2
342
2026-03-23T11:27:30.532605
redis
redis
https://redis.io/docs/latest/commands/redis-7-2-commands/
database
bash
[EXPANDER expander] [SCORER scorer] [EXPLAINSCORE] [PAYLOAD payload] [SORTBY sortby [ASC | DESC]] [LIMIT offset num] [PARAMS nargs name value [name value ...]] [DIALECT dialect] Description: Searches the index with a textual query, returning either documents or just ids Complexity: O(N) Since: 1.0.0 FT.SPELLCHECK - Per...
86
800
2026-03-23T11:33:19.306526
?s=php
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=php
devops
python
ent Collector (HEC) Exporter by 🔭 OpenTelemetry Authors 🔭 The Splunk HTTP Event Collector (HEC) 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 following: exporters : - gomod : github.com/open-teleme...
52
800
2026-03-23T11:30:46.303907
result-2022-08-10.json
qdrant
https://qdrant.tech/benchmarks/result-2022-08-10.json
database
python
}, { "engine_name": "qdrant", "setup_name": "qdrant-m-32-ef-128", "dataset_name": "deep-image-96-angular", "upload_time": 771.1052666301, "total_upload_time": 1859.8257104181, "p95_time": 0.0166439594, "rps": 608.9373004537, "parallel": 8, "p99_time": 0.0221891471, "mean_time": 0.0127955382, "mean_precisions": 0.988481...
954
586
2026-03-23T11:15:13.616218
opentelemetry
opentelemetry
https://opentelemetry.io/docs/collector/registry/
devops
python
receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/sshcheckreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository StatsD Collector Receiver by 🔭 OpenTel...
157
800
2026-03-23T11:04:10.134272
?s=sqlclient
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=sqlclient
devops
python
e 2.0 License Repository Vert.x Reactive Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Vert.x Reactive instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Viburdbcp Instrumentation by 🔭 OpenTelemetr...
271
800
2026-03-23T11:37:18.460077
?s=windowsservice
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=windowsservice
devops
python
ponent Apache 2.0 License Package Details (go-collector) Repository File Collector Exporter by 🔭 OpenTelemetry Authors 🔭 The File 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 following: exporters ...
36
799
2026-03-23T11:10:59.940492
monitoring.html
python
https://docs.python.org/3/c-api/monitoring.html
language
python
oring_FirePyStartEvent ( PyMonitoringState * state , PyObject * codelike , int32_t offset ) ¶ Fire a PY_START event. int PyMonitoring_FirePyResumeEvent ( PyMonitoringState * state , PyObject * codelike , int32_t offset ) ¶ Fire a PY_RESUME event. int PyMonitoring_FirePyReturnEvent ( PyMonitoringState * state , PyObject...
2
800
2026-03-23T11:25:58.258777
?s=nestjs
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=nestjs
devops
python
2.0 License Package Details (go-collector) Repository Apache Spark Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver fetches metrics for an Apache Spark cluster through the Apache Spark REST API apache spark receiver collector Quick Install When building a custom collector you can add this receiver to the manifest ...
98
798
2026-03-23T11:22:46.018982
constructing-ci
turborepo
https://turbo.build/en/docs/crafting-your-repository/constructing-ci
tooling
javascript
(e.g., FileChanged , DependencyChanged ), which is useful for debugging unexpected builds. For more details, see the turbo query affected reference and the skipping tasks guide . Best practices Rely on caching Turborepo's caching abilities allow you to create fast CI pipelines with minimal complexity. Through Remote Ca...
8
799
2026-03-23T10:56:23.910123
ai-solid
tanstack_start
https://tanstack.com/ai/latest/docs/api/ai-solid
framework
typescript
e.io - Keyword Rank Tracker Ethos Tenets Privacy Policy Terms of Service © 2026 TanStack LLC Partners Become a Partner Latest Posts 5x SSR Throughput: Profiling SSR Hot Paths in TanStack Start Mar 17, 2026 Lazy Tool Discovery: Scaling AI Tool Systems Without Drowning in Tokens Mar 12, 2026 TanStack AI Just Got Middlewa...
19
559
2026-03-23T11:15:45.864975
define-target-function
langchain
https://docs.langchain.com/langsmith/define-target-function
ai
python
How to define a target function to evaluate - Docs by LangChain Skip to main content Docs by LangChain home page LangSmith Search... ⌘ K Search... Navigation Define evaluation target How to define a target function to evaluate Get started Observability Evaluation Prompt engineering Agent deployment Platform setup Refer...
0
800
2026-03-23T11:36:30.856174
useCallback
react
https://react.dev/reference/react/useCallback
framework
javascript
t in case it can be reused later. React will not call your function. The function is returned to you so you can decide when and whether to call it. dependencies : The list of all reactive values referenced inside of the fn code. Reactive values include props, state, and all the variables and functions declared directly...
2
800
2026-03-23T11:01:42.555085
go1.8
go
https://go.dev/doc/go1.8
language
go
horter than they were in Go 1.7, usually under 100 microseconds and often as low as 10 microseconds. See the document on eliminating stop-the-world stack re-scanning for details. More work remains for Go 1.9. Defer The overhead of deferred function calls has been reduced by about half. Cgo The overhead of calls from Go...
14
800
2026-03-23T11:31:02.284132
relations-v2
drizzle_orm
https://orm.drizzle.team/docs/relations-v2
database
typescript
, }) , posts : r . many .posts () , } })); export const part = defineRelationsPart (schema , (r) => ({ posts : { author : r . one .users ({ from : r . posts .authorId , to : r . users .id , }) , } })); and then you can provide it to the db instance const db = drizzle ( process . env . DB_URL , { relations : { ... relat...
18
799
2026-03-23T10:58:46.412506
?s=settings
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=settings
devops
python
python Python Language Exporter Component Apache 2.0 License Repository OpenTelemetry Zipkin protobuf Exporter by 🔭 OpenTelemetry Authors 🔭 This library allows export of tracing data to Zipkin using protobuf for serialization. zipkin protobuf http exporter python Python Language Exporter Component Apache 2.0 License ...
187
800
2026-03-23T11:26:12.522429
blobstorage
langfuse
https://langfuse.com/self-hosting/deployment/infrastructure/blobstorage
ai
python
apis.com LANGFUSE_S3_EVENT_UPLOAD_FORCE_PATH_STYLE=true LANGFUSE_S3_EVENT_UPLOAD_PREFIX=events/ Other Providers Langfuse supports any S3-compatible storage provider. Please refer to the provider's documentation on how to create a bucket and generate Access Key pairs. Ensure that the Access Key pair has the necessary pe...
17
799
2026-03-23T10:56:32.014309
extra_positional_arguments_could_be_named
dart
https://dart.dev/tools/diagnostics/extra_positional_arguments_could_be_named
language
dart
Common fixes # If some of the arguments should be values for named parameters, then add the names before the arguments: dart void f ( int a , int b , { int ? c } ) { } void g ( ) { f ( 1 , 2 , c : 3 ) ; } content_copy Otherwise, remove the arguments that don't correspond to positional parameters: dart void f ( int a , ...
5
536
2026-03-23T11:15:12.218093
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
on so far. deferred_tool_results: Optional results for deferred tool calls in the message history. model: Optional model to use for this run, required if `model` was not set when creating the agent. deps: Optional dependencies to use for this run. model_settings: Optional settings to use for this model's request. usage...
1,504
720
2026-03-23T10:51:26.913074
transports
mcp
https://modelcontextprotocol.io/legacy/concepts/transports
ai
typescript
app . post ( "/messages" , ( req , res ) => { if ( transport ) { transport . handlePostMessage ( req , res ); } }); app . listen ( 3000 ); Client TypeScript Python Copy const client = new Client ( { name: "example-client" , version: "1.0.0" , }, { capabilities: {}, }, ); const transport = new SSEClientTransport ( new U...
10
796
2026-03-23T10:56:03.739798
dynamic-forms
angular
https://angular.dev/guide/forms/dynamic-forms
framework
typescript
m uses a service to create grouped sets of input controls, based on the form model. The following QuestionControlService collects a set of FormGroup instances that consume the metadata from the question model. You can specify default values and validation rules. question-control.service.ts import { Injectable } from '@...
9
800
2026-03-23T10:58:58.498190
?s=emissary
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=emissary
devops
python
.0 License Package Details (gems) Repository OpenTelemetry ActionMailer Instrumentation by 🔭 OpenTelemetry Authors 🔭 The ActionMailer instrumentation is a community-maintained instrumentation for the ActionMailer portion of the [Ruby on Rails][rails-home] web-application framework. action mailer instrumentation ruby ...
338
800
2026-03-23T11:31:06.709583
kubernetes
kubernetes
https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/
devops
yaml
resource's field into any number of specified targets. resources []string Each entry in this list must resolve to an existing resource configuration file secretGenerator [] SecretArgs Each entry in this list generates a Secret vars [] Var Each entry is to capture text from one resource's field What's next Kustomize Kub...
26
716
2026-03-23T11:19:07.642693
opentelemetry
opentelemetry
https://opentelemetry.io/docs/collector/registry/
devops
python
mentation Component BSD-2-Clause License Repository Akka Actor Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Akka Actor instrumentation to track requests through OpenTelemetry. java instrumentation akka Java Language Instrumentation Component Apache 2.0 License Repository Akka Actor Fork Join I...
237
800
2026-03-23T11:04:10.134380
unescape
javascript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/unescape
language
javascript
Note: This function was used mostly for percent-encoding and is partly based on the escape format in RFC 1738 . The unescape() function does not evaluate escape sequences in string literals. You can replace \xXX with %XX and \uXXXX with %uXXXX to get a string that can be handled by unescape() . Examples Using unescape(...
2
773
2026-03-23T11:33:20.123614
django
django
https://docs.djangoproject.com/en/3.2/faq/
framework
python
ings up the login page again, with a “Please enter a correct username and password” error. How do I automatically set a field’s value to the user who last edited the object in the admin? How do I limit admin access so that objects can only be edited by the users who created them? My admin-site CSS and images showed up ...
3
800
2026-03-23T11:37:06.079435
?s=broadway
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=broadway
devops
python
n Component Apache 2.0 License Package Details (npm) Repository gRPC Instrumentation by 🔭 OpenTelemetry Authors 🔭 gRPC and gRPC.js instrumentation for Node.js. js instrumentation Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-grpc 0.213.0 Version JavaScript Langu...
283
800
2026-03-23T11:31:26.276056
index.html
java
http://docs.oracle.com/cd/E57471_01/index.html
language
java
ter. And of course the discovery interface enables you to combine data sets and search, navigate and visualize new insights with drag-and-drop ease, then share results by collaborating within the tool and also publishing results back to Hadoop for leverage across the enterprise, so you can realize new value from Big Da...
1
799
2026-03-23T11:27:10.677714
firebase_admin.exceptions
firebase
https://firebase.google.com/docs/reference/admin/python/firebase_admin.exceptions
database
javascript
in.exceptions. InvalidArgumentError ( message , cause = None , http_response = None ) Bases: FirebaseError Client specified an invalid argument. NotFoundError exception firebase_admin.exceptions. NotFoundError ( message , cause = None , http_response = None ) Bases: FirebaseError A specified resource is not found, or t...
5
799
2026-03-23T11:38:26.935044
hot
bun
https://bun.sh/docs/guides/http/hot
runtime
javascript
eck file exists Watch directory Read as stream Write string to file Write Blob Write Response Append to file Incremental write Write stream Write to stdout Write file to stdout Copy file Delete file Delete files Delete directories Utilities Hash password Generate UUID Base64 encoding Gzip compression DEFLATE compressio...
4
800
2026-03-23T11:09:08.925519
optoverview.html
sqlite
https://www.sqlite.org/optoverview.html
database
sql
zer thinks that is advantageous but outer joins are always evaluated in the order in which they occur. SQLite treats the CROSS JOIN operator specially . The CROSS JOIN operator is commutative, in theory. However, SQLite chooses to never reorder tables in a CROSS JOIN. This provides a mechanism by which the programmer c...
27
777
2026-03-23T10:54:59.726448
?s=executors
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=executors
devops
python
ponent Apache 2.0 License Package Details (go-collector) Repository File Collector Exporter by 🔭 OpenTelemetry Authors 🔭 The File 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 following: exporters ...
36
799
2026-03-23T11:39:10.067155
?s=service-account
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=service-account
devops
python
the OpenTelemetry Collector accepts metrics, traces, and logs in the Splunk HEC format. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/splunkh...
154
799
2026-03-23T11:38:39.652171
?s=strimzi
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=strimzi
devops
python
ers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/otelarrowreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository OTLP Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The OTLP Receiver for the OpenTelemetry...
140
800
2026-03-23T11:29:44.749815
publish-docker-images
github_actions
https://docs.github.com/en/actions/tutorials/publish-packages/publish-docker-images
devops
yaml
the repo uses: actions/checkout@v5 - name: Log in to Docker Hub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Extract metadata (tags, labels) for Docker id: meta uses: docker/metadata-action@9ec57ed1fcdb...
5
799
2026-03-23T11:01:30.224614
?s=krakend
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=krakend
devops
python
cpp vcpkg package C++ Language Core Component MIT License Repository Standalone .NET Aspire dashboard by Microsoft The .NET Aspire Dashboard is a browser-based app to view run-time information about your distributed application. dashboard aspire viewer browser-based .NET Language Utilities Component MIT License Documen...
379
800
2026-03-23T11:30:28.987449
memory.html
python
https://docs.python.org/3/c-api/memory.html
language
python
d * PyObject_Calloc ( size_t nelem , size_t elsize ) ¶ Part of the Stable ABI since version 3.7. Allocates nelem elements each whose size in bytes is elsize and returns a pointer of type void * to the allocated memory, or NULL if the request fails. The memory is initialized to zeros. Requesting zero elements or element...
16
800
2026-03-23T11:01:55.039240
grammar.html
python
https://docs.python.org/3/reference/grammar.html
language
python
| '(' single_target ')' single_subscript_attribute_target : | t_primary '.' NAME ! t_lookahead | t_primary '[' slices ']' ! t_lookahead t_primary : | t_primary '.' NAME & t_lookahead | t_primary '[' slices ']' & t_lookahead | t_primary genexp & t_lookahead | t_primary '(' [ arguments ] ')' & t_lookahead | atom & t_look...
25
799
2026-03-23T11:22:29.600412
2.53.0
git
https://git-scm.com/docs/git-push/2.53.0
devops
bash
e remote ref is updated only if the "lease" is still valid. --force-with-lease alone, without specifying the details, will protect all remote refs that are going to be updated by requiring their current value to be the same as the remote-tracking branch we have for them. --force-with-lease= <refname> , without specifyi...
15
799
2026-03-23T11:02:00.341232
go
go
https://go.dev/cmd/cgo/
language
go
n compiler. Any .h, .hh, .hpp, or .hxx files will not be compiled separately, but, if these header files are changed, the package (including its non-Go source files) will be recompiled. Note that changes to files in other directories do not cause the package to be recompiled, so all non-Go source code for the package s...
6
800
2026-03-23T10:50:06.770696
dwarf.go
go
https://go.dev/src/cmd/link/internal/ld/dwarf.go
language
go
1527 if int64(nextpc) == int64(len(d.ldr.Data(fn))) { 1528 nextpc-- 1529 if nextpc < pcsp.PC { 1530 continue 1531 } 1532 } 1533 1534 spdelta := int64(pcsp.Value) 1535 if !haslr { 1536 // Return address has been pushed onto stack. 1537 spdelta += int64(d.arch.PtrSize) 1538 } 1539 1540 if haslr && !fi.TopFrame() { 1541 /...
68
799
2026-03-23T11:28:55.679450
supabase-completion-fish
supabase
https://supabase.com/docs/reference/cli/supabase-completion-fish
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:31:23.618800
each-blocks
svelte
https://svelte.dev/tutorial/svelte/each-blocks
framework
javascript
uting Pages Layouts Route parameters Loading data Page data Layout data Headers and cookies Setting headers Reading and writing cookies Shared modules The $lib alias Forms The <form> element Named form actions Validation Progressive enhancement Customizing use:enhance API routes GET handlers POST handlers Other handler...
2
800
2026-03-23T10:58:57.934477
redis
redis
https://redis.io/docs/latest/develop/data-types/vector-sets/
database
bash
point added"} $res16 = $r -> vsetattr ( 'points' , 'pt:A' , '' ); echo $res16 . PHP_EOL ; // >>> 1 $res17 = $r -> vgetattr ( 'points' , 'pt:A' ); echo json_encode ( $res17 ) . PHP_EOL ; // >>> null $res18 = $r -> vadd ( 'points' , [ 0 , 0 ], 'pt:F' ); echo $res18 . PHP_EOL ; // >>> 1 $res19 = $r -> vcard ( 'points' ); ...
98
795
2026-03-23T11:01:42.071550
providers-plugin-framework-provider
terraform
https://developer.hashicorp.com/terraform/tutorials/providers-plugin-framework/providers-plugin-framework-provider
devops
hcl
Implement a provider with the Terraform Plugin Framework | Terraform | HashiCorp Developer HashiConf 2025 Don't miss the live stream of HashiConf Day 2 happening now View live stream Custom Framework Providers In these tutorials, you will write a custom Terraform provider against the API of a fictional coffee-shop appl...
0
800
2026-03-23T10:59:51.343813
redis
redis
https://redis.io/docs/latest/develop/data-types/timeseries/
database
bash
<> ( "wind:3" , new TSElement ( 2L , 7 . 0 )), new AbstractMap . SimpleEntry <> ( "wind:4" , new TSElement ( 2L , 14 . 0 )) ); jedis . tsMAdd ( new AbstractMap . SimpleEntry <> ( "wind:1" , new TSElement ( 3L , 12 . 0 )), new AbstractMap . SimpleEntry <> ( "wind:2" , new TSElement ( 3L , 14 . 0 )), new AbstractMap . Si...
1,380
800
2026-03-23T10:54:53.791981
tauri
tauri
https://tauri.app/reference/javascript/fs/
desktop
rust
lers responsibility to close the file when finished with it. Parameters Section titled “Parameters” Parameter Type path string | URL options ? OpenOptions Returns Section titled “Returns” Promise < FileHandle > Example Section titled “Example” import { open, BaseDirectory } from " @tauri-apps/plugin-fs " const file = a...
40
800
2026-03-23T11:03:41.364870
authentication-overview.md
tanstack_router
https://tanstack.com/start/latest/docs/framework/react/guide/authentication-overview.md
framework
typescript
# Authentication ## Authentication vs Authorization - **Authentication**: Who is this user? (Login/logout, identity verification) - **Authorization**: What can this user do? (Permissions, roles, access control) ## Architecture Overview ### Full-Stack Authentication Model **Server-Side (Secure)** - Session storage and v...
0
800
2026-03-23T11:38:32.642154
buffer-to-readablestream
bun
https://bun.sh/docs/guides/binary/buffer-to-readablestream
runtime
javascript
tream Uint8Array to string Uint8Array to ArrayBuffer Uint8Array to Buffer Uint8Array to Blob Uint8Array to DataView Uint8Array to ReadableStream DataView to string Streams Stream to string Stream to JSON Stream to Blob Stream to Buffer Stream to ArrayBuffer Stream to Uint8Array Stream to array Readable to string Readab...
5
800
2026-03-23T11:07:45.234750
auth-auth0
neon
https://neon.tech/docs/guides/auth-auth0
database
sql
rovides a button to delete it. The getSession function from @auth0/nextjs-auth0/edge provides the current user's session information, which we use to interact with the database on their behalf. If the user is not authenticated, the page displays a login button instead. Running the application To start the application, ...
17
800
2026-03-23T11:36:51.406000
entrypoint
bun
https://bun.sh/docs/guides/util/entrypoint
runtime
javascript
.dir import.meta.file import.meta.path Check entrypoint Get entrypoint path Ecosystem & Frameworks Astro with Bun Discord.js with Bun Docker with Bun Drizzle with Bun Gel with Bun Elysia with Bun Express with Bun Hono with Bun Mongoose with Bun Neon Drizzle with Bun Neon Serverless Postgres with Bun Next.js with Bun Nu...
1
800
2026-03-23T11:07:35.087563
mysql
mysql
https://dev.mysql.com/doc/mysql-shell/8.0/en/
database
sql
8.9 InnoDB ClusterSet Repair and Rejoin 8.9.1 Fencing Clusters in an InnoDB ClusterSet 8.9.2 Inconsistent Transaction Sets (GTID Sets) in InnoDB ClusterSet Clusters 8.9.3 Repairing Member Servers and Clusters in an InnoDB ClusterSet 8.9.4 Removing a Cluster from an InnoDB ClusterSet 8.9.5 Rejoining a Cluster to an Inno...
8
791
2026-03-23T10:54:43.971120
2.29.0
git
https://git-scm.com/docs/git-rebase/2.29.0
devops
bash
ith care: the final stash application after a successful rebase might result in non-trivial conflicts. --reschedule-failed-exec --no-reschedule-failed-exec Automatically reschedule exec commands that failed. This only makes sense in interactive mode (or when an --exec option was provided). INCOMPATIBLE OPTIONS The foll...
33
800
2026-03-23T11:33:58.049724
RowPartition
tensorflow
https://www.tensorflow.org/api_docs/python/tf/experimental/RowPartition
ml
python
ecifies the start offset for each row. Equivalent to row_splits[:-1] . row_limits : an integer vector with shape [nrows] , which specifies the stop offset for each row. Equivalent to row_splits[1:] . value_rowids is an integer vector with shape [nvals] , corresponding one-to-one with sequence values, which specifies th...
2
796
2026-03-23T11:14:38.017998
?s=guzzle
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=guzzle
devops
python
encies { 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 in...
246
800
2026-03-23T11:13:19.229569
?s=micrometer
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=micrometer
devops
python
xtension provides automatic Google Cloud authentication for OpenTelemetry Java’s OTLP exporters, enabling telemetry export to Google Cloud for both zero-code and manual instrumentation setups. gcp extension java auth google Java Language Extension Component Apache 2.0 License Repository Gin-gonic Instrumentation With M...
194
799
2026-03-23T11:39:37.845086
overview
tanstack_start
https://tanstack.com/db/latest/docs/overview
framework
typescript
gines like PowerSync , RxDB , and TrailBase . tsx import type { Collection } from "@tanstack/db" import type { MutationFn, PendingMutation, createCollection, } from "@tanstack/react-db" import { electricCollectionOptions } from "@tanstack/electric-db-collection" export const todoCollection = createCollection( electricC...
25
724
2026-03-23T11:24:05.981442
gitlab_ci
gitlab_ci
https://docs.gitlab.com/user/application_security/policies/merge_request_approval_policies/
devops
yaml
g scan_result_policies_block_unprotecting_branches removed. The prevent_approval_by_author , prevent_approval_by_commit_author , remove_approvals_with_new_commit , and require_password_to_approve fields: Introduced in GitLab 16.4 with flag named scan_result_any_merge_request . Disabled by default. Enabled on GitLab.com...
36
799
2026-03-23T11:14:40.774842
nextjs-quick-start?ref=blog-vercel-marketplace
inngest
https://www.inngest.com/docs/getting-started/nextjs-quick-start?ref=blog-vercel-marketplace
devops
typescript
Dev Server Next, start the Inngest Dev Server , which is a fast, in-memory version of Inngest where you can quickly send and view events and function runs: npm yarn pnpm bun Copy Copied npx --ignore-scripts=false inngest-cli@latest dev 👉 For bun we also use npx . The Inngest npm package relies on lifecycle scripts to ...
2
798
2026-03-23T11:32:50.832961
redis
redis
https://redis.io/docs/latest/develop/data-types/timeseries/
database
bash
rr ) } fmt . Println ( res1 ) // >>> OK res2 , err := rdb . Type ( ctx , "thermometer:1" ). Result () if err != nil { panic ( err ) } fmt . Println ( res2 ) // >>> TSDB-TYPE res3 , err := rdb . TSInfo ( ctx , "thermometer:1" ). Result () if err != nil { panic ( err ) } fmt . Println ( res3 [ "totalSamples" ]) // >>> 0 ...
175
800
2026-03-23T10:54:53.790300
?s=tomee
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=tomee
devops
python
n http Go Language Instrumentation Component Apache 2.0 License Repository splunkkafka – Instrumentation for github.com/confluentinc/confluent-kafka-go/kafka/splunkkafka by Splunk Inc. Instrumentation for the github.com/confluentinc/confluent-kafka-go/kafka/splunkkafka package. go instrumentation kafka Go Language Inst...
233
800
2026-03-23T11:19:30.884497
?s=telemetry
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=telemetry
devops
python
ter by 🔭 OpenTelemetry Authors 🔭 The Kafka 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 following: exporters : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexp...
41
800
2026-03-23T11:39:05.306213
get-started-cockroach
drizzle_orm
https://orm.drizzle.team/docs/get-started-cockroach
database
typescript
Drizzle ORM - CockroachDB We've merged alternation-engine into Beta release. Try it out! Documentation 33k+ Light Dark System meet drizzle Get started Sustainability Why Drizzle? Guides Tutorials Latest releases Gotchas Upgrade to v1.0 RC How to upgrade? Relational Queries v1 to v2 Fundamentals Schema Relations Databas...
0
800
2026-03-23T10:54:54.956399
go
turso
https://docs.turso.tech/sdk/go
database
sql
l , libsql . WithAuthToken ( authToken ), libsql . WithSyncInterval ( syncInterval ), ) Was this page helpful? Yes No Suggest edits Raise issue Tauri Reference ⌘ I
6
163
2026-03-23T11:10:39.653178
managing-environments-for-deployment
github_actions
https://docs.github.com/en/actions/deployment/targeting-different-environments/managing-environments-for-deployment
devops
yaml
s . If you cannot see the "Settings" tab, select the dropdown menu, then click Settings . In the left sidebar, click Environments . Click New environment . Enter a name for the environment, then click Configure environment . Environment names are not case sensitive. An environment name may not exceed 255 characters and...
3
799
2026-03-23T11:00:01.944965
models?library=tf
transformers
https://huggingface.co/models?library=tf
ai
python
4 • 2.49M • 401 Translation • 0.2B • Updated Nov 28, 2023 • 160k • • 99 Fill-Mask • 0.1B • Updated Feb 19, 2024 • 4.32M • • 352 Fill-Mask • 0.2B • Updated Feb 19, 2024 • 4.78M • • 580 Text Classification • 67M • Updated Dec 19, 2023 • 2.97M • • 886 Token Classification • 0.3B • Updated Oct 8, 2024 • 160k • • 162 Fill-M...
2
800
2026-03-23T10:57:54.472822
?group=string
redis
https://redis.io/docs/latest/commands/?group=string
database
bash
e of a key by one. Uses 0 as initial value if the key doesn't exist. Learn more → Read more INCRBY Increments the integer value of a key by a number. Uses 0 as initial value if the key doesn't exist. Learn more → Read more INCRBYFLOAT Increment the floating point value of a key by a number. Uses 0 as initial value if t...
28
800
2026-03-23T11:05:43.821507
multiprocessing.html
python
https://docs.python.org/3/library/multiprocessing.html
language
python
analogues of threading.active_count() , threading.enumerate() , threading.settrace() , threading.setprofile() , threading.Timer , or threading.local . Connection Objects ¶ Connection objects allow the sending and receiving of picklable objects or strings. They can be thought of as message oriented connected sockets. Co...
50
796
2026-03-23T11:28:14.139227
keyword.html
python
https://docs.python.org/3/library/keyword.html
language
python
keyword — Testing for Python keywords — Python 3.14.3 documentation Navigation index modules | next | previous | Python » 3.14.3 Documentation » The Python Standard Library » Python Language Services » keyword — Testing for Python keywords | Theme Auto Light Dark | keyword — Testing for Python keywords ¶ Source code: L...
0
798
2026-03-23T11:33:45.284296
dpa
langfuse
https://langfuse.com/security/dpa
ai
python
. in accordance with Articles 33 and 34 GDPR). 8. Audits Third‑Party Reports: Annual SOC 2 (Type II) or ISO 27001 certificates shall ordinarily satisfy Client's audit rights to the extent permitted by Data Protection Laws. Additional audits: Only if required by an authority, a material issue, or if the reports referenc...
12
800
2026-03-23T11:13:46.790696
qdrant
qdrant
https://qdrant.tech/articles/scalar-quantization/
database
python
p if you can agree to a small decrease in the search precision. Accessing best practices Qdrant documentation on Scalar Quantization is a great resource describing different scenarios and strategies to achieve up to 4x lower memory footprint and even up to 2x performance increase. Was this page useful? Yes No Thank you...
11
475
2026-03-23T10:51:50.651805
?s=remix
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=remix
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:33:59.676777
function
javascript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function
language
javascript
ifier 'e' has already been declared } Examples Using function The following code declares a function that returns the total amount of sales, when given the number of units sold of three products. js function calcSales(unitsA, unitsB, unitsC) { return unitsA * 79 + unitsB * 129 + unitsC * 699; } Specifications Specifica...
7
686
2026-03-23T11:10:39.066498
llms-medium.txt
svelte
https://svelte.dev/llms-medium.txt
framework
javascript
nly available for [`database`](#Options-database) `postgresql` or `mysql` ```sh npx sv add drizzle="database:postgresql+client:postgres.js+docker:yes" ``` # eslint [ESLint](https://eslint.org/) finds and fixes problems in your code. ## Usage ```sh npx sv add eslint ``` ## What you get - the relevant packages installed ...
410
800
2026-03-23T11:13:00.456515
config-env
firebase
https://firebase.google.com/docs/functions/config-env
database
javascript
ve multiple configuration values that are logically related (for example, settings for a third-party service), you can store them together as a structured JSON object within a single secret using defineJsonSecret() . This approach can help organize your configuration and make more efficient use of the Cloud Secret Mana...
16
800
2026-03-23T11:08:56.872917
deno
deno
https://docs.deno.com/lint/rules/no-unreachable/
runtime
javascript
no-unreachable Skip to main content NOTE: this rule is part of the recommended rule set. Enable full set in deno.json : { "lint": { "rules": { "tags": ["recommended"] } } } Enable full set using the Deno CLI: deno lint --rules-tags=recommended This rule can be explictly included to or excluded from the rules present in...
0
758
2026-03-23T11:26:01.724919
result-2022-08-10.json
qdrant
https://qdrant.tech/benchmarks/result-2022-08-10.json
database
python
"dataset_name": "glove-100-angular", "upload_time": 71.2646750121, "total_upload_time": 657.260862797, "p95_time": 0.0357241209, "rps": 281.96040535, "parallel": 8, "p99_time": 0.0391946699, "mean_time": 0.0280418155, "mean_precisions": 0.991306, "engine_params": { "search_params": { "hnsw_ef": 512 } } }, { "engine_nam...
2,130
588
2026-03-23T11:15:13.617773
postgresql
postgresql
https://www.postgresql.org/docs/release/8.3.7/
database
sql
ible on platforms where wchar_t is narrower than int ; Windows in particular. Fix extreme inefficiency in text search parser's handling of an email-like string containing multiple @ characters (Heikki) Fix planner problem with sub- SELECT in the output list of a larger subquery (Tom) The known symptom of this bug is a ...
4
736
2026-03-23T11:25:49.197258
reference.html
typescript
https://www.typescriptlang.org/docs/handbook/modules/reference.html
language
javascript
attempts to model the module resolution behavior common to most JavaScript bundlers. In short, this means supporting all the behaviors traditionally associated with Node.js’s CommonJS require resolution algorithm like node_modules lookups , directory modules , and extensionless paths , while also supporting newer Node....
65
800
2026-03-23T10:49:56.879929
?s=gateway
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=gateway
devops
python
icense Website Documentation Package Details (npm) Repository OpenTelemetry confluent-kafka-javascript Instrumentation by Drazke This library allows tracing requests made by the confluent-kafka-javascript library. confluent-kafka-javascript instrumentation kafka javascript JavaScript Language Instrumentation Component ...
277
800
2026-03-23T11:31:10.786031
auth-figma
supabase
https://supabase.com/docs/guides/auth/social-login/auth-figma
database
typescript
/ Providers under the Configuration section Click on Figma from the accordion list to expand and you'll find your Callback URL , you can click Copy to copy it to the clipboard Local development # When testing OAuth locally with the Supabase CLI, ensure your OAuth provider is configured with the local Supabase Auth call...
1
799
2026-03-23T11:37:01.080002
?s=req
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=req
devops
python
untimeextension v0.148.0 v0.148.0 Version Collector Language Extension Component Apache 2.0 License Package Details (go-collector) Repository Datadog Collector Extension by 🔭 OpenTelemetry Authors 🔭 The Datadog Extension for the OpenTelemetry Collector. go extension collector Quick Install When building a custom coll...
61
800
2026-03-23T11:22:57.435593