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 |
|---|---|---|---|---|---|---|---|---|
changes.html | sqlite | https://www.sqlite.org/changes.html | database | sql | ntroduced by the prior version. Other minor bug fixes 2008-08-30 (3.6.2) Split the pager subsystem into separate pager and pcache subsystems. Factor out identifier resolution procedures into separate files. Bug fixes 2008-08-06 (3.6.1) Added the lookaside memory allocator for a speed improvement in excess of 15% on som... | 305 | 779 | 2026-03-23T10:50:32.102941 |
audit-log-events-for-your-organization | github_actions | https://docs.github.com/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/audit-log-events-for-your-organization | devops | yaml | er_agent , oauth_application , oauth_application_id , operation_type , created_at Reference /apps/oauth-apps/building-oauth-apps/authenticating-to-the-rest-api-with-an-oauth-app#registering-your-app oauth_application.reset_secret The secret key for an OAuth application was reset. Fields @timestamp , _document_id , acti... | 124 | 800 | 2026-03-23T11:37:16.620642 |
adding-to-monorepo | nx | https://nx.dev/docs/guides/adopting-nx/adding-to-monorepo | tooling | typescript | y adopting Nx” All the features of Nx can be enabled independently of each other. Hence, Nx can easily be adopted incrementally by initially using Nx just for a subset of your scripts and then gradually adding more. For example, use Nx to run your builds: Terminal window npx nx run-many -t build But instead keep using ... | 7 | 800 | 2026-03-23T10:54:10.363260 |
OpenMathReasoning | transformers | https://huggingface.co/datasets/nvidia/OpenMathReasoning | ai | python | erhaps I need to approach this step by step. Let's start with small n. Case n=1: There's one point. How many lines are equidistant from one point? Well, any line that's at a fixed distance from the point. But since the distance can be any non-negative number, there are infinitely many lines (all lines at distance d fro... | 19 | 800 | 2026-03-23T11:24:54.977453 |
xml.dom.html | python | https://docs.python.org/3/library/xml.dom.html | language | python | on objects. These two interfaces are identical, but provide different values for the nodeType attribute. These interfaces extend the Node interface. They cannot have child nodes. Text. data ¶ The content of the text node as a string. Note The use of a CDATASection node does not indicate that the node represents a compl... | 28 | 797 | 2026-03-23T11:29:06.671925 |
pt_BR | git | https://git-scm.com/docs/git-for-each-ref/pt_BR | devops | bash | última chave se torna a chave primária. --format=<formato> Uma string que interpola % ( fieldname ) de uma referência que está sendo mostrada e o objeto para o qual ela aponta. Além disso, o literal de cadeia %% é renderizado como % e %xx - onde xx são dígitos hexadecimais - é renderizado como o caractere com código he... | 5 | 800 | 2026-03-23T11:28:45.286867 |
release-notes-1.20.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-1.20.0 | mobile | dart | , tool) 56620 Remove Runner target check, prefer schemes (cla: yes, t: xcode, team, tool, waiting for tree to go green) 57701 Allow FLUTTER_APPLICATION_PATH to be null for misconfigured Xcode projects (cla: yes, t: xcode, tool, waiting for tree to go green) 58137 Change iOS device discovery from polling to long-running... | 247 | 800 | 2026-03-23T11:13:03.432417 |
schemas-queries-mutations | firebase | https://firebase.google.com/docs/data-connect/schemas-queries-mutations | database | javascript | sing these fields in the guide to implementing queries and guide to implementing mutations . More advanced schema concepts Enumeration fields Data Connect supports enumeration fields that map to PostgreSQL enumerated types. Enums let you quickly define a list of static, predefined values with a specific order. To add a... | 10 | 800 | 2026-03-23T11:05:45.433709 |
deno | deno | https://docs.deno.com/runtime/reference/cli/init/ | runtime | javascript | initialized Run these commands to get started // Run the program deno run main.ts // Run the program and watch for file changes deno task dev // Run the tests deno test $ deno run main.ts Add 2 + 3 = 5 $ deno test Check file:///dev/main_test.ts running 1 test from main_test.ts addTest .. . ok ( 6ms ) ok | 1 passed | 0 ... | 1 | 786 | 2026-03-23T11:22:25.353153 |
?s=gorm | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=gorm | devops | python | se Package Details (go-collector) Repository Collector File Provider by 🔭 OpenTelemetry Authors 🔭 File provider for OpenTelemetry Collector configuration maps. go confmap provider collector file Quick Install When building a custom collector you can add this provider to the manifest file like the following: providers... | 20 | 800 | 2026-03-23T11:24:34.741042 |
introduction | nx | https://nx.dev/docs/technologies/node/nest/introduction | tooling | typescript | ral deployment approaches. Below are four commonly used methods: Using Docker: Create a Dockerfile that specifies the application's environment and dependencies. Build a Docker image and optionally push it to a container registry. Deploy and run the Docker container on the server. Use the @nx/node:setup-docker generato... | 8 | 800 | 2026-03-23T10:57:43.457968 |
?s=graduated | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=graduated | devops | python | ocol. 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/influxdbreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2... | 123 | 800 | 2026-03-23T11:30:34.074913 |
Arrays | javascript | https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Scripting/Arrays | language | javascript | ady for the next term to be entered searchInput.value = ""; searchInput.focus(); } }); Summary After reading through this article, we are sure you will agree that arrays seem pretty darn useful; you'll see them crop up everywhere in JavaScript, often in association with loops in order to do the same thing to every item... | 23 | 789 | 2026-03-23T11:04:15.080841 |
error-handling.html | express | https://expressjs.com/en/guide/error-handling.html | framework | javascript | Express error handling Error Handling Error Handling refers to how Express catches and processes errors that occur both synchronously and asynchronously. Express comes with a default error handler so you don’t need to write your own to get started. Catching Errors It’s important to ensure that Express catches all error... | 0 | 800 | 2026-03-23T10:52:57.308419 |
pdb.html | python | https://docs.python.org/3/library/pdb.html | language | python | ion 3.14: Frame information will not be displayed if a command that resumes execution is present in the command list. s(tep) ¶ Execute the current line, stop at the first possible occasion (either in a function that is called or on the next line in the current function). n(ext) ¶ Continue execution until the next line ... | 22 | 798 | 2026-03-23T11:26:16.758021 |
go | go | https://go.dev/pkg/reflect/ | language | go | ("value: %+v\n", s) } Output: value: &{Height:0.4 Age:2} json: {"height":0.4,"age":2} value: &{Height:1.5 Age:10} Share Format Run func TypeFor ¶ added in go1.22.0 func TypeFor[T any ]() Type TypeFor returns the Type that represents the type argument T. func TypeOf ¶ func TypeOf(i any ) Type TypeOf returns the reflecti... | 37 | 789 | 2026-03-23T10:50:25.566814 |
?s=redis-4 | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=redis-4 | devops | python | package provides an instrumentation library for OpenSearch opensearch instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Oracle UCP Instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for Oracle UCP oracle ucp instrumentation java Java ... | 261 | 799 | 2026-03-23T11:33:50.373318 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - a... | 3,808 | 799 | 2026-03-23T10:56:49.347752 |
golang-gorm-postgres | neon | https://neon.tech/guides/golang-gorm-postgres | database | sql | EN/NOTIFY , SET search_path , and server-side prepared statements are not supported. For operations that require session persistence, it's best to use a direct (non-pooled) connection. You can find more details in the Neon connection pooling documentation . Configuring Connection Pooling in GORM When using Go with Neon... | 7 | 800 | 2026-03-23T11:18:44.203906 |
?s=base | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=base | devops | python | deeper into what happens inside Checkmk through the use of OpenTelemetry traces, so that everyone using Checkmk could enjoy monitoring their infrastructure with a tool with the best performance and fewer bottlenecks. Python Checkmk Python Language Application integration Component GPL-2.0 License Website Documentation ... | 16 | 799 | 2026-03-23T11:27:24.893069 |
releases.html | rust | https://doc.rust-lang.org/releases.html | language | rust | itwise copies Allow the global allocator to use thread-local storage and std::thread::current() Make BTree::append not update existing keys when appending an entry which already exists Don’t require T: RefUnwindSafe for vec::IntoIter<T>: UnwindSafe § Stabilized APIs <[MaybeUninit<T>]>::assume_init_drop <[MaybeUninit<T>... | 8 | 800 | 2026-03-23T10:51:05.439460 |
publish-docker-images | github_actions | https://docs.github.com/en/actions/tutorials/publish-packages/publish-docker-images | devops | yaml | o build the Docker image and push it to one or more Docker registries. For more information, see build-push-action . Publishing images to Docker Hub Note Docker Hub normally imposes rate limits on both push and pull operations which will affect jobs on self-hosted runners. However, GitHub-hosted runners are not subject... | 2 | 800 | 2026-03-23T11:01:30.224609 |
xgboost4j_spark_tutorial.html | xgboost | https://xgboost.readthedocs.io/en/latest/jvm/xgboost4j_spark_tutorial.html | ml | python | o provide for a tight integration with Spark MLLIB framework, and these facilities are not fully available on earlier versions of Spark. Also, make sure to install Spark directly from Apache website . Upstream XGBoost is not guaranteed to work with third-party distributions of Spark, such as Cloudera Spark. Consult app... | 2 | 800 | 2026-03-23T10:55:44.846911 |
qdrant | qdrant | https://qdrant.tech/blog/decay-functions/ | database | python | sh between payload keys that hold a datetime-type string and directly provided datetime strings. To Sum Up So, we’ve covered quite a bit, including: What decay functions are and why they matter; How target , x , scale , and midpoint shape decay behavior; And how to use decay functions in Qdrant’s score boosting. We tru... | 14 | 800 | 2026-03-23T11:02:47.253487 |
?s=stackdriver | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=stackdriver | devops | python | ick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-restclient 0.27.0 Version Ruby Language Instrumentation Component Apache 2.0 License Package Details (gems) Repository RSpec Instrumentation by 🔭 OpenTelemetry Authors 🔭 RSpec instrumentation for Ruby. ruby instrumentat... | 355 | 800 | 2026-03-23T11:16:44.001533 |
flyway-multiple-environments | neon | https://neon.tech/docs/guides/flyway-multiple-environments | database | sql | name the branch for the environment ( development or staging ). Select a parent branch. This should be the branch where you created the person table. Leave the other default settings and click Create Branch . When you are finished, you should have a development branch and a staging branch. Retrieve your Neon database c... | 3 | 800 | 2026-03-23T11:36:29.016096 |
example-data-format | langchain | https://docs.langchain.com/langsmith/example-data-format | ai | python | Example data format - Docs by LangChain Skip to main content Docs by LangChain home page LangSmith Search... ⌘ K Search... Navigation Common data types Example data format Get started Observability Evaluation Prompt engineering Agent deployment Platform setup Reference Overview Quickstart Concepts Evaluation approaches... | 0 | 800 | 2026-03-23T10:59:31.789606 |
v1.2.html | scikit_learn | https://scikit-learn.org/stable/whats_new/v1.2.html | ml | python | HistGradientBoostingClassifier and ensemble.HistGradientBoostingRegressor no longer error when predicting on categories encoded as negative values and instead consider them a member of the “missing category”. #24283 by Thomas Fan . Fix ensemble.HistGradientBoostingClassifier and ensemble.HistGradientBoostingRegressor ,... | 25 | 799 | 2026-03-23T10:56:44.534176 |
opentelemetry | opentelemetry | https://opentelemetry.io/docs/collector/registry/ | devops | python | collector) Repository Filelog Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The Filelog Receiver tails and parses logs from files using the opentelemetry-log-collection library. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: re... | 113 | 800 | 2026-03-23T11:04:10.134213 |
seamless-edge-deployments | mastra | https://mastra.ai/blog/seamless-edge-deployments | ai | typescript | As mentioned above, node_modules can be large and bloated. We optimize our dependencies by analyzing what exports are used from a dependency and pre-bundling them so we don’t need to install all transitive dependencies. Assume the following code: 1 import { Agent } from ' @mastra/core/agent ' ; 2 import {openai} from '... | 2 | 800 | 2026-03-23T11:29:11.749015 |
weakref.html | python | https://docs.python.org/3/library/weakref.html | language | python | () # callback not called because finalizer dead >>> del obj # callback not called because finalizer dead You can unregister a finalizer using its detach() method. This kills the finalizer and returns the arguments passed to the constructor when it was created. >>> obj = Object () >>> f = weakref . finalize ( obj , call... | 20 | 798 | 2026-03-23T11:05:28.748348 |
sdk_version_ui_as_code_in_const_context | dart | https://dart.dev/tools/diagnostics/sdk_version_ui_as_code_in_const_context | language | dart | Troubleshooting DartPad Command-line tools expand_more Dart SDK expand_more Overview dart dart analyze dart build dart compile dart create dart doc dart fix dart format dart info dart install dart pub dart run dart test dartaotruntime Experiment flags Other command-line tools expand_more build_runner webdev Static anal... | 3 | 800 | 2026-03-23T11:37:51.820051 |
billing | firebase | https://firebase.google.com/terms/billing | database | javascript | application Customer creates using the Paid Services, including any Customer-written source code to be hosted in an Instance or used with the Paid Services. "Confidential Information" means information that one party (or an Affiliate) discloses to the other party under this Agreement, and which is marked as confidentia... | 19 | 800 | 2026-03-23T11:07:59.949606 |
?s=zipkin | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=zipkin | 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:24:03.191050 |
suites | github_actions | https://docs.github.com/en/rest/checks/suites | devops | yaml | 6fde92930d4715a2b49857d24b940956b26d2d3", "status": "completed", "conclusion": "neutral", "url": "https://api.github.com/repos/github/hello-world/check-suites/5", "before": "146e867f55c26428e5f9fade55a9bbf5e95a7912", "after": "d6fde92930d4715a2b49857d24b940956b26d2d3", "pull_requests": [], "app": { "id": 1, "slug": "oc... | 68 | 656 | 2026-03-23T11:02:08.161062 |
?s=oshi | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=oshi | devops | python | lector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository Honeycomb Marker Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter allows creating markers, via the Honeycomb Markers API, based on the look of incoming telemetry. honeycombmarker exporter collector Quick Install When bu... | 39 | 800 | 2026-03-23T11:38:59.519241 |
native-debugging?tab=from-vscode-to-xcode-ios | flutter | https://docs.flutter.dev/testing/native-debugging?tab=from-vscode-to-xcode-ios | mobile | dart | { const MyApp ( { super . key } ) ; @override Widget build ( BuildContext context ) { return MaterialApp ( title : ' URL Launcher ' , theme : ThemeData ( colorSchemeSeed : Colors . purple , brightness : Brightness . light , ) , home : const MyHomePage ( title : ' URL Launcher ' ) , ) ; } } class MyHomePage extends Stat... | 7 | 788 | 2026-03-23T11:11:35.585939 |
overviewworkflow.htm | java | https://docs.oracle.com/en-us/iaas/Content/GSG/Reference/overviewworkflow.htm | language | java | Launch options: - DNS record: Yes Use network security groups to control traffic: No Assign a public IPv4 address: Yes Private IPv4 address: Automatically assigned on creation IPv6 address: Not available Review the Add SSH keys settings. Take the default values provided by the workflow. Select the Generate a key pair f... | 10 | 798 | 2026-03-23T11:09:10.214614 |
useCallback | react | https://react.dev/reference/react/useCallback | framework | javascript | allback in a loop: function ReportList ( { items } ) { return ( < article > { items . map ( item => { // 🔴 You can't call useCallback in a loop like this: const handleClick = useCallback ( ( ) => { sendReport ( item ) } , [ item ] ) ; return ( < figure key = { item . id } > < Chart onClick = { handleClick } /> </ figu... | 26 | 800 | 2026-03-23T11:01:42.555117 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future. This field is beta. This field is immutable. CSIDriverList v1 storage Field Description apiVersion string APIVersion defines the versioned schema of this represen... | 1,267 | 798 | 2026-03-23T10:56:49.343407 |
lang_corefunc.html | sqlite | https://www.sqlite.org/lang_corefunc.html | database | sql | as needed. BLOBs are encoded as hexadecimal literals. Strings with embedded NUL characters cannot be represented as string literals in SQL and hence the returned string literal is truncated prior to the first NUL. The unistr_quote(X) function works like quote(X) except that it also escapes control characters. random() ... | 20 | 775 | 2026-03-23T10:56:39.172538 |
redis | redis | https://redis.io/docs/latest/develop/data-types/sets/ | database | bash | nt ( & redis . Options { Addr : "localhost:6379" , Password : "" , // no password docs DB : 0 , // use default DB }) _ , err := rdb . SAdd ( ctx , "bikes:racing:france" , "bike:1" , "bike:2" , "bike:3" ). Result () if err != nil { panic ( err ) } res11 , err := rdb . SIsMember ( ctx , "bikes:racing:france" , "bike:1" )... | 269 | 800 | 2026-03-23T11:02:34.326751 |
?s=meter | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=meter | devops | python | on Integration for Sentry by Sentry authors The Sentry OpenTelemetry Python integration provides a processor and propagator to send data to Sentry and to associate traces/spans to Sentry errors. For configuration details, see OpenTelemetry Support . python processor propagator utilities sentry error monitoring Python L... | 390 | 800 | 2026-03-23T11:17:39.414205 |
go1.10 | go | https://go.dev/doc/go1.10 | language | go | can happen if code adds a host prefix like http://host/ to a path like /my/api , resulting in a URL with a doubled slash: http://host//my/api . UserInfo ’s methods now treat a nil receiver as equivalent to a pointer to a zero UserInfo . Previously, they panicked. os File adds new methods SetDeadline , SetReadDeadline ,... | 42 | 800 | 2026-03-23T11:30:50.612998 |
image | nextjs | https://nextjs.org/docs/pages/api-reference/components/image | framework | javascript | ke png-pixel.com A library like Plaiceholder A large blurDataURL may hurt performance. Keep it small and simple. Examples: Default blurDataURL prop Color effect with blurDataURL prop onLoad A callback function that is invoked once the image is completely loaded and the placeholder has been removed. < Image onLoad = {(e... | 11 | 800 | 2026-03-23T11:29:46.726104 |
local-authentication | expo | https://docs.expo.dev/versions/latest/sdk/local-authentication | mobile | javascript | llows an app to use device supported biometric modalities. USE_FINGERPRINT This constant was deprecated in API level 28. Applications should request USE_BIOMETRIC instead iOS The following usage description keys are used by this library: Info.plist Key Description NSFaceIDUsageDescription A message that tells the user ... | 10 | 387 | 2026-03-23T11:24:55.022710 |
docker | docker | https://docs.docker.com/develop/security-best-practices/ | devops | bash | . When a new image digest is available, Docker Scout can automatically raise a pull request on your repository to update your Dockerfiles to use the latest version. This is better than using a tag that changes the version automatically, because you're in control and you have an audit trail of when and how the change oc... | 12 | 799 | 2026-03-23T11:20:04.865264 |
llamaindex | langfuse | https://langfuse.com/integrations/frameworks/llamaindex | ai | python | variant_a" , "env" : "prod" }, version = "1.0" , ): # YOUR APPLICATION CODE HERE result = call_llm( "some input" ) # Flush events in short-lived applications langfuse.flush() Learn more about using the Context Manager in the Langfuse SDK instrumentation docs . Troubleshooting No observations appearing First, enable deb... | 7 | 800 | 2026-03-23T10:52:48.302349 |
?s=knative | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=knative | devops | python | 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/otelarrowexporter v0.148.0 v0.148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-co... | 46 | 798 | 2026-03-23T11:27:11.488676 |
index.html | postgresql | https://www.postgresql.org/docs/9.1/index.html | database | sql | ry of PostgreSQL Conventions Further Information Bug Reporting Guidelines I. Tutorial 1. Getting Started 2. The SQL Language 3. Advanced Features II. The SQL Language 4. SQL Syntax 5. Data Definition 6. Data Manipulation 7. Queries 8. Data Types 9. Functions and Operators 10. Type Conversion 11. Indexes 12. Full Text S... | 1 | 670 | 2026-03-23T11:05:46.653262 |
use-exhaustive-dependencies | biome | https://biomejs.dev/linter/rules/use-exhaustive-dependencies | tooling | javascript | nabled, the rule will also trigger diagnostics for hooks that lack dependency arrays altogether, requiring any hooks lacking dependencies to explicitly specify an empty array. Default: false Example Section titled “Example” biome.json 1 { 2 "linter" : { 3 "rules" : { 4 "correctness" : { 5 "useExhaustiveDependencies" : ... | 20 | 800 | 2026-03-23T11:20:56.317604 |
providers-plugin-framework-provider-configure | terraform | https://developer.hashicorp.com/terraform/tutorials/providers-plugin-framework/providers-plugin-framework-provider-configure | devops | hcl | can work with Terraform's null, unknown, or known values. Open the internal/provider/provider.go file. Replace your Schema method with the following. internal/provider/provider.go // Schema defines the provider-level schema for configuration data. func (p * hashicupsProvider ) Schema (_ context . Context , _ provider .... | 6 | 799 | 2026-03-23T10:59:08.138740 |
?s=connect | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=connect | devops | python | e 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.0 Licen... | 361 | 800 | 2026-03-23T11:24:38.265092 |
?s=watchos | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=watchos | 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:10:38.112015 |
overview | drizzle_orm | https://orm.drizzle.team/docs/overview | database | typescript | PI Postgres AWS Data API MySQL Drizzle Proxy Expand Manage schema Data types Indexes & Constraints Sequences Views Schemas Drizzle Relations Row-Level Security (RLS) Extensions [OLD] Drizzle Relations Migrations Overview generate migrate push pull export check up studio Custom migrations Migrations for teams Web and mo... | 1 | 800 | 2026-03-23T10:49:55.141031 |
?s=psr16 | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=psr16 | devops | python | receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/simpleprometheusreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Skywalking Receiver by 🔭 OpenT... | 151 | 800 | 2026-03-23T11:22:24.545540 |
?s=psr14 | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=psr14 | devops | python | rvers implementing the LogObject specification (OPC UA Part 26) and converts them to OpenTelemetry log format for industrial automation system observability. go receiver collector opc-ua logs industrial Collector Language Receiver Component Apache 2.0 License Repository Oracle DB receiver by 🔭 OpenTelemetry Authors 🔭... | 138 | 799 | 2026-03-23T11:33:29.276802 |
remote-functions | svelte | https://svelte.dev/docs/kit/remote-functions | framework | javascript | .pending}>save changes</ button > </ form > {/ each } < script lang = "ts" > import { getTodos , modifyTodo } from '../data.remote' ; </ script > < h1 >Todos</ h1 > {# each await getTodos () as todo} {@ const modify = modifyTodo .for ( todo .id)} < form { ... modify } > <!-- --> < button disabled = { !! modify .pending... | 86 | 798 | 2026-03-23T11:23:20.700563 |
Mistral-NeMo-12B-Instruct | transformers | https://huggingface.co/nvidia/Mistral-NeMo-12B-Instruct | ai | python | nvidia/Mistral-NeMo-12B-Instruct · Hugging Face Mistral-NeMo-12B-Instruct Model Overview: Mistral-NeMo-12B-Instruct is a Large Language Model (LLM) composed of 12B parameters, trained jointly by NVIDIA and Mistral AI. It significantly outperforms existing models smaller or similar in size. Key features Released under t... | 0 | 800 | 2026-03-23T11:24:09.447032 |
nx-json | nx | https://nx.dev/docs/reference/nx-json | tooling | typescript | ction titled “Extends” Some presets use the extends property to hide some default options in a separate json file. The json file specified in the extends property is located in your node_modules folder. The Nx preset files are specified in the nx package . Nx Cloud Section titled “Nx Cloud” There are also options for N... | 34 | 799 | 2026-03-23T11:04:36.040485 |
quick-start | tanstack_start | https://tanstack.com/router/latest/docs/quick-start | framework | typescript | t 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-Based Routing Virtual File Routes Code-Ba... | 1 | 800 | 2026-03-23T11:32:46.961220 |
ViewChild | angular | https://angular.dev/api/core/ViewChild | framework | typescript | /rxjs-interop @angular/core/testing @angular/elements @angular/forms @angular/forms/signals @angular/forms/signals/compat @angular/localize @angular/localize/init @angular/platform-browser @angular/platform-browser-dynamic @angular/platform-browser-dynamic/testing @angular/platform-browser/animations @angular/platform-... | 1 | 800 | 2026-03-23T11:26:46.785759 |
?s=js | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=js | devops | python | and generates resource usage metrics (such as CPU, memory, network, and disk) from them. 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/awsecs... | 99 | 800 | 2026-03-23T11:15:08.509792 |
global | csharp | https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/attributes/global | language | csharp | ssembly, like this: [assembly: AssemblyVersion("1.0.0.0")] Global attributes appear in the source code after any top level using directives and before any type, module, or namespace declarations. You can include global attributes in multiple source files, but you must compile the files in a single compilation pass. In ... | 1 | 799 | 2026-03-23T10:57:02.430971 |
redis | redis | https://redis.io/docs/latest/commands/vcard/ | database | bash | ) → (usize) Available since: Redis Open Source 8.0.0 Time complexity: O(1) Compatibility: Redis Software and Redis Cloud compatibility Return the number of elements in the specified vector set. VCARD word_embeddings ( integer ) 3000000 Required arguments key is the name of the key that holds the vector set. Related top... | 3 | 694 | 2026-03-23T11:22:16.498764 |
ios-developer-mode | expo | https://docs.expo.dev/guides/ios-developer-mode | mobile | javascript | device with a Mac that has Xcode installed Prerequisites The instructions specified below need to be followed once per device. Enable Developer Mode Directly on an iOS device To follow the steps below, install your development build on your device before enabling the Developer Mode. When the build is created, follow th... | 1 | 800 | 2026-03-23T11:20:06.721985 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | us StatusReason (when there is a single name which can be described). retryAfterSeconds integer If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the altern... | 4,610 | 800 | 2026-03-23T10:56:49.348893 |
tanstack-form | shadcn_ui | https://ui.shadcn.com/docs/forms/tanstack-form | library | typescript | ield.state.meta.isTouched && ! field.state.meta.isValid return ( < Field data-invalid = {isInvalid}> < FieldLabel htmlFor = {field.name}>Description</ FieldLabel > < InputGroup > < InputGroupTextarea id = {field.name} name = {field.name} value = {field.state.value} onBlur = {field.handleBlur} onChange = {( e ) => field... | 9 | 800 | 2026-03-23T10:54:07.676046 |
release-notes-2.8.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.8.0 | mobile | dart | g for tree to go green, will affect goldens) 91626 Mark Mac_android run_release_test to be flaky (cla: yes, waiting for tree to go green) 91629 Roll Engine from 947d54d3e607 to e3655025cb0e (15 revisions) (cla: yes, waiting for tree to go green) 91632 [flutter_tools] migrate web_device.dart to null-safety (tool, cla: y... | 117 | 800 | 2026-03-23T11:14:04.145648 |
tempfiles.html | sqlite | https://www.sqlite.org/tempfiles.html | database | sql | in a larger transaction. For example, suppose an UPDATE statement will attempt to modify 100 rows in the database. But after modifying the first 50 rows, the UPDATE hits a constraint violation which should block the entire statement. The statement journal is used to undo the first 50 row changes so that the database is... | 13 | 799 | 2026-03-23T10:52:11.481696 |
diagnostics.html | go | https://go.dev/doc/diagnostics.html | language | go | tions such as function inlining and variable registerization. These optimizations sometimes make debugging with debuggers harder. There is an ongoing effort to improve the quality of the DWARF information generated for optimized binaries. Until those improvements are available, we recommend disabling optimizations when... | 12 | 800 | 2026-03-23T10:57:36.113986 |
?s=redis-4 | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=redis-4 | 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:33:50.373302 |
virtual-file-routes | tanstack_start | https://tanstack.com/router/latest/docs/routing/virtual-file-routes | framework | typescript | xample of a virtual route: tsx // routes.ts import { route } from '@tanstack/virtual-file-routes' export const routes = rootRoute('root.tsx', [ route('/about', 'about.tsx', [ // ... children routes ]), ]) You can also define a virtual route without a file name. This allows to set a common path prefix for its children: ... | 10 | 780 | 2026-03-23T11:31:32.850327 |
supabase-migration-up | supabase | https://supabase.com/docs/reference/cli/supabase-migration-up | database | typescript | nxid . PID │ DURATION │ QUERY ───────┼─────────────────┼─────────────────────────────────────────────────────────────────────────────────────── 19578 | 02:29:11.200129 | EXPLAIN SELECT "students".* FROM "students" WHERE "students"."id" = 1450645 LIMIT 1 19465 | 02:26:05.542653 | EXPLAIN SELECT "students".* FROM "studen... | 44 | 743 | 2026-03-23T11:31:35.080996 |
?s=kafkajs | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=kafkajs | devops | python | stall this instrumentation library run: dotnet add package NServiceBus 3.3.0-unstable71 Version .NET Language Instrumentation Component Reciprocal Public License 1.5 License Website Documentation Package Details (nuget) Repository OWIN Instrumentation for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 This is an Ins... | 208 | 800 | 2026-03-23T11:12:51.174995 |
?s=vcpkg | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=vcpkg | devops | python | omod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/gitlabreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Google Cloud Monitoring Receiver by 🔭 OpenTelemetry Authors 🔭 The primary objective of the Google Cloud ... | 117 | 800 | 2026-03-23T11:11:19.342925 |
?s=genai | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=genai | 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:31:34.220523 |
reference | turso | https://docs.turso.tech/sdk/go/reference | database | sql | Reference - Turso Skip to main content Turso home page Search... ⌘ K Search... Navigation Go Reference Turso Database (beta) Turso Cloud AgentFS (beta) Turso Homepage Discord GitHub Turso Cloud Introduction Quickstart Local Development libSQL Migrate to Turso Durability Guarantees Private Endpoints BYOK Encryption Usag... | 0 | 800 | 2026-03-23T11:15:22.946720 |
understanding-null-safety | dart | https://dart.dev/null-safety/understanding-null-safety | language | dart | 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 list On this page chevron_right Understanding null safety vertical_align_top Understanding null safety Dart 3.11 is live! Learn more Written by Bob Nystrom July 2020... | 4 | 718 | 2026-03-23T10:52:25.660516 |
claude-agent-sdk-js | langfuse | https://langfuse.com/integrations/frameworks/claude-agent-sdk-js | ai | python | " , }, async () => { // YOUR CODE HERE const { text } = await generateText ({ model: openai ( "gpt-5" ), prompt: userQuery, experimental_telemetry: { isEnabled: true }, }); return text; } ); }, { name: "process-user-request" } ); const result = await processUserRequest ( "some query" ); Learn more about using the Decor... | 8 | 800 | 2026-03-23T11:22:14.719143 |
ai-agent-integration | neon | https://neon.tech/docs/guides/ai-agent-integration | database | sql | ds before scaling to zero Set to -1 : Disables suspension entirely (compute always on, higher costs) For development branches, a 5-minute timeout (300 seconds) balances cost efficiency with user experience. This workflow prevents common issues like development data contaminating production databases, while giving users... | 22 | 800 | 2026-03-23T11:30:51.301137 |
func.ux_limitations.html | pytorch | https://pytorch.org/docs/stable/func.ux_limitations.html | ml | python | sin () return z x = torch . randn ([]) grad_x = grad ( f )( x ) Please rewrite f to return intermediate : def f ( x ): intermediate = x . sin () z = intermediate . sin () return z , intermediate grad_x , intermediate = grad ( f , has_aux = True )( x ) torch.autograd APIs # If you are trying to use a torch.autograd API ... | 3 | 800 | 2026-03-23T11:19:40.995273 |
supabase-orgs-list | supabase | https://supabase.com/docs/reference/cli/supabase-orgs-list | database | typescript | upabase project. supabase domains reverify Usage 1 supabase domains reverify Flags --project-ref <string> Optional Project ref of the Supabase project. supabase domains delete Usage 1 supabase domains delete Flags --project-ref <string> Optional Project ref of the Supabase project. supabase vanity-subdomains Manage van... | 77 | 800 | 2026-03-23T11:28:30.596078 |
spec-draft | dart | https://dart.dev/to/spec-draft | language | dart | ����c .��)��UG���e"���]���GU�� e�L�V�xi�G��tc���c�3w7�������������&w�iuqv����>?�3f����� gj��N�������3G �Iu5q#����oJ|������$�Pɠ�>� o ���"����&��J��IV�0���併̩B*��Si���� �a�� endstream endobj 1209 0 obj << /Length 3517 /Filter /FlateDecode >> stream x��k�۸�{~�?�ḧo�^�]� �h{Eo������g[ K�dq��ޙ!���vl�+��Iq��~p�E����/����|�/߿�... | 90 | 794 | 2026-03-23T11:06:06.479825 |
benchmark.html | pytorch | https://pytorch.org/tutorials/recipes/recipes/benchmark.html | ml | python | s an env constructor argument so that such A/B testing works seamlessly. Let’s imagine that rather than two Python functions, the add/sum and bmm approaches were in two different builds of PyTorch. The example below demonstrates how one might A/B test them. For simplicity, we only use a subset of shapes, and simply rou... | 20 | 800 | 2026-03-23T11:10:26.149597 |
connect-mysql-gui | planetscale | https://planetscale.com/docs/vitess/tutorials/connect-mysql-gui | database | sql | connection details as a list instead of a language or framework-specific connection string. As a security best practice, passwords are only displayed when they are created. Connect to the database In the application you are using, enter the access information you gathered in the previous step into the appropriate field... | 2 | 795 | 2026-03-23T11:19:47.346387 |
?s=source-generator | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=source-generator | devops | python | des a Twilio instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Undertow Instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for Undertow undertow instrumentation java Java Langua... | 270 | 800 | 2026-03-23T11:33:15.587187 |
bundler | bun | https://bun.sh/docs/bundler | runtime | javascript | ait Bun. build ({ entrypoints : [ ' ./index.tsx ' ], outdir : ' ./build ' , }); terminal Copy bun build ./index.tsx --outdir ./build It’s fast. The numbers below represent performance on esbuild’s three.js benchmark . Why bundle? The bundler is a key piece of infrastructure in the JavaScript ecosystem. As a brief overv... | 2 | 797 | 2026-03-23T10:55:50.029444 |
3.9.html | python | https://docs.python.org/3/whatsnew/3.9.html | language | python | platforms that don’t ship the IANA database, the tzdata module was released as a first-party package – distributed via PyPI and maintained by the CPython core team. See also PEP 615 – Support for the IANA Time Zone Database in the Standard Library PEP written and implemented by Paul Ganssle graphlib ¶ A new module, gra... | 11 | 800 | 2026-03-23T11:08:29.938919 |
release-notes-2.2.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.2.0 | mobile | dart | ra, p: connectivity, p: device_info, p: espresso, p: file_selector, p: flutter_plugin_android_lifecycle, p: google_maps_flutter, p: google_sign_in, p: image_picker, p: in_app_purchase, p: integration_test, p: ios_platform_images, p: local_auth, p: package_info, p: path_provider, p: quick_actions, p: sensors, p: share, ... | 696 | 800 | 2026-03-23T11:13:36.916528 |
nx-json | nx | https://nx.dev/docs/reference/nx-json | tooling | typescript | ojects, leave skipDefaultTag as false (the default) or omit it entirely. Version scheme syntax Section titled “Version scheme syntax” Docker version schemes support calendar-based patterns using the following placeholders: {projectName} - The name of the project being released {currentDate} - Current date in ISO format... | 30 | 800 | 2026-03-23T11:04:36.040479 |
dis.html | python | https://docs.python.org/3/library/dis.html | language | python | dis — Disassembler for Python bytecode — Python 3.14.3 documentation Navigation index modules | next | previous | Python » 3.14.3 Documentation » The Python Standard Library » Python Language Services » dis — Disassembler for Python bytecode | Theme Auto Light Dark | dis — Disassembler for Python bytecode ¶ Source code... | 0 | 797 | 2026-03-23T11:27:27.691116 |
converters-and-encryption | temporal | https://docs.temporal.io/develop/typescript/converters-and-encryption | devops | go | er : ejson/src/ejson-payload-converter.ts import { EncodingType , METADATA_ENCODING_KEY , Payload , PayloadConverterWithEncoding , PayloadConverterError , } from '@temporalio/common' ; import EJSON from 'ejson' ; import { decode , encode } from '@temporalio/common/lib/encoding' ; /** * Converts between values and [EJSO... | 10 | 800 | 2026-03-23T10:54:17.164964 |
best-practices | flutter | https://docs.flutter.dev/perf/best-practices | mobile | dart | in build() methods since build() can be invoked frequently when ancestor widgets rebuild. Avoid overly large single widgets with a large build() function. Split them into different widgets based on encapsulation but also on how they change: When setState() is called on a State object, all descendent widgets rebuild. Th... | 2 | 576 | 2026-03-23T11:02:05.410710 |
?s=http | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=http | 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:26:49.080003 |
c_status_malloc_count.html | sqlite | https://www.sqlite.org/c3ref/c_status_malloc_count.html | database | sql | QLITE_STATUS_PAGECACHE_SIZE This parameter records the largest memory allocation request handed to the pagecache memory allocator . Only the value returned in the *pHighwater parameter to sqlite3_status() is of interest. The value written into the *pCurrent parameter is undefined. SQLITE_STATUS_SCRATCH_USED No longer u... | 3 | 736 | 2026-03-23T11:39:20.534571 |
?s=js | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=js | devops | python | strumentation Component Apache 2.0 License Repository Kafka Streams Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Kafka Streams instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Kotlin Coroutines I... | 256 | 800 | 2026-03-23T11:15:08.510010 |
mui | mui | https://mui.com/x/api/date-pickers/static-date-picker/ | library | javascript | stom component for calendar header. Check the PickersCalendarHeader component. day PickersDay Custom component for day. Check the PickersDay component. layout Custom component for wrapping the layout. It wraps the toolbar, views, action bar, and shortcuts. leftArrowIcon ArrowLeft Icon displayed in the left view switch ... | 10 | 800 | 2026-03-23T11:34:17.866049 |
?s=kubewarden | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=kubewarden | devops | python | metry/instrumentation-fs 0.32.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository OpenTelemetry Generic Pool Instrumentation for Node.js by 🔭 OpenTelemetry Authors 🔭 generic-pool instrumentation for Node.js. js instrumentation generic-pool pooling Quick Install ... | 282 | 800 | 2026-03-23T11:30:42.721609 |
updating-objects-in-state | react | https://react.dev/learn/updating-objects-in-state | framework | javascript | nge 1 of 3 : Fix incorrect state updates This form has a few bugs. Click the button that increases the score a few times. Notice that it does not increase. Then edit the first name, and notice that the score has suddenly “caught up” with your changes. Finally, edit the last name, and notice that the score has disappear... | 22 | 800 | 2026-03-23T10:59:34.193091 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.