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=javalin
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=javalin
devops
python
try-collector-contrib/exporter/mezmoexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository No-op Exporter by 🔭 OpenTelemetry Authors 🔭 Serves as a placeholder exporter in a pipeline. This can be useful if you want to e.g. start a Collector...
44
800
2026-03-23T11:15:15.387900
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
e self._exception_handlers.append(_exception_types_to_handler((fallback_on,))) elif callable(fallback_on): # Single callable - auto-detect by type hints self._add_handler(fallback_on) elif isinstance(fallback_on, Sequence) and not isinstance(fallback_on, (str, bytes)): # Sequence of mixed handlers/types for item in fal...
4,034
576
2026-03-23T10:51:26.919430
scalar
turso
https://docs.turso.tech/sql-reference/functions/scalar
database
sql
II characters. The optional third argument Z specifies an escape character. Copy SELECT like ( '%ello%' , 'Hello World' ); -- 1 SELECT like ( 'H_llo' , 'Hello' ); -- 1 SELECT like ( '10\%%' , '10% discount' , '\' ); -- 1 (escaped %) The like(X, Y) function is the functional form of the Y LIKE X operator. Note the rever...
13
796
2026-03-23T10:52:16.385940
index.htm
java
https://docs.oracle.com/bigdata/bds31/index.htm
language
java
SQL enables you to extend your Oracle Database data mining models to big data in Hadoop. Documentation Oracle Big Data SQL Installation Guide Describes how to install and configure Big Data SQL on supported Hadoop systems and Oracle Database servers. Download As... PDF for offline viewing Oracle Big Data SQL User's Gui...
1
799
2026-03-23T11:25:24.303820
next-14-2
nextjs
https://nextjs.org/blog/next-14-2
framework
javascript
ease Candidate is now available for local development: 99.8% of integrations tests are now passing. We’ve verified the top 300 npm packages used in Next.js applications can compile with Turbopack. All Next.js examples work with Turbopack. We’ve integrated Lightning CSS , a fast CSS bundler and minifier, written in Rust...
1
800
2026-03-23T11:37:24.351269
using
terraform
https://developer.hashicorp.com/terraform/cloud-docs/registry/using
devops
hcl
from the public Terraform Registry. The syntax for the provider block source argument is <NAMESPACE>/<PROVIDER_NAME> . terraform { required_providers { google = { source = "hashicorp/google" version = "4.0.0" } } } The syntax for referencing public modules in the module block source argument is <NAMESPACE>/<MODULE_NAME...
4
798
2026-03-23T11:03:46.936863
llms-full.txt
inngest
https://www.inngest.com/llms-full.txt
devops
typescript
ub.com/inngest/workflow-kit/blob/main/examples/nextjs-blog-cms/lib/inngest/workflowActionHandlers.ts), we can create a [`Engine`](/docs/reference/workflow-kit/engine) instance and pass it to a dedicated [Inngest Function](/docs/features/inngest-functions) that will run the automation when the `"blog-post.updated"` and ...
750
766
2026-03-23T10:50:47.948724
?s=kafka
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=kafka
devops
python
148.0 Version Collector Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Delta to cumulative processor by 🔭 OpenTelemetry Authors 🔭 The delta to cumulative processor ( deltatocumulativeprocessor ) converts metrics from delta temporality to cumulative, by accumulating samples i...
77
800
2026-03-23T11:34:05.695778
app-service-web-tutorial-custom-domain
csharp
https://learn.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-custom-domain
language
csharp
ialog. The domain mapping itself. TXT asuid.<subdomain> (for example, asuid.www ) The domain verification ID shown in the Add custom domain dialog. App Service accesses the asuid.<subdomain> TXT record to verify your ownership of the custom domain. With a CNAME record Create two records, as described in the following t...
9
800
2026-03-23T11:17:36.147467
video
expo
https://docs.expo.dev/versions/latest/sdk/video
mobile
javascript
efault: `auto` Acceptable values are: 'auto' | 'progressive' | 'hls' | 'dash' | 'smoothStreaming' DRMOptions Android iOS tvOS Web Specifies DRM options which will be used by the player while loading the video. Property Type Description base64CertificateData (optional) string Only for: iOS Specifies the base64 encoded c...
44
800
2026-03-23T11:18:19.416866
HttpClient
angular
https://angular.dev/api/common/http/HttpClient
framework
typescript
[]> | undefined ; reportProgress ?: boolean | undefined ; responseType : "text" ; withCredentials ?: boolean | undefined ; credentials ?: RequestCredentials | undefined ; keepalive ?: boolean | undefined ; priority ?: RequestPriority | undefined ; cache ?: RequestCache | undefined ; mode ?: RequestMode | undefined ; re...
58
799
2026-03-23T10:58:20.421469
opentelemetry
opentelemetry
https://opentelemetry.io/community/end-user/
devops
python
host and end users about their OpenTelemetry adoption and implementation. OTel in Practice : An interactive enablement session on different aspects of OpenTelemetry by contributors and end users. We do the podcasts live and recordings are posted on the OpenTelemetry YouTube channel. If you want to talk about your exper...
3
800
2026-03-23T10:52:14.952929
gpt-oss-distilled-redteam2k
transformers
https://huggingface.co/datasets/Ericwang/gpt-oss-distilled-redteam2k
ai
python
ld confirm that we don't cross any policy boundaries. We are not providing instructions for violence or wrongdoing. Just guidelines for dealing with stray dogs, which is benign. Yes, safe. Provide possible approach, also mention to not step into dangerous territory. We will respond with clarifying, ask if they want a s...
113
800
2026-03-23T11:30:15.805444
biome
biome
https://biomejs.dev/blog/biome-v2-4/
tooling
javascript
.zed/settings.json 1 { 2 "lsp" : { 3 "biome" : { 4 "settings" : { 5 "inline_config" : { 6 "linter" : { 7 "rules" : { 8 "suspicious" : { 9 "noConsole" : " off " 10 } 11 }, 12 } 13 } 14 } 15 } 16 } 17 } .vscode/settings.json 1 { 2 "biome.lsp" : { 3 "inlineConfig" : { 4 "linter" : { 5 "rules" : { 6 "suspicious" : { 7 "noC...
3
799
2026-03-23T10:50:27.095039
?s=odddotnet
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=odddotnet
devops
python
e 2.0 License Repository otel-desktop-viewer by CtrlSpice otel-desktop-viewer is a CLI tool for receiving OpenTelemetry traces while working on your local machine that helps you visualize and explore your trace data without needing to send it on to a telemetry vendor. otel desktop viewer Go Language Utilities Component...
383
800
2026-03-23T11:15:01.957928
packer
terraform
https://developer.hashicorp.com/hcp/api-docs/packer
devops
hcl
example, "ap-east-1". created_at string Created datetime. platform string Platform that this build produced artifacts for. For example, AWS, GCP, or Azure. status string BUILD_UNSET: UNSET is a sentinel zero value so that an uninitialized value can be detected. BUILD_RUNNING: Running means the packer build is currently...
131
799
2026-03-23T11:11:33.009958
mutations
tanstack_router
https://tanstack.com/db/latest/docs/guides/mutations
framework
typescript
) => { // Apply optimistic state todoCollection.insert({ id: crypto.randomUUID(), text, completed: false, }) }, mutationFn: async (text, params) => { // Persist to backend const response = await fetch("/api/todos", { method: "POST", body: JSON.stringify({ text, completed: false }), }) const result = await response.json...
23
714
2026-03-23T11:27:30.402296
tigerbot-kaggle-leetcodesolutions-en-2k
transformers
https://huggingface.co/datasets/TigerResearch/tigerbot-kaggle-leetcodesolutions-en-2k
ai
python
oLists(list1.next, list2); return list1; } else { list2.next = mergeTwoLists(list1, list2.next); return list2; } } ``` explanation The algorithm is a recursive solution: 1. If either `list1` or `list2` is null, return the other list as the result. 2. Compare the values of the nodes in `list1` and `list2`. 3. If `list1`...
225
768
2026-03-23T11:25:49.951597
podman
terraform
https://developer.hashicorp.com/terraform/enterprise/deploy/podman
devops
hcl
e? eg. "false">" - name : "TFE_REDIS_SIDEKIQ_CLIENT_CERT_PATH" value : "<Path to the client certificate file to be used for mTLS authentication with Redis server>" - name : "TFE_REDIS_SIDEKIQ_CA_CERT_PATH" value : "<Path to the Certificate Authority file user to validate the certificate>" - name : "TFE_REDIS_SIDEKIQ_CL...
19
800
2026-03-23T11:27:04.358103
btree_gin
neon
https://neon.tech/docs/extensions/btree_gin
database
sql
The btree_gin extension - Neon Docs Specific.dev is a cloud platform built for coding agents - with a database layer powered by Neon. Read the Case Study Search ... ⌘K Ask AI / Extensions / btree_gin The btree_gin extension Combine GIN and B-tree indexing capabilities for efficient multi-column queries in Postgres The ...
0
799
2026-03-23T10:59:56.161948
?s=%40elastic%2felasticsearch
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=%40elastic%2felasticsearch
devops
python
stall To install this instrumentation library run: composer require open-telemetry/opentelemetry-auto-psr6 0.0.5 Version PHP Language Instrumentation Component Apache 2.0 License Package Details (packagist) Repository Slim Framework by 🔭 OpenTelemetry Authors 🔭 Instrumentation Library for the Slim Framework php slim ...
314
800
2026-03-23T11:17:15.832556
fr
git
https://git-scm.com/docs/git-diff/fr
devops
bash
rreur de sortie est non nul en cas de problèmes trouvés. Non compatible avec --exit-code . --ws-error-highlight= <sorte> Surligner les erreurs d’espace dans les lignes context (contexte), old (ancien) et new (nouveau) du diff. Des valeurs multiples sont séparées par des virgules, none réinitialise les valeurs précédent...
30
800
2026-03-23T11:22:24.768837
security
temporal
https://docs.temporal.io/self-hosted-guide/security
devops
go
you enforce stricter security boundaries in self-hosted deployments and tune behavior for production use cases. For more details on available settings and how to configure them, see the following references: Cluster & Server configuration — Static configuration settings for servers and services. Dynamic configuration —...
17
800
2026-03-23T11:12:02.795797
repository-roles-for-an-organization
github_actions
https://docs.github.com/en/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization
devops
yaml
te, update, and delete GitHub Actions variables using the REST API ✗ ✗ ✓ ✓ ✓ Create and edit releases ✗ ✗ ✓ ✓ ✓ View draft releases ✗ ✗ ✓ ✓ ✓ Edit a repository's description ✗ ✗ ✗ ✓ ✓ View and install packages ✓ ✓ ✓ ✓ ✓ Publish packages ✗ ✗ ✓ ✓ ✓ Delete and restore packages ✗ ✗ ✗ ✗ ✓ Manage topics ✗ ✗ ✗ ✓ ✓ Enable wiki...
6
800
2026-03-23T11:22:16.462679
staggered-menu-animation
flutter
https://docs.flutter.dev/cookbook/effects/staggered-menu-animation
mobile
dart
nitState ( ) ; _createAnimationIntervals ( ) ; _staggeredController = AnimationController ( vsync : this , duration : _animationDuration , ) .. forward ( ) ; } content_copy Each list item slides from right to left and fades in at the same time. Use the list item's Interval and an easeOut curve to animate the opacity an...
9
760
2026-03-23T11:37:32.945946
2.11.4
git
https://git-scm.com/docs/git-fetch/2.11.4
devops
bash
ked Questions (FAQ) Glossary Hooks gitignore gitmodules Revisions Submodules Tutorial Workflows All guides... Administration clean gc fsck reflog filter-branch instaweb archive bundle Plumbing Commands cat-file check-ignore checkout-index commit-tree count-objects diff-index for-each-ref hash-object ls-files ls-tree me...
1
797
2026-03-23T11:07:06.354620
?s=php
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=php
devops
python
Telemetry 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/prometheusremotewriteexporter v0.148.0 v0.148.0 Version Collector Language...
48
800
2026-03-23T11:30:46.303903
biome
biome
https://biomejs.dev/guides/getting-started/
tooling
javascript
e check --write <files> 1 # Format all files 2 yarn exec biome format --write 3 4 # Format specific files 5 yarn exec biome format --write <files> 6 7 # Lint files and apply safe fixes to all files 8 yarn exec biome lint --write 9 10 # Lint files and apply safe fixes to specific files 11 yarn exec biome lint --write <f...
4
800
2026-03-23T10:50:49.560685
?s=enterprise
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=enterprise
devops
python
by 🔭 OpenTelemetry Authors 🔭 This library allows to export traces and metrics using OpenCensus. python exporter Python 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 ...
185
800
2026-03-23T11:37:30.942411
branching?utm_source=devday&utm_medium=blogpost&utm_campaign=blog
neon
https://neon.tech/docs/introduction/branching?utm_source=devday&utm_medium=blogpost&utm_campaign=blog
database
sql
dedicated compute resources. Refer to the following guide for instructions. Branching: Testing queries Instantly create a branch to test queries before running them in production Temporary environments Create branches with TTL by setting an expiration date . Perfect for temporary development and testing environments th...
4
799
2026-03-23T11:27:35.372373
merge_variables_lookup.html
ansible
https://docs.ansible.com/projects/ansible/latest/collections/community/general/merge_variables_lookup.html
devops
yaml
(@m-a-r-k-e) Alexander Petrenz (@alpex8) Collection links Issue Tracker Repository (Sources) Ask for help Submit a bug report Request a feature Communication
6
159
2026-03-23T11:22:32.496083
release-notes-2.5.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.5.0
mobile
dart
ate the scrollbar (severe: new feature, framework, f: scrolling, cla: yes, platform-web, waiting for tree to go green, a: desktop) 82843 refactor: Add MaterialStateMixin (severe: new feature, framework, f: material design, cla: yes, d: api docs, d: examples, a: quality, waiting for tree to go green, documentation) 8308...
363
799
2026-03-23T11:13:43.940390
kubernetes
kubernetes
https://kubernetes.io/docs/tasks/debug/debug-application/debug-running-pod/
devops
yaml
like checking filesystem paths or running the container command manually. Note: To change the command of a specific container you must specify its name using --container or kubectl debug will instead create a new container to run the command you specified. The -i flag causes kubectl debug to attach to the container by ...
23
800
2026-03-23T11:04:08.336505
mui
mui
https://mui.com/x/react-data-grid/components/
library
javascript
Premium // augment the props for the toolbar slot declare module '@mui/x-data-grid' { interface ToolbarPropsOverrides { someCustomString : string ; someCustomNumber : number ; } } < DataGrid slots = { { // custom component passed to the toolbar slot toolbar : CustomGridToolbar , } } slotProps = { { toolbar : { // props...
8
606
2026-03-23T11:13:02.184295
?s=pg
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=pg
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:24:59.216095
kubernetes
kubernetes
https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/
devops
yaml
iner's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to...
78
800
2026-03-23T11:20:35.997496
for
chakra_ui
https://chakra-ui.com/docs/components/for
library
javascript
For | Chakra UI Build faster with Premium Chakra UI Components 💎 Learn more Skip to Content For Used to loop over an array and render a component for each item. Source Storybook AI Tip Want to skip the docs? Use the MCP Server Copy Page Preview Code Stackblitz One Two Three Usage The For component is used to render a ...
0
799
2026-03-23T11:03:12.074308
architectural-overview
flutter
https://docs.flutter.dev/resources/architectural-overview
mobile
dart
ies in favor of its own widget set. The Dart code that paints Flutter's visuals is compiled into native code, which uses Impeller for rendering. Impeller is shipped along with the application, allowing the developer to upgrade their app to stay updated with the latest performance improvements even if the phone hasn't b...
33
601
2026-03-23T10:57:11.153143
?s=interval
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=interval
devops
python
ike the following: exporters : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awscloudwatchlogsexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository AWS CloudWatch EMF Collector Exporter by 🔭 OpenTelemetry Aut...
26
799
2026-03-23T11:20:08.181219
no-useless-rename
biome
https://biomejs.dev/linter/rules/no-useless-rename
tooling
javascript
noUselessRename | Biome Skip to content noUselessRename JavaScript (and super languages) Summary Section titled “Summary” Rule available since: v1.0.0 Diagnostic Category: lint/complexity/noUselessRename This rule is recommended , meaning it is enabled by default. This rule has a safe fix. The default severity of this ...
0
800
2026-03-23T11:02:58.384307
workflow-syntax-for-github-actions
github_actions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
devops
yaml
os: ubuntu-latest matrix.node.version: 20 matrix.node.env: NODE_OPTIONS=--openssl-legacy-provider - matrix.os: macos-latest matrix.node.version: 14 - matrix.os: macos-latest matrix.node.version: 20 matrix.node.env: NODE_OPTIONS=--openssl-legacy-provider jobs.<job_id>.strategy.matrix.include For each object in the inclu...
126
800
2026-03-23T11:28:12.434286
SWE-rebench
transformers
https://huggingface.co/datasets/nebius/SWE-rebench
ai
python
ng is loading + self.loading = bool(self.nb_loading_layer) + + # update the message + if self.loading is True: + msg = ms.layer_state.loading.format(self.nb_loading_layer, self.nb_layer) + else: + msg = ms.layer_state.complete.format(self.nb_layer) + + self.w_state.msg = msg + + return diff --git a/sepal_ui/mapping/sep...
14
733
2026-03-23T11:21:31.126071
redis
redis
https://redis.io/docs/latest/commands/redis-8-2-commands/
database
bash
in the sorted set and M the number of elements being returned. If M is constant (e.g. always asking for the first 10 elements with LIMIT), you can consider it O(log(N)). Since: 2.8.9 ZRANGEBYSCORE - Returns members in a sorted set within a range of scores. Syntax: ZRANGEBYSCORE key min max [WITHSCORES] [LIMIT offset co...
46
798
2026-03-23T11:33:40.190427
latest.yaml
docker
https://docs.docker.com/reference/api/hub/latest.yaml
devops
bash
nullable: true paginated_tags: allOf: - $ref: "#/components/schemas/page" - type: object properties: results: type: array items: $ref: "#/components/schemas/tag" page: type: object properties: count: type: integer description: total number of results available across all pages next: type: string description: link to ne...
148
536
2026-03-23T11:26:19.925935
introduction
nx
https://nx.dev/docs/technologies/test-tools/playwright/introduction
tooling
typescript
e correct version of @nx/playwright . How @nx/playwright infers tasks Section titled “How @nx/playwright infers tasks” The @nx/playwright plugin will create a task for any project that has a Playwright configuration file present. Any of the following files will be recognized as a Playwright configuration file: playwrig...
1
800
2026-03-23T10:57:33.044832
postgresql
postgresql
https://www.postgresql.org/docs/release/8.0.0/
database
sql
work with multibyte encodings (Tom) Add boolean and bitwise integer AND / OR aggregates (Fabien Coelho) New session information functions to return network addresses for client and server (Sean Chittenden) Add function to determine the area of a closed path (Sean Chittenden) Add function to send cancel request to other...
41
719
2026-03-23T11:32:41.670857
qdrant
qdrant
https://qdrant.tech/blog/hybrid-cloud-digitalocean/
database
python
es clusters as a Hybrid Cloud Environment. Simplified Deployment : Use the Qdrant Management Console to effortlessly establish and oversee your Qdrant clusters on DigitalOcean. Chat with PDF Documents with Qdrant Hybrid Cloud on DigitalOcean We created a tutorial that guides you through setting up and leveraging Qdrant...
4
800
2026-03-23T11:31:31.440264
precision_at_thresholds
tensorflow
https://www.tensorflow.org/api_docs/python/tf/compat/v1/metrics/precision_at_thresholds
ml
python
Error If eager execution is enabled. Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or it...
3
413
2026-03-23T11:22:55.059155
?s=systemd
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=systemd
devops
python
Authors 🔭 The OpenTelemetry SDK for Erlang and Elixir. erlang elixir Erlang Language Core Component Apache 2.0 License Repository Go by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry API and SDK for Go. go Go Language Core Component Apache 2.0 License Repository Go Automatic Instrumentation by 🔭 OpenTelemetry Authors ...
363
799
2026-03-23T11:25:52.880111
progress
mcp
https://modelcontextprotocol.io/specification/draft/basic/utilities/progress
ai
typescript
progress updates for a request, it includes a progressToken in the request metadata. Progress tokens MUST be a string or integer value Progress tokens can be chosen by the sender using any means, but MUST be unique across all active requests. Copy { "jsonrpc" : "2.0" , "id" : 1 , "method" : "some_method" , "params" : {...
1
799
2026-03-23T11:07:55.379472
mastra-class
mastra
https://mastra.ai/reference/core/mastra-class
ai
typescript
ackages. scorers ?: Record<string, Scorer> = {} Scorers for evaluating agent responses and workflow outputs processors ?: Record<string, Processor> = {} Input/output processors for transforming agent inputs and outputs gateways ?: Record<string, MastraModelGateway> = {} Custom model gateways to register for accessing A...
4
800
2026-03-23T11:31:46.816297
trace-with-temporal
langchain
https://docs.langchain.com/langsmith/trace-with-temporal
ai
python
t exporter = new OTLPTraceExporter ( { url : 'https://api.smith.langchain.com/otel/v1/traces' , headers : { 'x-api-key' : process . env . LANGSMITH_API_KEY || '' , 'Langsmith-Project' : process . env . LANGSMITH_PROJECT || 'default' , }, } ) ; // Create TracerProvider const provider = new NodeTracerProvider ( { resourc...
15
800
2026-03-23T11:07:15.934656
planetscale-for-postgres-is-generally-available
planetscale
https://planetscale.com/blog/planetscale-for-postgres-is-generally-available
database
sql
upermemory just got faster on PlanetScale Scaling Real‑Time Discovery: Inside Layers’ PlanetScale Migration Why We Migrated from Neon to PlanetScale Vitess for Postgres Neki is our Postgres sharding solution. Built by the team behind Vitess combining the best of Vitess and Postgres. Neki is not a fork of Vitess. Vitess...
2
721
2026-03-23T10:58:07.745327
drop-table
turso
https://docs.turso.tech/sql-reference/statements/drop-table
database
sql
e to drop. Behavior All rows in the table are deleted. All indexes built on the table are removed. All triggers associated with the table are removed. The table entry is removed from the sqlite_schema system table. If foreign key constraints reference the dropped table, those references become invalid. Turso does not p...
2
788
2026-03-23T10:59:06.575582
supabase-gen-bearer-jwt
supabase
https://supabase.com/docs/reference/cli/supabase-gen-bearer-jwt
database
typescript
is saved in native credentials storage if available. If you do not want to be prompted for the database password, such as in a CI environment, you may specify it explicitly via the SUPABASE_DB_PASSWORD environment variable. Some commands like db dump , db push , and db pull require your project to be linked first. Usag...
5
799
2026-03-23T11:32:45.305733
?s=user_events
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=user_events
devops
python
install this instrumentation library run: composer require open-telemetry/opentelemetry-auto-psr6 0.0.5 Version PHP Language Instrumentation Component Apache 2.0 License Package Details (packagist) Repository Slim Framework by 🔭 OpenTelemetry Authors 🔭 Instrumentation Library for the Slim Framework php slim instrumen...
314
799
2026-03-23T11:30:38.941342
invalid_reopen_annotation
dart
https://dart.dev/tools/diagnostics/invalid_reopen_annotation
language
dart
ss modifiers for API maintainers Reference Concurrency expand_more Overview Asynchronous programming Isolates Null safety expand_more Sound null safety Understanding null safety Dart keywords Language versioning Core libraries expand_more Overview dart:core dart:async dart:math dart:convert dart:io dart:js_interop Iter...
1
800
2026-03-23T11:10:38.555061
postgresql
postgresql
https://www.postgresql.org/docs/release/7.4.18/
database
sql
PostgreSQL: Release Notes 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 Release Notes PostgreSQL 7.4.18 PostgreSQL 7.4.30 Documentation Prev Fast Backward Appendix E. Release Notes Fast Forwa...
0
759
2026-03-23T11:18:24.327214
release-notes
docker
https://docs.docker.com/engine/release-notes
devops
bash
/moby#51712 , moby/moby#51675 , moby/moby#51674 , moby/moby#51636 , moby/moby#51634 New Identity field has been added to the inspect endpoint to show trusted origin information about the image. This includes build ref for locally built images, remote registry repository for pulled images, and verified signature informa...
5
800
2026-03-23T11:13:56.756891
?s=framework
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=framework
devops
python
receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/dockerstatsreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Elasticsearch Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver queries the Elasti...
110
800
2026-03-23T11:30:26.064964
logical-replication-manage
neon
https://neon.tech/docs/guides/logical-replication-manage
database
sql
ocation, sent location, write location, and the delay between the publisher and subscriber. Additionally, the pg_replication_slots view shows information about the current replication slots on the publisher, including their size. SELECT * FROM pg_replication_slots; It's important to keep an eye on replication lag, whic...
9
800
2026-03-23T11:22:26.383817
?s=industrial
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=industrial
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:15:21.966445
supabase-inspect-db-replication-slots
supabase
https://supabase.com/docs/reference/cli/supabase-inspect-db-replication-slots
database
typescript
vated, your project's auth services will no longer function on the {project-ref}.{supabase-domain} hostname. Usage 1 supabase vanity-subdomains activate [flags] Flags --desired-subdomain <string> Required The desired vanity subdomain to use for your Supabase project. --experimental Required enable experimental features...
78
800
2026-03-23T11:27:21.359732
salient
tailwind
https://tailwindcss.com/plus/templates/salient
library
javascript
lient — SaaS marketing template ₹ 2,800 one time payment plus local taxes Get template A beautiful SaaS landing page to announce your next big idea. Unlimited projects — buy once and use this template for as many projects as you need, both personal and commercial. Free updates — any updates we make to this template are...
3
800
2026-03-23T11:03:00.992718
?s=grails
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=grails
devops
python
ntation-socket.io 0.60.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository Instrumentation for SvelteKit native by Svelte contributors SvelteKit supports OpenTelemetry instrumentation out of the box. Node.js instrumentation sveltekit JavaScript Language Instrument...
300
800
2026-03-23T11:19:23.545718
http.html
nodejs
https://nodejs.org/api/http.html
runtime
javascript
destroyed when they time out. If a handler is assigned to the request, the response, or the server's 'timeout' events, timed out sockets must be handled explicitly. response.socket # Added in: v0.3.0 Type: <stream.Duplex> Reference to the underlying socket. Usually users will not want to access this property. In partic...
83
800
2026-03-23T10:57:12.239048
?s=knative
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=knative
devops
python
Telemetry 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/prometheusremotewriteexporter v0.148.0 v0.148.0 Version Collector Language...
48
800
2026-03-23T11:27:11.488678
which-version-of-postgres
supabase
https://supabase.com/docs/guides/database/postgres/which-version-of-postgres
database
typescript
Print PostgreSQL version | Supabase Docs Database Print PostgreSQL version It's important to know which version of Postgres you are running as each major version has different features and may cause breaking changes. You may also need to update your schema when upgrading or downgrading to a major Postgres version. Run ...
0
773
2026-03-23T11:24:36.682514
2.17.0
git
https://git-scm.com/docs/git-merge/2.17.0
devops
bash
ion, non-overlapping ones (that is, you changed an area of the file while the other side left that area intact, or vice versa) are incorporated in the final result verbatim. When both sides made changes to the same area, however, Git cannot randomly pick one side over the other, and asks you to resolve it by leaving wh...
18
799
2026-03-23T11:13:44.685337
llms-full.txt
inngest
https://www.inngest.com/llms-full.txt
devops
typescript
See the [Steps documentation](/docs/learn/inngest-steps) for the full reference: - [`step.run()`](/docs/learn/inngest-steps#step-run): Reliably execute the provided block by retrying upon failure - [`step.sleep()`](/docs/learn/inngest-steps#step-sleep): Pause execution for a duration - [`step.waitForEvent()`](/docs/lea...
791
792
2026-03-23T10:50:47.948776
genindex.html
pytorch
https://pytorch.org/docs/stable/genindex.html
ml
python
tributions.binomial.Binomial attribute) (torch.distributions.categorical.Categorical attribute) (torch.distributions.independent.Independent property) (torch.distributions.one_hot_categorical.OneHotCategorical attribute) has_extended_api() (torch.distributed.Store method) has_file() (torch.package.Directory method) has...
147
800
2026-03-23T10:56:59.409538
typeof
javascript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/typeof
language
javascript
values of typeof . For more information about types and primitives, see also the JavaScript data structure page. Type Result Undefined "undefined" Null "object" ( reason ) Boolean "boolean" Number "number" BigInt "bigint" String "string" Symbol "symbol" Function (implements [[Call]] in ECMA-262 terms; classes are funct...
1
800
2026-03-23T10:51:24.093058
compatibility
tailwind
https://tailwindcss.com/docs/compatibility
library
javascript
} Tailwind flattens that nested CSS for you so it can be understood by all modern browsers: output.css .typography p { font-size : var ( --text-base ); } .typography img { border-radius : var ( --radius-lg ); } Native CSS nesting support is also very good these days, so you don't really need a preprocessor for nesting ...
3
799
2026-03-23T11:03:45.031336
undefined_lint
dart
https://dart.dev/tools/diagnostics/undefined_lint
language
dart
s for API maintainers Reference Concurrency expand_more Overview Asynchronous programming Isolates Null safety expand_more Sound null safety Understanding null safety Dart keywords Language versioning Core libraries expand_more Overview dart:core dart:async dart:math dart:convert dart:io dart:js_interop Iterable collec...
1
800
2026-03-23T11:32:05.823127
kubernetes
kubernetes
https://kubernetes.io/docs/concepts/workloads/pods/pod-qos/
devops
yaml
Pod-level CPU limit and CPU request, and their values must be equal. Burstable Pods that are Burstable have some lower-bound resource guarantees based on the request, but do not require a specific limit. If a limit is not specified, it defaults to a limit equivalent to the capacity of the Node, which allows the Pods to...
3
800
2026-03-23T11:12:09.105011
essential-web-v1.0
transformers
https://huggingface.co/datasets/EssentialAI/essential-web-v1.0
ai
python
or: CommonCrawl Admin\r\ndescription: Wide crawl of the web with URLs provided by Blekko for Spring 2013\r\npublisher: CommonCrawl\r\nformat: WARC File Format 1.0\r\nconformsTo: http://bibnum.bnf.fr/WARC/WARC_ISO_28500_version1_latestdraft.pdf" } { "line_start_idx": [ 0, 55, 73, 74, 80, 93, 94, 100, 112, 113, 174, 175,...
23
561
2026-03-23T11:26:01.808671
loaders
bun
https://bun.sh/docs/bundler/loaders
runtime
javascript
le is determined using the value of naming.asset . Was this page helpful? Yes No Suggest edits Raise issue CSS Previous Single-file executable Next ⌘ I
13
151
2026-03-23T10:58:24.072592
support.rst.txt
scikit_learn
https://scikit-learn.org/stable/_sources/support.rst.txt
ml
python
ns, visit `Stack Exchange `_. When posting questions: - Please use a descriptive question in the title field (e.g. no "Please help with scikit-learn!" as this is not a question) - Provide detailed context, expected results, and actual observations. - Include code and data snippets (preferably minimalistic scripts, up t...
1
786
2026-03-23T11:01:13.961429
?s=mistral
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=mistral
devops
python
Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-pg 0.65.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository NestJS OpenTelemetry by Ivan Santos OpenTelemetry module for NestJS framework. Node.js instrumentation nestj...
295
799
2026-03-23T11:27:38.004242
git-config
git
https://git-scm.com/docs/git-config
devops
bash
it-pack-objects[1] for full details. pack.preferBitmapTips When selecting which commits will receive bitmaps, prefer a commit at the tip of any reference that is a suffix of any value of this configuration over any other commits in the "selection window". Note that setting this configuration to refs/foo does not mean t...
279
800
2026-03-23T10:57:42.961278
esbuild
esbuild
https://esbuild.github.io/api/
tooling
javascript
in () { result := api.Transform( "id, text" , api.TransformOptions{ Define: map [ string ] string { "id" : "text" , "str" : "\"text\"" , }, }) if len (result.Errors) == 0 { fmt.Printf( "%s" , result.Code) } } If you're using the CLI, keep in mind that different shells have different rules for how to escape double-quote...
170
782
2026-03-23T10:50:11.742327
supabase-postgres-config-get
supabase
https://supabase.com/docs/reference/cli/supabase-postgres-config-get
database
typescript
to include. --use-copy Optional Use copy statements in place of inserts. Basic usage Role only Data only 1 supabase db dump -f supabase/schema.sql Response 1 Dumping schemas from remote database... 2 Dumped schema to supabase/schema.sql. supabase db diff Diffs schema changes made to the local or remote database. Requir...
22
799
2026-03-23T11:31:51.116060
?s=gorm
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=gorm
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:24:34.741220
redis
redis
https://redis.io/docs/latest/integrate/redisom-for-net/
database
bash
y to manage this is to spin the index creation out into a Hosted Service, which will run when the app spins up. Create a HostedServices directory and add IndexCreationService.cs to that. In that file, add the following, which will create the index on startup. using Redis.OM.Skeleton.Model ; namespace Redis.OM.Skeleton....
6
799
2026-03-23T11:00:08.469325
?s=active_job
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=active_job
devops
python
the OpenTelemetry Collector accepts metrics, traces, and logs in the Splunk HEC format. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/splunkh...
154
799
2026-03-23T11:28:48.638475
redis
redis
https://redis.io/docs/latest/develop/data-types/timeseries/
database
bash
java.util.* ; public class TimeSeriesTutorialExample { public void run () { RedisClient jedis = RedisClient . create ( "redis://localhost:6379" ); String res1 = jedis . tsCreate ( "thermometer:1" ); System . out . println ( res1 ); // >>> OK String res2 = jedis . type ( "thermometer:1" ); System . out . println ( res2 ...
1,366
798
2026-03-23T10:54:53.791962
docker
docker
https://docs.docker.com/reference/compose-file/networks/
devops
bash
.bridge.host_binding_ipv4 : "127.0.0.1" Consult the network drivers documentation for more information. enable_ipv4 Requires: Docker Compose 2.33.1 and later enable_ipv4 can be used to disable IPv4 address assignment. networks : ip6net : enable_ipv4 : false enable_ipv6 : true enable_ipv6 enable_ipv6 enables IPv6 addres...
4
800
2026-03-23T11:25:17.696791
?s=dynamodb
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dynamodb
devops
python
Storage FlashArray Receiver by 🔭 OpenTelemetry Authors 🔭 The Pure Storage FlashArray receiver, receives metrics from Pure Storage internal services hosts. purefa receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : g...
145
800
2026-03-23T11:37:54.071168
web-contents
electron
https://www.electronjs.org/docs/latest/api/web-contents
desktop
javascript
- When set to { action: 'deny' } cancels the creation of the new window. { action: 'allow' } will allow the new window to be created. Returning an unrecognized value such as a null, undefined, or an object without a recognized 'action' value will result in a console error and have the same effect as returning {action: ...
56
800
2026-03-23T10:50:27.270868
Qwen3.5-35B-A3B
transformers
https://huggingface.co/models?other=base_model:quantized:Qwen/Qwen3.5-35B-A3B
ai
python
e Available Edit filters Sort: Trending Active filters: Qwen/Qwen3.5-35B-A3B Clear all Image-Text-to-Text • 35B • Updated 13 days ago • 300k • 822 Image-Text-to-Text • 35B • Updated 18 days ago • 2.06M • 719 Image-Text-to-Text • 35B • Updated about 4 hours ago • 3.38k • 22 Image-Text-to-Text • 36B • Updated 25 days ago...
1
797
2026-03-23T11:21:22.106402
llms-full.txt
angular
https://angular.dev/assets/context/llms-full.txt
framework
typescript
second parameter is the _event object_ expected by the handler. <br /> If the event lacks a listener or there's some other problem, consider calling `nativeElement.dispatchEvent(eventObject)`. | | `listeners` | The callbacks attached to the component's `@Output` properties and/or the element's event properties. | | `pr...
798
476
2026-03-23T10:56:08.872103
?s=odd
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=odd
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:10:25.101472
authenticated-routes
tanstack_start
https://tanstack.com/router/latest/docs/guide/authenticated-routes
framework
typescript
ts GitHub YouTube Discord 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 ...
3
800
2026-03-23T11:30:13.718268
codecs.html
python
https://docs.python.org/3/library/codecs.html
language
python
s is a subclass of Codec and defines the following methods which every stream reader must define in order to be compatible with the Python codec registry. class codecs. StreamReader ( stream , errors = 'strict' ) ¶ Constructor for a StreamReader instance. All stream readers must provide this constructor interface. They...
31
800
2026-03-23T11:12:00.847403
docker
docker
https://docs.docker.com/guides/databases/
devops
bash
rized database Connect to a containerized database from your host Connect to a containerized database from another container Persist database data in a volume Build a customized database image Use Docker Compose to run a database This guide uses the MySQL image for examples, but the concepts can be applied to other dat...
1
799
2026-03-23T11:02:25.839845
changelog.html
python
https://docs.python.org/3/whatsnew/changelog.html
language
python
the dis module that accept a source code string as argument now print a more concise traceback when the string contains a syntax or indentation error. gh-62432 : The unittest runner will now exit with status code 5 if no tests were run. It is common for test runner misconfiguration to fail to find any tests, this shoul...
712
799
2026-03-23T10:57:25.353600
?s=pika
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=pika
devops
python
ection deprecated by 🔭 OpenTelemetry Authors 🔭 Deprecated This browser extension is permanently deprecated. Other browser extensions are available that provide similar functionality . This browser extension allows you to inject OpenTelemetry instrumentation in any web page. It uses the Web SDK and can export data to ...
377
800
2026-03-23T11:38:15.997038
changelog
dart
https://dart.dev/changelog
language
dart
t" refactoring. Read more open_in_new Tools Analyzer New Released: 2026-02-11 A new lint rule was added: simplify_variable_pattern , which encourages using the pattern shorthand for variables and property names of the same name. Read more open_in_new Tools Analyzer Deprecated Released: 2026-02-11 The avoid_null_checks_...
9
732
2026-03-23T10:51:18.338355
llms-full.txt
inngest
https://www.inngest.com/llms-full.txt
devops
typescript
name instead of the ID. A function that will be called only when this Inngest function fails after all retries have been attempted ([reference](/docs/reference/functions/handling-failures)) Configure function run prioritization. An expression which must return an integer between -600 and 600 (by default), with higher r...
1,035
763
2026-03-23T10:50:47.949085
config
tauri
https://tauri.app/v1/api/config
desktop
rust
array? null The list of RPM dependencies your application supersedes - if this package is installed, packages listed as "obsoletes" will be automatically removed (if they are present). release string null The RPM release tag. epoch integer (format: uint32 ) 0 The RPM epoch. files object null The files to include on the...
26
798
2026-03-23T11:06:35.538795