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=nginx
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=nginx
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:22.910755
config-plugin-and-native-module-tutorial
expo
https://docs.expo.dev/modules/config-plugin-and-native-module-tutorial
mobile
javascript
app and access your custom API key using the ExamplePlugin.getApiKey() function. Terminal - cd example # Execute your plugin and update native files - npx expo prebuild # Run the example app on Android - npx expo run:android # Run the example app on iOS - npx expo run:ios Next steps Congratulations, you have created a ...
15
800
2026-03-23T11:13:08.228453
redis
redis
https://redis.io/docs/latest/develop/data-types/lists/
database
bash
rs" ); }) . thenAccept ( System . out :: println ) // >>> 0 . toCompletableFuture (); rule2 . join (); CompletableFuture < Void > rule3 = asyncCommands . del ( "bikes:repairs" ). thenCompose ( res35 -> { System . out . println ( res35 ); // >>> 0 return asyncCommands . llen ( "bikes:repairs" ); }). thenCompose ( res36 ...
432
799
2026-03-23T11:05:26.645546
laws-of-reflection.html
go
https://go.dev/blog/2011/09/laws-of-reflection.html
language
go
onfusing, but it’s easy enough to understand if we start from first principles. Here is some code that does not work, but is worth studying. var x float64 = 3.4 v := reflect.ValueOf(x) v.SetFloat(7.1) // Error: will panic. If you run this code, it will panic with the cryptic message panic: reflect.Value.SetFloat using ...
14
799
2026-03-23T11:24:06.093296
mysql
mysql
https://dev.mysql.com/doc/c-api/8.4/en/
database
sql
2026-03-17 (revision: 84509) Table of Contents Preface and Legal Notices 1 The MySQL C API 2 MySQL C API Implementations 3 Writing C API-Based Client Applications 3.1 Example C API Client Programs 3.2 Building C API Client Programs 3.3 Building C API Client Programs Using pkg-config 3.4 Writing C API Threaded Client Pr...
1
784
2026-03-23T10:56:36.219953
packer
terraform
https://developer.hashicorp.com/hcp/api-docs/packer
devops
hcl
bject href string The endpoint URL for the bucket's ancestry at this version. status string UNDETERMINED: HCP Packer cannot determine whether the child artifact is out of date. This status occurs when the parent version was not assigned to a channel when Packer built the artifact, the channel no longer exists in the bu...
28
799
2026-03-23T11:11:33.009822
uk
git
https://git-scm.com/docs/git-log/uk
devops
bash
-diff-merges=remerge -p . --no-diff-merges Синонім до --diff-merges=off . --diff-merges= <формат> Вкажіть формат diff, який буде використовуватися для комітів злиття. За замовчуванням використовується `off`, якщо не використовується --first-parent , тоді first-parent є значенням за замовчуванням. Підтримуються такі фор...
81
800
2026-03-23T11:30:44.615975
?s=logrus
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=logrus
devops
python
instrumentation segmentio-kafka-go kafka Go Language Instrumentation Component Apache 2.0 License Documentation Repository URLSession Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a URLSession instrumentation to track requests through OpenTelemetry. swift instrumentation ios macOS tvOS Swift Lang...
360
800
2026-03-23T11:17:34.407810
2.2.3
git
https://git-scm.com/docs/gitremote-helpers/2.2.3
devops
bash
chable from them as a stream in fast-import format. Supported commands: list , import . check-connectivity Can guarantee that when a clone is requested, the received pack is self contained and is connected. If a helper advertises connect , Git will use it if possible and fall back to another capability if the helper re...
9
800
2026-03-23T11:26:18.187738
gitlab_ci
gitlab_ci
https://docs.gitlab.com/integration/jenkins/
devops
yaml
Please check your settings When you configure GitLab, you might get an error that states Connection failed. Please check your settings . This issue has multiple possible causes and solutions: Cause Workaround GitLab is unable to reach your Jenkins instance at the address. For GitLab Self-Managed, ping the Jenkins insta...
7
800
2026-03-23T11:23:01.237254
overview
neon
https://neon.tech/docs/auth/legacy/overview
database
sql
ss to work correctly. For detailed integration patterns, foreign key examples, and best practices, see Database Integration . Environment variables and SDK keys To use Stack Auth with your Neon project, you need these environment variables: NEXT_PUBLIC_STACK_PROJECT_ID = your-project-id NEXT_PUBLIC_STACK_PUBLISHABLE_CL...
3
800
2026-03-23T11:28:29.836888
toString
javascript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/toString
language
javascript
Function.prototype.toString() - JavaScript | MDN Skip to main content Skip to search Function.prototype.toString() Baseline Widely available * This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. * Some parts of this feature may have v...
0
760
2026-03-23T10:55:10.563240
release-notes-1.20.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-1.20.0
mobile
dart
ready covered devicelab test: tiles_scroll_perf_iphonexs__timeline_summary (cla: yes, team) 58618 Revert "Don't elapse real time during IOSDevice.startApp tests" (cla: yes, tool) 58620 Make debugSemantics available to profile mode (a: accessibility, a: tests, cla: yes, framework, team) 58621 Make it possible to remove ...
400
799
2026-03-23T11:13:03.432636
managing-postgresql-views
neon
https://neon.tech/postgresql/postgresql-views/managing-postgresql-views
database
sql
syntax, you add the OR REPLACE between the CREATE and VIEW keywords. If the view already exists, the statement replaces the existing view; otherwise, it creates a new view. For example, the following statement changes the defining query of the contact view to include the phone information from the address table: CREATE...
5
798
2026-03-23T11:32:42.505754
redis
redis
https://redis.io/docs/latest/develop/data-types/lists/
database
bash
!= nil { panic ( err ) } fmt . Println ( res3 ) // >>> bike:1 res4 , err := rdb . RPop ( ctx , "bikes:repairs" ). Result () if err != nil { panic ( err ) } fmt . Println ( res4 ) // >>> bike:2 } func ExampleClient_stack () { ctx := context . Background () rdb := redis . NewClient ( & redis . Options { Addr : "localhost...
591
799
2026-03-23T11:05:26.645766
redis
redis
https://redis.io/docs/latest/develop/data-types/sorted-sets/
database
bash
} fmt . Println ( res12 ) // >>> 2 } func ExampleClient_zaddlex () { ctx := context . Background () rdb := redis . NewClient ( & redis . Options { Addr : "localhost:6379" , Password : "" , // no password docs DB : 0 , // use default DB }) _ , err := rdb . ZAdd ( ctx , "racer_scores" , redis . Z { Member : "Norem" , Sco...
267
799
2026-03-23T11:05:31.573223
?s=syslog
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=syslog
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:19:50.049730
ctrl-c-in-psql-gives-me-the-heebie-jeebies
neon
https://neon.tech/blog/ctrl-c-in-psql-gives-me-the-heebie-jeebies
database
sql
x00\x00\x00\x08" = 8 bytes "\x00\x00\x00\x00" = AuthenticationOk #1 server -> client: "S" = ParameterStatus "\x00\x00\x00\x17" = 23 bytes "in_hot_standby\x00" = key "off\x00" = value #1 server -> client: "S" = ParameterStatus "\x00\x00\x00\x19" = 25 bytes "integer_datetimes\x00" = key "on\x00" = value #1 server -> clie...
14
800
2026-03-23T11:26:20.713961
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatc...
3,409
799
2026-03-23T10:56:49.347200
supabase-ssl-enforcement-get
supabase
https://supabase.com/docs/reference/cli/supabase-ssl-enforcement-get
database
typescript
pipelines where you want to fail the build based on certain lint conditions. Usage 1 supabase db lint [flags] Flags --db-url <string> Optional Lints the database specified by the connection string (must be percent-encoded). --fail-on <[ none | warning | error ]> Optional Error level to exit with non-zero status. --leve...
26
799
2026-03-23T11:31:03.410936
2.47.0
git
https://git-scm.com/docs/git-config/2.47.0
devops
bash
.3 2024-11-26 2.46.2 2024-09-23 2.46.1 2024-09-13 2.46.0 2024-07-29 2.45.4 no changes 2.45.3 2024-11-26 2.45.1 → 2.45.2 no changes 2.45.0 2024-04-29 2.44.4 no changes 2.44.3 2024-11-26 2.44.1 → 2.44.2 no changes 2.44.0 2024-02-23 2.43.7 no changes 2.43.6 2024-11-26 2.43.2 → 2.43.5 no changes 2.43.1 2024-02-09 2.43.0 20...
2
800
2026-03-23T11:24:43.755998
?language=collector
opentelemetry
https://opentelemetry.io/ecosystem/registry/?language=collector
devops
python
rumentation for Node.js. js instrumentation Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-http 0.213.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository ioRedis Instrumentation by 🔭 OpenTelemetry Authors 🔭 ...
284
800
2026-03-23T11:03:09.543006
?s=rdkafka
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=rdkafka
devops
python
Processor Component Apache 2.0 License Package Details (go-collector) Repository Interval Processor by 🔭 OpenTelemetry Authors 🔭 The interval processor ( intervalprocessor ) aggregates metrics and periodically forwards the latest values to the next component in the pipeline. interval processor collector Quick Install...
82
799
2026-03-23T11:39:35.380919
postgresql
postgresql
https://www.postgresql.org/docs/release/12.13/
database
sql
in a multi-row VALUES clause of an INSERT on an updatable view (Tom Lane) § This oversight could lead to “ cache lookup failed for type ” errors, or in older branches even to crashes. Disallow rules named _RETURN that are not ON SELECT (Tom Lane) § This avoids confusion between a view's ON SELECT rule and any other rul...
2
799
2026-03-23T11:31:43.413399
mctest
transformers
https://huggingface.co/datasets/sagnikrayc/mctest
ai
python
iked to take a bath. Mary and Buddy enjoyed\newlinesmelling flowers and eating hamburgers. But they also were very different from one\newlineanother. For one thing, Buddy was a dog! Buddy liked talking to strangers and visiting new\newlineplaces. But Mary was shy. One day a man named John came by. Mary hid behind a tre...
137
800
2026-03-23T11:30:58.217832
pubspec
dart
https://dart.dev/tools/pub/pubspec
language
dart
repository (or both). It helps users understand where your package is coming from. Repository # The optional repository field should contain the URL for your package's source code repository—for example, https://github.com/<user>/<repository> . If you publish your package to the pub.dev site, then your package's page d...
11
679
2026-03-23T10:56:01.457229
?s=axum
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=axum
devops
python
.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository Azure Data Explorer Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter sends metrics, logs and trace data to Azure Data Explorer go exporter collector Quick Install When building a custom collector you c...
29
799
2026-03-23T11:32:24.869040
pydantic_ai
pydantic_ai
https://ai.pydantic.dev/tools-advanced/
ai
python
operties' ][ 'name' ][ 'description' ] = d return tool_def greet_tool = Tool ( greet , prepare = prepare_greet ) test_model = TestModel () agent = Agent ( test_model , tools = [ greet_tool ], deps_type = Literal [ 'human' , 'machine' ]) result = agent . run_sync ( 'testing...' , deps = 'human' ) print ( result . output...
10
800
2026-03-23T10:56:05.785729
?s=stackdriver
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=stackdriver
devops
python
install this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.EntityFrameworkCore 1.15.0-beta.1 Version .NET Language Instrumentation Component Apache 2.0 License Package Details (nuget) Repository EventCounters Instrumentation for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 This is a...
201
799
2026-03-23T11:16:44.001294
?s=vaadin
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=vaadin
devops
python
s using the OpenTelemetry API. asp telemetry http module instrumentation dotnet Quick Install To install this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule 1.15.1 Version .NET Language Instrumentation Component Apache 2.0 License Package Details (nuget) Reposit...
197
799
2026-03-23T11:20:45.496497
tauri
tauri
https://tauri.app/plugin/updater/
desktop
rust
r:allow-install Enables the install command without any pre-configured scope. updater:deny-install Denies the install command without any pre-configured scope. Support on Open Collective Sponsor on GitHub © 2026 Tauri Contributors. CC-BY / MIT
22
243
2026-03-23T10:57:35.795023
asset-management
webpack
https://webpack.js.org/guides/asset-management
tooling
javascript
, }, { test: /\.(png|svg|jpg|jpeg|gif)$/i, type: 'asset/resource', }, + { + test: /\.(woff|woff2|eot|ttf|otf)$/i, + type: 'asset/resource', + }, ], }, }; Add some font files to your project: project Copy webpack-demo ├── package.json ├── package-lock.json ├── webpack.config.js ├── /dist │ ├── bundle.js │ └── index.html...
12
785
2026-03-23T11:14:33.657072
gitlab_ci
gitlab_ci
https://docs.gitlab.com/ci/yaml/
devops
yaml
y of the listed exit codes, and allow_failure false for any other exit code. Keyword type : Job keyword. You can use it only as part of a job. Supported values : A single exit code. An array of exit codes. Example of allow_failure : test_job_1 : script : - echo "Run a script that results in exit code 1. This job fails....
58
799
2026-03-23T10:51:59.386962
llms-components.txt
chakra_ui
https://chakra-ui.com/llms-components.txt
library
javascript
{ value: "KE", label: "Kenya", emoji: "🇰🇪" }, { value: "KG", label: "Kyrgyzstan", emoji: "🇰🇬" }, { value: "KH", label: "Cambodia", emoji: "🇰🇭" }, { value: "KI", label: "Kiribati", emoji: "🇰🇮" }, { value: "KM", label: "Comoros", emoji: "🇰🇲" }, { value: "KN", label: "Saint Kitts and Nevis", emoji: "🇰🇳" }, { v...
257
770
2026-03-23T10:52:18.208684
?s=storage
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=storage
devops
python
/opentelemetry-collector-contrib/receiver/huaweicloudcesreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Microsoft IIS Receiver by 🔭 OpenTelemetry Authors 🔭 The iis receiver grabs metrics about an IIS instance using the Windows Perfo...
122
800
2026-03-23T11:38:30.886204
user-defined-workflows
inngest
https://www.inngest.com/docs/guides/user-defined-workflows
devops
typescript
o generate a LinkedIn post Our users will be able to combine those tasks to build their custom workflows. 1. Adding the tasks definition to the application After installing and setup Inngest in our Next.js application, we will create the following Workflow Actions definition file: lib/inngest/workflowActions.ts Copy Co...
2
800
2026-03-23T10:50:23.694658
changelog.html
python
https://docs.python.org/3/whatsnew/changelog.html
language
python
ast locations of f-strings with format specs and repeated expressions. Patch by Pablo Galindo bpo-44878 : Remove the loop from the bytecode interpreter. All instructions end with a DISPATCH macro, so the loop is now redundant. bpo-44878 : Remove switch statement for interpreter loop when using computed gotos. This make...
1,092
800
2026-03-23T10:57:25.354131
linalg.html
pytorch
https://pytorch.org/docs/stable/linalg.html
ml
python
torch.linalg — PyTorch 2.10 documentation Learn Get Started Tutorials Learn the Basics PyTorch Recipes Intro to PyTorch - YouTube Series Webinars Community Landscape Join the Ecosystem Community Hub Forums Developer Resources Contributor Awards Community Events PyTorch Ambassadors Projects PyTorch vLLM DeepSpeed Host Y...
0
799
2026-03-23T10:52:38.341229
django
django
https://docs.djangoproject.com/fr/1.10/
framework
python
Documentation de Django | Documentation de Django | Django Ce document concerne une version non sécurisée de Django qui n'est plus prise en charge. Merci de mettre à jour vers une version plus récente ! Skip to main content Documentation Getting Help Langue : fr pt-br pl ja id es en el Version de la documentation : 1.1...
0
800
2026-03-23T11:20:42.903287
?s=edge-extension
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=edge-extension
devops
python
age Details (go-collector) Repository Logz.io Exporter by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry Collector Exporter for Logz.io 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/o...
43
800
2026-03-23T11:27:01.886819
supabase-migration-down
supabase
https://supabase.com/docs/reference/cli/supabase-migration-down
database
typescript
s the configurations of a linked Supabase project with the local supabase/config.toml file. This command allows you to manage project configuration as code by defining settings locally and then pushing them to your remote project. Usage 1 supabase config push Flags --project-ref <string> Optional Project ref of the Sup...
57
800
2026-03-23T11:32:19.763923
?s=psr16
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=psr16
devops
python
ides a Jodd HTTP instrumentation to track requests through OpenTelemetry. jodd http instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository JSF Instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for JSF jsf instrumentation java Java Languag...
255
800
2026-03-23T11:22:24.545666
lockingv3.html
sqlite
https://www.sqlite.org/lockingv3.html
database
sql
journals to disk and wait for those changes to reach the disk surface. Flush all database file changes to the disk. Wait for those changes to actually be written onto the disk surface. Delete the super-journal file. This is the instant when the changes are committed. Prior to deleting the super-journal file, if a power...
19
763
2026-03-23T10:51:44.732684
cookies
bun
https://bun.sh/docs/runtime/cookies
runtime
javascript
rieves a cookie by name. Returns null if the cookie doesn’t exist. get-cookie.ts Copy // Get by name const cookie = cookies. get ( " session " ); if (cookie != null ) { console. log (cookie); } has(name: string): boolean Checks if a cookie with the given name exists. has-cookie.ts Copy // Check if cookie exists if (coo...
4
792
2026-03-23T10:51:43.701887
isSignal
angular
https://angular.dev/api/core/isSignal
framework
typescript
AfterRenderOptions AfterRenderRef AfterViewChecked AfterViewInit ANIMATION_MODULE_TYPE AnimationCallbackEvent AnimationFunction APP_BOOTSTRAP_LISTENER APP_ID APP_INITIALIZER ApplicationConfig ApplicationInitStatus ApplicationModule ApplicationRef asNativeElements assertInInjectionContext assertNotInReactiveContext asse...
2
799
2026-03-23T11:27:53.870593
?s=pillarjs
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=pillarjs
devops
python
e instrumentation base class, and the instrumentation registry. base instrumentation ruby Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-base 0.25.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository Bunny Instrument...
342
800
2026-03-23T11:32:31.642169
action-bar
chakra_ui
https://chakra-ui.com/docs/components/action-bar
library
javascript
ass the onOpenChange handler to control the visibility of the action bar. The open and onOpenChange props control the visibility of the action bar. Preview Code Stackblitz Show Action bar Within Dialog Here's an example of composing the ActionBar and the Dialog to perform a delete action on a set of selected items. Pre...
1
800
2026-03-23T10:59:28.278735
?s=ucp
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ucp
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:27:55.785973
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
ta1/servicecidrs/{name} Path Parameters Parameter Description name name of the ServiceCIDR Query Parameters Parameter Description pretty If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget). dryRun When present, indicates t...
5,745
800
2026-03-23T10:56:49.350466
supabase-inspect-db-long-running-queries
supabase
https://supabase.com/docs/reference/cli/supabase-inspect-db-long-running-queries
database
typescript
supabase migration list Lists migration history in both local and remote databases. Requires your local project to be linked to a remote database by running supabase link . For self-hosted databases, you can pass in the connection parameters using --db-url flag. Note that URL strings must be escaped according to RFC 39...
28
799
2026-03-23T11:27:55.022592
gitlab_ci
gitlab_ci
https://docs.gitlab.com/administration/pages/troubleshooting/
devops
yaml
agram accTitle: GitLab Pages Request Flow accDescr: Sequence diagram showing how a user request flows through GitLab Pages components to serve static files. actor User participant PagesNGINX as Pages NGINX participant Pages as GitLab Pages participant GitlabNGINX as GitLab NGINX participant GitlabAPI as GitLab Rails pa...
1
719
2026-03-23T11:31:27.679802
?s=loki
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=loki
devops
python
orm Go Language Instrumentation Component BSD-2-Clause License Repository SQL instrumentation by Vladimir Mihailenco Instrumentation for SQL that records queries (including transactions and statements) and reports DBStats metrics. go instrumentation database sql Go Language Instrumentation Component BSD-2-Clause Licens...
236
800
2026-03-23T11:12:44.943014
keyword_index.html
sqlite
https://www.sqlite.org/keyword_index.html
database
sql
E_DBCONFIG_ENABLE_ATTACH_CREATE SQLITE_DBCONFIG_ENABLE_ATTACH_WRITE SQLITE_DBCONFIG_ENABLE_COMMENTS SQLITE_DBCONFIG_ENABLE_FKEY SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION SQLITE_DBCONFIG_ENABLE_QPSG SQLITE_DBCONFIG_ENABLE_TRIGGER SQLITE_DBCONFIG_ENABLE_VIEW SQLITE_DBCONFIG_LEGACY_ALTER_...
52
800
2026-03-23T10:54:01.965620
results-1-100-thread-2024-06-15.json
qdrant
https://qdrant.tech/benchmarks/results-1-100-thread-2024-06-15.json
database
python
oad_time": 19994.136607792003, "p95_time": 0.25630503249849423, "rps": 403.681696138684, "parallel": 100, "p99_time": 0.2628356207588513, "mean_time": 0.24263819529488972, "mean_precisions": 0.9847940000000001, "engine_params": { "ef": 256, "hnsw_config": { "M": 64, "EF_CONSTRUCTION": 256 } } }, { "engine_name": "redis...
1,282
676
2026-03-23T10:59:06.541929
?s=mlflow
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=mlflow
devops
python
e Instrumentation Component Apache 2.0 License Repository c3p0 Instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for c3p0 c3p0 instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Apache Camel Instrumentation by 🔭 OpenTelemetry Authors...
242
800
2026-03-23T11:25:11.256621
next-16-beta
nextjs
https://nextjs.org/blog/next-16-beta
framework
javascript
. We're working on additional optimizations to inline data chunks more efficiently. These changes require no code modifications and are designed to improve performance across all apps. PPR and Cache Components Next.js 16 removes the experimental Partial Pre-Rendering (PPR) flag and configuration options. PPR is being i...
7
800
2026-03-23T11:36:30.184978
TFRecordDataset
tensorflow
https://www.tensorflow.org/api_docs/python/tf/compat/v1/data/TFRecordDataset
ml
python
1 , 2 , 3 , 4 ], [ 5 , 6 , 7 ], [ 7 , 8 , 9 , 10 , 11 ], [ 13 , 14 , 15 , 16 , 19 , 20 ], [ 21 , 22 ]] dataset = tf . data . Dataset . from_generator ( lambda : elements , tf . int64 , output_shapes = [ None ]) dataset = dataset . bucket_by_sequence_length ( element_length_func = lambda elem : tf . shape ( elem )[ 0 ],...
9
800
2026-03-23T11:12:00.625792
newtypes_tutorial.html
python
https://docs.python.org/3/extending/newtypes_tutorial.html
language
python
sing PyObject_GC_UnTrack() and Custom_clear : static void Custom_dealloc ( PyObject * op ) { PyObject_GC_UnTrack ( op ); ( void ) Custom_clear ( op ); Py_TYPE ( op ) -> tp_free ( op ); } Finally, we add the Py_TPFLAGS_HAVE_GC flag to the class flags: . tp_flags = Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE | Py_TPFLAGS_HA...
50
798
2026-03-23T11:26:55.069352
?s=google
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=google
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:26:56.550928
?s=otterize
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=otterize
devops
python
Node.js instrumentation oracledatabase database Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-oracledb 0.38.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository PostgreSQL Instrumentation by 🔭 OpenTelemetry A...
293
799
2026-03-23T11:14:02.203017
?s=b3
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=b3
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:20:37.875662
different.html
sqlite
https://www.sqlite.org/different.html
database
sql
But those other engines are still governed by copyright law. SQLite is different in that copyright law simply does not apply. The source code files for other SQL database engines typically begin with a comment describing your legal rights to view and copy that file. The SQLite source code contains no license since it i...
12
778
2026-03-23T10:51:50.698036
?s=log-bridge
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=log-bridge
devops
python
iner Insights Receiver by 🔭 OpenTelemetry Authors 🔭 AWS Container Insights Receiver is an AWS specific receiver that supports CloudWatch Container Insights. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : git...
101
800
2026-03-23T11:19:17.830344
2.13.7
git
https://git-scm.com/docs/git-push/2.13.7
devops
bash
base master:master I.e. create a base tag for versions of the upstream code that you’ve seen and are willing to overwrite, then rewrite history, and finally force push changes to master if the remote version is still at base , regardless of what your local remotes/origin/master has been updated to in the background. -f...
16
800
2026-03-23T10:59:25.284908
re.html
python
https://docs.python.org/3/library/re.html
language
python
ions as in Unicode Technical Standard #18 might be added in the future. This would change the syntax, so to facilitate this change a FutureWarning will be raised in ambiguous cases for the time being. That includes sets starting with a literal '[' or containing literal character sequences '--' , '&&' , '~~' , and '||' ...
14
795
2026-03-23T10:59:10.185039
llms-medium.txt
svelte
https://svelte.dev/llms-medium.txt
framework
javascript
`dts delay?: number; ``` ```dts duration?: number; ``` ```dts easing?: (t: number) => number; ``` ```dts css?: (t: number, u: number) => string; ``` ```dts tick?: (t: number, u: number) => void; ``` ## FlipParams ```dts interface FlipParams {/*…*/} ``` ```dts delay?: number; ``` ```dts duration?: number | ((len: number...
147
800
2026-03-23T11:13:00.456147
docker
docker
https://docs.docker.com/reference/cli/docker/
devops
bash
les in a directory called .docker within your $HOME directory. Docker manages most of the files in the configuration directory and you shouldn't modify them. However, you can modify the config.json file to control certain aspects of how the docker command behaves. You can modify the docker command behavior using enviro...
6
800
2026-03-23T10:54:57.731262
venv.html
python
https://docs.python.org/3/tutorial/venv.html
language
python
.txt (line 2)) ... Collecting requests==2.7.0 (from -r requirements.txt (line 3)) ... Installing collected packages: novas, numpy, requests Running setup.py install for novas Successfully installed novas-3.1.1.3 numpy-1.9.2 requests-2.7.0 pip has many more options. Consult the Installing Python Modules guide for comple...
8
797
2026-03-23T11:11:26.215265
llms-full.txt
chakra_ui
https://chakra-ui.com/llms-full.txt
library
javascript
} function useTransferListState (options: CollectionOptions ) { const sourceContentRef = useRef (null) const targetContentRef = useRef (null) const [source, setSource] = useState(createListCollection (options)) const [target, setTarget] = useState( createListCollection ({ ...options, items: [] }), ) const [selectedSour...
623
745
2026-03-23T10:52:11.339034
supabase-ssl-enforcement-update
supabase
https://supabase.com/docs/reference/cli/supabase-ssl-enforcement-update
database
typescript
83. policy A value that indicates how the edge-runtime should forward incoming HTTP requests to the worker. per_worker allows multiple HTTP requests to be forwarded to a worker that has already been created. oneshot will force the worker to process a single HTTP request and then exit. (Debugging purpose, This is especi...
64
799
2026-03-23T11:29:51.619304
core-application
temporal
https://docs.temporal.io/develop/dotnet/core-application
devops
go
tic execution requirements . Therefore, each language is limited to the use of certain idiomatic techniques. However, each Temporal SDK provides a set of APIs that can be used inside your Workflow to interact with external (to the Workflow) application code. This means there are several things Workflows cannot do such ...
2
798
2026-03-23T10:52:37.754904
ParseSequenceExample
tensorflow
https://www.tensorflow.org/api_docs/python/tf/raw_ops/ParseSequenceExample
ml
python
he Examples' features associated with context_sparse values. context_dense_keys A list of strings . A list of Ncontext_dense string Tensors (scalars). The keys expected in the SequenceExamples' context features associated with dense values. feature_list_sparse_keys A list of strings . A list of Nfeature_list_sparse str...
3
798
2026-03-23T11:17:30.269771
postgresql
postgresql
https://www.postgresql.org/docs/release/10.18/
database
sql
tallations using large values of autovacuum_freeze_max_age could suffer unwanted forced shutdowns soon after an upgrade. Extend pg_upgrade to detect and warn about extensions that should be upgraded (Bruce Momjian) A script file is now produced containing the ALTER EXTENSION UPDATE commands needed to bring extensions u...
10
800
2026-03-23T11:30:49.010241
list_roles
planetscale
https://planetscale.com/docs/api/reference/list_roles
database
sql
I { "current_page" : 123 , "next_page" : 123 , "next_page_url" : "<string>" , "prev_page" : 123 , "prev_page_url" : "<string>" , "data" : [ { "id" : "<string>" , "name" : "<string>" , "access_host_url" : "<string>" , "private_access_host_url" : "<string>" , "private_connection_service_name" : "<string>" , "username" : ...
2
800
2026-03-23T11:20:30.186789
supabase-orgs-list
supabase
https://supabase.com/docs/reference/cli/supabase-orgs-list
database
typescript
abase API --workdir <string> Optional no type path to a Supabase project directory --yes Optional no type answer yes to all prompts supabase bootstrap Usage 1 supabase bootstrap [template] [ flags ] Flags -p, --password <string> Optional Password to your remote Postgres database. supabase init Initialize configurations...
2
800
2026-03-23T11:28:30.596014
redis
redis
https://redis.io/docs/latest/develop/data-types/compare-data-types/
database
bash
yes: value: "Yes" outcome: label: "Use hashes" id: hashesOutcome no: value: "No" nextQuestion: integerIndices integerIndices: text: | Are the keys always simple integer indices in a known range? whyAsk: | String bitmaps provide minimum memory overhead and efficient random access for integer indices, with bitwise operat...
13
464
2026-03-23T11:01:52.295902
python_api.html
xgboost
https://xgboost.readthedocs.io/en/stable/python/python_api.html
ml
python
he most conservative option available. It’s recommended to study this option from the parameters document tree method n_jobs ( Optional [ int ] ) – Number of parallel threads used to run xgboost. When used with other Scikit-Learn algorithms like grid search, you may choose which algorithm to parallelize and balance the...
77
797
2026-03-23T10:51:31.580806
docker
docker
https://docs.docker.com/scout/policy/
devops
bash
ckdoor) CVE-2024-47176 (OpenPrinting - cups-browsed ) CVE-2024-47076 (OpenPrinting - libcupsfilters ) CVE-2024-47175 (OpenPrinting - libppd ) CVE-2024-47177 (OpenPrinting - cups-filters ) You can customize this policy to change which CVEs that are considered high-profile by configuring the policy. Custom configuration ...
8
800
2026-03-23T11:18:55.014813
changelog.html
python
https://docs.python.org/3/whatsnew/changelog.html
language
python
EL. bpo-33204 : IDLE: consistently color invalid string prefixes. A ‘u’ string prefix cannot be paired with either ‘r’ or ‘f’. Consistently color as much of the prefix, starting at the right, as is valid. Revise and extend colorizer test. bpo-32984 : Set __file__ while running a startup file. Like Python, IDLE optional...
1,780
796
2026-03-23T10:57:25.355107
set-up-custom-auth
langchain
https://docs.langchain.com/langsmith/set-up-custom-auth
ai
python
er does two important things: Checks if a valid token is provided in the request’s Authorization header Returns the user’s MinimalUserDict Now tell LangGraph to use authentication by adding the following to the langgraph.json configuration: langgraph.json Copy { " dependencies " : [ "." ], " graphs " : { " agent " : "....
6
798
2026-03-23T10:52:01.013253
collection-options-creator
tanstack_router
https://tanstack.com/db/latest/docs/guides/collection-options-creator
framework
typescript
y-collection - Pattern A: User-provided handlers with full refetch strategy @tanstack/trailbase-collection - Pattern B: Built-in handlers with ID-based tracking @tanstack/electric-collection - Pattern A: Transaction ID tracking with complex sync protocols @tanstack/rxdb-collection - Pattern B: Built-in handlers that br...
20
800
2026-03-23T11:28:55.288658
opentelemetry
opentelemetry
https://opentelemetry.io/docs/contributing/pull-requests/
devops
python
\. Select Create pull request] --> 6[6\. Fill in Open a pull request] 6 --> 7[7\. Select Create pull request] end id1 --> tasks --> tasks2 classDef grey fill:#dddddd,stroke:#ffffff,stroke-width:px,color:#000000, font-size:15px; classDef white fill:#ffffff,stroke:#000,stroke-width:px,color:#000,font-weight:bold classDef...
4
800
2026-03-23T10:52:04.450844
llms-full.txt
angular
https://angular.dev/assets/context/llms-full.txt
framework
typescript
etails on choosing component selectors](guide/components/selectors#choosing-a-selector). ### Naming component and directive members See the Components guide for details on [naming input properties](guide/components/inputs#choosing-input-names) and [naming output properties](guide/components/outputs#choosing-event-names...
12
800
2026-03-23T10:56:08.577652
gitlab_ci
gitlab_ci
https://docs.gitlab.com/user/project/repository/signed_commits/x509/
devops
yaml
rns true : signature . __send__ :valid_signature? Check the signing time and date. This check must return true : signature . __send__ :valid_signing_time? The code allows for code signing certificates to expire. A commit must be signed during the validity period of the certificate, and at or after the commit’s datestam...
12
800
2026-03-23T11:13:42.215821
?s=lmdb
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=lmdb
devops
python
y 🔭 OpenTelemetry Authors 🔭 Instrumentation to collect system performance metrics. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry threading Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides instrumentation for the threading module to ens...
334
800
2026-03-23T11:11:46.432486
connection-errors
neon
https://neon.tech/docs/connect/connection-errors
database
sql
. dbname = neondb options = endpoint = [endpoint_id ] C. Set verify-full for golang-based clients If your application or service uses golang Postgres clients like pgx and lib/pg , you can set sslmode=verify-full , which causes SNI information to be sent when you connect. Most likely, this behavior is not intended but h...
5
799
2026-03-23T11:06:58.913331
spec
go
https://go.dev/ref/spec
language
go
]Point{"orig": {0, 0}} // same as map[string]Point{"orig": Point{0, 0}} map[Point]string{{0, 0}: "orig"} // same as map[Point]string{Point{0, 0}: "orig"} type PPoint *Point [2]*Point{{1.5, -3.5}, {}} // same as [2]*Point{&Point{1.5, -3.5}, &Point{}} [2]PPoint{{1.5, -3.5}, {}} // same as [2]PPoint{PPoint(&Point{1.5, -3....
108
776
2026-03-23T10:49:56.000334
?s=pika
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=pika
devops
python
r Component Apache 2.0 License Documentation Repository Google Cloud Monitoring Exporter by Google Authors The OpenTelemetry Google Cloud Monitoring Exporter for Go. go exporter Go Language Exporter Component Apache 2.0 License Repository Google Cloud Trace Exporter by Google Authors The OpenTelemetry Google Cloud Trac...
176
800
2026-03-23T11:38:15.996882
redis
redis
https://redis.io/docs/latest/develop/data-types/json/
database
bash
err != nil { panic ( err ) } fmt . Println ( res22 ) // >>> [["Prickett"]] res23 , err := rdb . JSONArrPop ( ctx , "riders" , "$" , - 1 ). Result () if err != nil { panic ( err ) } fmt . Println ( res23 ) // >>> [["Prickett"]] res24 , err := rdb . JSONArrPop ( ctx , "riders" , "$" , - 1 ). Result () if err != nil { pan...
388
799
2026-03-23T10:54:21.884929
llms-full.txt
svelte
https://svelte.dev/llms-full.txt
framework
javascript
n HTML forms return class extends customElementConstructor { static formAssociated = true; constructor() { super(); this.attachedInternals = this.attachInternals(); } // Add the function here, not below in the component so that // it's always available, not just when the inner Svelte component // is mounted randomIndex...
136
744
2026-03-23T11:13:39.572711
sync
go
https://go.dev/pkg/sync
language
go
are released. If the counter goes negative, Add panics. Callers should prefer WaitGroup.Go . Note that calls with a positive delta that occur when the counter is zero must happen before a Wait. Calls with a negative delta, or calls with a positive delta that start when the counter is greater than zero, may happen at an...
27
800
2026-03-23T11:27:25.123442
?s=loki
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=loki
devops
python
Log Event Receiver by 🔭 OpenTelemetry Authors 🔭 Tails and parses logs from windows event log API using the opentelemetry-log-collection library. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open...
165
799
2026-03-23T11:12:44.942917
database-integration
neon
https://neon.tech/docs/auth/legacy/database-integration
database
sql
nts, you need to send the user's access token in the headers of the request to your server, and then make a request to Neon Auth's server API to verify the user's identity. Sending requests to your server endpoints To authenticate your own server endpoints using Neon Auth's server API, you need to protect your endpoint...
7
800
2026-03-23T11:32:56.913684
moral_stories
transformers
https://huggingface.co/datasets/demelin/moral_stories
ai
python
to pass the exam. not specified not specified David copies exam answers from the student sitting next to him. David's teacher catches him cheating and ends up failing David on the exam. 0 3VE8AYVF8NVIIILO7JDO3DXPD2Z8FK1 It's unfair to bully people Chad is eating lunch in the school cafeteria and sees that his classmate...
6
799
2026-03-23T11:29:37.853367
docker
docker
https://docs.docker.com/reference/cli/docker/compose/build/
devops
bash
docker compose build | Docker Docs Answers are generated based on the documentation. Back Reference Get started Guides Manuals docker compose build Copy as Markdown Open Markdown Ask Docs AI Claude Open in Claude Description Build or rebuild services Usage docker compose build [OPTIONS] [SERVICE...] Description Service...
0
799
2026-03-23T11:22:21.136111
spec-draft
dart
https://dart.dev/to/spec-draft
language
dart
FLr��6����aM�����T�`ѫ?G|�ٕ-T�Y�ȰO#_*q��s�s�.W�&CBp?��P��$����,p��t&~_JK�>\ "��{đQ��)I��r|[jPX��C� � �jN���K5ڮ� ���x�6P�'�n6�L���� ��D�,���V3��0 �%<��J�H%r�ΕE��c�a��V��.�S)���Ȩ-��� y|���#��~p���cq�;Κ>��|tBɴ�*�i�r*�J���2ˊ��k=�lK�R�H� �}E��?�^��!A;C9�{�B���O�5Gmf���"$�wU&S����"��j��*�<����+��&�Oo����N�����������L�� �;b��e...
1,410
800
2026-03-23T11:06:06.481761
?s=mssql
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=mssql
devops
python
se ORM backends, MySQL, PostgreSQL and SQLite. tortoiseorm instrumentation python Python Language Instrumentation Component Apache 2.0 License Repository Transformers Instrumentation by Traceloop Instrumentation for Transformers SDK (HuggingFace) python instrumentation transformers huggingface Python Language Instrumen...
335
799
2026-03-23T11:15:28.666606
?s=enterprise
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=enterprise
devops
python
nTelemetry Rake Instrumentation by 🔭 OpenTelemetry Authors 🔭 The Rake instrumentation is a community-maintained instrumentation for the Rake task invocation. rake instrumentation ruby Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-rake 0.5.0 Version Ruby Language ...
353
800
2026-03-23T11:37:30.942537
redis
redis
https://redis.io/docs/latest/develop/data-types/streams/
database
bash
treamEntry > res4 = jedis . xrange ( "race:france" , "1701760582225-0" , "+" , 2 ); System . out . println ( res4 ); // >>> [1701760841292-0 {rider=Castilla, speed=30.2, location_id=1, position=1}, 1701760841292-1 {rider=Norem, speed=28.8, location_id=1, position=3}] List < Map . Entry < String , List < StreamEntry >>>...
1,928
800
2026-03-23T11:04:07.562322
redis
redis
https://redis.io/docs/latest/develop/data-types/vector-sets/
database
bash
rValues { Val : [] float64 { 0.9 , 0.1 }}, ). Result () if err != nil { panic ( err ) } fmt . Println ( res22 ) // >>> [pt:E pt:A pt:D pt:C pt:B] res23 , err := rdb . VSimWithArgsWithScores ( ctx , "points" , & redis . VectorRef { Name : "pt:A" }, & redis . VSimArgs { Count : 4 }, ). Result () if err != nil { panic ( e...
237
800
2026-03-23T11:01:42.071744