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
supabase-branches-create
supabase
https://supabase.com/docs/reference/cli/supabase-branches-create
database
typescript
your local project to be linked to a remote database by running supabase link . For self-hosted databases, you can pass in the connection parameters using --db-url flag. Runs pg_dump in a container with additional flags to exclude Supabase managed schemas. The ignored schemas include auth, storage, and those created by...
20
799
2026-03-23T11:30:56.032048
redis
redis
https://redis.io/docs/latest/develop/data-types/streams/
database
bash
[rider: Royce] // >>> 1712744379676-0: [rider: Sam-Bodden] // Tests for 'xgroup_read_bob' step. StreamPendingInfo res26 = db . StreamPending ( "race:italy" , "italy_riders" ); Console . WriteLine ( $"pending: {res26.PendingMessageCount}, min: {res26.LowestPendingMessageId}, max: {res26.HighestPendingMessageId}, consume...
919
800
2026-03-23T11:04:07.560921
2.6.html
python
https://docs.python.org/3/whatsnew/2.6.html
language
python
he function can fall into an infinite recursion if there’s a symlink that points to a parent directory. ( bpo-1273829 ) In the os.path module, the splitext() function has been changed to not split on leading period characters. This produces better results when operating on Unix’s dot-files. For example, os.path.splitex...
91
797
2026-03-23T11:13:52.685218
docker
docker
https://docs.docker.com/ai/model-runner/inference-engines/
devops
bash
size. For vLLM, adjust gpu_memory_utilization : $ docker model configure --hf_overrides '{"gpu_memory_utilization": 0.8}' ai/model What's next Configuration options - Detailed parameter reference API reference - API documentation GPU support - GPU configuration for Docker Desktop
11
280
2026-03-23T11:20:20.465389
?s=kuma
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=kuma
devops
python
orter Component Apache 2.0 License Package Details (nuget) Repository Instana Exporter for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 The Instana Exporter exports telemetry to Instana backend. instana exporter dotnet Quick Install To install this exporter run: dotnet add package OpenTelemetry.Exporter.Instana 1....
171
799
2026-03-23T11:38:06.864836
moral_stories
transformers
https://huggingface.co/datasets/demelin/moral_stories
ai
python
actor that fulfills the intention and diverges from the norm. Divergent consequence: Possible effect of the divergent action on the actor's environment. Accordingly, each story's constituent sentences can be grouped into three segments. The context segment grounds actions within a particular social scenario, the normat...
56
800
2026-03-23T11:29:37.853409
session.html
sqlite
https://www.sqlite.org/session.html
database
sql
mpatible table, it is not an error, but none of the changes associated with the table are applied. A warning message is issued via the sqlite3_log() mechanism with the error code SQLITE_SCHEMA. At most one such warning is issued for each table in the changeset. For each change for which there is a compatible table, an ...
89
798
2026-03-23T11:05:53.779178
redis
redis
https://redis.io/docs/latest/develop/data-types/lists/
database
bash
stem . out . println ( res22 ); // >>> 5 return asyncCommands . ltrim ( "bikes:repairs" , - 3 , - 1 ); }). thenCompose ( res23 -> { System . out . println ( res23 ); // >>> OK return asyncCommands . lrange ( "bikes:repairs" , 0 , - 1 ); }) . thenAccept ( System . out :: println ) // >>> [bike:3, bike:4, bike:5] . toCom...
739
800
2026-03-23T11:05:26.645969
render-hacker-news-ai-agent
inngest
https://www.inngest.com/blog/render-hacker-news-ai-agent
devops
typescript
Tutorial: Custom Hacker News summaries in your inbox - Inngest Blog For busy developers, staying on top of AI news today can be overwhelming. If you're like us, you've bookmarked far more tutorials than you've read or implemented. And now—here's another one. So we're going to make this tutorial hopefully more useful th...
0
800
2026-03-23T11:16:53.495774
EVENT_MANAGER_PLUGINS
angular
https://angular.dev/api/platform-browser/EVENT_MANAGER_PLUGINS
framework
typescript
EVENT_MANAGER_PLUGINS • 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/brows...
0
800
2026-03-23T11:05:37.476950
supabase-db-pull
supabase
https://supabase.com/docs/reference/cli/supabase-db-pull
database
typescript
rojects, functions, secrets, etc. Usage 1 supabase login [flags] Flags --name <string> Optional Name that will be used to store token in your settings --no-browser Optional Do not open browser automatically --token <string> Optional Use provided token instead of automatic login flow Basic usage 1 supabase login Respons...
4
800
2026-03-23T11:31:06.936903
?s=pika
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=pika
devops
python
for go-chi/chi by Riandy R.N Instrumentation for the Golang go-chi/chi package. go instrumentation go-chi chi Go Language Instrumentation Component Apache 2.0 License Repository Go runtime metrics instrumentation by 🔭 OpenTelemetry Authors 🔭 Go contrib plugin for collecting metrics from Go runtime package go instrume...
230
799
2026-03-23T11:38:15.996924
useFormStatus
react
https://react.dev/reference/react-dom/hooks/useFormStatus
framework
javascript
m> is submitting with either a GET or POST HTTP method . By default, a <form> will use the GET method and can be specified by the method property. action : A reference to the function passed to the action prop on the parent <form> . If there is no parent <form> , the property is null . If there is a URI value provided ...
2
800
2026-03-23T11:01:52.530184
fastapi
fastapi
https://fastapi.tiangolo.com/tutorial/bigger-applications/
framework
python
e" : fake_items_db [ item_id ][ "name" ], "item_id" : item_id } @router . put ( "/ {item_id} " , tags = [ "custom" ], responses = { 403 : { "description" : "Operation forbidden" }}, ) async def update_item ( item_id : str ): if item_id != "plumbus" : raise HTTPException ( status_code = 403 , detail = "You can only upda...
12
799
2026-03-23T10:50:47.634184
?s=logr
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=logr
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:29:13.237616
mysql-cluster.html
mysql
https://dev.mysql.com/doc/refman/8.1/en/mysql-cluster.html
database
sql
ws from an NDB Table 25.5.26 ndb_select_count — Print Row Counts for NDB Tables 25.5.27 ndb_show_tables — Display List of NDB Tables 25.5.28 ndb_sign_keys — Create, Sign, and Manage TLS Keys and Certificates for NDB Cluster 25.5.29 ndb_size.pl — NDBCLUSTER Size Requirement Estimator 25.5.30 ndb_top — View CPU usage inf...
4
792
2026-03-23T11:15:24.405039
temporal-sdks
temporal
https://docs.temporal.io/encyclopedia/temporal-sdks
devops
go
. Context , input * NotifyApplicantActivityInput ) ( * NotifyApplicantActivityResult , error ) { var result NotifyApplicantActivityResult // Call the thirdparty API and handle the result return & result , err } The Activity above is performing a single call to an external API. Since the call can fail due to transient i...
21
799
2026-03-23T11:10:07.418208
memory.html
python
https://docs.python.org/3/c-api/memory.html
language
python
pecific purposes, delegating all memory requests to the Python memory manager causes the interpreter to have a more accurate image of its memory footprint as a whole. Consequently, under certain circumstances, the Python memory manager may or may not trigger appropriate actions, like garbage collection, memory compacti...
4
800
2026-03-23T11:01:55.039224
2.8.6
git
https://git-scm.com/docs/git-fetch/2.8.6
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:09:20.640221
release-notes-2.0.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.0.0
mobile
dart
Roll Fuchsia Linux SDK from W14Qninrb... to M_8svVndh... (cla: yes, waiting for tree to go green) 22844 Roll Skia from c7112edbe0f4 to d39aec0e40ec (17 revisions) (cla: yes, waiting for tree to go green) 22845 opt into new Skia APIs (cla: yes, platform-android, waiting for tree to go green) 22846 leaving only html test...
586
800
2026-03-23T11:06:17.753707
?s=http
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=http
devops
python
currently supported in order to keep the package size as small as possible. Not all features of OpenTelemetry are supported, and this package should be considered experimental. swift instrumentation ios macOS tvOS watchOS Swift Language Instrumentation Component MIT License Repository flow - tracing flow metrics by MrA...
376
800
2026-03-23T11:26:49.080242
deploy-to-cloud
langchain
https://docs.langchain.com/langsmith/deploy-to-cloud
ai
python
igure checkpointer 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...
1
800
2026-03-23T10:55:40.422786
no-head-element
biome
https://biomejs.dev/linter/rules/no-head-element
tooling
javascript
noHeadElement | Biome Skip to content noHeadElement JSX and TSX Summary Section titled “Summary” Rule available since: v1.9.4 Diagnostic Category: lint/style/noHeadElement This rule is recommended , meaning it is enabled by default. This rule doesn’t have a fix. The default severity of this rule is warning . This rule ...
0
800
2026-03-23T11:08:45.094372
kubernetes
kubernetes
https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/
devops
yaml
e of an application and the instance name are recorded separately. For example, WordPress has a app.kubernetes.io/name of wordpress while it has an instance name, represented as app.kubernetes.io/instance with a value of wordpress-abcxyz . This enables the application and instance of the application to be identifiable....
3
800
2026-03-23T10:54:24.156739
?s=syslog
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=syslog
devops
python
🔭 The OpenTelemetry Kinesis Exporter for Go. go exporter collector Go Language Exporter Component Apache 2.0 License Repository AWS S3 Exporter for OpenTelemetry Collector by 🔭 OpenTelemetry Authors 🔭 This exporter targets to support proto/JSON and proto/binary format aws s3 exporter collector Quick Install When bui...
27
799
2026-03-23T11:19:50.049229
?s=active_job
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=active_job
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:28:48.638391
?s=namedpipe
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=namedpipe
devops
python
. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Apache HTTP Client Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Apache HTTP Client instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component ...
239
800
2026-03-23T11:26:08.589263
2.3.html
python
https://docs.python.org/3/whatsnew/2.3.html
language
python
not to come; if it be not to come, it will be now; if it be not now, yet it will come: the readiness is all. >>> The module also contains a TextWrapper class that actually implements the text wrapping strategy. Both the TextWrapper class and the wrap() and fill() functions support a number of additional keyword argumen...
69
797
2026-03-23T11:28:59.270464
collections.html
python
https://docs.python.org/3/library/collections.html
language
python
itespace and/or commas, for example 'x y' or 'x, y' . Any valid Python identifier may be used for a fieldname except for names starting with an underscore. Valid identifiers consist of letters, digits, and underscores but do not start with a digit or underscore and cannot be a keyword such as class , for , return , glo...
34
797
2026-03-23T11:30:48.275412
?s=orm
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=orm
devops
python
nse Package Details (npm) Repository Prometheus Exporter by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry Prometheus Exporter for Node.js. Node.js exporter Quick Install To install this exporter run: npm install @opentelemetry/exporter-prometheus 0.213.0 Version JavaScript Language Exporter Component Apache 2.0 License...
181
800
2026-03-23T11:30:50.151050
supabase-vanity-subdomains-activate
supabase
https://supabase.com/docs/reference/cli/supabase-vanity-subdomains-activate
database
typescript
─────────────────┼────────────────┼────────────────────── Now you can run db pull again to dump the remote schema as a local migration file. $ supabase db pull Connecting to remote database... Schema written to supabase/migrations/20240414044403_remote_schema.sql Update remote migration history table? [Y/n] Repaired mi...
32
767
2026-03-23T11:33:07.638602
data-mutations
tanstack_router
https://tanstack.com/router/latest/docs/guide/data-mutations
framework
typescript
probability that if any mutations are made related to the data stored in the Router, the current route matches' data could become stale. When mutations related to loader data are made, we can use router.invalidate to force the router to reload all of the current route matches: tsx const router = useRouter() const addTo...
7
782
2026-03-23T10:55:26.563944
postgresql
postgresql
https://www.postgresql.org/docs/release/13.3/
database
sql
rsing an \{ m , n \} quantifier in a BRE-mode regular expression (Tom Lane) § This error could cause the quantifier to act non-greedy, that is behave like an { m , n }? quantifier would do in full regular expressions. Fix “ could not find pathkey item to sort ” planner errors in some situations where the sort key invol...
7
800
2026-03-23T11:26:23.768451
typing.html
python
https://docs.python.org/3/library/typing.html
language
python
ave no special meaning to static type checkers. Calling get_origin() on either of these objects will return the original ParamSpec : >>> from typing import ParamSpec , get_origin >>> P = ParamSpec ( "P" ) >>> get_origin ( P . args ) is P True >>> get_origin ( P . kwargs ) is P True Added in version 3.10. class typing. ...
83
800
2026-03-23T11:01:36.288448
?s=shim
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=shim
devops
python
a Druid Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides an Alibaba Druid instrumentation to track requests through OpenTelemetry. alibabadruid instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Settings for the OpenTelemetry Instrumentation Annotations integr...
238
800
2026-03-23T11:28:00.250275
switch-to-workspaces-project-references
nx
https://nx.dev/docs/technologies/typescript/guides/switch-to-workspaces-project-references
tooling
typescript
compilerOptions.paths entirely (not set to {} ), and remove compilerOptions.rootDir and compilerOptions.baseUrl if present. These aren't needed in TS solution mode since imports resolve through node_modules symlinks. If moduleResolution is set to "node" (Node10), change it to "bundler" . The "node" setting does not sup...
6
800
2026-03-23T11:15:18.836548
gitlab_ci
gitlab_ci
https://docs.gitlab.com/user/project/repository/branches/default/
devops
yaml
n your code. Update references to the old branch name in related code and scripts that reside outside your repository, such as helper utilities and integrations. Default branch rename redirect URLs for specific files or directories in a project embed the project’s default branch name, and are often found in documentati...
11
800
2026-03-23T11:01:52.808966
supabase-completion-bash
supabase
https://supabase.com/docs/reference/cli/supabase-completion-bash
database
typescript
ommands supabase orgs create supabase orgs list supabase orgs create Create an organization for the logged-in user. Usage 1 supabase orgs create supabase orgs list List all organizations the logged-in user belongs. Usage 1 supabase orgs list supabase projects Provides tools for creating and managing your Supabase proje...
55
800
2026-03-23T11:27:30.960021
docker
docker
https://docs.docker.com/guides/text-classification/
devops
bash
ty, allowing the script to function both as a standalone program and as an imported module. Create an infinite loop for continuous input. while True : input_text = input ( "Enter the text for classification (type 'exit' to end): " ) if input_text . lower () == 'exit' : print ( "Exiting..." ) break This while loop runs ...
6
800
2026-03-23T11:03:43.799803
argparse-optparse.html
python
https://docs.python.org/3/howto/argparse-optparse.html
language
python
Migrating optparse code to argparse — Python 3.14.3 documentation Navigation index modules | next | previous | Python » 3.14.3 Documentation » The Python Standard Library » Command-line interface libraries » argparse — Parser for command-line options, arguments and subcommands » Migrating optparse code to argparse | Th...
0
800
2026-03-23T11:18:23.054906
sqlite3.html
python
https://docs.python.org/3/library/sqlite3.html
language
python
PEP 246 style adaption protocol for objects that can adapt themselves to native SQLite types . Exceptions ¶ The exception hierarchy is defined by the DB-API 2.0 ( PEP 249 ). exception sqlite3. Warning ¶ This exception is not currently raised by the sqlite3 module, but may be raised by applications using sqlite3 , for e...
60
800
2026-03-23T11:09:29.753571
start-mvc
csharp
https://learn.microsoft.com/en-us/aspnet/core/tutorials/first-mvc-app/start-mvc
language
csharp
json and tasks.json files. Run the app Visual Studio Visual Studio Code Press Ctrl + F5 to run the app without the debugger. Visual Studio displays the following dialog when a project is not yet configured to use SSL: Select Yes if you trust the IIS Express SSL certificate. The following dialog is displayed: Select Yes...
5
799
2026-03-23T10:55:14.616378
?s=logdedup
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=logdedup
devops
python
plugin for the gin-gonic/gin package. go instrumentation http Go Language Instrumentation Component Apache 2.0 License Repository go-pg instrumentation first party integration by go-pg Authors Instrumentation for go-pg PostgreSQL client. go instrumentation postgresql Go Language Instrumentation Component BSD-2-Clause L...
221
799
2026-03-23T11:38:22.744483
managing-custom-repository-roles-for-an-organization
github_actions
https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization
devops
yaml
Managing custom repository roles for an organization - GitHub Enterprise Cloud Docs Skip to main content Managing custom repository roles for an organization Learn how to create, edit, or delete custom repository roles for your organization. Who can use this feature? Organization owners. Copy as Markdown In this articl...
0
800
2026-03-23T11:20:30.219562
supabase-branches-update
supabase
https://supabase.com/docs/reference/cli/supabase-branches-update
database
typescript
al migration files against the local database. -s, --schema <strings> Optional Comma separated list of schema to include. --use-migra Optional Use migra to generate schema diff. --use-pg-delta Optional Use pg-delta to generate schema diff. --use-pg-schema Optional Use pg-schema-diff to generate schema diff. --use-pgadm...
24
800
2026-03-23T11:31:01.263307
intro?utm_medium=website&utm_campaign=homepage_links&utm_content=cta_hero_get_started
nx
https://nx.dev/docs/getting-started/intro?utm_medium=website&utm_campaign=homepage_links&utm_content=cta_hero_get_started
tooling
typescript
th our latest news by ⭐️ starring us on Github , subscribing to our Youtube channel , joining our Discord , subscribing to our monthly tech newsletter or follow us on X , Bluesky and LinkedIn .
3
193
2026-03-23T11:11:16.623666
mysql
mysql
https://dev.mysql.com/doc/refman/8.0/en/
database
sql
Schema Event Timing 29.4.2 Performance Schema Event Filtering 29.4.3 Event Pre-Filtering 29.4.4 Pre-Filtering by Instrument 29.4.5 Pre-Filtering by Object 29.4.6 Pre-Filtering by Thread 29.4.7 Pre-Filtering by Consumer 29.4.8 Example Consumer Configurations 29.4.9 Naming Instruments or Consumers for Filtering Operation...
64
799
2026-03-23T10:56:03.581583
?s=zipkin
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=zipkin
devops
python
License Website Documentation Repository Deno new native by Deno Land Inc. Deno has built-in OpenTelemetry support for traces, metrics, and logs. Enabled via the OTEL_DENO=true environment variable, it automatically instruments HTTP servers, outgoing fetch requests, and Deno.cron jobs, exports telemetry over OTLP, and ...
14
799
2026-03-23T11:24:03.190893
ai.md
tanstack_start
https://tanstack.com/ai/latest/docs/api/ai.md
framework
typescript
adapter: openaiImage("dall-e-3"), prompt: "A futuristic city skyline at sunset", numberOfImages: 1, size: "1024x1024", }); ``` ## Next Steps - [Getting Started](../getting-started/quick-start) - Learn the basics - [Tools Guide](../guides/tools) - Learn about tools - [Adapters](../adapters/openai) - Explore adapter opti...
10
323
2026-03-23T11:37:43.663660
support
langfuse
https://langfuse.com/support
ai
python
y assessment process. This may involve empowering your internal team (who retain responsibility for information security when self-hosting), or responding to your questions and updating our policies as needed. Please check out the security and compliance overview for more details. Was this page helpful? Yes No Support
3
319
2026-03-23T10:50:56.977616
gitlab_ci
gitlab_ci
https://docs.gitlab.com/api/project_integrations/
devops
yaml
gration settings for a project. GET /projects/:id/integrations/apple_app_store Asana History use_inherited_settings parameter introduced in GitLab 17.2 with a flag named integration_api_inheritance . Disabled by default. use_inherited_settings parameter generally available in GitLab 17.3. Feature flag integration_api_i...
4
800
2026-03-23T11:22:27.607189
executors
nx
https://nx.dev/docs/technologies/react/next/executors
tooling
typescript
ndow nx run acme:serve --keepAliveTimeout 60000 Updating the serve options to include keepAliveTimeout . " serve " : { "executor" : " @nx/next:server " , "defaultConfiguration" : " development " , "options" : { "buildTarget" : " acme:build " , "dev" : true }, "configurations" : { "development" : { "buildTarget" : " acm...
10
800
2026-03-23T11:18:09.157975
?s=metric
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=metric
devops
python
🔭 The OpenTelemetry Kinesis Exporter for Go. go exporter collector Go Language Exporter Component Apache 2.0 License Repository AWS S3 Exporter for OpenTelemetry Collector by 🔭 OpenTelemetry Authors 🔭 This exporter targets to support proto/JSON and proto/binary format aws s3 exporter collector Quick Install When bui...
27
799
2026-03-23T11:16:31.526230
release-notes-3.10.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-3.10.0
mobile
dart
3d09dd to 34a14247bd4b (1 revision) by @skia-flutter-autoroll in 38901 Roll Skia from 34a14247bd4b to c727016cc09e (1 revision) by @skia-flutter-autoroll in 38903 Roll Skia from c727016cc09e to 214411b09e92 (2 revisions) by @skia-flutter-autoroll in 38907 Bump actions/setup-python from 4.4.0 to 4.5.0 by @dependabot in ...
133
800
2026-03-23T11:09:18.470153
full-config
firebase
https://firebase.google.com/docs/hosting/full-config
database
javascript
ject directory you want to deploy to Firebase Hosting . Learn how. Serve a customized 404/Not Found page. Learn how. Set up redirects for pages that you've moved or deleted. Learn how. Set up rewrites for any of these purposes: Show the same content for multiple URLs. Learn how. Serve a function or access a Cloud Run c...
1
800
2026-03-23T11:09:27.882708
2.27.0
git
https://git-scm.com/docs/gitfaq/2.27.0
devops
bash
h git.example.org. IdentityFile ~/.ssh/id_author IdentitiesOnly yes # This is the account for committer on git.example.org. Host example_committer HostName git.example.org User git # This is the key pair registered for committer with git.example.org. IdentityFile ~/.ssh/id_committer IdentitiesOnly yes Then, you can adj...
11
791
2026-03-23T11:37:11.110178
apple-frameworks
flutter
https://docs.flutter.dev/platform-integration/ios/apple-frameworks
mobile
dart
rage property wrapper and NSUserDefaults shared_preferences Persist to a database CoreData or SQLite sqflite Access health data HealthKit health Use machine learning CoreML google_ml_kit 5 Recognize text VisionKit google_ml_kit 5 Recognize speech Speech speech_to_text Use augmented reality ARKit ar_flutter_plugin Acces...
4
800
2026-03-23T11:32:00.347289
flask
flask
https://flask.palletsprojects.com/extensiondev/
framework
python
the extension, don’t do self.app = app . The only time the extension should have direct access to an app is during init_app , otherwise it should use current_app . This allows the extension to support the application factory pattern, avoids circular import issues when importing the extension instance elsewhere in a use...
3
800
2026-03-23T10:50:57.859243
markdown
bun
https://bun.sh/docs/runtime/markdown
runtime
javascript
p-level). start is set for ordered lists listItem { index, depth, ordered, start?, checked? } See List item meta below hr — Horizontal rule table — Table block thead — Table head tbody — Table body tr — Table row th { align? } Table header cell. align is "left" , "center" , "right" , or absent td { align? } Table data ...
7
796
2026-03-23T10:54:07.400312
redis
redis
https://redis.io/docs/latest/commands/hpexpire/
database
bash
oud compatibility"},{"id":"return-information","title":"Return information"}]},"codeExamples":[]} HPEXPIRE Syntax text Syntax diagram API methods HPEXPIRE key milliseconds [NX | XX | GT | LT] FIELDS numfields field [field ...] Client: Python (redis-py) Node.js (node-redis) Java-Sync (Jedis) Lettuce-Sync (Lettuce) Java-...
2
798
2026-03-23T11:36:39.057021
kubernetes
kubernetes
https://kubernetes.io/docs/setup/release/version-skew-policy/
devops
yaml
Version Skew Policy | Kubernetes Version Skew Policy The maximum version skew supported between various Kubernetes components. This document describes the maximum version skew supported between various Kubernetes components. Specific cluster deployment tools may place additional restrictions on version skew. Supported ...
0
799
2026-03-23T11:14:43.043670
tutorial-tic-tac-toe
react
https://react.dev/learn/tutorial-tic-tac-toe
framework
javascript
{ squares [ 6 ] } onSquareClick = { ( ) => handleClick ( 6 ) } /> < Square value = { squares [ 7 ] } onSquareClick = { ( ) => handleClick ( 7 ) } /> < Square value = { squares [ 8 ] } onSquareClick = { ( ) => handleClick ( 8 ) } /> </ div > </ > ) ; } function calculateWinner ( squares ) { const lines = [ [ 0 , 1 , 2 ]...
54
799
2026-03-23T10:51:37.423261
?s=elasticsearch
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=elasticsearch
devops
python
mpiler Instrumentation for Business Logic by Weiting Liou A TypeScript transformer that automatically instruments your business logic methods with OpenTelemetry spans at compile time through AST weaving, achieving true “application-level transparency” instrumentation javascript typescript typescript compiler business l...
301
800
2026-03-23T11:39:25.409679
?s=ts
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ts
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:18:07.814516
?s=package
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=package
devops
python
n add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/chronyreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Cloudflare Receiver by 🔭 Open...
106
800
2026-03-23T11:24:42.821620
api-environment-instances
vite
https://vitejs.dev/guide/api-environment-instances
tooling
javascript
also has transformResult and ssrTransformResult . A backward compatibility layer allows the ecosystem to migrate from the deprecated server.moduleGraph . Each module is represented by a EnvironmentModuleNode instance. Modules may be registered in the graph without yet being processed ( transformResult would be null in ...
7
799
2026-03-23T10:52:03.947121
fileinput.html
python
https://docs.python.org/3/library/fileinput.html
language
python
ing hooks are provided by this module: fileinput. hook_compressed ( filename , mode , * , encoding = None , errors = None ) ¶ Transparently opens files compressed with gzip and bzip2 (recognized by the extensions '.gz' and '.bz2' ) using the gzip and bz2 modules. If the filename extension is not '.gz' or '.bz2' , the f...
9
799
2026-03-23T10:58:12.542678
?s=mapper
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=mapper
devops
python
tation Component Apache 2.0 License Repository influxdb instrumentation by 🔭 OpenTelemetry Authors 🔭 influxdb instrumentation influxdb instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Java HTTP Client Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a HTTP...
250
800
2026-03-23T11:39:44.101083
artifact
mastra
https://mastra.ai/blog/artifact
ai
typescript
How Artifact is Creating 'Cursor for Hardware' - Mastra Blog Blog / Case Studies How Artifact is Creating 'Cursor for Hardware' Artifact is building a comprehensive design environment for hardware engineers, including AI copilots to automate the complex, error-prone work of electrical system design. Shreeda Segan · Jul...
0
800
2026-03-23T11:06:54.089600
pytorch
pytorch
https://pytorch.org/blog/enabling-vllm-v1-on-amd-gpus-with-triton/
ml
python
o 64) and the size of the tiles in the query length dimension is defined by BLOCK_M. For the tiles that correspond to the context, the kernel reads the KV tensors from the paged KV cache. For the tiles that correspond to the query, the KV tensors are read from contiguous memory (since they have been computed in the sam...
6
800
2026-03-23T11:41:48.264899
supabase-orgs-create
supabase
https://supabase.com/docs/reference/cli/supabase-orgs-create
database
typescript
rojects, functions, secrets, etc. Usage 1 supabase login [flags] Flags --name <string> Optional Name that will be used to store token in your settings --no-browser Optional Do not open browser automatically --token <string> Optional Use provided token instead of automatic login flow Basic usage 1 supabase login Respons...
4
800
2026-03-23T11:30:52.689959
v1.8.html
scikit_learn
https://scikit-learn.org/stable/whats_new/v1.8.html
ml
python
and will be removed in 1.10. Equivalent estimators are available with linear_model.SGDClassifier and SGDRegressor , both of which expose the options learning_rate="pa1" and "pa2" . The parameter eta0 can be used to specify the aggressiveness parameter of the Passive-Aggressive-Algorithms, called C in the reference pape...
16
800
2026-03-23T10:56:54.648602
result-2022-08-10.json
qdrant
https://qdrant.tech/benchmarks/result-2022-08-10.json
database
python
} }, { "engine_name": "qdrant", "setup_name": "qdrant-m-16-ef-128", "dataset_name": "gist-960-euclidean", "upload_time": 384.771691272, "total_upload_time": 388.801956139, "p95_time": 0.1066050665, "rps": 86.1754700591, "parallel": 8, "p99_time": 0.1129944805, "mean_time": 0.0909240609, "mean_precisions": 0.99432, "eng...
655
578
2026-03-23T11:15:13.615444
json
dart
https://dart.dev/libraries/serialization/json
language
dart
ers Security advisories Versioning Custom package repositories What not to commit Development expand_more JSON serialization Number representation Google APIs Multi-platform apps Command-line & server apps expand_more Overview Fetch data from the internet Libraries & packages Google Cloud Web apps expand_more Overview ...
2
800
2026-03-23T10:57:20.209365
llms-medium.txt
svelte
https://svelte.dev/llms-medium.txt
framework
javascript
s.rebus.community/programmingfundamentals/chapter/lvalue-and-rvalue/) (i.e. a variable or an object property). When the expression is an identifier with the same name as the property, we can omit the expression — in other words these are equivalent: ```svelte ``` Svelte creates an event listener that updates the bound ...
61
800
2026-03-23T11:13:00.456023
kubernetes
kubernetes
https://kubernetes.io/docs/tasks/manage-kubernetes-objects/declarative-config/
devops
yaml
live configuration. Merge patch calculation The kubectl apply command writes the contents of the configuration file to the kubectl.kubernetes.io/last-applied-configuration annotation. This is used to identify fields that have been removed from the configuration file and need to be cleared from the live configuration. H...
21
799
2026-03-23T11:18:59.732215
race-detector
go
https://go.dev/blog/race-detector
language
go
r a random duration between 0 and 1 second. It does so repeatedly for five seconds. It uses time.AfterFunc to create a Timer for the first message and then uses the Reset method to schedule the next message, re-using the Timer each time. package main import ( "fmt" "math/rand" "time" ) 10 func main() { 11 start := time...
4
787
2026-03-23T10:54:41.682919
?s=otterize
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=otterize
devops
python
Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Systemd Receiver by 🔭 OpenTelemetry Authors 🔭 systemd receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : gi...
159
799
2026-03-23T11:14:02.202835
?s=configuration-validation
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=configuration-validation
devops
python
lp-grpc gem provides an OTLP exporter over gRPC for OpenTelemetry Ruby. otlp grpc exporter ruby Ruby Language Exporter Component Apache 2.0 License Repository OTLP over HTTP exporter for Ruby by 🔭 OpenTelemetry Authors 🔭 The opentelemetry-exporter-otlp-http gem provides an OTLP over HTTP exporter for OpenTelemetry Ru...
189
800
2026-03-23T11:11:39.549042
?s=orchestrator
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=orchestrator
devops
python
for OpenTelemetry by 🔭 OpenTelemetry Authors 🔭 This is an Instrumentation Library which instruments Grpc.Net.Client and collects traces about outgoing gRPC requests. grpc client instrumentation dotnet Quick Install To install this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.GrpcNetCl...
203
798
2026-03-23T11:28:53.572075
security-hardening-for-github-actions
github_actions
https://docs.github.com/en/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions
devops
yaml
rganization in the future. Decentralized management: If each team will manage their own self-hosted runners, then the recommendation is to add the runners at the highest level of team ownership. For example, if each team owns their own organization, then it will be simplest if the runners are added at the organization ...
24
800
2026-03-23T10:51:48.583924
?s=axum
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=axum
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:32:24.869267
about-repository-security-advisories
github_actions
https://docs.github.com/code-security/security-advisories/working-with-repository-security-advisories/about-repository-security-advisories
devops
yaml
fix version to a security advisory prior to publishing the advisory . If you don't, the advisory will be published without a fixed version, and Dependabot will alert your users about the issue, without offering any safe version to update to. Depending on the vulnerability, you may need to adjust your approach. If a fix...
8
743
2026-03-23T11:36:42.757816
?s=nginx
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=nginx
devops
python
tation Component Apache 2.0 License Repository influxdb instrumentation by 🔭 OpenTelemetry Authors 🔭 influxdb instrumentation influxdb instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Java HTTP Client Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a HTTP...
250
800
2026-03-23T11:33:22.910656
release-notes-2.0.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.0.0
mobile
dart
ter_texture_registrar.h header for Windows shell (cla: yes, tool) 61589 [flutter_tools] According to AnalysisSeverity return exit code detailed proposal (cla: yes, tool) 62417 [flutter_tools] Add channel order aware version_test (cla: yes, tool, waiting for tree to go green) 62502 Fix typo subetting should be subsettin...
116
800
2026-03-23T11:06:17.752901
contact
turso
https://docs.turso.tech/cli/contact
database
sql
ing with the Turso team to discuss your project and requirements using the following command: Copy turso contact bookmeeting You will be redirected to a webpage where you can select a date and time for the meeting. Was this page helpful? Yes No Suggest edits Raise issue revoke feedback ⌘ I
1
290
2026-03-23T11:01:22.459953
understanding
convex
https://docs.convex.dev/components/understanding
database
typescript
sulation Being able to reason about your code is essential to scaling a codebase. Components allow you to reason about API boundaries and abstractions. The transactional guarantees discussed above allows authors and users of components to reason locally about data changes. Components expose an explicit API, not direct ...
4
798
2026-03-23T11:14:00.247278
query-collection
tanstack_start
https://tanstack.com/db/latest/docs/collections/query-collection
framework
typescript
nstallation Guides Live Queries Mutations Schemas Error Handling Creating Collection Options Creators Collections Query Collection Electric Collection TrailBase Collection RxDB Collection PowerSync Collection LocalStorage Collection LocalOnly Collection Frameworks React Vue Angular Solid Svelte Community Resources & Pa...
1
799
2026-03-23T11:24:39.957972
c4
transformers
https://huggingface.co/datasets/allenai/c4
ai
python
ms ken, is hier 'n paar minder bekende feite oor die ras. 1. Daar is 'n spesiale geen wat verantwoordelik is vir hierdie jaspatroon 'N spesiale gen veroorsaak die Turkse Van se unieke mengsel van wit pels met kolle kleur op die kop en stert. Hierdie geen word die geknipte geen genoem, na die swart en wit magpie wat die...
112
800
2026-03-23T11:22:33.736672
?s=proto
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=proto
devops
python
o Language Instrumentation Component Apache 2.0 License Repository splunkkafka – Instrumentation for github.com/confluentinc/confluent-kafka-go/kafka/splunkkafka by Splunk Inc. Instrumentation for the github.com/confluentinc/confluent-kafka-go/kafka/splunkkafka package. go instrumentation kafka Go Language Instrumentat...
233
800
2026-03-23T11:37:09.299869
?s=sentry
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=sentry
devops
python
on Repository Jedis Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Jedis instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Jenkins Plugin for OpenTelemetry first party integration by Jenkins Authors...
253
800
2026-03-23T11:22:19.424987
versioning
mcp
https://modelcontextprotocol.io/registry/versioning
ai
typescript
, "url" : "https://api.myservice.com/mcp/v2.1" } ] } Use Prerelease Versions for Registry-only Updates If you anticipate publishing a server multiple times without changing the underlying package or remote URL — for example, to update other parts of the metadata — use semantic prerelease versions: server.json Copy { "v...
5
796
2026-03-23T10:58:08.437462
?s=dynamodb
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dynamodb
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:37:54.071337
?s=purefb
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=purefb
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:25:22.484938
2.11.4
git
https://git-scm.com/docs/git-push/2.11.4
devops
bash
1 2.40.1 → 2.40.4 no changes 2.40.0 2023-03-12 2.39.1 → 2.39.5 no changes 2.39.0 2022-12-12 2.38.1 → 2.38.5 no changes 2.38.0 2022-10-02 2.35.1 → 2.37.7 no changes 2.35.0 2022-01-24 2.33.1 → 2.34.8 no changes 2.33.0 2021-08-16 2.32.1 → 2.32.7 no changes 2.32.0 2021-06-06 2.30.1 → 2.31.8 no changes 2.30.0 2020-12-27 2.2...
2
800
2026-03-23T11:01:18.447975
?s=namedpipe
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=namedpipe
devops
python
run: gem install opentelemetry-instrumentation-racecar 0.6.1 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository Rack Instrumentation by 🔭 OpenTelemetry Authors 🔭 Rack instrumentation for Ruby. ruby instrumentation Quick Install To install this instrumentation library ...
352
800
2026-03-23T11:26:08.589351
sv
git
https://git-scm.com/docs/git-commit/sv
devops
bash
skapar en incheckning som registrerar modifieringen till Makefile . Ändringarna som köats för hej.c och hej.h inkluderas inte i den resulterande incheckningen. Deras ändringar går dock inte förlorade — de köas fortfarande och hålls bara tillbaka. Om du gör det efter ovanstående sekvens: $ git commit Denna andra incheck...
26
798
2026-03-23T11:27:09.584504
?s=vcpkg
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=vcpkg
devops
python
by Drew Corlin Rollup plugin which bundles OpenTelemetry node core and contrib instrumentations into your code rollup vite rolldown bundler JavaScript Language Utilities Component MIT License Documentation Repository OpenTelemetry Webpack Plugin by Drew Corlin Webpack plugin which bundles OpenTelemetry node core and co...
386
800
2026-03-23T11:11:19.343308
supabase-vanity-subdomains-get
supabase
https://supabase.com/docs/reference/cli/supabase-vanity-subdomains-get
database
typescript
nt supabase db pull supabase db push supabase db reset supabase db start supabase db pull Pulls schema changes from a remote database. A new migration file will be created under supabase/migrations directory. Requires your local project to be linked to a remote database by running supabase link . For self-hosted databa...
14
799
2026-03-23T11:29:10.635396
flask
flask
https://flask.palletsprojects.com/changes/
framework
python
te error message. #3211 URL matching now occurs after the request context is pushed, rather than when it’s created. This allows custom URL converters to access the app and request contexts, such as to query a database for an id. #3088 Version 1.0.4 ¶ Released 2019-07-04 The key information for BadRequestKeyError is no ...
33
800
2026-03-23T10:57:26.128653