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=action
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=action
devops
python
orter 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/zipkinexporter v0.148.0 v0.148.0 Version Collector Langu...
56
800
2026-03-23T11:12:37.665113
?s=spring-boot
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=spring-boot
devops
python
AWS services. sigv4 auth extension collector Quick Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/extension/sigv4authextension v0.148.0 v0.148.0 Version Collector Language Exten...
72
799
2026-03-23T11:22:36.744491
self-hosting
inngest
https://www.inngest.com/docs/self-hosting
devops
typescript
Resumes functions paused via waitForEvent with matching expressions. Cancels running functions with matching cancelOn expressions. Writes ingested events to a database for historical record and future replay. Queue - A multitenant-aware, multitier queue designed for fairness and various flow control methods (concurrenc...
2
799
2026-03-23T10:52:20.718361
flask
flask
https://flask.palletsprojects.com/changes/
framework
python
to teardown handlers. Fixed an issue with query parameters getting removed from requests in the test client when absolute URLs were requested. Made @before_first_request into a decorator as intended. Fixed an etags bug when sending a file streams with a name. Fixed send_from_directory not expanding to the application r...
52
800
2026-03-23T10:57:26.128682
account-recovery
neon
https://neon.tech/docs/manage/account-recovery
database
sql
y authentication. B. If the account used email and password If you have access to the former employee's company email account: Go to the Neon login page Click Forgot Password Enter the former employee's email address Access the password reset link from their inbox Set a new password and sign in Once signed in, you can:...
1
800
2026-03-23T11:24:52.824639
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
OK 201 PodDisruptionBudget Created PriorityClass v1 scheduling.k8s.io Group Version Kind scheduling.k8s.io v1 PriorityClass Appears In: PriorityClassList [scheduling/v1] Field Description apiVersion string APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized sch...
2,417
799
2026-03-23T10:56:49.345813
?s=knative
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=knative
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:27:11.488871
connect_rtdb
firebase
https://firebase.google.com/docs/emulator-suite/connect_rtdb
database
javascript
ce (); database . useEmulator ( "10.0.2.2" , 9000 ); EmulatorSuite . java Swift // In almost all cases the ns (namespace) is your project ID. let db = Database . database ( url : "http://127.0.0.1:9000?ns=YOUR_DATABASE_NAMESPACE" ) ViewController . swift Web import { getDatabase , connectDatabaseEmulator } from "fireba...
4
800
2026-03-23T11:14:48.905911
?s=dbcp
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dbcp
devops
python
crates) Repository Rust SDK by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry SDK for Rust. rust Quick Install To install this core run: cargo add opentelemetry_sdk 0.28.0 Version Rust Language Core Component Apache 2.0 License Package Details (crates) Repository otel4s by Ross A. Baker, Zach McCoy, Maksym Ochenashko An...
369
800
2026-03-23T11:37:21.825198
results-1-100-thread-2024-06-15.json
qdrant
https://qdrant.tech/benchmarks/results-1-100-thread-2024-06-15.json
database
python
ataset_name": "gist-960-euclidean", "upload_time": 125.10763692799992, "total_upload_time": 390.88685319700016, "p95_time": 0.013987977209035305, "rps": 91.52953662090508, "parallel": 1, "p99_time": 0.01649241401348263, "mean_time": 0.010783446083776653, "mean_precisions": 0.9894400000000001, "engine_params": { "hnsw_e...
767
682
2026-03-23T10:59:06.541215
redis
redis
https://redis.io/docs/latest/develop/data-types/lists/
database
bash
kes:repairs" ). Result () if err != nil { panic ( err ) } fmt . Println ( res49 ) // >>> 0 res50 , err := rdb . LPop ( ctx , "bikes:repairs" ). Result () if err != nil { fmt . Println ( err ) // >>> redis: nil } fmt . Println ( res50 ) // >>> <empty string> } func ExampleClient_ltrim1 () { ctx := context . Background (...
448
800
2026-03-23T11:05:26.645568
?s=emissary
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=emissary
devops
python
orter collector Go Language Utilities Component UPL License Documentation Repository OpenTelemetry Collector Release Notes Comparator by wbollock Website to help operators read release notes and compare across OpenTelemetry Collector versions. collector upgrade visualization Go Language Utilities Component Apache 2.0 L...
388
800
2026-03-23T11:31:06.709626
regexp
go
https://go.dev/pkg/regexp
language
go
uence of letters, digits, and underscores. A purely numeric name like $1 refers to the submatch with the corresponding index; other names refer to capturing parentheses named with the (?P<name>...) syntax. A reference to an out of range or unmatched index or a name that is not present in the regular expression is repla...
16
790
2026-03-23T11:27:49.570047
custom
langchain
https://docs.langchain.com/oss/python/langchain/middleware/custom
ai
python
ations for the same hook Multiple hooks needed in a single middleware Complex configuration required (e.g., configurable thresholds, custom models) Reuse across projects with init-time configuration Custom state schema Middleware can extend the agent’s state with custom properties. This enables middleware to: Track sta...
15
798
2026-03-23T11:20:33.644297
?s=strimzi
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=strimzi
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:29:44.749901
?s=tomcat
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=tomcat
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:26:43.911710
?s=javalin
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=javalin
devops
python
: github.com/r0mdau/fluentforwardexporter v0.4.2 v0.4.2 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository Google Cloud Operations Collector Exporter by Google The Google Cloud Operations Exporter for the OpenTelemetry Collector. go exporter collector Quick Instal...
37
800
2026-03-23T11:15:15.387889
?s=fusioncache
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=fusioncache
devops
python
lowing: processors : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v0.148.0 v0.148.0 Version Collector Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Schema Transformer Processor by 🔭 OpenTelemetry Authors 🔭 The Sche...
92
799
2026-03-23T11:32:05.661032
?s=influxdb
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=influxdb
devops
python
(go-collector) Repository Host Metrics Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The Host Metrics Receiver for the OpenTelemetry Collector. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/ope...
120
800
2026-03-23T11:33:32.233003
2.52.0
git
https://git-scm.com/docs/git-rebase/2.52.0
devops
bash
one branch to another, to pretend that you forked the topic branch from the latter branch, using rebase --onto . First let’s assume your topic is based on branch next . For example, a feature developed in topic depends on some functionality which is found in next . o---o---o---o---o master \ o---o---o---o---o next \ o-...
8
662
2026-03-23T11:33:48.897783
Substr
tensorflow
https://www.tensorflow.org/api_docs/python/tf/raw_ops/Substr
ml
python
following types: int32 , int64 . Scalar defining the position of first character in each substring len A Tensor . Must have the same type as pos . Scalar defining the number of characters to include in each substring unit An optional string from: "BYTE", "UTF8_CHAR" . Defaults to "BYTE" . The unit that is used to creat...
3
798
2026-03-23T11:06:04.009144
release-notes-2.0.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.0.0
mobile
dart
Plugin (cla: yes) 21882 Revert "Add flag to not publish the observatory port over mDNS" (cla: yes, platform-ios) 21883 Add flag to not publish the observatory port over mDNS (cla: yes, platform-ios) 21884 Roll buildroot to 9184ff0695be1b3e4bb20cf64efcfa56daa0a3c0 (cla: yes) 21889 Fix incldues to be flutter/shell rather...
513
800
2026-03-23T11:06:17.753590
tutorial
flutter
https://docs.flutter.dev/ui/layout/tutorial
mobile
dart
Build a Flutter layout Skip to main content docs.flutter.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more OK, got it asterisk Guides play_lesson Learn api Reference list On this page chevron_right Build a Flutter layout vertical_align_top Build a Flutter...
0
779
2026-03-23T10:57:26.674074
supabase-domains-get
supabase
https://supabase.com/docs/reference/cli/supabase-domains-get
database
typescript
e deleted by remote reset. Usage 1 supabase db reset [flags] Flags --db-url <string> Optional Resets the database specified by the connection string (must be percent-encoded). --last <uint> Optional Reset up to the last n migration versions. --linked Optional Resets the linked project with local migrations. --local Opt...
19
800
2026-03-23T11:32:33.784920
?s=tui
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=tui
devops
python
following: extensions : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/extension/solarwindsapmsettingsextension v0.148.0 v0.148.0 Version Collector Language Extension Component Apache 2.0 License Package Details (go-collector) Repository Sumo Logic Extension by 🔭 OpenTelemetry Authors 🔭 This exte...
73
799
2026-03-23T11:23:07.025631
managing-aps-limits
temporal
https://docs.temporal.io/best-practices/managing-aps-limits
devops
go
costs: Provision only when you need extra capacity Deprovision promptly after spikes end For predictable patterns, automate scaling to minimize time in provisioned mode Automation Best Practices Since you understand your workload patterns better than any auto-scaling system, consider building your own TRU automation: U...
15
797
2026-03-23T11:21:28.291711
load
svelte
https://svelte.dev/docs/kit/load
framework
javascript
t() method of the Headers interface returns a byte string of all the values of a header within a Headers object with a given name. MDN Reference get ( 'age' ) , 'cache-control' : const response : Response response . Response .headers: Headers The headers read-only property of the with the response. MDN Reference header...
49
800
2026-03-23T11:23:04.963586
static-route-data
tanstack_start
https://tanstack.com/router/latest/docs/guide/static-route-data
framework
typescript
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 Rou...
3
800
2026-03-23T11:30:32.924422
smtplib.html
python
https://docs.python.org/3/library/smtplib.html
language
python
lib.SMTP.send with arguments self and data , where data is the bytes about to be sent to the remote host. Changed in version 3.3: Support for the with statement was added. Changed in version 3.3: source_address argument was added. Added in version 3.5: The SMTPUTF8 extension ( RFC 6531 ) is now supported. Changed in ve...
3
800
2026-03-23T11:13:44.378173
redis
redis
https://redis.io/docs/latest/develop/data-types/streams/
database
bash
err ) } fmt . Println ( res11 ) // >>> 0-3 } func ExampleClient_racefrance2 () { ctx := context . Background () rdb := redis . NewClient ( & redis . Options { Addr : "localhost:6379" , Password : "" , // no password docs DB : 0 , // use default DB }) _ , err := rdb . XAdd ( ctx , & redis . XAddArgs { Stream : "race:fra...
534
799
2026-03-23T11:04:07.560298
gitlab_ci
gitlab_ci
https://docs.gitlab.com/api/project_integrations/
devops
yaml
e Packagist server. The default value is https://packagist.org . push_events boolean no Enable notifications for push events. merge_requests_events boolean no Enable notifications for merge request events. tag_push_events boolean no Enable notifications for tag push events. use_inherited_settings boolean no Indicates w...
71
799
2026-03-23T11:22:27.607241
deno
deno
https://docs.deno.com/examples/debugging_with_console_tutorial/
runtime
javascript
your application take is key to removing performance bottlenecks and expensive operations. If you’ve ever reached for JavaScript’s date method to make yourself a timer, you’ll wish you’d know this one long ago. It’s more convenient and more accurate. Try using console.time() , console.timeLog() , and console.timeEnd() ...
3
800
2026-03-23T11:13:02.446284
html-rewriter
bun
https://bun.sh/docs/runtime/html-rewriter
runtime
javascript
provide information about their position in the text node: Copy rewriter. on ( " p " , { text ( text ) { // Content console. log (text.text); // Text content console. log (text.lastInTextNode); // Whether this is the last chunk console. log (text.removed); // Whether text was removed // Manipulation text. before ( " Be...
10
797
2026-03-23T10:57:43.188632
?s=application-insights
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=application-insights
devops
python
entation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Hikaricp Instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for Hikaricp hikaricp instrumentation java Java Language Instrumentation C...
249
800
2026-03-23T11:29:09.169952
Qwen3.5-397B-A17B
transformers
https://huggingface.co/datasets/SWE-bench/SWE-bench_Verified?eval_result=Qwen/Qwen3.5-397B-A17B
ai
python
gnificant. Despite my megaparsec example, that is not what ITRS coordinates are about. The only ones that I know of that use ITRS coordinates in deep space are the ILRS (they do the inner planets out to Mars) and measuring distance is what they are all about. Regarding aberration, I did some more research on this. The ...
129
800
2026-03-23T11:16:48.661376
arg.html
python
https://docs.python.org/3/c-api/arg.html
language
python
y parameters . Changed in version 3.13: The keywords parameter has now type char * const * in C and const char * const * in C++, instead of char * * . Added support for non-ASCII keyword parameter names. int PyArg_VaParseTupleAndKeywords ( PyObject * args , PyObject * kw , const char * format , char * const * keywords ...
23
799
2026-03-23T11:32:54.121343
deploy
deno
https://docs.deno.com/runtime/reference/cli/deploy
runtime
javascript
tegration setup Google Cloud Platform integration setup Usage examples Basic deployment Creating applications Switching context Database management Environment setup Monitoring Cloud integration Getting help Command line usage: deno deploy [OPTIONS] [args]... The deno deploy command provides a command line interface fo...
1
800
2026-03-23T11:22:46.154123
cancel-running-functions
inngest
https://www.inngest.com/docs/guides/cancel-running-functions
devops
typescript
T14:22:42.130Z", "if": "event.data.userId == ' user_o9235hf84hf '" }' When successful, the response will be returned with the cancellation ID and the cancellation job data: Response Copy Copied { "id" : "01HMRMPE5ZQ4AMNJ3S2N79QGRZ" , "environment_id" : "e03843e1-d2df-419e-9b7b-678b03f7398f" , "function_id" : "schedule-...
2
527
2026-03-23T11:07:31.521227
fx.html
pytorch
https://pytorch.org/docs/stable/fx.html
ml
python
or None if not successful. Return type : ArgsKwargsPair | None Warning This API is experimental and is NOT backward-compatible. prepend ( x ) [source] # Insert x before this node in the list of nodes in the graph. Example: Before : p -> self bx -> x -> ax After : p -> x -> self bx -> ax Parameters : x ( Node ) – The no...
87
800
2026-03-23T10:57:34.573191
docker
docker
https://docs.docker.com/ai/mcp-catalog-and-toolkit/e2b-sandboxes/
devops
bash
ype" : "module" , "scripts" : { "start" : "node index.js" } } Install required dependencies: $ npm install e2b dotenv Create a .env file with your credentials: $ cat > .env << 'EOF' E2B_API_KEY=your_e2b_api_key_here ANTHROPIC_API_KEY=your_anthropic_api_key_here NOTION_INTEGRATION_TOKEN=ntn_your_notion_integration_token...
2
800
2026-03-23T11:17:36.832907
prompts
mcp
https://modelcontextprotocol.io/specification/2024-11-05/server/prompts
ai
typescript
mon failure cases: Invalid prompt name: -32602 (Invalid params) Missing required arguments: -32602 (Invalid params) Internal errors: -32603 (Internal error) Implementation Considerations Servers SHOULD validate prompt arguments before processing Clients SHOULD handle pagination for large prompt lists Both parties SHOUL...
6
550
2026-03-23T11:10:56.931660
?s=aspire
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=aspire
devops
python
e instrumentation base class, and the instrumentation registry. base instrumentation ruby Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-base 0.25.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository Bunny Instrument...
342
800
2026-03-23T11:31:30.130555
mui
mui
https://mui.com/material-ui/icons/
library
javascript
rt editing Global base class name Modifying the baseClassName prop for each component usage is repetitive. You can change the default prop globally with the theme const theme = createTheme ( { components : { MuiIcon : { defaultProps : { // Replace the `material-icons` default value. baseClassName : 'material-icons-two-...
13
800
2026-03-23T11:01:45.886505
ddp.html
pytorch
https://pytorch.org/docs/stable/notes/ddp.html
ml
python
alization and ProcessGroup::allreduce() to sum gradients. Store.hpp : assists the rendezvous service for process group instances to find each other. DistributedDataParallel # distributed.py : is the Python entry point for DDP. It implements the initialization steps and the forward function for the nn.parallel.Distribut...
10
800
2026-03-23T11:02:28.221144
?s=windowsservice
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=windowsservice
devops
python
nTelemetry auto-instrumentation library. Node.js fastify Quick Install To install this instrumentation library run: npm install @fastify/otel 0.17.1 Version JavaScript Language Instrumentation Component MIT License Package Details (npm) Repository Fetch Instrumentation by 🔭 OpenTelemetry Authors 🔭 Fetch instrumentati...
281
800
2026-03-23T11:10:59.940840
NVIDIA-Nemotron-3-Super-120B-A12B-BF16
transformers
https://huggingface.co/nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16
ai
python
ns.create( model=MODEL, messages=[{ "role" : "user" , "content" : "What is the capital of Japan?" }], max_tokens= 16000 , temperature= 1.0 , top_p= 0.95 , extra_body={ "chat_template_kwargs" : { "enable_thinking" : True , "low_effort" : True }} ) print (response.choices[ 0 ].message.content) OpenCode OpenCode is an AI ...
18
776
2026-03-23T10:52:50.802008
turbopack
nextjs
https://nextjs.org/docs/app/api-reference/turbopack
framework
javascript
tegy: 'named' or 'deterministic' . 'named' 'deterministic' next.config.js module . exports = { turbopack : { // Example: adding an alias and custom file extension resolveAlias : { underscore : 'lodash' , } , resolveExtensions : [ '.mdx' , '.tsx' , '.ts' , '.jsx' , '.js' , '.json' ] , } , } For more in-depth configurati...
17
800
2026-03-23T10:58:38.282799
?s=mapper
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=mapper
devops
python
ackends, 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 Instrumentation C...
335
800
2026-03-23T11:39:44.101147
opentelemetry
opentelemetry
https://opentelemetry.io/registry/updating/
devops
python
ng live services. Import real traces to reverse-engineer topologies, simulate failures and latency spikes with time-windowed scenarios, and choose from traffic patterns. traces metrics logs testing synthetic generator Go Language Utilities Component Apache 2.0 License Repository redact by MrAlias Collection of utilitie...
382
800
2026-03-23T10:52:09.954599
config
temporal
https://docs.temporal.io/cli/config
devops
go
te. Can't be used with --tls-cert-data. --tls-disable-host-verification No bool Disable TLS host-name verification. --tls-key-data No string Private certificate key data. Can't be used with --tls-key-path. --tls-key-path No string Path to x509 private key. Can't be used with --tls-key-data. --tls-server-name No string ...
6
400
2026-03-23T11:19:35.597990
v0.19.html
scikit_learn
https://scikit-learn.org/stable/whats_new/v0.19.html
ml
python
y Joris Van den Bossche . Fix bug where n_iter was not properly deprecated, leaving n_iter unavailable for interim use in linear_model.SGDClassifier , linear_model.SGDRegressor , linear_model.PassiveAggressiveClassifier , linear_model.PassiveAggressiveRegressor and linear_model.Perceptron . #9558 by Andreas Müller . Da...
4
800
2026-03-23T10:56:34.561310
vercel-cloudflare-wait-until
inngest
https://www.inngest.com/blog/vercel-cloudflare-wait-until
devops
typescript
to handle incoming requests and then shut down once the response is sent. With JavaScript serverless functions, you have to await all asynchronous operations to ensure that the function doesn't return before the asynchronous operation is complete. If you don't await an asynchronous operation, the serverless function mi...
1
800
2026-03-23T11:23:51.582929
buffer-to-arraybuffer
bun
https://bun.sh/docs/guides/binary/buffer-to-arraybuffer
runtime
javascript
Convert a Buffer to an ArrayBuffer - Bun Skip to main content Bun home page Search... ⌘ K Search... Navigation Binary Data Convert a Buffer to an ArrayBuffer Runtime Package Manager Bundler Test Runner Guides Reference Blog Feedback Overview Guides Deployment Deploy on Vercel Deploy on Railway Deploy on Render Deploy o...
0
800
2026-03-23T11:22:16.859778
defineProperty
javascript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/defineProperty
language
javascript
e below shows how to implement a self-archiving object. When temperature property is set, the archive array gets a log entry. js function Archiver() { let temperature = null; const archive = []; Object.defineProperty(this, "temperature", { get() { console.log("get!"); return temperature; }, set(value) { temperature = v...
17
736
2026-03-23T11:00:48.289094
Phi-3-small-8k-instruct
transformers
https://huggingface.co/microsoft/Phi-3-small-8k-instruct
ai
python
uited to each of these targets. DirectML GPU acceleration is supported for Windows desktops GPUs (AMD, Intel, and NVIDIA). Along with DML, ONNX Runtime provides cross platform support for Phi3 Small across a range of devices CPU, GPU, and mobile. Here are some of the optimized configurations we have added: ONNX models ...
19
797
2026-03-23T11:29:01.754726
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
d not isinstance(model, DBOSModel): # pragma: lax no cover raise UserError( 'Non-DBOS model cannot be set at agent run time inside a DBOS workflow, it must be set at agent creation time.' ) return self.dbos_wrapped_run_sync_workflow( user_prompt, output_type=output_type, message_history=message_history, deferred_tool_r...
2,046
571
2026-03-23T10:51:26.913969
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filte...
4,808
799
2026-03-23T10:56:49.349165
MMLU-Pro
transformers
https://huggingface.co/datasets/TIGER-Lab/MMLU-Pro
ai
python
pattern", "Be balanced out by subsequent shocks" ] F 5 A: Let's think step by step. We refer to Wikipedia articles on econometrics for help. This is a formal logic problem about stationally process. For a stationary autoregressive process, shocks will eventually die away. The answer is (F). economics cot_lib-econometri...
36
778
2026-03-23T11:15:09.467783
lang_returning.html
sqlite
https://www.sqlite.org/lang_returning.html
database
sql
xample: CREATE TABLE t0( a INTEGER PRIMARY KEY, b DATE DEFAULT CURRENT_TIMESTAMP, c INTEGER ); INSERT INTO t0(c) VALUES(random()) RETURNING *; In the INSERT statement above, SQLite computes the values for all three columns. The RETURNING clause causes SQLite to report the chosen values back to the application. This sav...
5
789
2026-03-23T11:13:14.512678
?s=simulation
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=simulation
devops
python
for Node.js. Node.js exporter Quick Install To install this exporter run: npm install @google-cloud/opentelemetry-cloud-trace-exporter 3.0.0 Version JavaScript Language Exporter Component Apache 2.0 License Package Details (npm) Repository Instana Node.js Exporter by Instana Authors The Instana Node.js OpenTelemetry Ex...
180
798
2026-03-23T11:13:41.625827
2.38.0
git
https://git-scm.com/docs/git-merge/2.38.0
devops
bash
version. Look at the originals. git show :1:filename shows the common ancestor, git show :2:filename shows the HEAD version, and git show :3:filename shows the MERGE_HEAD version. EXAMPLES Merge branches fixes and enhancements on top of the current branch, making an octopus merge: $ git merge fixes enhancements Merge b...
27
798
2026-03-23T11:16:53.647646
llms-full.txt
inngest
https://www.inngest.com/llms-full.txt
devops
typescript
r agent knowledge of *how* to write correct Inngest code - **MCP** gives your agent the ability to *interact* with your running dev server — list functions, send events, and monitor runs This enables a complete write, test, and debug loop powered by your coding agent. ## Resources # Model Context Protocol (MCP) Integra...
4
800
2026-03-23T10:50:47.947682
gitlab_ci
gitlab_ci
https://docs.gitlab.com/api/issues/
devops
yaml
Issues API | GitLab Docs Issues API Tier : Free, Premium, Ultimate Offering : GitLab.com, GitLab Self-Managed, GitLab Dedicated Use this API to manage issues . You can: Create, update, and delete issues. Manage issue metadata, like assignees, labels, milestones, and time tracking. Cross-reference issues and merge reque...
0
800
2026-03-23T11:10:12.384363
release-notes-2.0.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.0.0
mobile
dart
cumentation, framework, waiting for tree to go green) 73259 Roll Engine from 121b67fb8594 to c2c11bc74557 (5 revisions) (cla: yes, waiting for tree to go green) 73269 Roll Engine from c2c11bc74557 to bae6f4490209 (2 revisions) (cla: yes, waiting for tree to go green) 73276 Fix dateAndTime and time modes of CupertinoDat...
1,151
800
2026-03-23T11:06:17.754638
?s=web
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=web
devops
python
zure Monitor Exporter by Microsoft Authors The OpenTelemetry Azure Monitor Exporter for JavaScript (Node.js) Node.js exporter Azure Monitor Application Insights Quick Install To install this exporter run: npm install @azure/monitor-opentelemetry-exporter 1.0.0-beta.32 Version JavaScript Language Exporter Component MIT ...
179
800
2026-03-23T11:23:14.011121
?s=thanos
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=thanos
devops
python
edentials authenticator extension by 🔭 OpenTelemetry Authors 🔭 The OAuth2 Client Credentials authenticator extension allows gRPC and HTTP-based exporters to add authentication data to outgoing calls. go extension collector Quick Install When building a custom collector you can add this extension to the manifest file ...
68
800
2026-03-23T11:18:21.642114
django
django
https://docs.djangoproject.com/es/4.0/faq/help/
framework
python
d the energy transition. Delivering better outcomes from generation through distribution to supply, Kraken powers 70+ million accounts worldwide, and is on a mission to make a big, green dent in the universe.
7
208
2026-03-23T11:27:22.688593
llms-full.txt
inngest
https://www.inngest.com/llms-full.txt
devops
typescript
iven approach allows you to: - Trigger one _or_ multiple functions from one event, aka [fan-out](/docs/guides/fan-out-jobs). - Store received events for a historical record of what happened in your application. - Use stored events to [replay](/docs/platform/replay) functions when there are issues in production. - Inter...
419
799
2026-03-23T10:50:47.948299
mysql
mysql
https://dev.mysql.com/doc/refman/8.0/en/
database
sql
nce 29.12.2 Performance Schema Setup Tables 29.12.3 Performance Schema Instance Tables 29.12.4 Performance Schema Wait Event Tables 29.12.5 Performance Schema Stage Event Tables 29.12.6 Performance Schema Statement Event Tables 29.12.7 Performance Schema Transaction Tables 29.12.8 Performance Schema Connection Tables 2...
65
800
2026-03-23T10:56:03.581585
esbuild
esbuild
https://esbuild.github.io/api/
tooling
javascript
contain files from the current run of esbuild. If your build contains multiple entry points in separate directories, the directory structure will be replicated into the output directory starting from the lowest common ancestor directory among all input entry point paths. For example, if there are two entry points src/ ...
114
800
2026-03-23T10:50:11.742254
react.ConvexReactClient
convex
https://docs.convex.dev/api/classes/react.ConvexReactClient
database
typescript
ion Action A FunctionReference for the public action to run. ...args OptionalRestArgs < Action > An arguments object for the action. If this is omitted, the arguments will be {} . Returns Promise < FunctionReturnType < Action >> A promise of the action's result. Defined in react/client.ts:639 query ▸ query < Query >( q...
5
787
2026-03-23T10:56:09.806198
?s=wordpress
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=wordpress
devops
python
ails (go-collector) Repository Cloud Foundry Receiver by 🔭 OpenTelemetry Authors 🔭 The Cloud Foundry receiver connects to the RLP (Reverse Log Proxy) Gateway of the Cloud Foundry installation go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the f...
107
800
2026-03-23T11:26:26.067585
Tool
tanstack_start
https://tanstack.com/ai/latest/docs/reference/interfaces/Tool
framework
typescript
olCallPart ToolCallStreamChunk ToolConfig ToolDefinition ToolDefinitionConfig ToolDefinitionInstance ToolInputAvailableStreamChunk ToolResultPart ToolResultStreamChunk UIMessage VideoPart Type Alias References AgentLoopStrategy AnyClientTool TextStreamOptionsForModel TextStreamOptionsUnion ConstrainedContent Constraine...
7
800
2026-03-23T11:07:37.716892
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/
devops
yaml
error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request 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...
1,870
798
2026-03-23T10:56:49.344244
?s=generator
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=generator
devops
python
ver Component Apache 2.0 License Package Details (go-collector) Repository Google Pubsub Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver gets OTLP messages from a Google Cloud Pubsub subscription. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file l...
118
800
2026-03-23T11:11:58.624231
configuration
bun
https://bun.sh/docs/test/configuration
runtime
javascript
Set coverage output directory coverageDir = " ./coverage " Skip Test Files from Coverage Exclude files matching test patterns (e.g., *.test.ts ) from the coverage report: bunfig.toml Copy [ test ] coverageSkipTestFiles = true # Exclude test files from coverage reports Coverage Thresholds The coverage threshold can be s...
10
792
2026-03-23T11:23:31.330104
import-protection
tanstack_start
https://tanstack.com/start/latest/docs/framework/react/guide/import-protection
framework
typescript
tailored to the direction (server-in-client vs client-in-server) The trace reads top-to-bottom, from the entry point to the denied module. This helps you find where the chain starts so you can restructure your code. Common Pitfall: Why Some Imports Stay Alive It can look like Start "should have removed that server-only...
15
800
2026-03-23T10:56:21.464985
module-use?variants=terraform-workflow%3Acommunity
terraform
https://developer.hashicorp.com/terraform/tutorials/modules/module-use?variants=terraform-workflow%3Acommunity
devops
hcl
the module. You can reference module outputs in other parts of your configuration. Terraform will not display module outputs by default. You must create a corresponding output in your root module and set it to the module's output. This tutorial shows both cases. Open outputs.tf to find the module outputs. outputs.tf ou...
10
800
2026-03-23T11:23:31.798715
permissions-required-for-fine-grained-personal-access-tokens
github_actions
https://docs.github.com/en/rest/overview/permissions-required-for-fine-grained-personal-access-tokens
devops
yaml
ranch}/protection/enforce_admins read GET /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews read GET /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures read GET /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks read GET /repos/{owner}/{repo}/bra...
51
800
2026-03-23T11:25:20.310232
?s=aspire
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=aspire
devops
python
# .net dotnet aspnet logs log logger logging source-generator high-performance-logging otel open-telemetry telemetry traces tracing metric metrics meter meters instrumentation instruments events distributed-traces distributed-tracing melt purview Quick Install To install this utilities run: dotnet add package Purview.T...
380
800
2026-03-23T11:31:30.130584
init
terraform
https://developer.hashicorp.com/terraform/cli/commands/init
devops
hcl
en runs, and provide other interesting features such as integration with version control hooks. There are some special concerns when running init in such an environment, including optionally making plugins available locally to avoid repeated re-installation. For more information, see the Running Terraform in Automation...
10
800
2026-03-23T11:16:03.002301
changelog.html
python
https://docs.python.org/3/whatsnew/changelog.html
language
python
CHECKING, and numerous bug fixes (note that some of the new features are not yet implemented in mypy or other static analyzers). Also classes for PEP 492 (Awaitable, AsyncIterable, AsyncIterator) have been added (in fact they made it into 3.5.1 but were never mentioned). bpo-25738 : Stop http.server.BaseHTTPRequestHand...
2,172
798
2026-03-23T10:57:25.355662
changelog-2025-11-14
mastra
https://mastra.ai/blog/changelog-2025-11-14
ai
typescript
It demos AI SDK, assistant-ui, and CopilotKit UIs. The code is fully open-source, so it provides the patterns and components you need to build responsive AI interfaces. Check out the UI Dojo announcement to explore the possibilities. New Logo and Brand We've evolved our visual identity because developers deserve beauti...
2
799
2026-03-23T11:26:18.255279
models?library=safetensors
transformers
https://huggingface.co/models?library=safetensors
ai
python
Models compatible with the Safetensors library – Hugging Face Edit Models filters Main Tasks Libraries 1 Languages Licenses Other Tasks Text Generation Any-to-Any Image-Text-to-Text Image-to-Text Image-to-Image Text-to-Image Text-to-Video Text-to-Speech + 44 Parameters Reset Parameters < 1B 6B 12B 32B 128B > 500B < 1B ...
0
797
2026-03-23T10:57:15.365464
?s=shenyu
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=shenyu
devops
python
install this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.AWS 1.15.0 Version .NET Language Instrumentation Component Apache 2.0 License Package Details (nuget) Repository KafkaFlow Instrumentation for OpenTelemetry first party integration by Farfetch This is an Instrumentation Library, ...
205
799
2026-03-23T11:10:16.617886
validation
angular
https://angular.dev/guide/forms/signals/validation
framework
typescript
DynamicSchema { model = signal ({document: '' , type: 'dni' }); // Schema reacts automatically to type changes schema = computed (() => z. object ({ document: this . model ().type === 'dni' ? z. string (). length ( 8 , 'DNI must be 8 digits' ) : z. string (). min ( 12 , 'Passport must be at least 12 characters' ), }), ...
32
536
2026-03-23T11:33:32.852371
?s=sentry
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=sentry
devops
python
Telemetry Authors 🔭 Instrumentation to collect system performance metrics. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry threading Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides instrumentation for the threading module to ensure that ...
334
800
2026-03-23T11:22:19.425051
?s=rdkafka
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=rdkafka
devops
python
gomod : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/tencentcloudlogserviceexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository Tinybird Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter sends logs, metrics, and t...
55
799
2026-03-23T11:39:35.380898
tauri
tauri
https://tauri.app/reference/javascript/fs/
desktop
rust
ies Section titled “Properties” Property Type Description Defined in baseDir? BaseDirectory Base directory for path Source : https://github.com/tauri-apps/plugins-workspace/blob/v2/plugins/fs/guest-js/index.ts#L663 ReadFileOptions Section titled “ReadFileOptions” Since Section titled “Since” 2.0.0 Properties Section ti...
28
800
2026-03-23T11:03:41.364854
upstash
mastra
https://mastra.ai/reference/vectors/upstash
ai
typescript
Reference: Upstash vector store | Vectors | Mastra Docs Skip to main content On this page The UpstashVector class provides vector search using Upstash Vector , a serverless vector database service that provides vector similarity search with metadata filtering capabilities and hybrid search support. Constructor options ...
0
800
2026-03-23T11:33:21.742377
mutations
tanstack_router
https://tanstack.com/db/latest/docs/guides/mutations
framework
typescript
inactivity before persisting. Only final state is saved. Auto-save forms, search-as-you-type throttleStrategy Ensure minimum spacing between executions. Mutations between executions are merged. Sliders, progress updates, analytics queueStrategy Each mutation becomes a separate transaction, processed sequentially in ord...
38
796
2026-03-23T11:27:30.402307
SWE-rebench
transformers
https://huggingface.co/datasets/nebius/SWE-rebench
ai
python
============================ + +.. autoclass:: sepal_ui.sepalwidgets.ThemeSelect + + .. rubric:: Attributes + + .. autosummary:: + + ~ThemeSelect.THEME_ICONS + ~ThemeSelect.theme + + .. rubric:: Methods + + .. autosummary:: + :nosignatures: + + ~ThemeSelect.toggle_theme + +.. automethod:: sepal_ui.sepalwidgets.ThemeSel...
102
708
2026-03-23T11:21:31.126193
?s=gitlab
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=gitlab
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:14:54.085472
TextCompletionChunk
tanstack_start
https://tanstack.com/ai/latest/docs/reference/interfaces/TextCompletionChunk
framework
typescript
Rank Tracker Ethos Tenets Privacy Policy Terms of Service © 2026 TanStack LLC Partners Become a Partner Latest Posts 5x SSR Throughput: Profiling SSR Hot Paths in TanStack Start Mar 17, 2026 Lazy Tool Discovery: Scaling AI Tool Systems Without Drowning in Tokens Mar 12, 2026 TanStack AI Just Got Middleware — And It Cha...
9
544
2026-03-23T11:09:37.372502
?s=startup-hook
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=startup-hook
devops
python
mologic processor collector Quick Install When building a custom collector you can add this processor to the manifest file like the following: processors : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/processor/sumologicprocessor v0.148.0 v0.148.0 Version Collector Language Processor Component Ap...
94
800
2026-03-23T11:13:05.327431
?s=ecs
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ecs
devops
python
ing the OpenTelemetry API. asp telemetry http module instrumentation dotnet Quick Install To install this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule 1.15.1 Version .NET Language Instrumentation Component Apache 2.0 License Package Details (nuget) Repository ...
197
800
2026-03-23T11:26:01.524316
non_native_function_type_argument_to_pointer
dart
https://dart.dev/tools/diagnostics/non_native_function_type_argument_to_pointer
language
dart
non_native_function_type_argument_to_pointer Skip to main content dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more OK, got it asterisk Overview docs Docs newsmode Blog public Community play_lesson Learn Dart download Get Dart Language expand_more In...
0
800
2026-03-23T11:37:28.289924
postgresql
postgresql
https://www.postgresql.org/docs/release/8.4.20/
database
sql
ATE TABLE has always allowed such usage, but ALTER TABLE didn't get the memo. Fix "cannot accept a set" error when some arms of a CASE return a set and others don't (Tom Lane) Fix checks for all-zero client addresses in pgstat functions (Kevin Grittner) Fix possible misclassification of multibyte characters by the text...
10
720
2026-03-23T11:30:10.467219
deno
deno
https://docs.deno.com/runtime/reference/std/path/
runtime
javascript
@std/path Skip to main content On this page Overview Add to your project Overview Jump to heading # Utilities for working with OS-specific file paths. Functions from this module will automatically switch to support the path style of the current OS, either windows for Microsoft Windows, or posix for every other operatin...
0
800
2026-03-23T10:54:41.579597
nodejs-compat
bun
https://bun.sh/docs/runtime/nodejs-compat
runtime
javascript
terval() setTimeout() structuredClone() SubtleCrypto DOMException TextDecoder TextDecoderStream TextEncoder TextEncoderStream TransformStream TransformStreamDefaultController URL URLSearchParams WebAssembly WritableStream WritableStreamDefaultController WritableStreamDefaultWriter Every day, Bun gets closer to 100% Nod...
3
800
2026-03-23T10:57:42.362357