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
redis
redis
https://redis.io/docs/latest/develop/data-types/compare-data-types/
database
bash
text: | Do you need to index/query using Redis Search but can live without nested data structures and geospatial indexing? whyAsk: | Hashes support indexing and querying with lower memory overhead and faster field access than JSON answers: yes: value: "Yes" outcome: label: "Use hashes" id: hashOutcome no: value: "No" n...
8
553
2026-03-23T11:01:52.295895
authentication
nextjs
https://nextjs.org/docs/pages/guides/authentication
framework
javascript
Database : Session data is stored in a database, with the user's browser only receiving the encrypted session ID. This method is more secure, but can be complex and use more server resources. Good to know: While you can use either method, or both, we recommend using a session management library such as iron-session or ...
5
800
2026-03-23T11:14:58.184287
fastapi.tiangolo.com
fastapi
https://fastapi.tiangolo.com
framework
python
FastAPI Skip to content FastAPI ¶ FastAPI framework, high performance, easy to learn, fast to code, ready for production Documentation : https://fastapi.tiangolo.com Source Code : https://github.com/fastapi/fastapi FastAPI is a modern, fast (high-performance), web framework for building APIs with Python based on standa...
0
799
2026-03-23T10:50:06.568420
manage-installations
firebase
https://firebase.google.com/docs/projects/manage-installations
database
javascript
Ds) don't require special monitoring. However, apps that explicitly retrieve and use FIDs should add logic to monitor the potential deletion or rotation of the FID. Here are some cases where FIDs could be deleted or rotated: Uninstallation or reinstallation of the app, for instance when an end user installs on a new de...
17
800
2026-03-23T10:56:42.600678
?s=php
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=php
devops
python
sion Component Apache 2.0 License Package Details (go-collector) Repository Cgroup Go runtime extension by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry Cgroup Auto-Config Extension is designed to optimize Go runtime performance in containerized environments by automatically configuring GOMAXPROCS and GOMEMLIMIT based ...
60
800
2026-03-23T11:30:46.303913
2.6.7
git
https://git-scm.com/docs/git-fetch/2.6.7
devops
bash
ack , --exec=<upload-pack> is passed to the command to specify non-default path for the command run on the other end. -q --quiet Pass --quiet to git-fetch-pack and silence any other internally used git commands. Progress is not reported to the standard error stream. -v --verbose Be verbose. --progress Progress status i...
11
799
2026-03-23T11:08:42.891195
release-notes-2.0.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.0.0
mobile
dart
) 66052 Roll packages to fix #66038 (cla: yes, team, waiting for tree to go green) 66054 Add versioning to gold endpoints (a: quality, a: tests, cla: yes, framework, team, team: infra, waiting for tree to go green) 66055 Reland "TextField constrained layout bug (#65966)" (cla: yes, f: material design, framework, waitin...
960
800
2026-03-23T11:06:17.754356
nx-just-made-your-llm-smarter
nx
https://nx.dev/blog/nx-just-made-your-llm-smarter
tooling
typescript
rojects, ownership, technology types, available tasks, and more. The Nx daemon runs in the background, keeping this metadata up to date and making sure Nx operates efficiently. Nx understands project relationships down to the file level , tracking dependencies. For example, in the image below, src/app/app.tsx imports a...
5
800
2026-03-23T11:10:12.410055
?s=broadway
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=broadway
devops
python
age Exporter Component Apache 2.0 License Package Details (go-collector) Repository Sematext Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter supports sending metrics to Sematext Cloud in Influx line protocol format and logs using the Bulk Index API format. sematext exporter collector Quick Install When building a...
50
800
2026-03-23T11:31:26.275865
reactivity-core
vue
https://vuejs.org/api/reactivity-core
framework
javascript
// `cancel` will be called if `id` changes, cancelling // the previous request if it hasn't completed yet onWatcherCleanup (cancel) }) Edit this page on GitHub Reactivity API: Core has loaded
17
191
2026-03-23T10:53:55.769027
2.1.4
git
https://git-scm.com/docs/git-log/2.1.4
devops
bash
n-NUL bytes. Although we encourage that the commit log messages are encoded in UTF-8, both the core and Git Porcelain are designed not to force UTF-8 on projects. If all participants of a particular project find it more convenient to use legacy encodings, Git does not forbid it. However, there are a few things to keep ...
81
795
2026-03-23T11:37:07.944223
api-environment-instances
vite
https://vitejs.dev/guide/api-environment-instances
tooling
javascript
Using Environment Instances | Vite Announcing Vite+ Alpha: Open source. Unified. Next-gen. Skip to content Menu Return to top Building Together ViteConf 2025 View the replays Are you an LLM? You can read better optimized documentation at /guide/api-environment-instances.md for this page in Markdown format Using Environ...
0
798
2026-03-23T10:52:03.947103
mui
mui
https://mui.com/x/introduction/licensing/
library
javascript
mui/x-tree-view-pro with @mui/x-charts or @mui/x-tree-view respectively. 6. Invalid license key This error indicates that your MUI X license key format isn't valid. It could be because the license key is missing a character or has a typo. To solve the issue, you need to double-check that setLicenseKey() is called with ...
14
735
2026-03-23T11:09:32.581014
README.md
transformers
https://huggingface.co/baidu/Qianfan-OCR/blob/main/README.md
ai
python
_size ) # split the image split_img = resized_img.crop(box) processed_images.append(split_img) assert len (processed_images) == blocks if use_thumbnail and len (processed_images) != 1 : thumbnail_img = image.resize((image_size, image_size)) processed_images.append(thumbnail_img) return processed_images def load_image (...
11
748
2026-03-23T11:13:23.740183
sequelize
neon
https://neon.tech/docs/guides/sequelize
database
sql
have one, sign up at Neon . Your Neon project comes with a ready-to-use Postgres database named neondb . We'll use this database in the following examples. Node.js and npm installed on your local machine. We'll use Node.js to build and test the application locally. Setting up your Neon database Initialize a new project...
1
799
2026-03-23T11:18:09.068585
mui
mui
https://mui.com/x/react-data-grid/pagination/
library
javascript
- 1 } } } paginationMeta = { paginationMeta } loading = { isLoading } pageSizeOptions = { [ 5 , 10 , 25 , 50 ] } paginationModel = { paginationModel } paginationMode = " server " onPaginationModelChange = { setPaginationModel } /> <DataGrid apiRef={apiRef} rows={rows} {...data} initialState={{ ...data.initialState, pag...
10
780
2026-03-23T11:14:38.642393
?s=gitlab
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=gitlab
devops
python
lector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository Honeycomb Marker Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter allows creating markers, via the Honeycomb Markers API, based on the look of incoming telemetry. honeycombmarker exporter collector Quick Install When bu...
39
800
2026-03-23T11:14:54.085465
?s=traefik
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=traefik
devops
python
nse Package Details (go-collector) Repository JMX Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The JMX Receiver will work in conjunction with the OpenTelemetry JMX Metric Gatherer to report metrics from a target MBean server using a built-in or your custom OpenTelemetry helper-utilizing Groovy script. go receiver ...
124
800
2026-03-23T11:14:33.051382
go_spec.html
go
https://go.dev/doc/go_spec.html
language
go
(possibly generic) functions. Go 1.22 In a "for" statement , each iteration has its own set of iteration variables rather than sharing the same variables in each iteration. A "for" statement with "range" clause may iterate over integer values from zero to an upper limit. Go 1.23 A "for" statement with "range" clause ac...
280
800
2026-03-23T11:21:41.033082
SWE-Gym
transformers
https://huggingface.co/datasets/SWE-Gym/SWE-Gym
ai
python
_time_millis()), "message": f"hello_{i}"} + for i in range(10) + ] + logs.put_log_events( + logGroupName=log_group_name, logStreamName="/some/stream", logEvents=messages + ) + + task_id = logs.create_export_task( + logGroupName=log_group_name, + fromTime=fromTime, + to=to, + destination=bucket_name, + )["taskId"] + + t...
73
715
2026-03-23T11:29:24.384617
object.html
python
https://docs.python.org/3/c-api/object.html
language
python
D ¶ Properly handle returning Py_NotImplemented from within a C function (that is, create a new strong reference to NotImplemented and return it). Py_PRINT_RAW ¶ Flag to be used with multiple functions that print the object (like PyObject_Print() and PyFile_WriteObject() ). If passed, these functions use the str() of t...
2
797
2026-03-23T11:02:37.807372
?s=inmemory
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=inmemory
devops
python
Telemetry 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 ensure that ...
334
800
2026-03-23T11:33:46.785009
get-started
firebase
https://firebase.google.com/docs/remote-config/cpp/get-started
database
javascript
ig object. To make fetched parameter values available to your app, call the ActivateFetched() Step 7: Listen for updates in real time After you fetch parameter values, you can use real-time Remote Config to listen for updates from the Remote Config backend. Real-time Remote Config signals to connected devices when upda...
5
799
2026-03-23T11:22:31.134655
?s=aiohttp-client
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=aiohttp-client
devops
python
uage Resource detector Component Apache 2.0 License Package Details (npm) Repository OpenTelemetry Resource Detector for GitHub Actions by 🔭 OpenTelemetry Authors 🔭 Detects GITHUB_* environment variables specified and adds as attributes on a resource. github resource-detector js Quick Install To install this resource...
374
800
2026-03-23T11:27:20.662261
xgboost4j_spark_tutorial.html
xgboost
https://xgboost.readthedocs.io/en/stable/jvm/xgboost4j_spark_tutorial.html
ml
python
default: XGBoostClassificationModel will output margins ( rawPredictionCol ), probabilities( probabilityCol ) and the eventual prediction labels ( predictionCol ) for each possible label. XGBoostRegressionModel will output prediction label( predictionCol ). XGBoostRankerModel will output prediction label( predictionCol...
14
799
2026-03-23T10:56:00.729070
train
transformers
https://huggingface.co/datasets/princeton-nlp/SWE-bench/viewer/default/train
ai
python
r describe what API you have in mind? cc: @PyTorchLightning/core-contributors any comments on this? I'll implement the @williamFalcon API and send a detailed PR over the weekend 👍 2020-03-28T09:11:12Z [] [] Lightning-AI/lightning Lightning-AI__lightning-1271 35fe2efe270d21059727fefa5df149d99e4ce33c diff --git a/pytorc...
1,135
792
2026-03-23T11:25:24.232264
?s=pinecone
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=pinecone
devops
python
s both extensionauth.HTTPClient and extensionauth.Server , so it can be used in both exporters and receivers. azureauth extension collector Quick Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : github.com/open-telemetry/opentelemetry-co...
58
800
2026-03-23T11:20:29.243346
postgresql
postgresql
https://www.postgresql.org/docs/release/8.1.21/
database
sql
himself, or ALTER DATABASE ... RESET ALL for a database he owns, this would remove all special parameter settings for the user or database, even ones that are only supposed to be changeable by a superuser. Now, the ALTER will only remove the parameters that the user has permission to change. Avoid possible crash during...
3
720
2026-03-23T11:31:30.641216
?s=async
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=async
devops
python
ure/opentelemetry-instrumentation-azure-sdk 1.0.0-beta.9 Version JavaScript Language Instrumentation Component MIT License Package Details (npm) Repository BullMQ Instrumentation by Jennifer Moore Auto instrumentation for the BullMQ message system js instrumentation bullmq Quick Install To install this instrumentation ...
275
800
2026-03-23T11:18:54.394953
nextjs-quick-start?ref=blog-ai-agents-inngest-durable-steps
inngest
https://www.inngest.com/docs/getting-started/nextjs-quick-start?ref=blog-ai-agents-inngest-durable-steps
devops
typescript
.com" } } The payload is sent to Inngest (which is running locally) which automatically executes your function in the background! You can see the new function run logged in the "Runs" tab: When you click on the run, you will see more information about the event, such as which function was triggered, its payload, output...
9
800
2026-03-23T11:34:01.721289
?s=fastify
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=fastify
devops
python
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/azuremonitorexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) R...
28
800
2026-03-23T11:23:48.302403
pricing
temporal
https://docs.temporal.io/cloud/pricing
devops
go
nd Finance Admins can view their detailed billing information at any time. See our billing and cost page for details. You need appropriate administrative permissions to access this section. Alternatively, to view invoices and billing history, contact Temporal Finance at [ ar@temporal.io ](mailto: ar@temporal.io ). Does...
25
800
2026-03-23T11:13:14.959346
?s=edge-extension
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=edge-extension
devops
python
tor-contrib/processor/groupbytraceprocessor v0.148.0 v0.148.0 Version Collector Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Group by Attributes processor by 🔭 OpenTelemetry Authors 🔭 This processor re-associates spans, log records and metric data points to a Resource that...
81
800
2026-03-23T11:27:01.886850
release-notes-3.10.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-3.10.0
mobile
dart
) by @skia-flutter-autoroll in 39968 Roll Skia from ec1cab5c4c3e to 016ae2f464c1 (2 revisions) by @skia-flutter-autoroll in 39970 Roll Fuchsia Mac SDK from CyF7Zv5YjfR_wEsCI... to mAGnaEprMOgehiiKs... by @skia-flutter-autoroll in 39973 Roll Dart SDK from 6095d12c274b to dd211cd297a4 (6 revisions) by @skia-flutter-autor...
206
800
2026-03-23T11:09:18.470254
?s=ai
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ai
devops
python
Component Apache 2.0 License Documentation Repository OpenTelemetry Boto3 SQS Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library allows tracing requests made by the Boto3 library to the SQS service. boto3sqs instrumentation python Python Language Instrumentation Component Apache 2.0 License Repository Botocore...
320
800
2026-03-23T11:24:07.879818
redis
redis
https://redis.io/docs/latest/develop/data-types/vector-sets/
database
bash
ture < Void > getEmbeddingB = asyncCommands . vemb ( "points" , "pt:B" ). thenAccept ( result -> { System . out . println ( result ); // >>> [-0.9999999403953552, -0.9999999403953552] }). toCompletableFuture (); CompletableFuture < Void > getEmbeddingC = asyncCommands . vemb ( "points" , "pt:C" ). thenAccept ( result -...
626
800
2026-03-23T11:01:42.072297
relations-v2
drizzle_orm
https://orm.drizzle.team/docs/relations-v2
database
typescript
Constraints Sequences Views Schemas Drizzle Relations one() many() One-to-one One-to-many Many-to-many Predefined filters Relations Parts Performance Foreign keys Disambiguating relations Troubleshooting Row-Level Security (RLS) Extensions [OLD] Drizzle Relations Migrations Overview generate migrate push pull export ch...
1
799
2026-03-23T10:58:46.412480
etl-via-inngest
inngest
https://www.inngest.com/blog/etl-via-inngest
devops
typescript
lures. tsx async fetchThreadRepliesAndCategorize ( supportThread ) { try { await supportThreadRepo . update ( supportThread , { categorization_status : "processing" } ) const allReplies = await supportThread . fetchAllReplies ( ) const category = await llmService . fetchCategoryForReplies ( allReplies ) await supportTh...
5
800
2026-03-23T11:19:45.276743
index.html
postgresql
https://www.postgresql.org/docs/8.1/index.html
database
sql
PostgreSQL: Documentation: 8.1: PostgreSQL 8.1.23 Documentation February 26, 2026: PostgreSQL 18.3, 17.9, 16.13, 15.17, and 14.22 Released! Documentation → PostgreSQL 8.1 Supported Versions: Current ( 18 ) / 17 / 16 / 15 / 14 Development Versions: devel Unsupported versions: 13 / 12 / 11 / 10 / 9.6 / 9.5 / 9.4 / 9.3 / ...
0
763
2026-03-23T10:58:29.350434
?s=lmdb
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=lmdb
devops
python
k Install To install this instrumentation library run: dotnet add package ThrottlingTroll 10.0.0 Version .NET Language Instrumentation Component MIT License Website Documentation Package Details (nuget) Repository WCF Instrumentation for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 Instruments WCF clients and/or s...
212
800
2026-03-23T11:11:46.432322
?s=orchestrator
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=orchestrator
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:28:53.572054
hetzner-cloud-gets-more-features-to-market-with-faster-more-reliable-ci
nx
https://nx.dev/customer-stories/hetzner-cloud-gets-more-features-to-market-with-faster-more-reliable-ci
tooling
typescript
unity Customer Stories Company About us Careers Brand & Guidelines Contact Us Copyright © 2026 – All Right Reserved Privacy Policy Terms & Conditions
10
149
2026-03-23T11:07:56.284903
?s=executors
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=executors
devops
python
tory Apache Doris Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter supports sending traces, metrics, and logs data to Apache Doris (version >= 2.1). doris exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : githu...
34
800
2026-03-23T11:39:10.067153
django
django
https://docs.djangoproject.com/pl/5.1/
framework
python
rozszerzać ją o dodatkowe funkcje: Podstawy: Przegląd Dla projektantów: Przegląd języka | Wbudowane tagi i filtry | Humanizacja Dla programistów: API Szablonów | Własne tagi i filtry | Własny backend szablonów Formularze ¶ Django oferuje rozbudowany framework ułatwiający tworzenie formularzy i manipulacje na wpisanych ...
5
800
2026-03-23T11:25:26.575122
app-credentials
expo
https://docs.expo.dev/app-signing/app-credentials
mobile
javascript
all apps that rely on that key will no longer be able to send or receive push notifications until you upload a new key to replace it. Uploading a new APN key will not change your users' Expo Push Tokens . Push notification keys do not expire. You can clear the APN key Expo currently has stored for your app by running e...
7
800
2026-03-23T11:01:22.609911
text-decoration-color
tailwind
https://tailwindcss.com/docs/text-decoration-color
library
javascript
(30.2% 0.056 229.695) */ decoration-sky-50 text-decoration-color: var(--color-sky-50); /* oklch(97.7% 0.013 236.62) */ decoration-sky-100 text-decoration-color: var(--color-sky-100); /* oklch(95.1% 0.026 236.824) */ decoration-sky-200 text-decoration-color: var(--color-sky-200); /* oklch(90.1% 0.058 230.902) */ decorat...
13
800
2026-03-23T11:22:01.787001
node
webpack
https://webpack.js.org/api/node
tooling
javascript
nsole . error ( err ) ; return ; } console . log ( stats . toString ( { chunks : false , // Makes the build much quieter colors : true , // Shows colors in the console } ) , ) ; } , ) ; MultiCompiler The MultiCompiler module allows webpack to run multiple configurations in separate compilers. If the options parameter i...
6
800
2026-03-23T10:56:06.453850
?s=active_job
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=active_job
devops
python
lemetry Collector pipeline (traces, metrics, or logs). It embeds a lightweight implementation of the Isolation Forest algorithm that automatically learns normal behaviour from recent telemetry and tags, scores, or optionally drops anomalies in‑flight – no external ML service required. isolationforest processor collecto...
83
800
2026-03-23T11:28:48.638422
43651-type-parameters
go
https://go.dev/design/43651-type-parameters
language
go
types, but when used together they define methods that implement the constraints of graph.Graph . Note that we couldn't pass plain Vertex or FromTo to graph.New , since Vertex and FromTo do not implement the constraints. The Edges and Nodes methods are defined on the pointer types *Vertex and *FromTo ; the types Vertex...
47
799
2026-03-23T11:28:04.608722
?s=knative
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=knative
devops
python
ntation 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 Language Ins...
360
800
2026-03-23T11:27:11.488918
managing-billing-for-github-actions
github_actions
https://docs.github.com/en/billing/managing-billing-for-github-actions
devops
yaml
cing policies for GitHub Actions in your enterprise . Custom image storage is based on retained image data over time, not on the number of times that a runner uses or pulls an existing image. For example: Storing one 150 GB custom image version for 24 hours uses 3,600 GB-Hours. Storing four 150 GB versions of the same ...
5
799
2026-03-23T11:09:23.078352
2.33.0
git
https://git-scm.com/docs/git-merge/2.33.0
devops
bash
ch whose effect is the same as merging another branch (or more in case of an octopus). With --no-squash perform the merge and commit the result. This option can be used to override --squash. With --squash, --commit is not allowed, and will fail. --no-verify This option bypasses the pre-merge and commit-msg hooks. See a...
11
800
2026-03-23T11:14:57.523082
?s=mistral
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=mistral
devops
python
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/expvarreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 Licen...
112
800
2026-03-23T11:27:38.004087
tauri-community-survey-2022-data.csv
tauri
https://tauri.app/tauri-community-survey-2022-data.csv
desktop
rust
8,20 - 29,2 - 5,Full-Stack,,Español,,FALSE,FALSE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,FALSE,FALSE,,FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,FALSE,,TRUE,FALSE,TRUE,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,,YouTube,,TRUE,TRUE,FALSE,FALSE,TRUE,FALSE,TRUE,FALSE,,6 months - 1 year,,FALSE,FALSE,TRUE,TRUE,TRUE,TR...
622
799
2026-03-23T11:10:27.959106
argparse.html
python
https://docs.python.org/3/howto/argparse.html
language
python
he argparse output, use gettext . Custom type converters ¶ The argparse module allows you to specify custom type converters for your command-line arguments. This allows you to modify user input before it’s stored in the argparse.Namespace . This can be useful when you need to pre-process the input before it is used in ...
30
800
2026-03-23T11:03:07.733622
?s=pillarjs
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=pillarjs
devops
python
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-tel...
165
799
2026-03-23T11:32:31.642026
supabase-vanity-subdomains-activate
supabase
https://supabase.com/docs/reference/cli/supabase-vanity-subdomains-activate
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:07.638618
get-thread
langchain
https://docs.langchain.com/langsmith/agent-server-api/threads/get-thread
ai
python
updated_at string<date-time> required The last time the thread was updated. metadata Metadata · object required The thread metadata. status enum<string> required The status of the thread. Available options : idle , busy , interrupted , error state_updated_at string<date-time> The last time the thread state was updated....
3
782
2026-03-23T11:08:54.987771
cloud-create-vcs-workspace
terraform
https://developer.hashicorp.com/terraform/tutorials/cloud-get-started/cloud-create-vcs-workspace
devops
hcl
changes. In this example, your Terraform configuration creates one new aws_instance . Click Confirm & apply , then click Confirm plan to resume the run. Once HCP Terraform completes the run, it shows you the new aws_instance resource it created, along with the outputs defined in your configuration. Click Overview in th...
10
800
2026-03-23T11:13:44.296991
releases.html
rust
https://doc.rust-lang.org/releases.html
language
rust
exiting See detailed release notes for more. § Compatibility Notes Only apply ProceduralMasquerade hack to older versions of rental Don’t export __heap_base and __data_end on wasm32-wasi. Don’t export __wasm_init_memory on WebAssembly. Only export __tls_* on wasm32-unknown-unknown. Don’t link to libresolv in libstd on ...
153
799
2026-03-23T10:51:05.439842
redis
redis
https://redis.io/docs/latest/develop/data-types/lists/
database
bash
ke:2" , "bike:3" ) print ( res36 ) # >>> 3 res40 = r . exists ( "bikes:repairs" ) print ( res40 ) # >>> 1 res41 = r . lpop ( "bikes:repairs" ) print ( res41 ) # >>> 'bike:3' res42 = r . lpop ( "bikes:repairs" ) print ( res42 ) # >>> 'bike:2' res43 = r . lpop ( "bikes:repairs" ) print ( res43 ) # >>> 'bike:1' res44 = r ...
555
800
2026-03-23T11:05:26.645716
redis
redis
https://redis.io/docs/latest/develop/data-types/json/
database
bash
"bike:5\"," + " \"model\": \"Mimas\"," + " \"description\": \"A real joy to ride, this bike got very high scores " + "in last years Bike of the year report. The carefully crafted 50-34 tooth chainset " + "and 11-32 tooth cassette give an easy-on-the-legs bottom gear for climbing, and the " + "high-quality Vittoria Zaff...
611
719
2026-03-23T10:54:21.885245
gitlab_ci
gitlab_ci
https://docs.gitlab.com/topics/autodevops/troubleshooting/
devops
yaml
ith `rules`: only This error appears when the included job’s rules configuration has been overridden with the only or except syntax. To fix this issue, you must transition your only/except syntax to rules. Failure to create a Kubernetes namespace Auto Deploy fails if GitLab can’t create a Kubernetes namespace and servi...
3
800
2026-03-23T11:02:22.890433
snackbar-with-action-behavior-update
flutter
https://docs.flutter.dev/release/breaking-changes/snackbar-with-action-behavior-update
mobile
dart
een added to SnackBar . When persist is true , the SnackBar won't auto-dismiss and remains on screen until manually dismissed by the user. When false , the SnackBar auto-dismisses after its standard duration, regardless of the presence of an action. When null , the SnackBar follows the default behavior, which won't aut...
2
692
2026-03-23T11:21:24.708346
migrate-from-render
neon
https://neon.tech/docs/import/migrate-from-render
database
sql
parent_id; Compare the results with those from running the same queries on your Render database to ensure data integrity. Clean up After successfully migrating and verifying your data on Neon, you can update your application's connection strings to point to your new Neon database. We recommend that you keep your Render...
8
800
2026-03-23T10:58:58.881031
http-actions
convex
https://docs.convex.dev/functions/http-actions
database
typescript
e: "happy-animal-123" curl -d '{ "author": "User 123", "body": "Hello world" }' \ -H 'content-type: application/json' "https://$DEPLOYMENT_NAME.convex.site/postMessage" Like other Convex functions, you can view your HTTP actions in the Functions view of your dashboard and view logs produced by them in the Logs view . L...
4
797
2026-03-23T10:55:34.706244
?s=gcp
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=gcp
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:24:52.624202
softmax_cross_entropy_with_logits
tensorflow
https://www.tensorflow.org/api_docs/python/tf/nn/softmax_cross_entropy_with_logits
ml
python
s true at a time), see sparse_softmax_cross_entropy_with_logits . Usage: logits = [[ 4.0 , 2.0 , 1.0 ], [ 0.0 , 5.0 , 1.0 ]] labels = [[ 1.0 , 0.0 , 0.0 ], [ 0.0 , 0.8 , 0.2 ]] tf . nn . softmax_cross_entropy_with_logits ( labels = labels , logits = logits ) < tf . Tensor : shape = ( 2 ,), dtype = float32 , numpy = arr...
1
798
2026-03-23T11:05:03.471375
gitlab_ci
gitlab_ci
https://docs.gitlab.com/ci/quick_start/tutorial/
devops
yaml
ions group jobs into stages. Jobs in the same stage can run in parallel, while jobs in later stages wait for jobs in earlier stages to complete. If a job fails, the whole stage is considered failed and jobs in later stages do not start running. GitLab Pages : To host your static site, you will use GitLab Pages. In this...
7
799
2026-03-23T10:52:50.524378
deno
deno
https://docs.deno.com/examples/web_testing_tutorial/
runtime
javascript
Exists ( header ) ; header . remove ( ) ; assertEquals ( app . children . length , 1 ) ; // Only the button should remain } ) ; } ) ; Best Practices for Web Testing in Deno Jump to heading # Maintain isolation - Each test should be self-contained and not depend on other tests. Use names to show intent - descriptive nam...
10
800
2026-03-23T11:08:34.796127
go_spec.html
go
https://go.dev/doc/go_spec.html
language
go
plicit infinite precision; otherwise it is zero extended. It is then truncated to fit in the result type's size. For example, if v := uint16(0x10F0) , then uint32(int8(v)) == 0xFFFFFFF0 . The conversion always yields a valid value; there is no indication of overflow. When converting a floating-point number to an intege...
176
800
2026-03-23T11:21:41.032895
edge
nextjs
https://nextjs.org/docs/pages/api-reference/edge
framework
javascript
n Represents a function Infinity Represents the mathematical Infinity value Int8Array Represents a typed array of 8-bit signed integers Int16Array Represents a typed array of 16-bit signed integers Int32Array Represents a typed array of 32-bit signed integers Intl Provides access to internationalization and localizatio...
5
800
2026-03-23T11:16:02.590975
opentelemetry
opentelemetry
https://opentelemetry.io/ecosystem/registry/
devops
python
(go-collector) Repository Host Metrics Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The Host Metrics Receiver for the OpenTelemetry Collector. 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/ope...
120
800
2026-03-23T10:57:19.554505
postgresql
postgresql
https://www.postgresql.org/docs/release/1.01/
database
sql
AMEDATALEN in src/Makefile.global to 16 and OIDNAMELEN to 20. Decide whether you want to use Host based authentication. If you do, you must create a file name pg_hba in your top-level data directory (typically the value of your $PGDATA ). src/libpq/pg_hba shows an example syntax. If you do not want host-based authentic...
1
799
2026-03-23T11:38:08.555702
web-request
electron
https://www.electronjs.org/docs/latest/api/web-request
desktop
javascript
r Function | null details Object id Integer url string method string webContentsId Integer (optional) webContents WebContents (optional) frame WebFrameMain | null (optional) - Requesting frame. May be null if accessed after the frame has either navigated or been destroyed. resourceType string - Can be mainFrame , subFr...
5
798
2026-03-23T10:57:48.180733
webpack
webpack
https://webpack.js.org/plugins/json-minimizer-webpack-plugin/
tooling
javascript
zer : [ new JsonMinimizerPlugin ( { exclude : / \/excludes / , } ) , ] , } , } ; minimizerOptions Type: Copy interface minimizerOptions { space ? : null | string | number ; replacer ? : null | Function | ( string | number ) [ ] ; } Default: { replacer: null, space: null } JSON.stringify() options . Copy module . export...
3
771
2026-03-23T11:04:40.412114
fr
git
https://git-scm.com/docs/gitglossary/fr
devops
bash
ère, telles que ses parents , validateur, auteur, date et le objet arbre qui correspond au répertoire racine de la révision stockée. commit-esque (également commitesque) Un objet commit ou un objet qui peut être déréférencé récursivement vers un objet commit. Les éléments suivants sont tous des objets commit : un objet...
8
799
2026-03-23T11:24:16.592654
?s=webhookevent
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=webhookevent
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:11:24.950002
release-notes-3.10.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-3.10.0
mobile
dart
thods by @HansMuller in 121566 Fix AppBar scrolled under for 2D scrolling by @Piinks in 121297 fixes Show Week Day in CupertinoDatePicker with CupertinoDatePickerMo… by @sikandernoori in 120052 Removed "typically non-null" API doc qualifiers from ScrollMetrics min,max extent getters by @HansMuller in 121572 showOnScree...
32
799
2026-03-23T11:09:18.470013
?s=startup-hook
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=startup-hook
devops
python
Apache 2.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 instrumentati...
338
800
2026-03-23T11:13:05.327779
?s=package
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=package
devops
python
s both extensionauth.HTTPClient and extensionauth.Server , so it can be used in both exporters and receivers. azureauth extension collector Quick Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : github.com/open-telemetry/opentelemetry-co...
58
800
2026-03-23T11:24:42.821580
?s=azure-sdk
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=azure-sdk
devops
python
metry Authors 🔭 Serves as a placeholder receiver in a pipeline. This can be useful if you want to e.g. start a Collector with only extensions enabled. nop receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : go.opente...
136
800
2026-03-23T11:36:42.160491
cli-plugin
nestjs
https://docs.nestjs.com/graphql/cli-plugin
framework
typescript
duplicate description values. With introspectComments enabled, the CLI plugin can extract these comments and automatically provide descriptions for properties. Now, the above field can be declared simply as follows: content_copy /** * A list of user's roles */ roles : string [ ] ; Using the CLI plugin # To enable the p...
4
797
2026-03-23T10:53:11.386563
?s=chrome-extension
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=chrome-extension
devops
python
License Package Details (go-collector) Repository ASAP Client Authentication Extension by 🔭 OpenTelemetry Authors 🔭 This extension allows serving sampling strategies following the Jaeger’s remote sampling API. jaeger sampling extension collector Quick Install When building a custom collector you can add this extensio...
66
798
2026-03-23T11:34:13.920005
DeepSeek-R1-0528
transformers
https://huggingface.co/deepseek-ai/DeepSeek-R1-0528
ai
python
nding parts of the answer. When responding, please keep the following points in mind: - Today is {cur_date}. - Not all content in the search results is closely related to the user's question. You need to evaluate and filter the search results based on the question. - For listing-type questions (e.g., listing all flight...
8
800
2026-03-23T11:29:13.478164
lang_createvtab.html
sqlite
https://www.sqlite.org/lang_createvtab.html
database
sql
CREATE VIRTUAL TABLE Small. Fast. Reliable. Choose any three. Home Menu About Documentation Download License Support Purchase Search About Documentation Download Support Purchase CREATE VIRTUAL TABLE create-virtual-table-stmt: hide CREATE VIRTUAL TABLE IF NOT EXISTS schema-name . table-name USING module-name ( module-a...
0
798
2026-03-23T11:15:26.179466
?s=swift
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=swift
devops
python
Authors 🔭 This library provides a Kubernetes Client instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Lettuce Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Lettuce instrumentation to track request...
257
799
2026-03-23T11:28:57.192415
docker
docker
https://docs.docker.com/reference/dockerfile/
devops
bash
tion about building with secrets, see Build secrets . Destination If the destination path begins with a forward slash, it's interpreted as an absolute path, and the source files are copied into the specified destination relative to the root of the current build stage. # create /abs/test.txt ADD test.txt /abs/ Trailing ...
58
800
2026-03-23T10:49:58.782236
?s=threading
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=threading
devops
python
A servers implementing the LogObject specification (OPC UA Part 26) and converts them to OpenTelemetry log format for industrial automation system observability. go receiver collector opc-ua logs industrial Collector Language Receiver Component Apache 2.0 License Repository Oracle DB receiver by 🔭 OpenTelemetry Author...
138
800
2026-03-23T11:18:02.128520
redis
redis
https://redis.io/docs/latest/commands/exists/
database
bash
rn ; } } match r . hset ( "myhash" , "b" , "2" ). await { Ok ( res ) => { let res : i32 = res ; println! ( " {res} " ); // >>> 1 }, Err ( e ) => { println! ( "Error setting hash fields: {e} " ); return ; } } let fields = match r . hscan ( "myhash" ). await { Ok ( iter ) => { let fields : std :: collections :: HashMap <...
48
799
2026-03-23T11:31:47.830985
toolchain
go
https://go.dev/blog/toolchain
language
go
a particular module by running: go get go@1.21.0 That will download and run Go 1.21.0 to update the go line, and future invocations of the go command will see the line go 1.21.0 and automatically re-invoke that version. Or if you want to start using Go 1.21.0 in a module but leave the go line set to an older version, t...
6
799
2026-03-23T11:19:52.668178
architecture
mcp
https://modelcontextprotocol.io/specification/2024-11-05/architecture
ai
typescript
hly composable Each server provides focused functionality in isolation Multiple servers can be combined seamlessly Shared protocol enables interoperability Modular design supports extensibility Servers should not be able to read the whole conversation, nor “see into” other servers Servers receive only necessary context...
3
800
2026-03-23T11:11:54.595901
2.18.0
git
https://git-scm.com/docs/git-rebase/2.18.0
devops
bash
l-back, partial matches of the commit subject work, too. The recommended way to create fixup/squash commits is by using the --fixup / --squash options of git-commit[1] . This option is only valid when the --interactive option is used. If the --autosquash option is enabled by default using the configuration variable reb...
24
797
2026-03-23T11:33:45.028747
go
go
https://go.dev/pkg/
language
go
sensitive work. mime Package mime implements parts of the MIME spec. Package mime implements parts of the MIME spec. multipart Package multipart implements MIME multipart parsing, as defined in RFC 2046. Package multipart implements MIME multipart parsing, as defined in RFC 2046. quotedprintable Package quotedprintable...
52
800
2026-03-23T10:54:16.841857
2.35.0
git
https://git-scm.com/docs/git-push/2.35.0
devops
bash
ying what exact commit the ref on the remote side must be pointing at, or which refs on the remote side are being protected) at the time of "push" will verify if updates from the remote-tracking refs that may have been implicitly updated in the background are integrated locally before allowing a forced update. -f --for...
20
799
2026-03-23T11:02:51.320151
sql
flutter
https://docs.flutter.dev/app-architecture/design-patterns/sql
mobile
dart
Persistent storage architecture: SQL Skip to main content docs.flutter.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more OK, got it asterisk Guides play_lesson Learn api Reference list On this page chevron_right Persistent storage architecture: SQL vertic...
0
709
2026-03-23T11:33:18.531591
qdrant
qdrant
https://qdrant.tech/documentation/fastembed/fastembed-rerankers/
database
python
nse' : 'mit' }, { 'model' : 'jinaai/jina-reranker-v1-tiny-en' , 'size_in_GB' : 0.13 , 'sources' : { 'hf' : 'jinaai/jina-reranker-v1-tiny-en' }, 'model_file' : 'onnx/model.onnx' , 'description' : 'Designed for blazing-fast re-ranking with 8K context length and fewer parameters than jina-reranker-v1-turbo-en.' , 'license...
3
800
2026-03-23T11:09:12.846069
kubernetes
kubernetes
https://kubernetes.io/docs/concepts/workloads/autoscaling/horizontal-pod-autoscale/
devops
yaml
dinessProbe only reports Ready after the CPU spike subsides, using initialDelaySeconds . And ideally also set --horizontal-pod-autoscaler-cpu-initialization-period to cover the startup duration . API object The HorizontalPodAutoscaler is an API kind in the Kubernetes autoscaling API group. The current stable version ca...
14
800
2026-03-23T11:18:36.939132
CSP_NONCE
angular
https://angular.dev/api/core/CSP_NONCE
framework
typescript
CSP_NONCE • Angular Skip to main content menu menu API Roadmap Get involved API Reference CLI Reference Error Encyclopedia Extended Diagnostics Versioning and releases Version compatibility Update guide Configurations Migrations arrow_back API Reference Overview @angular/animations @angular/animations/browser @angular/...
0
800
2026-03-23T10:58:53.002559
?s=amqplib
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=amqplib
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:28:44.984497