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
deno
deno
https://docs.deno.com/examples/debugging_with_console_tutorial/
runtime
javascript
: // main.js function foo ( ) { function bar ( ) { console . trace ( ) ; } bar ( ) ; } foo ( ) ; /* Trace at bar (file:///PATH_TO/main.js:3:13) at foo (file:///PATH_TO/main.js:5:3) at file:///PATH_TO/main.js:8:1 */ There’s more to explore, but these handy methods can give your JavaScript debugging a boost and they are ...
5
616
2026-03-23T11:13:02.446287
docker
docker
https://docs.docker.com/engine/deprecated/
devops
bash
mental --stream flag on docker build which allowed the build-context to be incrementally sent to the daemon, instead of unconditionally sending the whole build-context. This functionality has been reimplemented as part of BuildKit, which uses streaming by default and the --stream option will be ignored when using the c...
42
800
2026-03-23T11:13:09.246668
?s=package
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=package
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:24:42.821726
planetscale-postgres-cloudflare-workers
planetscale
https://planetscale.com/docs/postgres/tutorials/planetscale-postgres-cloudflare-workers
database
sql
outheast-1 AWS ap-southeast-2 (Sydney) aws:ap-southeast-2 AWS ca-central-1 (Montreal) aws:ca-central-1 AWS eu-central-1 (Frankfurt) aws:eu-central-1 AWS eu-west-1 (Dublin) aws:eu-west-1 AWS eu-west-2 (London) aws:eu-west-2 AWS sa-east-1 (Sao Paulo) aws:sa-east-1 AWS us-east-1 (N. Virginia) aws:us-east-1 AWS us-east-2 (...
10
799
2026-03-23T11:00:25.478382
results-1-100-thread-2024-06-15.json
qdrant
https://qdrant.tech/benchmarks/results-1-100-thread-2024-06-15.json
database
python
48487067, "total_upload_time": 19125.295860829065, "p95_time": 0.27337484027375475, "rps": 422.34088287757817, "parallel": 100, "p99_time": 0.324275865778327, "mean_time": 0.1880261828172952, "mean_precisions": 0.99734, "engine_params": { "index_options": { "m": 32, "ef_construction": 512 } } }, { "engine_name": "elast...
50
684
2026-03-23T10:59:06.540083
generating-code
turborepo
https://turbo.build/en/docs/guides/generating-code
tooling
javascript
Generating code Skip to content Introduction Getting started Installation Start with an example Add to an existing repository Editor integration Crafting your repository API reference Core concepts Guides Community Support policy Glossary Changelog Generating code Learn how to generate code using Turborepo. Splitting y...
0
800
2026-03-23T10:57:00.524816
?s=grpc
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=grpc
devops
python
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/alibabacloudlogserviceexporter v0.148.0 v0.148.0 Version Collector Language Exporter...
24
799
2026-03-23T11:38:56.254651
install
terraform
https://developer.hashicorp.com/terraform/install
devops
hcl
rsion-controlled configuration using HCP Terraform. Follow this track to build, change, and destroy infrastructure using remote runs and state. Terraform About Terraform Define cloud and on-prem resources in human-readable configuration files that you can version, reuse, and share. Featured docs Introduction to Terrafo...
5
482
2026-03-23T10:53:48.288473
sandbox
electron
https://www.electronjs.org/docs/latest/tutorial/sandbox
desktop
javascript
Process Sandboxing | Electron Skip to main content On this page One key security feature in Chromium is that processes can be executed within a sandbox. The sandbox limits the harm that malicious code can cause by limiting access to most system resources — sandboxed processes can only freely use CPU cycles and memory. ...
0
800
2026-03-23T10:59:21.406050
redis
redis
https://redis.io/docs/latest/develop/get-started/document-database/
database
bash
es { _ , err := rdb . JSONSet ( ctx , fmt . Sprintf ( "bicycle:%v" , i ), "$" , bicycle , ). Result () if err != nil { panic ( err ) } } wCardResult , err := rdb . FTSearch ( ctx , "idx:bicycle" , "*" ). Result () if err != nil { panic ( err ) } fmt . Printf ( "Documents found: %v\n" , wCardResult . Total ) // >>> Docu...
359
800
2026-03-23T11:07:04.804074
mod
go
https://go.dev/ref/mod
language
go
cremented and the minor and patch versions must be set to zero after a backwards incompatible change is made to the module’s public interface or documented functionality, for example, after a package is removed. The minor version must be incremented and the patch version set to zero after a backwards compatible change,...
6
800
2026-03-23T10:56:19.992662
plot_kmeans_digits.html
scikit_learn
https://scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_digits.html
ml
python
first our evaluation benchmark. During this benchmark, we intend to compare different initialization methods for KMeans. Our benchmark will: create a pipeline which will scale the data using a StandardScaler ; train and time the pipeline fitting; measure the performance of the clustering obtained via different metrics....
2
800
2026-03-23T10:51:36.183487
gitlab_ci
gitlab_ci
https://docs.gitlab.com/ci/yaml/matrix_expressions/
devops
yaml
needs : - job : build parallel : matrix : - OS : [ '$[[ matrix.OS ]]' ] ARCH : [ '$[[ matrix.ARCH ]]' ] Matrix expressions in needs:parallel:matrix You can use matrix expressions to dynamically reference matrix identifiers in job dependencies, enabling 1:1 mappings between matrix jobs without manually specifying all co...
1
800
2026-03-23T10:56:21.073035
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
esult.output if self.sdk_version >= 6 and isinstance(output, DeferredToolRequests): for tool_call in output.approvals: yield ToolApprovalRequestChunk( approval_id=str(uuid4()), tool_call_id=tool_call.tool_call_id, ) return return yield async def on_error(self, error: Exception) -> AsyncIterator[BaseChunk]: self._finish...
5,871
620
2026-03-23T10:51:26.922918
?s=desktop
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=desktop
devops
python
OpenTelemetry Authors 🔭 The Datadog APM Receiver accepts traces in the Datadog APM format datadog 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...
109
798
2026-03-23T11:33:39.067936
?s=cats-effect
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=cats-effect
devops
python
llector-contrib/receiver/libhoneyreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository OpenTelemetry Collector Lightstep Receiver by Zalando SE The lightstepreceiver receives OpenTracing traces from Lightstep tracers in various supported fo...
130
800
2026-03-23T11:29:01.637733
postgresql
postgresql
https://www.postgresql.org/docs/release/14.1/
database
sql
les that have the right mix of index sizes. Fix CREATE INDEX CONCURRENTLY to wait for the latest prepared transactions (Andrey Borodin) § Rows inserted by just-prepared transactions might be omitted from the new index, causing queries relying on the index to miss such rows. The previous fix for this type of problem fai...
5
800
2026-03-23T11:32:31.732683
llms-full.txt
inngest
https://www.inngest.com/llms-full.txt
devops
typescript
imagine that your `serve()` handler is located at `/api/inngest`, and your domain is `myapp.com`. In this scenario, you will need to sync your app to inform Inngest that your apps and functions are hosted at `https://myapp.com/api/inngest`. To ensure that your functions are up to date, you need to resync your app with ...
64
800
2026-03-23T10:50:47.947761
google
mastra
https://mastra.ai/reference/voice/google
ai
typescript
h Scopes Direct link to OAuth Scopes For synchronous Text-to-Speech synthesis: https://www.googleapis.com/auth/cloud-platform - Full access to Google Cloud Platform services For long-audio Text-to-Speech operations: locations.longAudioSynthesize - Create long-audio synthesis operations operations.get - Get operation st...
8
799
2026-03-23T11:30:14.378505
2.9.5
git
https://git-scm.com/docs/git-rebase/2.9.5
devops
bash
is commit pick fa1afe1 The oneline of the next commit ... The oneline descriptions are purely for your pleasure; git rebase will not look at them but at the commit names ("deadbee" and "fa1afe1" in this example), so do not delete or edit the names. By replacing the command "pick" with the command "edit", you can tell g...
30
800
2026-03-23T11:34:11.279466
?s=orchestrator
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=orchestrator
devops
python
vers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/nsxtreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository NTP Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver periodically retrieves the clock offset ...
137
800
2026-03-23T11:28:53.572024
cli
webpack
https://webpack.js.org/api/cli
tooling
javascript
k-app init ./my-app --force --template = default Generation Path Location of where to generate the configuration. Defaults to process.cwd() . Options -t , --template string = 'default' Name of template to generate. -f , --force boolean To generate a project without questions. When enabled, the default answer for each q...
2
800
2026-03-23T11:05:16.311878
mutation-functions
convex
https://docs.convex.dev/functions/mutation-functions
database
typescript
. Transactions Mutations run transactionally . This means that: All database reads inside the transaction get a consistent view of the data in the database. You don't have to worry about a concurrent update changing the data in the middle of the execution. All database writes get committed together. If the mutation wri...
8
796
2026-03-23T10:54:16.731503
tap-drag
flutter
https://docs.flutter.dev/cookbook/testing/widget/tap-drag
mobile
dart
le , home : Scaffold ( appBar : AppBar ( title : const Text ( _appTitle ) ) , body : Column ( children : [ TextField ( controller : controller ) , Expanded ( child : ListView . builder ( itemCount : todos . length , itemBuilder : ( context , index ) { final todo = todos [ index ] ; return Dismissible ( key : Key ( ' $t...
3
797
2026-03-23T11:38:07.007720
?s=bundler
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=bundler
devops
python
elemetry-collector-contrib/receiver/pprofreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Prometheus Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The Prometheus Receiver for the OpenTelemetry Collector. go receiver collector Quick...
143
799
2026-03-23T11:28:32.940305
git-bundle
git
https://git-scm.com/docs/git-bundle
devops
bash
Git - git-bundle Documentation English ▾ English Français Português (Brasil) Svenska українська мова 简体中文 Topics ▾ Setup and Config git config help bugreport Credential helpers Getting and Creating Projects init clone Basic Snapshotting add status diff commit notes restore reset rm mv Branching and Merging branch check...
0
800
2026-03-23T10:56:20.611037
rate-limiting?ref=case-study-windmill
inngest
https://www.inngest.com/docs/guides/rate-limiting?ref=case-study-windmill
devops
typescript
ttle instead. How rate limiting works Each time an event is received that matches your function's trigger, it is evaluated prior to executing your function. If rateLimit is configured, Inngest uses the limit and period options to only execute a maximum number of functions during that period. Inngest's rate limiting imp...
2
799
2026-03-23T11:30:30.262973
?s=dbcp
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dbcp
devops
python
se API integration by 🔭 OpenTelemetry Authors 🔭 The trace integration with Database API for OpenTelemetry. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository Django Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library allows tracing requests for Django applications. ...
322
800
2026-03-23T11:37:21.825161
generic_join.html
pytorch
https://pytorch.org/tutorials/advanced/generic_join.html
ml
python
LD ) inputs = [ torch . tensor ([ 1 ]) . float () for _ in range ( NUM_INPUTS + rank )] with Join ([ counter ], sync_max_count = True ): for _ in inputs : counter () print ( f " { int ( counter . count . item ()) } inputs processed before rank { rank } joined!" ) print ( f " { int ( counter . max_count . item ()) } inp...
19
800
2026-03-23T11:19:52.719140
?s=koala
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=koala
devops
python
ython python exporter Azure Monitor Application Insights Quick Install To install this exporter run: pip install azure-monitor-opentelemetry-exporter Python Language Exporter Component MIT License Package Details (pip) Repository Google Cloud Exporters by Google The OpenTelemetry Google Cloud Monitoring Exporters for P...
184
799
2026-03-23T11:25:38.860961
?s=qryn
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=qryn
devops
python
or user. Data Preboarding Delimited data validation Data loading Trusted publishing Python Language Application integration Component GNU Lesser General Public License v2.1 License Website Documentation Repository MLflow native by MLflow Authors The MLflow tracing feature is built using OpenTelemetry, and allows users ...
17
799
2026-03-23T11:23:59.058460
?s=fastify-plugin
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=fastify-plugin
devops
python
Telemetry Authors 🔭 React loading automatic instrumentation js instrumentation Quick Install To install this instrumentation library run: npm install @opentelemetry/plugin-react-load 0.45.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository Redis Instrumentation b...
296
800
2026-03-23T11:31:55.021240
2.33.0
git
https://git-scm.com/docs/git-push/2.33.0
devops
bash
PG-sign the push request to update refs on the receiving side, to allow it to be checked by the hooks and/or be logged. If false or --no-signed , no signing will be attempted. If true or --signed , the push will fail if the server does not support signed pushes. If set to if-asked , sign if and only if the server suppo...
13
795
2026-03-23T10:59:34.885672
?s=watchos
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=watchos
devops
python
rocessors : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/processor/metricstransformprocessor v0.148.0 v0.148.0 Version Collector Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Metrics Generation Processor by 🔭 OpenTelemetry Authors 🔭 The metrics genera...
87
800
2026-03-23T11:10:38.112009
kubernetes
kubernetes
https://kubernetes.io/docs/reference/kubectl/generated/kubectl_annotate/
devops
yaml
esource-version=1 # Update pod 'foo' by removing an annotation named 'description' if it exists # Does not require the --overwrite flag kubectl annotate pods foo description- Options --all Select all resources, in the namespace of the specified resource types. -A, --all-namespaces If true, check the specified action in...
2
786
2026-03-23T11:27:12.010596
django
django
https://docs.djangoproject.com/id/6.0/
framework
python
s Syndication feeds (RSS/Atom) Pagination Messages framework Serialization Sessions Sitemaps Static files management Data validation Fungsionalitas inti lain ¶ Pelajari tentang beberapa fungsi inti lainnya dari kerangka Django: Conditional content processing Content types and generic relations Flatpages Redirects Signa...
8
799
2026-03-23T10:54:06.402112
tutorial-console-cpp
csharp
https://learn.microsoft.com/en-us/cpp/get-started/tutorial-console-cpp
language
csharp
alog box appears. Select Create a new project to get started. The dialog has options to clone a repository, open a project or solution, open a local folder, and create a new project." In the Create a new project dialog, set the language dropdown to C++ , set the platform dropdown to Windows , select Console App from th...
2
800
2026-03-23T11:29:42.111615
esbuild
esbuild
https://esbuild.github.io/api/
tooling
javascript
smURL : './node_modules/esbuild-wasm/esbuild.wasm' , }).then( () => { ... }) </ script > If you want to use this API with ECMAScript modules, you should import the esm/browser.min.js file instead: < script type = "module" > import * as esbuild from './node_modules/esbuild-wasm/esm/browser.min.js' await esbuild.initiali...
14
788
2026-03-23T10:50:11.742121
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
dels.KnownModelName | str | None = None, instructions: Instructions[AgentDepsT] = None, deps: AgentDepsT = None, model_settings: ModelSettings | None = None, usage_limits: _usage.UsageLimits | None = None, usage: _usage.RunUsage | None = None, metadata: AgentMetadata[AgentDepsT] | None = None, infer_name: bool = True, ...
1,401
752
2026-03-23T10:51:26.912888
pt_BR
git
https://git-scm.com/docs/git-rev-list/pt_BR
devops
bash
tes como git bisect e git repack . OPÇÕES Limitação do Commit Além de especificar uma série de commits que devem ser listados utilizando as notações especiais explicadas na descrição, podem ser aplicadas limitações adicionais ao commit. O uso de mais opções geralmente limita ainda mais a saída (por exemplo, --since= <d...
6
800
2026-03-23T11:29:17.738546
?s=policy
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=policy
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:16:13.125257
qdrant
qdrant
https://qdrant.tech/articles/vector-search-resource-optimization/
database
python
Previous results query = late_vectors , # Colbert converted query using = "colbertv2.0" , with_payload = True , limit = 10 , ) Learn more about Reranking . Storage: Disk vs RAM Storage Description RAM Crucial for fast access to frequently used data, such as indexed vectors. The amount of RAM required can be estimated b...
24
799
2026-03-23T10:57:27.782294
?s=service-account
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=service-account
devops
python
a in the OpenTelemetry Protocol (OTLP) format to the OpenTelemetry Collector and OTLP-compliant backends/receivers. go exporter Go Language Exporter Component Apache 2.0 License Repository otlpr - A logr implementation backed by OTLP by MrAlias Provides a logr.Logger that exports messages as OTLP logs. go exporter log ...
177
800
2026-03-23T11:38:39.652189
base-window-options
electron
https://www.electronjs.org/docs/latest/api/structures/base-window-options
desktop
javascript
BaseWindowConstructorOptions Object | Electron Skip to main content width Integer (optional) - Window's width in pixels. Default is 800 . height Integer (optional) - Window's height in pixels. Default is 600 . x Integer (optional) - ( required if y is used) Window's left offset from screen. Default is to center the win...
0
799
2026-03-23T11:01:53.903237
ai-sdk-ui
mastra
https://mastra.ai/guides/build-your-ui/ai-sdk-ui
ai
typescript
ly transform Mastra's streams to AI SDK-compatible format, use the toAISdkStream() utility. See the examples for concrete usage patterns. toAISdkStream() keeps the existing AI SDK v5/default behavior. If your app is typed against AI SDK v6, pass version: 'v6' . import { toAISdkStream } from '@mastra/ai-sdk' const v5Str...
31
800
2026-03-23T10:53:56.902124
pt_BR
git
https://git-scm.com/docs/git-read-tree/pt_BR
devops
bash
o. A resolução é remover aquele caminho. Quando ambos os lados adicionam um caminho igualmente. A resolução é adicionar aquele caminho. --prefix=<prefixo> Mantenha o conteúdo do índice atual e leia o conteúdo da árvore mencionada sob o diretório em <prefixo> . O comando se recusará a substituir as entradas que já exist...
6
800
2026-03-23T11:28:38.315783
spec-draft
dart
https://dart.dev/to/spec-draft
language
dart
���%����!�|�ϙ2ȋs�@�TϠ~4U8�-��ޖ��2n! �VS��`:l��q ヮ� S �᭰1 ]ۡ�ϯ�����H!���nB��Bg�Y��I��삡�;9�p\� �q��(��E��Xe��1��i$Q�CgىJ�T�����1uyY���Smt:��Pf�*� hR��t��� ( F�0Tm���v�4T� ��� �%�ec� ��i��?� � r3x�i �}��dJ;n|� �@c걫�U�Cv�� 1*^����g5�=旅���}vEpUb�n>;�����I���`A��y����?�`�n(�\�\�Q~�F/�g�i$�Ji�sI~G�t$��s��A�L#��Q�7��V�ۮ˜IFԸ�B�...
262
800
2026-03-23T11:06:06.480072
?s=util
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=util
devops
python
erformance measurement APIs (i.e. perf_hooks ). runtime node instrumentation js Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-runtime-node 0.26.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository OpenTelemetr...
299
800
2026-03-23T11:27:34.360644
postgresql
postgresql
https://www.postgresql.org/docs/release/7.3.0/
database
sql
spaces (Bruce) Restrict database comment changes to the current database Allow comments on operators, independent of the underlying function (Rod) Rollback SET commands in aborted transactions (Tom) EXPLAIN now outputs as a query (Tom) Display condition expressions and sort keys in EXPLAIN (Tom) Add 'SET LOCAL var = va...
14
715
2026-03-23T11:33:33.754993
anatomy-of-a-throttler-part-1
planetscale
https://planetscale.com/blog/anatomy-of-a-throttler-part-1
database
sql
is being put to use. Let's consider a case where the throttler collects a metric at a large interval, say every 5 seconds. The metric could be anything at all during those 5 seconds, but it is the specific sampling that takes place at the end of that period that counts. Similarly, other metrics could have some granular...
17
800
2026-03-23T11:31:27.052360
typescript-5-9.html
typescript
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-9.html
language
javascript
xtend our thanks to Nicolò Ribaudo who championed the proposal in TC39 and also provided the implementation for this feature . Support for --module node20 TypeScript provides several node* options for the --module and --moduleResolution settings. Most recently, --module nodenext has supported the ability to require() E...
7
799
2026-03-23T10:55:40.141076
personal-assistant
mastra
https://mastra.ai/blog/personal-assistant
ai
typescript
mail 11 - You can categorize emails by priority, identify action items, and summarize content 12 - You can also use this tool to send emails 13 14 2. GitHub: 15 - Use these tools for monitoring and summarizing GitHub activity 16 - You can summarize recent commits, pull requests, issues, and development patterns 17 18 3...
3
800
2026-03-23T11:23:57.124358
?s=gorm
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=gorm
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:24:34.741167
results-1-100-thread-2024-06-15.json
qdrant
https://qdrant.tech/benchmarks/results-1-100-thread-2024-06-15.json
database
python
"mean_time": 0.02908646128794135, "mean_precisions": 0.98078, "engine_params": { "vectorIndexConfig": { "efConstruction": 512, "maxConnections": 32 } } }, { "engine_name": "weaviate", "setup_name": "weaviate-m-32-ef-512", "dataset_name": "glove-100-angular", "upload_time": 1421.4643510050082, "total_upload_time": 1421....
1,408
663
2026-03-23T10:59:06.542107
observability
temporal
https://docs.temporal.io/develop/ruby/observability
devops
go
er argument to the MetricsOptions . retrieve_updates can then be periodically called on the buffer to get metric updates. Setup Tracing Tracing enables observability into the sequence of calls across your application, including Workflows and Activities. OpenTelemetry tracing for clients, activities, and workflows can b...
2
798
2026-03-23T11:05:17.696675
postgresql
postgresql
https://www.postgresql.org/docs/release/14.16/
database
sql
ent operations and creating a risk of data corruption. In practice we do not use this functionality in places where the target filename could already exist, so it seems better to give up the no-overwrite guarantee to remove the multiple-link hazard. Avoid possibly losing an update of pg_database . datfrozenxid when VAC...
6
799
2026-03-23T11:31:27.114457
atexit.html
python
https://docs.python.org/3/library/atexit.html
language
python
s._exit() is called. Note: The effect of registering or unregistering functions from within a cleanup function is undefined. Changed in version 3.7: When used with C-API subinterpreters, registered functions are local to the interpreter they were registered in. atexit. register ( func , * args , ** kwargs ) ¶ Register ...
1
797
2026-03-23T11:00:44.333881
?s=aspnet
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=aspnet
devops
python
strumentation Component Apache 2.0 License Repository MySQL Instrumentation by 🔭 OpenTelemetry Authors 🔭 MySQL instrumentation for Node.js. js instrumentation Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-mysql 0.59.0 Version JavaScript Language Instrumentation ...
289
800
2026-03-23T11:32:10.885379
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
None if model_request_parameters.output_mode == 'native': output_object = model_request_parameters.output_object assert output_object is not None text = {'format': self._map_json_schema(output_object)} elif ( model_request_parameters.output_mode == 'prompted' and self.profile.supports_json_object_output ): # pragma: no...
4,432
655
2026-03-23T10:51:26.919995
Substr
tensorflow
https://www.tensorflow.org/api_docs/python/tf/raw_ops/Substr
ml
python
wards from the end. If pos specifies an index which is out of range for any of the input strings, then an InvalidArgumentError is thrown. pos and len must have the same shape, otherwise a ValueError is thrown on Op creation. Examples Using scalar pos and len : input = [ b 'Hello' , b 'World' ] position = 1 length = 3 o...
1
799
2026-03-23T11:06:04.009140
?s=desktop
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=desktop
devops
python
ponent Apache 2.0 License Package Details (go-collector) Repository Batch Collector Processor by 🔭 OpenTelemetry Authors 🔭 The Batch Processor for the OpenTelemetry Collector accepts spans, metrics, or logs and places them into batches. go processor collector Quick Install When building a custom collector you can add...
75
800
2026-03-23T11:33:39.067903
redis
redis
https://redis.io/docs/latest/develop/ai/notebook-collection/
database
bash
ation using RedisVL. Open in Colab RAG using Redis and LangChain RAG Shows integration between Redis and LangChain for RAG. Open in Colab RAG using Redis and LlamaIndex RAG Walkthrough of RAG with Redis and LlamaIndex. Open in Colab Advanced RAG with RedisVL RAG Advanced concepts and techniques using RedisVL. Open in C...
2
800
2026-03-23T11:13:46.455905
platform.html
python
https://docs.python.org/3/library/platform.html
language
python
on in some cases where it would otherwise cause confusion. platform. version ( ) ¶ Returns the system’s release version, e.g. '#3 on degas' . An empty string is returned if the value cannot be determined. On iOS and Android, this is the user-facing OS version. To obtain the Darwin or Linux kernel version, use os.uname(...
6
799
2026-03-23T11:08:37.876421
?group=hash
redis
https://redis.io/docs/latest/commands/?group=hash
database
bash
Read more TDIGEST.BYREVRANK Returns, for each input reverse rank, an estimation of the value (floating-point) with that reverse rank Learn more → Read more TDIGEST.CDF Returns, for each input value, an estimation of the fraction (floating-point) of (observations smaller than the given value + half the observations equa...
46
799
2026-03-23T11:04:29.891216
gitlab_ci
gitlab_ci
https://docs.gitlab.com/administration/pages/
devops
yaml
sues with access control. gitlab_pages [ 'access_control' ] = true Create a backup of the secrets file on the GitLab server : cp /etc/gitlab/gitlab-secrets.json /etc/gitlab/gitlab-secrets.json.bak On the GitLab server , to enable Pages, add the following to /etc/gitlab/gitlab.rb : pages_external_url "http://<pages_serv...
54
800
2026-03-23T11:04:53.122893
with-trpc-react-query
tanstack_start
https://tanstack.com/router/latest/docs/framework/react/examples/with-trpc-react-query
framework
typescript
cord Getting Started Overview Quick Start Devtools Decisions on DX LLM Assistance Support Comparison Frequently Asked Questions Installation Guides Manual Setup Vite Rspack/Rsbuild Webpack Esbuild Router CLI Migrate from React Router Migrate from React Location Routing Routing Concepts Route Trees Route Matching File-B...
1
800
2026-03-23T11:28:19.371974
list_element_type_not_assignable
dart
https://dart.dev/tools/diagnostics/list_element_type_not_assignable
language
dart
guide Glossary Books Videos Related sites expand_more API reference open_in_new DartPad (online editor) open_in_new Flutter open_in_new Package site open_in_new Dart 3.11 is live! Learn more The element type '{0}' can't be assigned to the list type '{1}'. Description # The analyzer produces this diagnostic when the typ...
4
745
2026-03-23T11:09:37.823860
git-diff
git
https://git-scm.com/docs/git-diff
devops
bash
<pattern> ...] compares the trees named by the two arguments. git-diff-files [ <pattern> ...] compares the index and the files on the filesystem. The git-diff-tree command begins its output by printing the hash of what is being compared. After that, all the commands print one output line per changed file. An output lin...
46
769
2026-03-23T10:54:38.275191
HttpClient
angular
https://angular.dev/api/common/http/HttpClient
framework
typescript
: RequestRedirect | undefined ; referrer ?: string | undefined ; integrity ?: string | undefined ; referrerPolicy ?: ReferrerPolicy | undefined ; timeout ?: number | undefined ; } | undefined ) : Observable < Object >; patch < T >( url : string , body : any , options ?: { headers ?: HttpHeaders | Record < string , stri...
103
800
2026-03-23T10:58:20.421537
controlling-access-to-larger-runners
github_actions
https://docs.github.com/en/actions/using-github-hosted-runners/controlling-access-to-larger-runners
devops
yaml
tory can potentially run dangerous code on your larger runner by creating a pull request that executes the code in a workflow. For runner groups in an organization, you can change what repositories in the organization can access a runner group. Navigate to the main page of the organization where your runner groups are ...
5
800
2026-03-23T11:24:32.872540
use-naming-convention
biome
https://biomejs.dev/linter/rules/use-naming-convention
tooling
javascript
her . Character classes [a-z] , [xyz] , [^a-z] Alternations | Capturing groups () Non-capturing groups (?:) Case-insensitive groups (?i:) and case-sensitive groups (?-i:) A limited set of escaped characters including all special characters and regular string escape characters \f , \n , \r , \t , \v . Note that you can ...
27
632
2026-03-23T10:56:43.487899
redis
redis
https://redis.io/docs/latest/commands/tdigest.quantile/
database
bash
TDIGEST.QUANTILE | Docs {"acl_categories":["@tdigest","@read"],"arguments":[{"name":"key","type":"key"},{"multiple":true,"name":"quantile","type":"double"}],"categories":["docs","develop","stack","oss","rs","rc","oss","kubernetes","clients"],"complexity":"O(1)","description":"Returns, for each input fraction, a floatin...
0
800
2026-03-23T11:22:31.220639
data-table
shadcn_ui
https://ui.shadcn.com/docs/components/data-table
library
typescript
ake a DELETE call to your API. Pagination Next, we'll add pagination to our table. Update <DataTable> app/payments/data-table.tsx Copy import { ColumnDef, flexRender, getCoreRowModel, getPaginationRowModel, useReactTable, } from "@tanstack/react-table" export function DataTable < TData , TValue >({ columns , data , } :...
11
800
2026-03-23T11:08:01.353357
db_release_memory.html
sqlite
https://www.sqlite.org/c3ref/db_release_memory.html
database
sql
Free Memory Used By A Database Connection Small. Fast. Reliable. Choose any three. Home Menu About Documentation Download License Support Purchase Search About Documentation Download Support Purchase SQLite C Interface Free Memory Used By A Database Connection int sqlite3_db_release_memory(sqlite3*); The sqlite3_db_rel...
0
665
2026-03-23T11:19:34.057134
2.8.6
git
https://git-scm.com/docs/git-fetch/2.8.6
devops
bash
you can create a configuration section of the form: [url "<actual url base>"] insteadOf = <other url base> For example, with this: [url "git://git.host.xz/"] insteadOf = host.xz:/path/to/ insteadOf = work: a URL like "work:repo.git" or like "host.xz:/path/to/repo.git" will be rewritten in any context that takes a URL t...
17
790
2026-03-23T11:09:20.640247
redis
redis
https://redis.io/docs/latest/commands/lpush/
database
bash
block (); reactiveCommands . del ( "mylist" ). block (); Mono < Void > rpop = reactiveCommands . rpush ( "mylist" , "one" , "two" , "three" , "four" , "five" ). doOnNext ( res18 -> { System . out . println ( res18 ); // >>> 5 }). flatMap ( res18 -> reactiveCommands . rpop ( "mylist" )). doOnNext ( res19 -> { System . o...
32
798
2026-03-23T11:39:08.512340
changelog.html
python
https://docs.python.org/3/whatsnew/changelog.html
language
python
e defaults dictionary are now being implicitly converted to strings. Patch by James Tocknell. bpo-31238 : pydoc: the stop() method of the private ServerThread class now waits until DocServer.serve_until_quit() completes and then explicitly sets its docserver attribute to None to break a reference cycle. bpo-5001 : Many...
1,927
799
2026-03-23T10:57:25.355308
ai-sdk-ui
mastra
https://mastra.ai/guides/build-your-ui/ai-sdk-ui
ai
typescript
= await handleWorkflowStream ( { mastra , workflowId : 'weatherWorkflow' , params , } ) return createUIMessageStreamResponse ( { stream } ) } This example shows how to set up a network route at the /network endpoint that uses an agent with the ID routingAgent . app/network/route.ts import { handleNetworkStream } from '...
7
800
2026-03-23T10:53:56.902091
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
utput-denied` chunks for rejected tools On the frontend, AI SDK UI's [`useChat`](https://ai-sdk.dev/docs/reference/ai-sdk-ui/use-chat) hook handles the approval flow. You can use the [`Confirmation`](https://ai-sdk.dev/elements/components/confirmation) component from AI Elements for a pre-built approval UI, or build yo...
6,370
800
2026-03-23T10:51:26.923678
extension-types
dart
https://dart.dev/language/extension-types
language
dart
ers on the extension type: var v1 = NumberT ( 1 ) ; // v1 type: NumberT int v2 = NumberT ( 2 ) ; // v2 type: int var v3 = v1 . i - v1 ; // v3 type: int var v4 = v2 + v1 ; // v4 type: int var v5 = 2 + v1 ; // v5 type: int // Error: Extension type interface is not available to representation type v2 . i ; } content_copy ...
18
700
2026-03-23T10:54:13.704943
?s=azure-monitor
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=azure-monitor
devops
python
tor-contrib/processor/groupbytraceprocessor v0.148.0 v0.148.0 Version Collector Language Processor Component Apache 2.0 License Package Details (go-collector) Repository Group by Attributes processor by 🔭 OpenTelemetry Authors 🔭 This processor re-associates spans, log records and metric data points to a Resource that...
81
800
2026-03-23T11:19:37.161143
?s=industrial
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=industrial
devops
python
ntrib plugin for collecting metrics from .NET Runtime .NET C# dotnet instrumentation runtime metrics Quick Install To install this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.Runtime 1.15.0 Version .NET Language Instrumentation Component Apache 2.0 License Package Details (nuget) Repos...
210
799
2026-03-23T11:15:21.966718
?s=user_events
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=user_events
devops
python
nt in KrakenD collects the activity generated for the enabled layers and pushes or exposes the data for pulling. go krakend api gateway Go Language Instrumentation Component Apache-2.0 License Website Documentation Repository Traces For Kubernetes System Components native graduated by Kubernetes Authors System componen...
9
800
2026-03-23T11:30:38.941101
redis
redis
https://redis.io/docs/latest/develop/get-started/data-store/
database
bash
, new BigDecimal ( 1200 ), "new" , "This budget mountain bike from nHill performs well both on bike" + " paths and on the trail. The fork with 100mm of travel absorbs" + " rough terrain. Fat Kenda Booster tires give you grip in corners" + " and on wet trails. The Shimano Tourney drivetrain offered enough" + " gears for...
35
799
2026-03-23T11:11:38.028438
?s=vcpkg
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=vcpkg
devops
python
d this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awsxrayreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Cloudwatch Receiver by 🔭 OpenTel...
100
800
2026-03-23T11:11:19.342901
kubernetes
kubernetes
https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/
devops
yaml
orted unhealthy. We consider this a temporary health issue since we do not have a mechanism today to distinguish temporary and permanent issues. Unknown: The status cannot be determined. For example, Device Plugin got unregistered and hasn't been re-registered since. In future we may want to introduce the PermanentlyUn...
201
800
2026-03-23T11:20:35.997700
design.html
pytorch
https://pytorch.org/docs/stable/community/design.html
ml
python
y , SciPy , scikit-learn , or other Python libraries. You can write your new neural network layers in Python itself, using your favorite libraries and use packages such as Cython and Numba . Our goal is to not reinvent the wheel where appropriate. One thing PyTorch has needed to deal with over the years is Python overh...
8
799
2026-03-23T11:07:39.902841
llms-theming.txt
chakra_ui
https://chakra-ui.com/llms-theming.txt
library
javascript
ed.200", color: "white" }, outline: { borderWidth: "1px", borderColor: "red.200" }, }, size: { sm: { padding: "4", fontSize: "12px" }, lg: { padding: "8", fontSize: "24px" }, }, }, compoundVariants: [ { size: "small", variant: "outline", css: { borderWidth: "2px", }, }, ], }) ``` When you use the `size="small"` and `va...
30
724
2026-03-23T10:52:05.493003
redis
redis
https://redis.io/docs/latest/develop/data-types/lists/
database
bash
epairs" , - 3 , - 1 ); RedisValue [] res30 = db . ListRange ( "bikes:repairs" , 0 , - 1 ); Console . WriteLine ( string . Join ( ", " , res30 )); // >>> "bike:3, bike:4, bike:5" db . KeyDelete ( "bikes:repairs" ); long res31 = db . ListRightPush ( "bikes:repairs" , [ "bike:1" , "bike:2" ]); Console . WriteLine ( res31 ...
377
800
2026-03-23T11:05:26.645469
syntax
expo
https://docs.expo.dev/eas/workflows/syntax
mobile
javascript
roval Requires approval from a user before continuing with the workflow. A user can approve or reject which translates to success or failure of the job. See Require Approval job documentation for detailed information and examples. jobs : confirm : type : require - approval doc Displays a Markdown section in the workflo...
39
800
2026-03-23T11:20:20.149847
?s=local
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=local
devops
python
ceivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/otelarrowreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository OTLP Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The OTLP Receiver for the OpenTelem...
140
799
2026-03-23T11:13:53.860277
docker
docker
https://docs.docker.com/ai/model-runner/ide-integrations/
devops
bash
"ai/llama3.2" } } } } } Select the model you want in OpenCode You can find more details in this Docker Blog post Claude Code Claude Code is Anthropic's command-line tool for agentic coding. It lives in your terminal, understands your codebase, and executes routine tasks, explains complex code, and handles Git workflows...
7
800
2026-03-23T11:20:54.937683
rules
chakra_ui
https://chakra-ui.com/docs/get-started/ai/rules
library
javascript
verTrigger > < PopoverContent > < PopoverArrow /> < PopoverBody > Content </ PopoverBody > </ PopoverContent > </ Popover > // ✅ New v3 < Popover.Root positioning = { { placement: "bottom-end" } } > < Popover.Trigger asChild > < Button > Click </ Button > </ Popover.Trigger > < Popover.Content > < PopoverArrow /> < Pop...
6
800
2026-03-23T10:50:49.293048
?s=analytics
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=analytics
devops
python
eiver fetches stats from an SNMP-enabled host using the Go SNMP client . Metrics are collected based on configuration settings. 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/opentele...
152
800
2026-03-23T11:23:44.597948
fileformat2.html
sqlite
https://www.sqlite.org/fileformat2.html
database
sql
s for freelist leaf pages. Freelist leaf pages contain no information. SQLite avoids reading or writing freelist leaf pages in order to reduce disk I/O. A bug in SQLite versions prior to 3.6.0 (2008-07-16) caused the database to be reported as corrupt if any of the last 6 entries in the freelist trunk page array contai...
24
795
2026-03-23T10:59:47.376953
useState
react
https://react.dev/reference/react/useState
framework
javascript
Basic useState examples 1 . Counter (number) 2 . Text field (string) 3 . Checkbox (boolean) 4 . Form (two variables) Example 1 of 4 : Counter (number) In this example, the count state variable holds a number. Clicking the button increments it. App.js App.js Reload Clear Fork import { useState } from 'react' ; export de...
8
799
2026-03-23T10:51:46.897585
django
django
https://docs.djangoproject.com/en/1.8/genindex/
framework
python
MATS setting date_joined (models.User attribute) date_list_period (BaseDateListView attribute) DateDetailView (built-in class) (class in django.views.generic.dates) DateField (class in django.db.models) (class in django.forms) DateInput (class in django.forms) DateMixin (class in django.views.generic.dates) DateRangeFi...
25
800
2026-03-23T11:17:08.328224
next-12
nextjs
https://nextjs.org/blog/next-12
framework
javascript
rsion has been bumped from 12.0.0 to 12.22.0 , which is the first version of Node.js with native ES modules support. To learn more, check out the upgrade guide . Community Five years ago, we released Next.js to the public. We set out to build a zero-configuration React framework that simplifies your developer experienc...
15
800
2026-03-23T11:19:04.845323
?s=tracing
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=tracing
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:21:26.702021
server-adapters
mastra
https://mastra.ai/docs/server/server-adapters
ai
typescript
, openapiPath : '/openapi.json' , } ) The spec is generated from the Zod schemas defined on each route and served at the specified path. It includes all Mastra routes as well as any custom routes created with createRoute() . Stream data redaction Direct link to Stream data redaction When streaming agent responses over ...
10
799
2026-03-23T10:55:08.504504