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
error-handling-and-go
go
https://go.dev/blog/error-handling-and-go
language
go
) error { return &errorString{text} } Here’s how you might use errors.New : func Sqrt(f float64) (float64, error) { if f < 0 { return 0, errors.New("math: square root of negative number") } // implementation } A caller passing a negative argument to Sqrt receives a non-nil error value (whose concrete representation is ...
2
772
2026-03-23T10:54:24.910834
index.html
java
https://docs.oracle.com/en/database/other-databases/nosql-database/index.html
language
java
ng Java Management Extensions (JMX) Use ELK to Monitor Oracle NoSQL Database Diagnostics Utility Utilities Oracle NoSQL Database Migrator Integrate Run Oracle NoSQL Database on Docker Integrate Elasticsearch with NoSQL Database Access NoSQL Data through External Tables Oracle Loader for Hadoop Work with BinaryEntryStor...
13
800
2026-03-23T11:15:48.756402
?s=local
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=local
devops
python
ry Azure 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 ...
179
800
2026-03-23T11:13:53.860327
redis-stateful-caching
inngest
https://www.inngest.com/blog/redis-stateful-caching
devops
typescript
ure. Key Insight: Although run state as a whole is mutable, many of the highest-read pieces of that state are immutable once written. In particular, triggering events and step inputs/outputs do not change, which made aggressive caching possible without complex cache invalidation. [ fig. 2 ] — Redis read operations: bef...
3
800
2026-03-23T11:17:38.268283
?s=jvm
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=jvm
devops
python
uage Resource detector Component Apache 2.0 License Package Details (npm) Repository OpenTelemetry Resource Detector for GitHub Actions by 🔭 OpenTelemetry Authors 🔭 Detects GITHUB_* environment variables specified and adds as attributes on a resource. github resource-detector js Quick Install To install this resource...
374
800
2026-03-23T11:38:50.780019
supabase-migration-repair
supabase
https://supabase.com/docs/reference/cli/supabase-migration-repair
database
typescript
t. --experimental Required enable experimental features --project-ref <string> Optional Project ref of the Supabase project. supabase vanity-subdomains delete Deletes the vanity subdomain for a project, and reverts to using the project ref for routing. Usage 1 supabase vanity-subdomains delete Flags --experimental Requ...
79
800
2026-03-23T11:28:57.577261
python
tensorflow
https://www.tensorflow.org/api_docs/python
ml
python
io.parse_tensor tf.io.read_file tf.io.serialize_many_sparse tf.io.serialize_sparse tf.io.serialize_tensor tf.io.write_file tf.io.write_graph tf.irfftnd tf.is_symbolic_tensor tf.is_tensor tf.keras tf.keras.DTypePolicy tf.keras.FloatDTypePolicy tf.keras.Function tf.keras.Initializer tf.keras.Input tf.keras.InputSpec tf.k...
32
800
2026-03-23T10:52:24.539724
postgresql
postgresql
https://www.postgresql.org/docs/release/10.21/
database
sql
n aliases for the columns of whole-row variables that refer to plain tables (Tom Lane) The column names in tuples produced by a whole-row variable (such as tbl.* in contexts other than the top level of a SELECT list) are now always those of the associated named composite type, if there is one. We'd previously attempted...
2
800
2026-03-23T11:29:51.256397
init
bun
https://bun.sh/docs/runtime/templating/init
runtime
javascript
ssume you want to continue without asking questions. At the end, it runs bun install to install @types/bun . CLI Usage terminal Copy bun init < folder ?> Initialization Options --yes boolean Accept all default prompts without asking questions. Alias: -y --minimal boolean Only initialize type definitions (skip app scaff...
3
784
2026-03-23T10:50:24.838224
redis
redis
https://redis.io/docs/latest/develop/data-types/bitmaps/
database
bash
"B" . getBytes ()); System . out . println ( String . format ( "%8s" , Integer . toBinaryString ( res6 [ 0 ] & 0xFF )). replace ( ' ' , '0' )); // >>> 00011001 jedis . setbit ( "C" , 1 , true ); jedis . setbit ( "C" , 2 , true ); jedis . setbit ( "C" , 4 , true ); jedis . setbit ( "C" , 5 , true ); byte [] res7 = jedis...
401
799
2026-03-23T11:03:25.839353
supabase-gen-types
supabase
https://supabase.com/docs/reference/cli/supabase-gen-types
database
typescript
base specified by the connection string (must be percent-encoded). --linked Optional Inspect the linked project. --local Optional Inspect the local database. supabase inspect db locks This command displays queries that have taken out an exclusive lock on a relation. Exclusive locks typically prevent other operations on...
42
792
2026-03-23T11:30:07.028249
your-agent-needs-a-harness-not-a-framework?ref=blog-ai-agents-inngest-durable-steps
inngest
https://www.inngest.com/blog/your-agent-needs-a-harness-not-a-framework?ref=blog-ai-agents-inngest-durable-steps
devops
typescript
one from scratch — their own retry logic, their own state persistence, their own job queues, their own event routing. Durable, event-driven infrastructure already solves this. Every LLM call or tool call becomes a step — an independently retryable unit of work. If the process dies on iteration five, iterations one thro...
1
799
2026-03-23T11:33:59.783687
audit-log-events-for-your-organization
github_actions
https://docs.github.com/en/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/audit-log-events-for-your-organization
devops
yaml
ds @timestamp , _document_id , action , actor , actor_id , business , business_id , hashed_token , org , org_id , programmatic_access_type , repo , repo_id , repository , repository_id , request_access_security_header , request_id , token_id , token_scopes , user , user_id , user_agent , origin_repository , created_at ...
23
800
2026-03-23T10:59:03.608666
llms-full.txt
pydantic_ai
https://ai.pydantic.dev/llms-full.txt
ai
python
`ThinkingPart` to the response context. This method serves as a hook that can be overridden by subclasses to implement custom logic for handling thinking parts. """ profile = OpenAIModelProfile.from_profile(self._model.profile) include_method = profile.openai_chat_send_back_thinking_parts # Auto-detect: if thinking cam...
4,384
655
2026-03-23T10:51:26.919914
django
django
https://docs.djangoproject.com/en/6.0/faq/
framework
python
a bug! What should I do? I think I’ve found a security problem! What should I do? FAQ: Databases and models How can I see the raw SQL queries Django is running? Can I use Django with a preexisting database? If I make changes to a model, how do I update the database? Do Django models support multiple-column primary keys...
2
800
2026-03-23T10:59:19.941909
index.htm
java
https://docs.oracle.com/cd/E18476_01/index.htm
language
java
No summary available. Download As... PDF for offline viewing Backup and Recovery Using ExaBR This document describes how to back up and recover Exalogic components by using ExaBR, a tool that automates the process of backing up and recovering Exalogic data. Download As... PDF for offline viewing Backup and Recovery Gui...
1
800
2026-03-23T11:07:45.283156
Uint32Array
javascript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint32Array
language
javascript
rray . Examples Different ways to create a Uint32Array js // From a length const uint32 = new Uint32Array(2); uint32[0] = 42; console.log(uint32[0]); // 42 console.log(uint32.length); // 2 console.log(uint32.BYTES_PER_ELEMENT); // 4 // From an array const x = new Uint32Array([21, 31]); console.log(x[1]); // 31 // From ...
2
798
2026-03-23T11:23:33.739120
?s=keda
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=keda
devops
python
nTelemetry Rake Instrumentation by 🔭 OpenTelemetry Authors 🔭 The Rake instrumentation is a community-maintained instrumentation for the Rake task invocation. rake instrumentation ruby Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-rake 0.5.0 Version Ruby Language ...
353
800
2026-03-23T11:27:07.065596
passport
nestjs
https://docs.nestjs.com/recipes/passport
framework
typescript
constructor ( ) { this . users = [ { userId : 1 , username : 'john' , password : 'changeme' , } , { userId : 2 , username : 'maria' , password : 'guess' , } , ] ; } async findOne ( username ) { return this . users . find ( user => user . username === username ) ; } } In the UsersModule , the only change needed is to ad...
8
800
2026-03-23T10:54:11.774229
?s=tracing
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=tracing
devops
python
ceiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/windowsservicereceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Zipkin Collector Receiver by 🔭 Ope...
166
800
2026-03-23T11:21:26.702128
tensorflow
tensorflow
https://www.tensorflow.org/api_docs/python/
ml
python
_base64 tf.compat.v1.ensure_shape tf.compat.v1.equal tf.compat.v1.erf tf.compat.v1.erfc tf.compat.v1.errors tf.compat.v1.errors.AbortedError tf.compat.v1.errors.AlreadyExistsError tf.compat.v1.errors.CancelledError tf.compat.v1.errors.DataLossError tf.compat.v1.errors.DeadlineExceededError tf.compat.v1.errors.FailedPre...
178
800
2026-03-23T10:50:09.735391
?group=sorted-set
redis
https://redis.io/docs/latest/commands/?group=sorted-set
database
bash
d more ACL GETUSER Lists the ACL rules of a user. Learn more → Read more ACL LIST Dumps the effective rules in ACL file format. Learn more → Read more ACL LOAD Reloads the rules from the configured ACL file. Learn more → Read more ACL LOG Lists recent security events generated due to ACL rules. Learn more → Read more A...
2
800
2026-03-23T11:03:44.287468
?s=action
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=action
devops
python
ntation library run: composer require open-telemetry/opentelemetry-auto-cakephp 0.0.6 Version PHP Language Instrumentation Component Apache 2.0 License Package Details (packagist) Repository OpenTelemetry CodeIgniter auto-instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation Library for the CodeIgniter Framewo...
305
800
2026-03-23T11:12:37.665461
?s=sso
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=sso
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:26:22.118754
prompt-commit
langchain
https://docs.langchain.com/langsmith/prompt-commit
ai
python
gSmith workspace. Go to the Prompts section. Here you’ll see a list of your prompts. On the top right of the Prompts page, click the + Webhook button. You’ll be presented with a form to configure your webhook: Webhook URL: Enter the full public URL of your deployed FastAPI server’s endpoint. For our example server, thi...
17
797
2026-03-23T10:57:56.644012
supabase-functions-deploy
supabase
https://supabase.com/docs/reference/cli/supabase-functions-deploy
database
typescript
e supabase projects list supabase projects create Usage 1 supabase projects create [project name] [flags] Flags --db-password <string> Optional Database password of the project. --org-id <string> Optional Organization ID to create the project in. --region <string> Optional Select a region close to you for the best perf...
56
800
2026-03-23T11:33:37.017390
2.43.1
git
https://git-scm.com/docs/git-merge/2.43.1
devops
bash
s in the working tree, allow it to also update the index with the result of resolution. --no-rerere-autoupdate is a good way to double-check what rerere did and catch potential mismerges, before committing the result to the index with a separate git add . --overwrite-ignore --no-overwrite-ignore Silently overwrite igno...
15
800
2026-03-23T11:12:53.814378
KernelBook
transformers
https://huggingface.co/datasets/GPUMODE/KernelBook
ai
python
l.int64) tmp4 = tmp0 < tmp3 tmp5 = tl.load(in_ptr0 + (x1), tmp4 & xmask, eviction_policy='evict_last', other=0.0) tmp6 = 1.0 tmp7 = tmp6 - tmp5 tmp8 = tmp7 * tmp6 tmp9 = tl.full(tmp8.shape, 0.0, tmp8.dtype) tmp10 = tl.where(tmp4, tmp8, tmp9) tmp11 = tmp0 >= tmp3 tmp12 = tl.full([1], 2, tl.int64) tmp13 = tmp0 < tmp12 tm...
83
724
2026-03-23T11:23:59.254984
?s=req
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=req
devops
python
🔭 HttpClient instrumentation for Ruby. ruby instrumentation Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-http_client 0.28.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository OpenTelemetry HTTPX Instrumentation by...
348
800
2026-03-23T11:22:57.435855
?s=js
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=js
devops
python
ike the following: exporters : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awscloudwatchlogsexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository AWS CloudWatch EMF Collector Exporter by 🔭 OpenTelemetry Aut...
26
799
2026-03-23T11:15:08.509686
about-actions-runner-controller
github_actions
https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-actions-runner-controller
devops
yaml
ARC, GitHub can treat these runner containers as self-hosted runners and allocate jobs to them as needed. Each resource that is deployed by ARC is given a name composed of: An installation name, which is the installation name you specify when you install the Helm chart. A resource identification suffix, which is a stri...
5
799
2026-03-23T11:12:35.075395
archive
bun
https://bun.sh/docs/runtime/archive
runtime
javascript
sh/-/lodash-4.17.21.tgz " ); const archive = new Bun. Archive ( await response. blob ()); // Get package.json const files = await archive. files ( " package/package.json " ); const packageJson = files. get ( " package/package.json " ); if (packageJson) { const pkg = JSON . parse ( await packageJson. text ()); console. ...
16
798
2026-03-23T10:53:55.311643
?s=visualization
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=visualization
devops
python
.21.0 Version JavaScript Language Resource detector Component Apache 2.0 License Package Details (npm) Repository OpenTelemetry Resource Detector for Container by 🔭 OpenTelemetry Authors 🔭 Resource detector for container ID. Compatible with OpenTelemetry JS API and SDK 1.0+. container resource-detector js Quick Insta...
373
800
2026-03-23T11:39:49.908341
DebugNode
angular
https://angular.dev/api/core/DebugNode
framework
typescript
mentInjector createNgModule createNgModuleRef createPlatform createPlatformFactory CreateSignalOptions CSP_NONCE CUSTOM_ELEMENTS_SCHEMA DebugElement DebugEventListener DebugNode DEFAULT_CURRENCY_CODE DefaultIterableDiffer DestroyableInjector destroyPlatform DestroyRef Directive DirectiveWithBindings DoBootstrap DoCheck...
3
800
2026-03-23T11:29:50.583159
tensorflow
tensorflow
https://www.tensorflow.org/api_docs/python/
ml
python
entropy tf.keras.losses.CategoricalFocalCrossentropy tf.keras.losses.CategoricalHinge tf.keras.losses.CosineSimilarity tf.keras.losses.Dice tf.keras.losses.Hinge tf.keras.losses.Huber tf.keras.losses.KLD tf.keras.losses.KLDivergence tf.keras.losses.LogCosh tf.keras.losses.Loss tf.keras.losses.MAE tf.keras.losses.MAPE t...
56
800
2026-03-23T10:50:09.735227
?s=logr
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=logr
devops
python
Component Apache 2.0 License Package Details (go-collector) Repository AWS X-Ray Tracing Exporter by 🔭 OpenTelemetry Authors 🔭 The AWS X-Ray Tracing Exporter for the OpenTelemetry Collector. go exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the fo...
25
800
2026-03-23T11:29:13.237546
kubernetes-reference-architecture
terraform
https://developer.hashicorp.com/consul/tutorials/kubernetes/kubernetes-reference-architecture
devops
hcl
the Helm chart. Below is an example snippet of Helm configuration for a Consul server in a large environment. config.yaml server : resources : | requests: memory: "32Gi" cpu: "4" limits: memory: "32Gi" cpu: "4" storage : 50Gi # ... Persistent volumes (PV) allow you to have a fixed disk location for your Consul data. Th...
2
799
2026-03-23T11:10:42.199178
tfe-provider-run-triggers
terraform
https://developer.hashicorp.com/terraform/tutorials/automation/tfe-provider-run-triggers
devops
hcl
.gitignore file contains gcp-creds.json and will prevent you from committing your GCP credentials to version control. tfc.tf contains the configuration to reference users to the HCP Terraform organization. If these users are not part of the teams defined above, they won't be able to apply any runs in the Kubernetes, Co...
6
799
2026-03-23T11:06:47.859579
?flag=deprecated
opentelemetry
https://opentelemetry.io/ecosystem/registry//?flag=deprecated
devops
python
age Exporter Component Apache 2.0 License Package Details (go-collector) Repository Sematext Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter supports sending metrics to Sematext Cloud in Influx line protocol format and logs using the Bulk Index API format. sematext exporter collector Quick Install When building a...
50
800
2026-03-23T11:29:30.110551
?flag=deprecated
opentelemetry
https://opentelemetry.io/ecosystem/registry//?flag=deprecated
devops
python
age Details (go-collector) Repository Logz.io Exporter by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry Collector Exporter for Logz.io 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/o...
43
800
2026-03-23T11:29:30.110545
programmatic-api
nx
https://nx.dev/docs/guides/nx-release/programmatic-api
tooling
typescript
eVersion, dryRun: options . dryRun , verbose: options . verbose , }); // publishResults contains a map of project names and their exit codes const publishResults = await releasePublish ( { releaseGraph , // Re-use the existing release graph to avoid recomputing in each subcommand dryRun: options . dryRun , verbose: opt...
9
800
2026-03-23T11:26:08.927656
planetscale-postgres-rails
planetscale
https://planetscale.com/docs/postgres/tutorials/planetscale-postgres-rails
database
sql
t Use strong_migrations Separate schema and code changes Dropping columns and tables Connection management Calculating connections with Puma Staying within limits Use PgBouncer for scaling Querying replicas Connection options for replicas Step 1: Configure database.yml Step 2: Configure ApplicationRecord Step 3: Query ...
1
798
2026-03-23T11:00:39.684891
build-project
expo
https://docs.expo.dev/deploy/build-project
mobile
javascript
CLI to monitor the build progress and read the build logs. You can also find this page by visiting your build dashboard or running the following command: Terminal Copy - eas build:list If you are a member of an organization and your build is on its behalf, you will find the build details on the build dashboard for that...
5
799
2026-03-23T11:24:51.563831
?s=cortex
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=cortex
devops
python
Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : github.com/Jamstah/k8ssaauthextension v0.0.2 v0.0.2 Version Collector Language Extension Component Apache 2.0 License Package Details (go-collector) Repository Memory Limiter Extension by ...
67
800
2026-03-23T11:30:57.339723
?s=web
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=web
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:23:14.011242
datetime.html
python
https://docs.python.org/3/library/datetime.html
language
python
283' ) datetime.datetime(2011, 11, 4, 0, 5, 23, 283000) >>> dt . datetime . fromisoformat ( '2011-11-04 00:05:23.283+00:00' ) datetime.datetime(2011, 11, 4, 0, 5, 23, 283000, tzinfo=datetime.timezone.utc) >>> dt . datetime . fromisoformat ( '2011-11-04T00:05:23+04:00' ) datetime.datetime(2011, 11, 4, 0, 5, 23, tzinfo=d...
39
799
2026-03-23T10:59:40.467806
docker
docker
https://docs.docker.com/reference/cli/docker/buildx/build/
devops
bash
e no environment variable matching aws (the ID) is set. $ docker buildx build --secret id = aws,src = $HOME /.aws/credentials . # syntax=docker/dockerfile:1 FROM python:3 RUN pip install awscli RUN --mount = type = secret,id = aws,target = /root/.aws/credentials \ aws s3 cp s3://... ... type=env Source a build secret f...
39
799
2026-03-23T11:06:26.587756
architectural-overview
flutter
https://docs.flutter.dev/resources/architectural-overview
mobile
dart
tor , part of the Flutter/Dart DevTools, you might see a structure that is considerably deeper than what is in your original code. During the build phase, Flutter translates the widgets expressed in code into a corresponding element tree , with one element for every widget. Each element represents a specific instance o...
36
654
2026-03-23T10:57:11.153147
redis
redis
https://redis.io/docs/latest/develop/data-types/json/
database
bash
)) . collectList ()) . doOnNext ( System . out :: println ) // >>> [["Phoebe","Quaoar","Weywot"]] . then (); Mono < Void > getModels = reactiveCommands . jsonGet ( "bikes:inventory" , JsonPath . of ( "$..model" )). collectList () . doOnNext ( System . out :: println ) // >>> [["Phoebe","Quaoar","Weywot","Salacia","Mima...
659
800
2026-03-23T10:54:21.885312
releases.html
rust
https://doc.rust-lang.org/releases.html
language
rust
smart punctuation for documentation. You can now use “task lists” in Rustdoc Markdown. E.g. - [x] Complete - [ ] Todo § Misc You can now pass multiple filters to tests. E.g. cargo test -- foo bar will run all tests that match foo and bar . Rustup now distributes PDB symbols for the std library on Windows, allowing you ...
218
799
2026-03-23T10:51:05.439980
?s=dynamodb
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dynamodb
devops
python
Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-pg 0.65.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository NestJS OpenTelemetry by Ivan Santos OpenTelemetry module for NestJS framework. Node.js instrumentation nestj...
295
799
2026-03-23T11:37:54.071284
spec-draft
dart
https://dart.dev/to/spec-draft
language
dart
��>��� �FW�֍�z��k�[����o���d��T�us~�/����q����~�K7LA��Gl�7g ��`�&�J �j��!��c����T��R�Eq��/_�aW�� # ���&��R���;���!�(�`�\��U�"�Ǻ�㪱����� �O���}м��͛\ '��|(t�������������5����d�(�( ���l٫ii(���4��N�\S���7E0�p\�G��_���#w�=�^�;6���@`��r-�p��!F�{�C���U��x� �� �$�wo�뷬>D������?<Zg<��l��څ�G�����sė�ە�B[��֭�i?��,$x�"�3��[��a�`` ��<...
843
800
2026-03-23T11:06:06.480945
timeout
bun
https://bun.sh/docs/guides/test/timeout
runtime
javascript
Set a per-test timeout with the Bun test runner - Bun Skip to main content Bun home page Search... ⌘ K Search... Navigation Test Runner Set a per-test timeout with the Bun test runner Runtime Package Manager Bundler Test Runner Guides Reference Blog Feedback Overview Guides Deployment Deploy on Vercel Deploy on Railway...
0
800
2026-03-23T11:17:35.364871
schedules
temporal
https://docs.temporal.io/develop/go/schedules
devops
go
commended We recommend using Schedules instead of Cron Jobs. Schedules were built to provide a better developer experience, including more configuration options and the ability to update or pause running Schedules. A Temporal Cron Job is the series of Workflow Executions that occur when a Cron Schedule is provided in t...
9
799
2026-03-23T10:56:49.701705
?s=application-insights
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=application-insights
devops
python
r you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/splunkenterprisereceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository SQL Query Re...
155
799
2026-03-23T11:29:09.169873
mui
mui
https://mui.com/x/api/charts/heatmap/
library
javascript
t element. hideLegend bool true If true , the legend is not rendered. highlightedItem { dataIndex?: number, seriesId: number | string } - The highlighted item. Used when the highlight is controlled. id string - This prop is used to help implement the accessibility logic. If you don't provide this prop. It falls back to...
6
800
2026-03-23T11:31:04.314096
?s=dart
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=dart
devops
python
ack requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository AWS SDK Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a AWS SDK instrumentation to track requests through OpenTelemetry. java instrumentation aws aws-sdk sqs sns dynamodb...
241
800
2026-03-23T11:28:10.760918
json
go
https://go.dev/blog/json
language
go
package only accesses the exported fields of struct types (those that begin with an uppercase letter). Therefore only the exported fields of a struct will be present in the JSON output. Decoding To decode JSON data we use the Unmarshal function. func Unmarshal(data []byte, v interface{}) error We must first create a pl...
2
787
2026-03-23T11:21:23.492684
listenable-builder
flutter
https://docs.flutter.dev/learn/pathway/tutorial/listenable-builder
mobile
dart
state and updates when a state changes demands it, but it doesn't manage any state or the process of updating itself. The business logic and rendering are completely separate from each other. Continue 6 Complete the UI keyboard_arrow_up The only thing remaining is to use the properties and methods provided by the view ...
7
658
2026-03-23T10:58:49.632825
set
javascript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/set
language
javascript
nitializer. js const obj = { set prop() { // setter, the code executed when setting obj.prop }, } Properties defined using this syntax are own properties of the created object, and they are configurable and enumerable. Examples Defining a setter on new objects in object initializers The following example defines a pseu...
2
782
2026-03-23T11:01:21.084282
deflate
bun
https://bun.sh/docs/guides/util/deflate
runtime
javascript
eadableStream Uint8Array to string Uint8Array to ArrayBuffer Uint8Array to Buffer Uint8Array to Blob Uint8Array to DataView Uint8Array to ReadableStream DataView to string Streams Stream to string Stream to JSON Stream to Blob Stream to Buffer Stream to ArrayBuffer Stream to Uint8Array Stream to array Readable to strin...
5
800
2026-03-23T11:04:30.004008
pydantic_ai
pydantic_ai
https://ai.pydantic.dev/api/models/base/
ai
python
ma/llama-prompt-guard-2-86m" , "groq:moonshotai/kimi-k2-instruct-0905" , "groq:openai/gpt-oss-safeguard-20b" , "groq:playai-tts" , "groq:playai-tts-arabic" , "groq:qwen/qwen-3-32b" , "heroku:claude-3-5-haiku" , "heroku:claude-3-5-sonnet-latest" , "heroku:claude-3-7-sonnet" , "heroku:claude-3-haiku" , "heroku:claude-4-5...
20
800
2026-03-23T10:52:19.370239
?s=symfony
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=symfony
devops
python
ou can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/tlscheckreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Trace Simulation Receiv...
161
800
2026-03-23T11:18:28.495644
?s=remix
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=remix
devops
python
Component Apache 2.0 License Package Details (packagist) Repository OpenTelemetry PSR-16 auto-instrumentation by 🔭 OpenTelemetry Authors 🔭 Auto-instrumentation hooks are registered via composer, and spans will automatically be created for each PSR-16 cache operation. psr16 instrumentation php Quick Install To install...
312
799
2026-03-23T11:33:59.676729
kubernetes
kubernetes
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands/
devops
yaml
The port that this container exposes. replicas r 1 Number of replicas to create. Default is 1. save-config false If true, the configuration of current object will be saved in its annotation. Otherwise, the annotation will be unchanged. This flag is useful when you want to perform kubectl apply on this object in the fut...
23
798
2026-03-23T11:18:50.245625
ethos
tanstack_start
https://tanstack.com/ethos
framework
typescript
satisfy external investor demands. That means: No pressure to chase profits at the cost of developer experience. No corporate influence dictating our technical direction. A singular focus on building tools that make the web better for users and developers. Technology-Agnostic by Default We believe in framework-agnostic...
2
799
2026-03-23T10:53:16.741284
mysql
mysql
https://dev.mysql.com/doc/dev/mysql-rest-service/latest/
database
sql
n of Client SDKs for given REST service. 2.2 Development Setup When working with the MySQL REST Service it is important to separate between two different types of setups. A local development setup used to develop new REST services. A local MySQL Shell installation to connect to and execute REST SQL extension commands. ...
13
639
2026-03-23T10:56:24.851166
?s=ansible-role
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=ansible-role
devops
python
anguage Provider Component Apache 2.0 License Package Details (go-collector) Repository Alertmanager Exporter by 🔭 OpenTelemetry Authors 🔭 Exports OTel Events (SpanEvent in Tracing added by AddEvent API) as Alerts to Alertmanager backend to notify Errors or Change events. alertmanager prometheus exporter collector Qu...
23
799
2026-03-23T11:20:52.430412
?s=%40elastic%2felasticsearch
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=%40elastic%2felasticsearch
devops
python
og bridge by 🔭 OpenTelemetry Authors 🔭 Package otelzap provides an OpenTelemetry log bridge for go.uber.org/zap . zap log-bridge go Go Language Log bridge Component Apache 2.0 License Repository Monolog Appender by 🔭 OpenTelemetry Authors 🔭 MonoLog Log Appender for PHP. php logs PHP Language Core Component Apache 2...
361
800
2026-03-23T11:17:15.832618
gitlab_ci
gitlab_ci
https://docs.gitlab.com/api/merge_requests/
devops
yaml
29T08:46:00Z" , "target_branch" : "main" , "source_branch" : "test1" , "upvotes" : 0 , "downvotes" : 0 , "author" : { "id" : 1 , "name" : "Administrator" , "username" : "admin" , "state" : "active" , "avatar_url" : null , "web_url" : "https://gitlab.example.com/admin" }, "assignee" : { "id" : 1 , "name" : "Administrato...
147
800
2026-03-23T11:10:40.910243
2148-contributor-ladder
mcp
https://modelcontextprotocol.io/seps/2148-contributor-ladder
ai
typescript
t your level and document it. Escalate only when blocked, when the decision has project-wide implications, or when explicitly required by process. The detailed escalation procedure for Working Group and Interest Group disputes — including the designation of a Core Maintainer without shared organizational affiliation to...
19
798
2026-03-23T10:52:29.577523
43651-type-parameters
go
https://go.dev/design/43651-type-parameters
language
go
T . // structField is a type constraint whose type set consists of some // struct types that all have a field named x. type structField interface { struct { a int; x int } | struct { b int; x float64 } | struct { c int; x uint64 } } // This function is INVALID. func IncrementX[T structField](p *T) { v := p.x // INVALID...
85
788
2026-03-23T11:28:04.608752
?s=service-account
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=service-account
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:39.652230
load
svelte
https://svelte.dev/docs/kit/load
framework
javascript
error (status : number , body ?: { message : string ; } extends App . Error ? App . Error | string | undefined : never ) : never (+ 1 overload ) Throws an error with a HTTP status code and an optional message. When called during request handling, this will cause SvelteKit to return an error response without invoking ha...
66
798
2026-03-23T11:23:04.963600
?s=pillarjs
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=pillarjs
devops
python
go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/expvarreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 Licen...
112
800
2026-03-23T11:32:31.641982
go
go
https://go.dev/pkg/runtime/
language
go
ts the CPU profiling rate to hz samples per second. If hz <= 0, SetCPUProfileRate turns off profiling. If the profiler is on, the rate cannot be changed without first turning it off. Most clients should use the runtime/pprof package or the testing package's -test.cpuprofile flag instead of calling SetCPUProfileRate dir...
39
800
2026-03-23T11:19:15.632712
?s=watsonx
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=watsonx
devops
python
ack requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository AWS SDK Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a AWS SDK instrumentation to track requests through OpenTelemetry. java instrumentation aws aws-sdk sqs sns dynamodb...
241
800
2026-03-23T11:25:05.667638
write-batch
firebase
https://firebase.google.com/docs/reference/unity/class/firebase/firestore/write-batch
database
javascript
to update. Must not be null . updates A dictionary of field / value pairs to update. Fields can contain dots to reference nested fields in the document. Fields not present in this dictionary are not updated. Must not be null . Returns This batch, for the purposes of method chaining. Update WriteBatch Update ( DocumentR...
4
800
2026-03-23T11:40:29.914979
pt_BR
git
https://git-scm.com/docs/git-switch/pt_BR
devops
bash
h seja bem-sucedido (quando o ramo está em uso em outra árvore de trabalho, não apenas o ramo atual permanece o mesmo, mas o ramo também não é redefinido para o ponto inicial por exemplo). -C <novo-ramo> --force-create <novo-ramo> É similar a opção --create exceto quando <novo-ramo> já exista, ele será redefinido para ...
5
800
2026-03-23T11:18:17.854168
2.29.0
git
https://git-scm.com/docs/git-rebase/2.29.0
devops
bash
base merge works by replaying each commit from the working branch on top of the <upstream> branch. Because of this, when a merge conflict happens, the side reported as ours is the so-far rebased series, starting with <upstream>, and theirs is the working branch. In other words, the sides are swapped. See also INCOMPATI...
21
797
2026-03-23T11:33:58.049715
2.47.0
git
https://git-scm.com/docs/git-config/2.47.0
devops
bash
git-gc[1] . gc.worktreePruneExpire When git gc is run, it calls git worktree prune --expire 3.months.ago . This config variable can be used to set a different grace period. The value "now" may be used to disable the grace period and prune $GIT_DIR/worktrees immediately, or "never" may be used to suppress pruning. gc.re...
184
800
2026-03-23T11:24:43.756140
code
go
https://go.dev/doc/code
language
go
modify your original $HOME/hello/hello.go to use the morestrings package: package main import ( "fmt" "example/user/hello/morestrings" ) func main() { fmt.Println(morestrings.ReverseRunes("!oG ,olleH")) } Install the hello program: $ go install example/user/hello Running the new version of the program, you should see a...
8
780
2026-03-23T11:22:16.573763
SWE-rebench
transformers
https://huggingface.co/datasets/nebius/SWE-rebench
ai
python
3.1.6 jsbeautifier==1.15.4 json5==0.10.0 jsonpointer==3.0.0 jsonschema==4.23.0 jsonschema-specifications==2024.10.1 jupyter-events==0.12.0 jupyter-lsp==2.2.5 jupyter_client==8.6.3 jupyter_core==5.7.2 jupyter_server==2.15.0 jupyter_server_terminals==0.5.3 jupyter_server_xarray_leaflet==0.2.3 jupyterlab==4.3.6 jupyterlab...
89
800
2026-03-23T11:21:31.126176
humanx-2026
planetscale
https://planetscale.com/events/humanx-2026
database
sql
HumanX 2026 — PlanetScale Events Get started with PlanetScale Postgres for just $5/month. Learn more Join PlanetScale at HumanX 2026 in San Francisco! We'll have a booth and will be hosting a party. HumanX brings together leaders in AI and technology to discuss the future of human-AI collaboration. Date : April 6 - Apr...
0
553
2026-03-23T11:24:14.299242
?s=simulink
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=simulink
devops
python
ava Instrumentation by 🔭 OpenTelemetry Authors 🔭 Both auto-instrumentation and (manual) instrumentation libraries for Java. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository JavaScript by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry API and SDK for JavaScript (Browser and Nod...
364
800
2026-03-23T11:30:04.491765
?s=httpx
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=httpx
devops
python
etails (go-collector) Repository Syslog Exporter by 🔭 OpenTelemetry Authors 🔭 The syslog exporter supports sending messages to a remote syslog server. syslog exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : githu...
54
800
2026-03-23T11:33:25.492710
?s=web
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=web
devops
python
strumentation Component Apache 2.0 License Package Details (packagist) Repository OpenTelemetry PSR-14 auto-instrumentation by 🔭 OpenTelemetry Authors 🔭 This is a read-only subtree split of https://github.com/open-telemetry/opentelemetry-php-contrib . psr14 instrumentation php Quick Install To install this instrument...
311
799
2026-03-23T11:23:14.011431
regexp
go
https://go.dev/pkg/regexp
language
go
ndString("ab")) } Output: a ab Share Format Run func (*Regexp) MarshalText ¶ added in go1.21.0 func (re * Regexp ) MarshalText() ([] byte , error ) MarshalText implements encoding.TextMarshaler . The output matches that of calling the Regexp.AppendText method. See Regexp.AppendText for more information. func (*Regexp) ...
34
795
2026-03-23T11:27:49.570060
component-theme-normalization-updates
flutter
https://docs.flutter.dev/release/breaking-changes/component-theme-normalization-updates
mobile
dart
pful? thumb_up thumb_down Unless stated otherwise, the documentation on this site reflects Flutter 3.41.2. Page last updated on 2025-10-30. View source or report an issue .
6
172
2026-03-23T11:25:34.249621
nomad
terraform
https://developer.hashicorp.com/terraform/enterprise/deploy/nomad
devops
hcl
Nomad in a production environment for documentation about setting up a Nomad cluster. Nomad requirements You must provide the following Nomad items. Please make sure you have the following environment variables set before running Nomad commands from CLI: export NOMAD_ADDR = http:// < nomad-server-ip > :4646 export NOMA...
2
799
2026-03-23T11:26:24.963932
release-notes-2.2.0
flutter
https://docs.flutter.dev/release/release-notes/release-notes-2.2.0
mobile
dart
amework, waiting for tree to go green) 77025 Update minimum required version to Xcode 12 (cla: yes, t: xcode, tool, waiting for tree to go green) 77026 Change some dynamics to Object? and document slot better (cla: yes, f: cupertino, framework, waiting for tree to go green) 77027 Enable missing_whitespace_between_adjac...
898
800
2026-03-23T11:13:36.916792
esbuild
esbuild
https://esbuild.github.io/api/
tooling
javascript
into template literals if the target supports them and if doing so would result in smaller output. This is not a bug. Minification means you are asking for smaller output, and the escape sequence \n takes two bytes while the newline character takes one byte. You can read more about this in the FAQ entry on this topic ....
204
798
2026-03-23T10:50:11.742371
nextjs-quick-start
inngest
https://www.inngest.com/docs/getting-started/nextjs-quick-start
devops
typescript
r your function from the Inngest Dev Server UI Inngest is powered by events.You will trigger your function in two ways: first, by invoking it directly from the Inngest Dev Server UI, and then by sending events from code. With your Next.js app and Inngest Dev Server running, open the Inngest Dev Server UI and select the...
8
800
2026-03-23T10:57:42.048815
?s=threading
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=threading
devops
python
nvoy ALS(access log service) receiver by 🔭 OpenTelemetry Authors 🔭 This is a receiver for the Envoy gRPC ALS sink. envoyals 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...
111
799
2026-03-23T11:18:02.128484
?s=aio
opentelemetry
https://opentelemetry.io/ecosystem/registry//?s=aio
devops
python
implementation 'io.opentelemetry.javaagent.instrumentation:opentelemetry-javaagent-finatra-2.9:2.16.0-alpha' } 2.16.0-alpha Version Java Language Instrumentation Component Apache 2.0 License Package Details (maven) Repository Geode Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Geode instrumenta...
246
799
2026-03-23T11:30:12.724274
MiniMax-M2.5
transformers
https://huggingface.co/datasets/SWE-bench/SWE-bench_Verified?eval_result=MiniMaxAI/MiniMax-M2.5
ai
python
ii >>> tc.write('table.html', format='html') >>> !cat table.html <html> <head> <meta charset="utf-8"/> <meta content="text/html;charset=UTF-8" http-equiv="Content-type"/> </head> <body> <table> <thead> <tr> <th>a</th> <th>b</th> </tr> </thead> <tr> <td>1.2e-24</td> <td>2</td> </tr> <tr> <td>3.2e-15</td> <td>4</td> </tr...
166
735
2026-03-23T11:06:56.713023
serverless-finally-has-a-database
planetscale
https://planetscale.com/blog/serverless-finally-has-a-database
database
sql
ommunities to embrace frameworks, convention over configuration, and other ideas that seem so commonplace now that it’s surprising that they were scarce in a pre-Rails world. In terms of what’s freely available to the typical dev in terms of databases, however, advances have been mostly relegated to the types of proble...
1
800
2026-03-23T11:32:29.723310
supabase-orgs-create
supabase
https://supabase.com/docs/reference/cli/supabase-orgs-create
database
typescript
S FROM anon, authenticated; Usage 1 supabase db dump [flags] Flags --data-only Optional Dumps only data records. --db-url <string> Optional Dumps from the database specified by the connection string (must be percent-encoded). --dry-run Optional Prints the pg_dump script that would be executed. -x, --exclude <strings> O...
21
800
2026-03-23T11:30:52.689981
kitchen-sink-react-query
tanstack_start
https://tanstack.com/router/latest/docs/framework/react/examples/kitchen-sink-react-query
framework
typescript
me Frameworks Contributors NPM Stats 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 Rou...
3
800
2026-03-23T11:32:25.906700
EventManager
angular
https://angular.dev/api/platform-browser/EventManager
framework
typescript
ugTools EVENT_MANAGER_PLUGINS EventManager EventManagerPlugin HAMMER_GESTURE_CONFIG HAMMER_LOADER HammerGestureConfig HammerLoader HammerModule HydrationFeature HydrationFeatureKind Meta MetaDefinition platformBrowser provideClientHydration provideProtractorTestingSupport REMOVE_STYLES_ON_COMPONENT_DESTROY SafeHtml Saf...
2
800
2026-03-23T11:05:16.395021