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
SWE-bench_Pro
transformers
https://huggingface.co/datasets/ScaleAI/SWE-bench_Pro
ai
python
or('[[error:invalid-data]]'); } + if (!confirmObj.expires || Date.now() > parseInt(confirmObj.expires, 10)) { + throw new Error('[[error:confirm-email-expired]]'); + } + // If another uid has the same email, remove it const oldUid = await db.sortedSetScore('email:uid', confirmObj.email.toLowerCase()); if (oldUid) { dif...
15
752
2026-03-23T11:06:23.461766
?s=stackdriver
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=stackdriver
devops
python
ocumentation Repository Istio native graduated by Istio Authors Make your application participate in tracing with OpenTelemetry, regardless of the language, framework, or platform you use to build your application. go istio graduated Go Language Application integration Component Apache-2.0 License Website Documentation...
7
800
2026-03-23T11:16:44.001024
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
est with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as th...
280
799
2026-03-23T10:56:49.341927
docker
docker
https://docs.docker.com/desktop/release-notes/
devops
bash
ducation, and non-commercial open source projects. It requires a paid subscription ( Pro, Team, or Business ), for as little as $5 a month, for professional use in larger enterprises. The effective date of these terms is August 31, 2021. There is a grace period until January 31, 2022 for those that will require a paid ...
238
800
2026-03-23T10:57:00.892467
postgresql
postgresql
https://www.postgresql.org/docs/release/7.0.0/
database
sql
NULLs (Peter E) Make postgres user have a password by default (Peter E) Add CREATE/ALTER/DROP GROUP (Peter E) All administration scripts now support --long options (Peter E, Karel) Vacuumdb script now supports --all option (Peter E) ecpg new portable FETCH syntax Add ecpg EXEC SQL IFDEF, EXEC SQL IFNDEF, EXEC SQL ELSE,...
12
793
2026-03-23T11:33:44.796668
git-rebase
git
https://git-scm.com/docs/git-rebase
devops
bash
rktree-local refs ( refs/rewritten/ <label> ) that will be deleted when the rebase finishes. That way, rebase operations in multiple worktrees linked to the same repository do not interfere with one another. If the label command fails, it is rescheduled immediately, with a helpful message how to proceed. The reset comm...
63
800
2026-03-23T10:50:43.117968
module-federation-and-nx
nx
https://nx.dev/docs/technologies/module-federation/concepts/module-federation-and-nx
tooling
typescript
to split your application into smaller deployable chunks that are only required at runtime, you can take advantage of this to reduce the build times of your application. You can run the builds of multiple smaller applications in parallel and deploy all of them together, maintaining a single release cadence and coordina...
9
799
2026-03-23T11:13:42.045527
quickstart
docker
https://docs.docker.com/docker-hub/quickstart
devops
bash
Quickstart | Docker Docs Answers are generated based on the documentation. Back Manuals Get started Guides Reference Docker Hub quickstart Copy as Markdown Open Markdown Ask Docs AI Claude Open in Claude Table of contents Docker Hub provides a vast library of pre-built images and resources, accelerating development wor...
0
800
2026-03-23T11:19:16.539985
go
go
https://go.dev/dl/
language
go
7db06311a907289c92caf59347d4b6721d407486256e61c593dc9 go1.22.9 go1.22.9 File name Kind OS Arch Size SHA256 Checksum go1.22.9.src.tar.gz Source 26MB e81a362f51aee2125722b018e46714e6a055a1954283414c0f937e737013db22 go1.22.9.aix-ppc64.tar.gz Archive aix ppc64 64MB 1aca8f0c373126ccdb39a1755a9e48a98fd770839fba745376fe25784f...
290
800
2026-03-23T11:25:37.381450
colors
tailwind
https://tailwindcss.com/docs/colors
library
javascript
4 % 0.112 45.904 ); --color-amber-950 : oklch ( 27.9 % 0.077 45.635 ); --color-yellow-50 : oklch ( 98.7 % 0.026 102.212 ); --color-yellow-100 : oklch ( 97.3 % 0.071 103.193 ); --color-yellow-200 : oklch ( 94.5 % 0.129 101.54 ); --color-yellow-300 : oklch ( 90.5 % 0.182 98.111 ); --color-yellow-400 : oklch ( 85.2 % 0.19...
12
800
2026-03-23T11:20:27.027583
OpenCodeReasoning
transformers
https://huggingface.co/datasets/nvidia/OpenCodeReasoning
ai
python
int(0) else: print(int(b_str)) else: mod = 0 for c in b_str: mod = (mod * 10 + int(c)) % a print(math.gcd(a, mod)) e2e75d9d7d47d6f22c7eb408f8911af8 A Little Elephant from the Zoo of Lviv likes lucky strings, i.e., the strings that consist only of the lucky digits 4 and 7. The Little Elephant calls some string T of the ...
57
739
2026-03-23T11:22:37.663832
docker
docker
https://docs.docker.com/desktop/setup/install/linux/
devops
bash
ktop environments are supported but others may work. For many Linux distributions, the GNOME environment does not support tray icons. To add support for tray icons, you need to install a GNOME extension. For example, AppIndicator . At least 4 GB of RAM. Enable configuring ID mapping in user namespaces, see File sharing...
7
800
2026-03-23T10:57:17.082078
webpack
webpack
https://webpack.js.org/contribute/Governance-working-groups/
tooling
javascript
WG member, or a change of employment by a WG member, creates a situation where more than 1/3 of the WG membership shares an employer, then the situation must be immediately remedied by the resignation or removal of one or more WG members affiliated with the over-represented employer(s). ### Consensus Seeking Process Th...
7
799
2026-03-23T11:18:36.601965
3.3.html
python
https://docs.python.org/3/whatsnew/3.3.html
language
python
The smtpd module now supports RFC 5321 (extended SMTP) and RFC 1870 (size extension). Per the standard, these extensions are enabled if and only if the client initiates the session with an EHLO command. (Initial ELHO support by Alberto Trevino. Size extension by Juhana Jauhiainen. Substantial additional work on the pat...
74
795
2026-03-23T11:33:05.900394
managing-timezones
supabase
https://supabase.com/docs/guides/database/managing-timezones
database
typescript
o UTC timezone by default. We strongly recommend keeping it this way, even if your users are in a different location. This is because it makes it much easier to calculate differences between timezones if you adopt the mental model that everything in your database is in UTC time. Change timezone # SQL 1 alter database p...
1
800
2026-03-23T11:20:09.969510
learn
dart
https://dart.dev/learn
language
dart
Videos Related sites expand_more API reference open_in_new DartPad (online editor) open_in_new Flutter open_in_new Package site open_in_new list On this page chevron_right Learn Dart vertical_align_top Learn Dart Dart 3.11 is live! Learn more Learn Dart # The following tutorial is the recommended way to learn Dart. Lea...
4
715
2026-03-23T10:56:55.562172
?s=cisco
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=cisco
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:10:45.886661
graph-api
langchain
https://docs.langchain.com/oss/python/langgraph/graph-api
ai
python
s deserialized into LangChain Messages when using add_messages , you should use dot notation to access message attributes, like state["messages"][-1].content . Below is an example of a graph that uses add_messages as its reducer function. Copy from langchain . messages import AnyMessage from langgraph . graph . message...
16
798
2026-03-23T11:23:46.781342
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
resource-versions for details. Defaults to unset sendInitialEvents `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event ...
892
797
2026-03-23T10:56:49.342880
postgresql
postgresql
https://www.postgresql.org/docs/books/
database
sql
PostgreSQL: Books February 26, 2026: PostgreSQL 18.3, 17.9, 16.13, 15.17, and 14.22 Released! Quick Links Documentation Manuals Archive Release Notes Books Tutorials & Other Resources FAQ Wiki Books Cover Information Title : Decode PostgreSQL: Understanding the World's Most Powerful Open Source Database Without Writing...
0
800
2026-03-23T10:50:12.301215
kubernetes
kubernetes
https://kubernetes.io/docs/tasks/administer-cluster/configure-upgrade-etcd/
devops
yaml
as a multi-node cluster in production and back it up periodically. A five-member cluster is recommended in production. For more information, see FAQ documentation . As you're using Kubernetes, you have the option to run etcd as a container inside one or more Pods. The kubeadm tool sets up etcd static pods by default, o...
4
799
2026-03-23T10:56:07.185232
pt_BR
git
https://git-scm.com/docs/git-status/pt_BR
devops
bash
ionado D = excluído R = renomeado C = copiado (caso a condição da opção status.renames esteja definido como "copies" (cópias)) U = atualizado, mas não mesclado X Y Significado ------------------------------------------------- [AMD] não atualizado M [MTD] atualizado no índice T [MTD] tipo alterado no índice A [MTD] adic...
13
687
2026-03-23T11:29:37.681036
?s=kafka
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=kafka
devops
python
sion Autoinjection”, but with a few more features and a slightly different approach to content-script injection. js browser web-ext browserextension browser-extension chrome-extension firefox-extension safari-extension edge-extension autoinstrumentation JavaScript Language Utilities Component GPL-3.0 License Documentat...
378
799
2026-03-23T11:34:05.696010
secrets-vault
terraform
https://developer.hashicorp.com/terraform/tutorials/secrets/secrets-vault
devops
hcl
d lease: lease_id=dynamic-aws-creds-vault-admin-path/creds/dynamic-aws-creds-vault-admin-role/z1PKR7Y623fk0ZQWW1kwaVVY This shows that Vault has destroyed the short-lived AWS credentials generated for the apply run. Destroy EC2 instance Destroy the EC2 instance, remember to confirm the run with a yes . $ terraform dest...
12
800
2026-03-23T11:28:53.990906
?s=protobuf
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=protobuf
devops
python
collector) Repository Filelog Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The Filelog Receiver tails and parses logs from files 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: re...
113
800
2026-03-23T11:36:35.075433
ephemeral
terraform
https://developer.hashicorp.com/terraform/language/block/ephemeral
devops
hcl
map or set of strings | mutually exclusive with count provider reference lifecycle block precondition block condition expression error_message string postcondition block condition expression error_message string Complete configuration The following ephemeral block defines all of the supported built-in arguments you can...
4
799
2026-03-23T11:30:12.901525
expo
expo
https://docs.expo.dev/
mobile
javascript
Expo Documentation Hide navigation Search or Ask AI Home Guides EAS Reference Learn Archive Expo Snack Discord and Forums Newsletter Create amazing apps that run everywhere Build one JavaScript/TypeScript project that runs natively on all your users' devices. Quick Start Terminal Copy - npx create-expo-app@latest Then ...
0
800
2026-03-23T10:49:52.110398
custom-output-rendering
langchain
https://docs.langchain.com/langsmith/custom-output-rendering
ai
python
Run detail panes : When viewing runs that are associated with a dataset: Annotation queues : When reviewing runs in annotation queues: Edit this page on GitHub or file an issue . Connect these docs to Claude, VSCode, and more via MCP for real-time answers. Was this page helpful? Yes No Manage datasets Previous How to e...
7
355
2026-03-23T11:00:20.688121
best-practices
svelte
https://svelte.dev/docs/svelte/best-practices
framework
javascript
is often the case with API responses, for example. $derived To compute something from state, use $derived rather than $effect : // do this let square = function $derived < number >(expression : number ) : number namespace $derived Declares derived state, i.e. one that depends on other state variables. The expression in...
1
799
2026-03-23T11:36:36.056119
dart-convert
dart
https://dart.dev/libraries/dart-convert
language
dart
s Videos Related sites expand_more API reference open_in_new DartPad (online editor) open_in_new Flutter open_in_new Package site open_in_new list On this page chevron_right dart:convert vertical_align_top dart:convert Dart 3.11 is live! Learn more The dart:convert library ( API reference ) has converters for JSON and ...
4
700
2026-03-23T10:59:04.884887
bulk
terraform
https://developer.hashicorp.com/terraform/language/v1.14.x/import/bulk
devops
hcl
you have an HCP Terraform account, you can compare the resources Terraform discovers to resources you are already managing with Terraform in the HCP Terraform UI. To use this functionality, you must configure the cloud block in your .tf configuration to connect to HCP Terraform. Refer to the cloud block reference for d...
3
799
2026-03-23T11:02:54.746116
temp_directory.html
sqlite
https://www.sqlite.org/c3ref/temp_directory.html
database
sql
highly recommended that applications neither read nor write this variable. This global variable is a relic that exists for backwards compatibility of legacy applications and should be avoided in new projects. It is not safe to read or modify this variable in more than one thread at a time. It is not safe to read or mod...
1
797
2026-03-23T11:26:55.575004
comments
go
https://go.dev/s/comments
language
go
of the command-line invocation. See https://go.dev/doc/effective_go#commentary for more information about commentary conventions. Package Names All references to names in your package will be done using the package name, so you can omit that name from the identifiers. For example, if you are in package chubby, you don’...
21
800
2026-03-23T11:26:17.077327
npm-stats
tanstack_router
https://tanstack.com/router/latest/docs/npm-stats
framework
typescript
rd Getting Started Overview Quick Start Devtools Decisions on DX LLM Assistance Support Comparison Frequently Asked Questions Installation Guides Manual Setup Vite Rspack/Rsbuild Webpack Esbuild Router CLI Migrate from React Router Migrate from React Location Routing Routing Concepts Route Trees Route Matching File-Bas...
3
799
2026-03-23T10:52:35.496082
?s=zap
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=zap
devops
python
enTelemetry Authors 🔭 Instrumentation library for restify. Node.js restify Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-restify 0.58.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository Router Instrumentatio...
298
800
2026-03-23T11:32:44.967687
?s=executors
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=executors
devops
python
Delayed Job Instrumentation by 🔭 OpenTelemetry Authors 🔭 Delayed Job instrumentation for Ruby. ruby instrumentation Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-delayed_job 0.25.1 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details...
344
799
2026-03-23T11:39:10.067393
routing
tanstack_router
https://tanstack.com/start/latest/docs/framework/react/guide/routing
framework
typescript
m 'react' export const Route = createRootRoute({ head: () => ({ meta: [ { charSet: 'utf-8', }, { name: 'viewport', content: 'width=device-width, initial-scale=1', }, { title: 'TanStack Start Starter', }, ], }), component: RootComponent, }) function RootComponent() { return ( <RootDocument> <Outlet /> </RootDocument> ) ...
6
639
2026-03-23T11:26:54.818853
train
transformers
https://huggingface.co/datasets/princeton-nlp/SWE-bench/viewer/default/train
ai
python
ailures", "exchange.network.tcpv6.connection_failures", "gauge"], + ["TCPv4", None, "Connections Reset", "exchange.network.tcpv4.conns_reset", "count"], + ["TCPv6", None, "Connections Reset", "exchange.network.tcpv6.conns_reset", "count"], + # Netlogon Counters + ["Netlogon", None, "Semaphore Waiters", "exchange.netlog...
523
676
2026-03-23T11:25:24.231702
convert-to-inferred
nx
https://nx.dev/docs/guides/tasks--caching/convert-to-inferred
tooling
typescript
.. (configValues[nxConfiguration] ?? {} ) , } ; export default defineConfig ({ root: __dirname, cacheDir: ' ../../node_modules/.vite/apps/demo ' , // ... }); The configuration changes ensure that passing --configuration still work for the target. Differences in options can be added to the configValues object, and the r...
6
800
2026-03-23T11:02:22.751658
?s=azure
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=azure
devops
python
ce Exporters for Java. java exporter metrics traces google Java Language Exporter Component Apache 2.0 License Repository OTLP Exporter by 🔭 OpenTelemetry Authors 🔭 This library allows exporting telemetry data in the OpenTelemetry Protocol (OTLP) format to the OpenTelemetry Collector and OTLP-compliant backends/recei...
178
800
2026-03-23T11:38:25.447624
supabase-secrets-unset
supabase
https://supabase.com/docs/reference/cli/supabase-secrets-unset
database
typescript
role-stats Flags --db-url <string> Optional Inspect the database specified by the connection string (must be percent-encoded). --linked Optional Inspect the linked project. --local Optional Inspect the local database. supabase inspect db table-stats Usage 1 supabase inspect db table-stats Flags --db-url <string> Option...
49
800
2026-03-23T11:28:13.213450
digitalocean-database-migration-guide
planetscale
https://planetscale.com/docs/vitess/imports/digitalocean-database-migration-guide
database
sql
but there’s one more variable to check on the “ Settings ” tab of your existing cluster. Scroll down to “ Advanced configurations ” and ensure the “ Binlog Retention Period ” is set to the maximum value of 86400 seconds. Importing your database Now that your DigitalOcean database is configured and ready, follow the Dat...
5
798
2026-03-23T11:12:54.203988
pt_BR
git
https://git-scm.com/docs/git-update-index/pt_BR
devops
bash
che não monitorado é imediatamente adicionado ou removido do índice. Antes da versão 2.17, o cache não monitorado apresentava um erro, ao substituir um diretório por um link simbólico para outro diretório, fazendo com que ele mostrasse de forma incorreta os arquivos monitorados pelo git como não monitorados. Consulte o...
29
799
2026-03-23T11:22:37.568383
qdrant
qdrant
https://qdrant.tech/articles/faq-question-answering/
database
python
aset ( dataset_path ) -> List [ Dict [ str , str ]]: """Read jsonl-file into a memory.""" with open ( dataset_path , "r" ) as fd : return [ json . loads ( json_line ) for json_line in fd ] We assigned a unique subgroup for each question, so all other objects which have different question will be considered as negative ...
18
800
2026-03-23T11:06:33.119995
?s=redis
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=redis
devops
python
omod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/gitlabreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Google Cloud Monitoring Receiver by 🔭 OpenTelemetry Authors 🔭 The primary objective of the Google Cloud ...
117
800
2026-03-23T11:25:32.724243
redis
redis
https://redis.io/docs/latest/develop/programmability/lua-debugging/
database
bash
nd Lua values. Infinite loops and long execution detection, which simulates a breakpoint. Quick start A simple way to get started with the Lua debugger is to watch this video introduction: Important Note: please make sure to avoid debugging Lua scripts using your Redis production server. Use a development server instea...
3
799
2026-03-23T11:19:03.018476
kubernetes
kubernetes
https://kubernetes.io/docs/concepts/workloads/controllers/job/
devops
yaml
sed on the specified capacity-based cleanup policy. TTL mechanism for finished Jobs FEATURE STATE: Kubernetes v1.23 [stable] Another way to clean up finished Jobs (either Complete or Failed ) automatically is to use a TTL mechanism provided by a TTL controller for finished resources, by specifying the .spec.ttlSecondsA...
43
800
2026-03-23T11:00:02.302526
2.10.5
git
https://git-scm.com/docs/git-rev-parse/2.10.5
devops
bash
for options that take arguments. <arg-hint> is terminated by the first whitespace. It is customary to use a dash to separate words in a multi-word argument hint. The remainder of the line, after stripping the spaces, is used as the help associated to the option. Blank lines are ignored, and lines that don’t match this ...
32
771
2026-03-23T11:37:24.985589
Using_classes
javascript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_classes
language
javascript
ar to you : js const bigDay = new Date(2019, 6, 19); console.log(bigDay.toLocaleDateString()); if (bigDay.getTime() < Date.now()) { console.log("Once upon a time..."); } On the first line, we created an instance of the class Date , and called it bigDay . On the second line, we called a method toLocaleDateString() on th...
2
797
2026-03-23T11:11:28.337427
redis
redis
https://redis.io/docs/latest/develop/data-types/streams/
database
bash
> 4 const res8 = await client . xAdd ( 'race:usa' , '0-1' , { 'racer' : 'Castilla' }); console . log ( res8 ); // >>> 0-1 const res9 = await client . xAdd ( 'race:usa' , '0-2' , { 'racer' : 'Norem' }); console . log ( res9 ); // >>> 0-2 try { const res10 = await client . xAdd ( 'race:usa' , '0-1' , { 'racer' : 'Pricket...
2,442
800
2026-03-23T11:04:07.563031
git-rev-list
git
https://git-scm.com/docs/git-rev-list
devops
bash
hich is older than <date> . --until= <date> --before= <date> Show commits older than <date> . --max-age= <timestamp> --min-age= <timestamp> Limit the commits output to specified time range. --author= <pattern> --committer= <pattern> Limit the commits output to ones with author/committer header lines that match the <pat...
7
797
2026-03-23T10:59:02.021121
?s=trusted-publishing
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=trusted-publishing
devops
python
Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Kafka Metrics Receiver by 🔭 OpenTelemetry Authors 🔭 Kafka metrics receiver collects Kafka metrics (brokers, topics, partitions, consumer groups) from Kafka server, go receiver collector Quick Install When building a custom collec...
128
799
2026-03-23T11:23:36.389604
supabase-sso-list
supabase
https://supabase.com/docs/reference/cli/supabase-sso-list
database
typescript
ired enable experimental features --project-ref <string> Optional Project ref of the Supabase project. supabase network-bans remove Usage 1 supabase network-bans remove [flags] Flags --db-unban-ip <strings> Optional IP to allow DB connections from. --experimental Required enable experimental features --project-ref <str...
80
800
2026-03-23T11:28:38.130124
llms-medium.txt
svelte
https://svelte.dev/llms-medium.txt
framework
javascript
s-block-property"> ```ts // @noErrors base?: '' | `/${string}`; ``` <div class="ts-block-property-details"> <div class="ts-block-property-bullets"> - <span class="tag">default</span> `""` </div> A root-relative path that must start, but not end with `/` (e.g. `/base-path`), unless it is the empty string. This specifies...
361
800
2026-03-23T11:13:00.456451
ChangeDetectionStrategy
angular
https://angular.dev/api/core/ChangeDetectionStrategy
framework
typescript
rom ImportProvidersSource inject Inject Injectable InjectableProvider InjectableType InjectionToken InjectOptions Injector INJECTOR InjectorType input Input inputBinding InputOptions InputOptionsWithoutTransform InputOptionsWithTransform InputSignal InputSignalWithTransform isDevMode isSignal isStandalone isWritableSig...
4
800
2026-03-23T10:52:33.651823
pt_BR
git
https://git-scm.com/docs/git-rev-list/pt_BR
devops
bash
reversa de acordo com a hora do commit. Não pode ser combinado com a opção --graph . --do-walk Substitui um --no-walk anterior. Formatação do Commit Utilizando estas opções git-rev-list[1] funcionará de maneira semelhante à família mais especializada de ferramentas do registro log do commit: git-log[1] , git-show[1] e ...
58
799
2026-03-23T11:29:17.738586
configuration
temporal
https://docs.temporal.io/references/configuration
devops
go
sted port. tls The tls section controls the SSL/TLS settings for network communication and contains two subsections, internode and frontend . The internode section governs internal service communication among roles where the frontend governs SDK client communication to the Frontend Service role. Each of these subsectio...
4
798
2026-03-23T11:17:56.233192
default-abi-filters-android
flutter
https://docs.flutter.dev/release/breaking-changes/default-abi-filters-android
mobile
dart
ation. Option 2: Clear and reconfigure abiFilters # If you must use a single APK with custom architecture filters, clear the automatically set filters and configure your own in your build.gradle . For example: kotlin android { buildTypes { release { // Clear the automatically set filters. ndk . abiFilters . clear ( ) /...
3
764
2026-03-23T11:27:18.215715
llms-full.txt
inngest
https://www.inngest.com/llms-full.txt
devops
typescript
volumes: - redis_data:/data networks: - inngest-network healthcheck: test: ["CMD", "redis-cli", "ping"] interval: 5s timeout: 3s retries: 5 volumes: postgres_data: redis_data: networks: inngest-network: driver: bridge ``` ## Helm chart Inngest provides a Helm chart for production-ready Kubernetes deployments. Key featu...
1,524
746
2026-03-23T10:50:47.949716
rate-limits-for-the-rest-api
github_actions
https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api
devops
yaml
h a limit of 300 requests per minute for unauthenticated requests and 3,000 requests per minute for authenticated requests. Git LFS uses a batch API which processes 100 Git LFS objects per API request by default. That means unauthenticated users can download 30,000 Git LFS objects per minute and authenticated users can...
3
800
2026-03-23T10:57:34.772125
mui
mui
https://mui.com/material-ui/getting-started/templates/dashboard/
library
javascript
MUI: A popular React UI framework Sitemark-web Web app Home Analytics Clients Tasks Settings About Feedback Plan about to expire Enjoy 10% off when renewing your plan today. Get the discount Riley Carter riley@email.com Apr 17, 2023 Overview Users 14k +25% Last 30 days Conversions 325 -25% Last 30 days Event count 200k...
0
747
2026-03-23T11:00:47.524360
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
Endpoints are determined by the selector or if that is not specified, by manual construction of an Endpoints object or EndpointSlice objects. If clusterIP is "None", no virtual IP is allocated and the endpoints are published as a set of endpoints rather than a virtual IP. "NodePort" builds on ClusterIP and allocates a ...
1,106
798
2026-03-23T10:56:49.343180
?s=inmemory
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=inmemory
devops
python
.js. js instrumentation Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-dns 0.56.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository Document Load Instrumentation by 🔭 OpenTelemetry Authors 🔭 Document Load in...
279
800
2026-03-23T11:33:46.784943
redis
redis
https://redis.io/docs/latest/develop/data-types/lists/
database
bash
ke:1] return asyncCommands . lrange ( "bikes:finished" , 0 , - 1 ); }) . thenAccept ( System . out :: println ) // >>> [bike:2] . toCompletableFuture (); lmovelrange . join (); CompletableFuture < Void > lpushrpush = asyncCommands . rpush ( "bikes:repairs" , "bike:1" ). thenCompose ( res11 -> { System . out . println (...
425
800
2026-03-23T11:05:26.645536
add-react-to-an-existing-project
react
https://react.dev/learn/add-react-to-an-existing-project
framework
javascript
Read the createRoot usage documentation to learn more about rendering React components inside an existing HTML page. When you adopt React in an existing project, it’s common to start with small interactive components (like buttons), and then gradually keep “moving upwards” until eventually your entire page is built wit...
7
773
2026-03-23T10:50:26.244074
?s=weaviate
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=weaviate
devops
python
ls (packagist) Repository OpenTelemetry Laravel auto-instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation Library for Laravel laravel instrumentation php Quick Install To install this instrumentation library run: composer require open-telemetry/opentelemetry-auto-laravel 1.4.0 Version PHP Language Instrumenta...
309
800
2026-03-23T11:21:21.444778
FirebaseConfiguration
firebase
https://firebase.google.com/docs/reference/swift/firebasecore/api/reference/Classes/FirebaseConfiguration
database
javascript
e’s log. Note that if an app is running from AppStore, it will never log above .notice even if loggerLevel is set to a higher (more verbose) setting. Declaration Swift func setLoggerLevel ( _ loggerLevel : FirebaseLoggerLevel ) Parameters loggerLevel The maximum logging level. The default level is set to FIRLoggerLevel...
1
798
2026-03-23T11:24:56.141984
?s=client
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=client
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:21:37.915692
?s=inmemory
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=inmemory
devops
python
trumentation dotnet .NET Language Instrumentation Component Apache 2.0 License Repository Elasticsearch Client Instrumentation for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 Automatically instruments events emitted by the NEST/Elasticsearch.Net client library. elasticsearch client instrumentation dotnet Quick In...
200
800
2026-03-23T11:33:46.784879
gitlab_ci
gitlab_ci
https://docs.gitlab.com/api/pipelines/
devops
yaml
o return child pipelines, set source to parent_pipeline . GET /projects/:id/pipelines Use the page and per_page pagination parameters to control the pagination of results. Attribute Type Required Description id integer or string Yes The ID or URL-encoded path of the project name string No Return pipelines with the spec...
1
800
2026-03-23T10:55:03.482801
feature_extraction.html
scikit_learn
https://scikit-learn.org/stable/modules/feature_extraction.html
ml
python
iginally a term weighting scheme developed for information retrieval (as a ranking function for search engines results) that has also found good use in document classification and clustering. The following sections contain further explanations and examples that illustrate how the tf-idfs are computed exactly and how th...
21
800
2026-03-23T10:50:31.645323
server-and-client-components
nextjs
https://nextjs.org/docs/app/getting-started/server-and-client-components
framework
javascript
rousel package. This component uses useState , but it doesn't yet have the "use client" directive. If you use <Carousel /> within a Client Component, it will work as expected: app/gallery.tsx TypeScript JavaScript TypeScript 'use client' import { useState } from 'react' import { Carousel } from 'acme-carousel' export d...
11
800
2026-03-23T10:56:21.959595
drift-and-policy
terraform
https://developer.hashicorp.com/terraform/tutorials/cloud/drift-and-policy
devops
hcl
and replace it with 0.0.0.0/0 . Then, click Save rules . You have now introduced infrastructure drift into your configuration by managing the security group resource outside of the Terraform workflow. After a few minutes, Terraform will report failed assessments on the workspace overview page. You can also trigger an a...
36
799
2026-03-23T11:06:03.003184
build-a-screen
expo
https://docs.expo.dev/tutorial/build-a-screen
mobile
javascript
< Button theme = " primary " label = " Choose a photo " /> < Button label = " Use this photo " /> </ View > </ View > ) ; } const styles = StyleSheet . create ( { container : { flex : 1 , backgroundColor : '#25292e' , alignItems : 'center' , } , imageContainer : { flex : 1 , } , footerContainer : { flex : 1 / 3 , align...
13
683
2026-03-23T11:15:53.326858
?s=watchos
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=watchos
devops
python
t instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Spark Web Framework Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Spark Web Framework instrumentation to track requests through OpenTelemetry. ja...
268
800
2026-03-23T11:10:38.112253
image
nextjs
https://nextjs.org/docs/pages/api-reference/components/image
framework
javascript
l cache each format separately. This means increased storage requirements compared to using a single format, as both AVIF and WebP versions of images will be stored for different browser support. If you self-host with a Proxy/CDN in front of Next.js, you must configure the Proxy to forward the Accept header. minimumCac...
24
799
2026-03-23T11:29:46.726115
?s=ntp
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ntp
devops
python
ry-cpp. 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...
379
800
2026-03-23T11:11:52.247755
postgresql-full-text-search
neon
https://neon.tech/postgresql/postgresql-indexes/postgresql-full-text-search
database
sql
for your feedback! Previous PostgreSQL Index Types Next PostgreSQL JSON Index On this page Introduction to the PostgreSQL full-text search PostgreSQL full text search data types Using PostgreSQL full-text search index with table data Full text search using GIN indexes Summary Copy markdown Copy this page as markdown te...
16
645
2026-03-23T11:25:09.373190
?s=dynamodb
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dynamodb
devops
python
(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 file li...
156
800
2026-03-23T11:37:54.071177
opentelemetry
opentelemetry
https://opentelemetry.io/docs/specs/opamp/
devops
python
stomMessage identifies the type of message and contains binary data with the contents of the message. The format of the data will depend on the message type and is outside of the scope of the OpAMP protocol. message CustomMessage { string capability = 1 ; string type = 2 ; bytes data = 3 ; } CustomMessage.capability A ...
137
800
2026-03-23T11:09:24.252584
?s=sumologic
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=sumologic
devops
python
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 Language I...
264
800
2026-03-23T11:36:46.287903
?s=shim
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=shim
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:28:00.250133
third-party-libraries
nextjs
https://nextjs.org/docs/pages/guides/third-party-libraries
framework
javascript
visually hidden label for the play button for accessibility. params Optional The video player params defined here . Params are passed as a query param string. Eg: params="controls=0&start=10&end=30" style Optional Used to apply styles to the video container. Was this helpful?
10
276
2026-03-23T11:12:31.972153
llms-full.txt
inngest
https://www.inngest.com/llms-full.txt
devops
typescript
), style: "primary", }, { type: "button", text: { type: "plain_text", text: "❌ Reject" }, action_id: "reject_email", value: JSON.stringify({ approvalId: event.data.approvalId, approved: false, }), style: "danger", }, ], }, ], }); }); // Step 3: Wait for human response — no compute cost while waiting await step.waitForE...
26
522
2026-03-23T10:50:47.947712
game-loop
firebase
https://firebase.google.com/docs/test-lab/android/game-loop
database
javascript
ted loops. Write output data Your Game Loop test can write output to a file specified in the launchIntent.getData() method. After you run a test, you can access this output data in the Test Lab section of the Firebase console (see Game Loop test output file example ). Test Lab follows best practices for sharing a file ...
8
800
2026-03-23T11:16:59.923952
studio
langchain
https://docs.langchain.com/langsmith/studio
ai
python
ckpointer backend Configure Agent Server for scale Implement a CI/CD pipeline Deployment guides Cloud With control plane Standalone servers Troubleshooting Studio Overview Quickstart Runs, assistants, threads Traces, datasets, prompts Troubleshooting Auth & access control Overview Add custom authentication Set up custo...
1
800
2026-03-23T10:54:32.808422
LIMO
transformers
https://huggingface.co/datasets/GAIR/LIMO
ai
python
each connected to two adjacent corners of the base, forming two tetrahedral parts. So, actually, this solid is a kind of frustum, but not quite, since the top is not a square but a line segment. Alternatively, maybe it's a type of bifrustum or a stretched shape. Alternatively, another approach is to consider the solid ...
154
800
2026-03-23T11:26:55.154068
redis
redis
https://redis.io/docs/latest/develop/data-types/streams/
database
bash
1764734160-0 {rider=Castilla, speed=30.2, location_id=1, position=1}, 1701764734160-1 {rider=Norem, speed=28.8, location_id=1, position=3}, 1701764734161-0 {rider=Prickett, speed=29.7, location_id=1, position=2}, 1701764734162-0 {rider=Castilla, speed=29.9, location_id=1, position=2}] List < StreamEntry > res14 = jedis...
2,367
800
2026-03-23T11:04:07.562926
pytorch
pytorch
https://pytorch.org/blog/kubetorch-joins-the-pytorch-ecosystem-landscape/
ml
python
oftware, you cannot test ML code before containerizing and deploying to Kubernetes since you do not locally have 32 H100s (or a single T4). Therefore, you must develop through deployment to Kubernetes. Iterating on a distributed PyTorch training means stopping execution, throwing away state by tearing down pods, rebuil...
1
800
2026-03-23T11:17:12.039363
?s=active_job
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=active_job
devops
python
celoop Instrumentation for Haystack LLM framework python instrumentation haystack Python Language Instrumentation Component Apache 2.0 License Repository Haystack Python Instrumentation by Arize AI Instrumentation for tracing the Haystack framework python instrumentation haystack Python Language Instrumentation Compone...
325
800
2026-03-23T11:28:48.638610
profiling-go-programs
go
https://go.dev/blog/profiling-go-programs
language
go
. 282: types := make([]int, size, size) . . 283: last := make([]int, size, size) . . 284: nodes := make([]*UnionFindNode, size, size) . . 285: . . 286: for i := 0; i < size; i++ { 2 79 287: nodes[i] = new(UnionFindNode) . . 288: } ... (pprof) Every time FindLoops is called, it allocates some sizable bookkeeping structu...
24
702
2026-03-23T10:58:46.890872
kubernetes
kubernetes
https://kubernetes.io/ko/docs/reference/glossary/
devops
yaml
ilt-in controllers that come as part of Kubernetes itself. If a running application acts as a controller and has API access to carry out tasks against a custom resource that's defined in the control plane, that's an example of the Operator pattern. Platform Developer A person who customizes the Kubernetes platform to f...
20
800
2026-03-23T11:30:37.855938
menus-text-style
flutter
https://docs.flutter.dev/release/breaking-changes/menus-text-style
mobile
dart
rLabel . green , controller : colorController , label : const Text ( ' Color ' ) , dropdownMenuEntries : colorEntries , onSelected : ( ColorLabel ? color ) { setState ( ( ) { selectedColor = color ; } ) ; } , ) , content_copy dart dropdownMenuTheme : DropdownMenuThemeData ( textStyle : TextStyle ( fontStyle : FontStyle...
4
745
2026-03-23T11:25:57.905934
redis
redis
https://redis.io/docs/latest/develop/data-types/lists/
database
bash
st elements from index 0 to 2, everything else will be discarded. This allows for a very simple but useful pattern: doing a List push operation + a List trim operation together to add a new element and discard elements exceeding a limit. Using LTRIM with negative indexes can then be used to keep only the 3 most recentl...
705
800
2026-03-23T11:05:26.645923
command-line
firebase
https://firebase.google.com/docs/test-lab/android/command-line
database
javascript
ng gcloud help firebase test android run . As an alternative to specifying these arguments on the command line, you can optionally specify your arguments in a YAML-formatted argument file. Run gcloud topic arg-files to learn how to use this feature. The gcloud CLI supports Android Test Orchestrator . Orchestrator requi...
7
799
2026-03-23T11:17:11.474908
supabase-inspect-db-bloat
supabase
https://supabase.com/docs/reference/cli/supabase-inspect-db-bloat
database
typescript
rnal connections. --enable-db-ssl-enforcement Optional Whether the DB should enable SSL enforcement for all external connections. --experimental Required enable experimental features --project-ref <string> Optional Project ref of the Supabase project. supabase postgres-config Subcommands supabase postgres-config delete...
82
799
2026-03-23T11:30:50.566288
get-static-paths
nextjs
https://nextjs.org/docs/pages/api-reference/functions/get-static-paths
framework
javascript
cale for the path can be returned as well locale : "en" , } , ] , fallback : ... } Then, Next.js will statically generate /posts/1 and /posts/2 during next build using the page component in pages/posts/[id].js . The value for each params object must match the parameters used in the page name: If the page name is pages/...
2
800
2026-03-23T11:25:53.369186
webpack
webpack
https://webpack.js.org/plugins/copy-webpack-plugin/
tooling
javascript
webpack-plugin" ) ; module . exports = { plugins : [ new CopyPlugin ( { patterns : [ { from : "source" , to : "dest" } , { from : "other" , to : "public" } , ] , } ) , ] , } ; [!NOTE] copy-webpack-plugin is not designed to copy files generated during the build process. Instead, it is meant to copy files that already ex...
1
800
2026-03-23T11:09:33.870223
release-notes-2.2.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.2.0
mobile
dart
ng for tree to go green) 24196 Roll Skia from 8043b787554b to 9e189aab1ec7 (1 revision) (cla: yes, waiting for tree to go green) 24198 Roll Dart SDK from 8c39136ffb2f to 73c34f2ad73f (1 revision) (cla: yes, waiting for tree to go green) 24199 Roll Skia from 9e189aab1ec7 to 3c8444e18e74 (4 revisions) (cla: yes, waiting ...
277
800
2026-03-23T11:13:36.909679
workflow
temporal
https://docs.temporal.io/cli/workflow
devops
go
": "wf-value"}' Use the following options to change the behavior of this command. You can also use any of the global flags that apply to all subcommands. Flag Required Description --cron No string Cron schedule for the Workflow. --execution-timeout No duration Fail a WorkflowExecution if it lasts longer than DURATION ....
40
800
2026-03-23T11:15:31.538058