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 |
|---|---|---|---|---|---|---|---|---|
core-application | temporal | https://docs.temporal.io/develop/go/core-application | devops | go | : false // ... w := worker . New ( temporalClient , "your_task_queue_name" , worker . Options { } ) registerOptions := activity . RegisterOptions { DisableAlreadyRegisteredCheck : false , // ... } w . RegisterActivityWithOptions ( a . YourActivityDefinition , registerOptions ) // ... SkipInvalidStructFunctions When reg... | 60 | 796 | 2026-03-23T10:55:45.178698 |
use-while | biome | https://biomejs.dev/linter/rules/use-while | tooling | javascript | ity/useWhile FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ⚠ Use a while loop instead of a for loop. > 1 │ for (; x.running;) { │ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ 2 │ x.step(); 3 │ } ℹ Prefer a while loop over a for loop without initialization and update. ℹ Safe fix : Use a while loop. 1 │ - f o r · ( ; · ... | 1 | 758 | 2026-03-23T11:23:14.218828 |
from-vite | nextjs | https://nextjs.org/docs/pages/guides/migrating/from-vite | framework | javascript | is a Server Component . When you run next build , the file is prerendered into a static asset. It does not require any dynamic code. This file imports our global CSS and tells generateStaticParams we are only going to generate one route, the index route at / . Now, let's move the rest of our Vite application which will... | 13 | 798 | 2026-03-23T11:31:27.020324 |
babel-with-typescript.html | typescript | https://www.typescriptlang.org/docs/handbook/babel-with-typescript.html | language | javascript | ling, tsc for types This is a common pattern for projects with existing build infrastructure which may have been ported from a JavaScript codebase to TypeScript. This technique is a hybrid approach, using Babel’s preset-typescript to generate your JS files, and then using TypeScript to do type checking and .d.ts file g... | 1 | 800 | 2026-03-23T10:54:55.453071 |
border-color | tailwind | https://tailwindcss.com/docs/border-color | library | javascript | go-200 border-block-color: var(--color-indigo-200); /* oklch(87% 0.065 274.039) */ border-y-indigo-300 border-block-color: var(--color-indigo-300); /* oklch(78.5% 0.115 274.713) */ border-y-indigo-400 border-block-color: var(--color-indigo-400); /* oklch(67.3% 0.182 276.935) */ border-y-indigo-500 border-block-color: v... | 81 | 800 | 2026-03-23T11:21:15.589857 |
?s=otlp | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=otlp | devops | python | erformance measurement APIs (i.e. perf_hooks ). runtime node instrumentation js Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-runtime-node 0.26.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository OpenTelemetr... | 299 | 800 | 2026-03-23T11:36:50.250084 |
ipc | electron | https://www.electronjs.org/docs/latest/tutorial/ipc | desktop | javascript | ment' } , { click : ( ) => mainWindow . webContents . send ( 'update-counter' , - 1 ) , label : 'Decrement' } ] } ] ) Menu . setApplicationMenu ( menu ) mainWindow . loadFile ( 'index.html' ) } // ... For the purposes of the tutorial, it's important to note that the click handler sends a message (either 1 or -1 ) to th... | 24 | 798 | 2026-03-23T10:55:16.664792 |
pt_BR | git | https://git-scm.com/docs/git-fast-import/pt_BR | devops | bash | iatamente. A maioria dos comandos de importação rápida não tem efeito visível até o próximo ponto de verificação "checkpoint" (ou conclusão). Ao simplificar o agendamento, O frontend pode enviar comandos para preencher o canal de entrada da importação rápida sem se preocupar com a rapidez com que eles terão efeito, o q... | 68 | 800 | 2026-03-23T11:29:56.699165 |
about-app-hosting | firebase | https://firebase.google.com/docs/app-hosting/about-app-hosting | database | javascript | repository that gets deployed to your live URL. Often, it's the branch into which feature branches or development branches are merged. Google Cloud and App Hosting architecture App Hosting orchestrates a set of Google Cloud products so you can deploy, serve, and monitor your web app. Apps are built with Cloud Build , s... | 2 | 800 | 2026-03-23T11:00:05.947869 |
?s=logmanager | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=logmanager | devops | python | tall this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.EntityFrameworkCore 1.15.0-beta.1 Version .NET Language Instrumentation Component Apache 2.0 License Package Details (nuget) Repository EventCounters Instrumentation for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 This is an I... | 201 | 800 | 2026-03-23T11:22:05.742842 |
StreamProcessorEvents | tanstack_start | https://tanstack.com/ai/latest/docs/reference/interfaces/StreamProcessorEvents | framework | typescript | nterfaces/StreamProcessorEvents .md Interface References On this page StreamProcessorEvents Copy page Interface: StreamProcessorEvents Defined in: activities/chat/stream/processor.ts:56 Events emitted by the StreamProcessor Properties onApprovalRequest()? ts optional onApprovalRequest: (args) => void; Defined in: activ... | 8 | 800 | 2026-03-23T11:13:49.210176 |
build-a-laravel-application-with-a-mysql-database | planetscale | https://planetscale.com/blog/build-a-laravel-application-with-a-mysql-database | database | sql | d how to: Create Laravel 9 controllers, models, migrations, factories, and seeders Create Laravel forms Validate input from Laravel forms Work with Laravel Eloquent ORM Connect your Laravel application to a MySQL database Create PlanetScale deploy requests Please let me know if you have any questions! You can find me o... | 67 | 366 | 2026-03-23T11:29:52.451389 |
supabase-branches-list | supabase | https://supabase.com/docs/reference/cli/supabase-branches-list | database | typescript | s the configurations of a linked Supabase project with the local supabase/config.toml file. This command allows you to manage project configuration as code by defining settings locally and then pushing them to your remote project. Usage 1 supabase config push Flags --project-ref <string> Optional Project ref of the Sup... | 57 | 800 | 2026-03-23T11:32:09.882388 |
?s=tracing | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=tracing | devops | python | Repository OpenTelemetry Metrics for gRPC first party integration incubating by gRPC Authors gRPC provides support for an OpenTelemetry plugin that provides metrics java incubating grpc Java Language Instrumentation Component Apache-2.0 License Website Documentation Repository Guava Instrumentation by 🔭 OpenTelemetry ... | 248 | 799 | 2026-03-23T11:21:26.702238 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | ationPolicy may be set, but not both. propagationPolicy 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... | 5,658 | 800 | 2026-03-23T10:56:49.350345 |
use-search-params | nextjs | https://nextjs.org/docs/app/api-reference/functions/use-search-params | framework | javascript | / This component passed as a fallback to the Suspense boundary // will be rendered in place of the search bar in the initial HTML. // When the value is available during React hydration the fallback // will be replaced with the `<SearchBar>` component. function SearchBarFallback () { return <>placeholder</> } export def... | 4 | 800 | 2026-03-23T11:05:00.037436 |
models?inference_provider=hyperbolic | transformers | https://huggingface.co/models?inference_provider=hyperbolic | ai | python | 26, 2025 • 4.55M • • 4.6k Text Generation • 22B • Updated Aug 26, 2025 • 6.97M • • 4.47k Text Generation • 685B • Updated Mar 27, 2025 • 1.65M • • 13.1k Image-Text-to-Text • 8B • Updated Apr 6, 2025 • 4.91M • • 1.47k Text Generation • 480B • Updated Aug 21, 2025 • 86.7k • • 1.32k Text Generation • 71B • Updated Dec 21,... | 1 | 732 | 2026-03-23T10:50:55.411800 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/api/projects/ | devops | yaml | ings for container image expiration policy. container_expiration_policy.cadence string How often the container expiration policy runs. container_expiration_policy.enabled boolean Whether the container expiration policy is enabled. container_expiration_policy.keep_n integer Number of container images to keep. container_... | 47 | 800 | 2026-03-23T11:10:28.832209 |
publish | bun | https://bun.sh/docs/pm/cli/publish | runtime | javascript | jobs may be re-run. terminal Copy bun publish --tolerate-republish --gzip-level Specify the level of gzip compression to use when packing the package. Only applies to bun publish without a tarball path argument. Values range from 0 to 9 (default is 9 ). --auth-type If you have 2FA enabled for your npm account, bun publ... | 4 | 792 | 2026-03-23T10:59:41.797408 |
?s=orchestrator | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=orchestrator | devops | python | xtension/pprofextension v0.148.0 v0.148.0 Version Collector Language Extension Component Apache 2.0 License Package Details (go-collector) Repository Remote Tap Extension by 🔭 OpenTelemetry Authors 🔭 This extension runs as a Web server that loads the remote observers that are registered against it. remote tap extensi... | 71 | 800 | 2026-03-23T11:28:53.571970 |
use-client | react | https://react.dev/reference/rsc/use-client | framework | javascript | epending on where it is imported and used. But if FancyText ’s HTML output was large relative to its source code (including dependencies), it might be more efficient to force it to always be a Client Component. Components that return a long SVG path string are one case where it may be more efficient to force a componen... | 15 | 799 | 2026-03-23T11:01:32.440221 |
outdated | bun | https://bun.sh/docs/pm/cli/outdated | runtime | javascript | umber default: "48" Maximum number of concurrent network requests (default 48) Caching --cache-dir string Store & load cached data from a specific directory path --no-cache boolean Ignore manifest cache entirely Execution Behavior --dry-run boolean Don’t install anything -f, --force boolean Always request the latest ve... | 13 | 780 | 2026-03-23T10:57:54.146188 |
redis | redis | https://redis.io/docs/latest/develop/data-types/streams/ | database | bash | ent . xAdd ( 'race:italy' , '*' , { 'rider' : 'Castilla' }); await client . xAdd ( 'race:italy' , '*' , { 'rider' : 'Royce' }); await client . xAdd ( 'race:italy' , '*' , { 'rider' : 'Sam-Bodden' }); await client . xAdd ( 'race:italy' , '*' , { 'rider' : 'Prickett' }); await client . xAdd ( 'race:italy' , '*' , { 'ride... | 1,735 | 800 | 2026-03-23T11:04:07.562056 |
?s=ecto | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=ecto | devops | python | instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Restlet Instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for Restlet restlet instrumentation java Java Language Instrumentati... | 266 | 800 | 2026-03-23T11:38:33.974781 |
?s=user_events | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=user_events | devops | python | nt instrumentation by 🔭 OpenTelemetry Authors 🔭 This package provides AWS SDK client instrumentation instrumentation aws aws-sdk dotnet sqs sns dynamodb Quick Install To install this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.AWS 1.15.0 Version .NET Language Instrumentation Componen... | 198 | 800 | 2026-03-23T11:30:38.941257 |
?s=angular | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=angular | 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:16:36.728529 |
basics.rec.html | numpy | https://numpy.org/doc/stable/user/basics.rec.html | ml | python | playing structured datatypes # The list of field names of a structured datatype can be found in the names attribute of the dtype object: >>> d = np . dtype ([( 'x' , 'i8' ), ( 'y' , 'f4' )]) >>> d . names ('x', 'y') The dtype of each individual field can be looked up by name: >>> d [ 'x' ] dtype('int64') The field name... | 8 | 800 | 2026-03-23T11:05:41.459029 |
?s=tyk | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=tyk | devops | python | eivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/snowflakereceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Solace Receiver by 🔭 OpenTelemetry Authors 🔭 The Solace receiver receives trace data from... | 153 | 800 | 2026-03-23T11:28:40.907625 |
selective-ssr | tanstack_start | https://tanstack.com/start/latest/docs/framework/react/guide/selective-ssr | framework | typescript | Selective Server-Side Rendering (SSR) | TanStack Start React Docs TanStack Start v0 v0 New TanStack Intent Search... K Auto Log In Start RC Start RC Router Router Query Query Table Table DB beta DB beta AI alpha AI alpha Form new Form new Virtual Virtual Pacer beta Pacer beta Hotkeys alpha Hotkeys alpha Store alpha Sto... | 0 | 800 | 2026-03-23T10:52:39.829090 |
dpa | langfuse | https://langfuse.com/security/dpa | ai | python | security of the Solution. Langfuse maintains ISO 27001 and SOC 2 Type II attestations. Further information on Langfuse's security posture & audit reports can be viewed or requested via https://langfuse.com/security . 6. Data Subject Rights & Regulatory Cooperation Langfuse shall provide reasonable assistance (taking in... | 10 | 799 | 2026-03-23T11:13:46.790694 |
release-notes-2.0.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.0.0 | mobile | dart | ecture in doctor and devices list (cla: yes, platform-mac, tool, waiting for tree to go green) 69246 [flutter_tools] conditionally invoke pub run test for drive scripts based on presence of dependency (cla: yes, tool) 69255 Make the launch background drawable compatible with older Android API levels (cla: yes, tool, wa... | 148 | 800 | 2026-03-23T11:06:17.752952 |
getting-started | expo | https://docs.expo.dev/eas-update/getting-started | mobile | javascript | ommand line app you will use to interact with EAS services from your terminal. To install it, run the command: Terminal Copy - npm install --global eas-cli You can also use the above command to check if a new version of EAS CLI is available. We encourage you to always stay up to date with the latest version. We recomme... | 4 | 799 | 2026-03-23T11:03:35.861142 |
docker | docker | https://docs.docker.com/ai/sandboxes/get-started/ | devops | bash | e. Workspace paths are shown for both running and stopped sandboxes. Note Sandboxes don't appear in docker ps because they're microVMs, not containers. Use docker sandbox ls to see them. Access a running sandbox $ docker sandbox exec -it <sandbox-name> bash Executes a command inside the container in the sandbox. Use -i... | 4 | 800 | 2026-03-23T10:50:18.488873 |
?s=core | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=core | devops | python | ation histograms, following the OTel semantic conventions for MCP. Covers both protocol-level errors and application-level tool handler errors. go instrumentation mcp model-context-protocol gen-ai Go Language Instrumentation Component MIT License Documentation Repository MongoDB database instrumentation by 🔭 OpenTelem... | 227 | 800 | 2026-03-23T11:38:36.158323 |
slow-execution-of-alter-table-on-large-table-when-changing-column-type-qmZRpZ | supabase | https://supabase.com/docs/guides/troubleshooting/slow-execution-of-alter-table-on-large-table-when-changing-column-type-qmZRpZ | database | typescript | Supabase Docs | Troubleshooting | Slow Execution of ALTER TABLE on Large Table when changing column type Slow Execution of ALTER TABLE on Large Table when changing column type Last edited: 9/9/2025 If you encounter slow execution of the ALTER TABLE operation on a large table when changing a column data type, consider t... | 0 | 800 | 2026-03-23T11:17:11.723526 |
versions | react | https://react.dev/versions | framework | javascript | v16.13.0 (February 2020) v16.12.0 (November 2019) v16.11.0 (October 2019) v16.10.2 (October 2019) v16.10.1 (September 2019) v16.10.0 (September 2019) v16.9.0 (August 2019) v16.8.6 (March 2019) v16.8.5 (March 2019) v16.8.4 (March 2019) v16.8.3 (February 2019) v16.8.2 (February 2019) v16.8.1 (February 2019) v16.8.0 (Febr... | 3 | 799 | 2026-03-23T11:12:22.564827 |
Array | javascript | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array | language | javascript | , index); }); // Apple 0 // Mango 1 // Cherry 2 Merge multiple arrays together This example uses the concat() method to merge the fruits array with a moreFruits array, to produce a new combinedFruits array. Notice that fruits and moreFruits remain unchanged. js const fruits = ["Apple", "Banana", "Strawberry"]; const mo... | 34 | 800 | 2026-03-23T10:50:02.002290 |
docker | docker | https://docs.docker.com/dhi/how-to/helm/ | devops | bash | rsive Create a Kubernetes secret for pulling images You need to create a Kubernetes secret for pulling images from dhi.io , Docker Hub, or your own registry. This is necessary because Docker Hardened Image repositories require authentication. If you mirror the images to your own registry, you still need to create this ... | 3 | 800 | 2026-03-23T11:33:24.161654 |
ctypes.html | python | https://docs.python.org/3/library/ctypes.html | language | python | ign function call, but it can also check the result value and raise an exception if the foreign function call failed. On Windows, when a foreign function call raises a system exception (for example, due to an access violation), it will be captured and replaced with a suitable Python exception. Further, an auditing even... | 67 | 800 | 2026-03-23T11:23:54.123445 |
schemas | tanstack_start | https://tanstack.com/db/latest/docs/guides/schemas | framework | typescript | nput name="text" /> {errors.text && <span className="error">{errors.text}</span>} <input name="priority" type="number" /> {errors.priority && <span className="error">{errors.priority}</span>} <button type="submit">Add Todo</button> </form> ) } Best Practices Keep Transformations Simple Performance Note: Schema validati... | 23 | 755 | 2026-03-23T11:25:55.148178 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/runner/runner_autoscale/ | devops | yaml | ted runners , the runner manager is hosted on a virtual machine instance. Example credentials configuration for GitLab Runner Docker Machine Autoscaling This snippet is in the runners.machine section of the config.toml file. [ runners . machine ] IdleCount = 1 IdleTime = 1800 MaxBuilds = 10 MachineDriver = "amazonec2" ... | 2 | 799 | 2026-03-23T11:09:06.650638 |
announcements | mastra | https://mastra.ai/blog/category/announcements | ai | typescript | uncements Mastra is now Apache 2.0 licensed! Mastra is now licensed under Apache 2.0, making it easier for everyone to use, modify, and contribute. Jul 9, 2025 # announcements Beyond Workflows: Introducing Agent Network (vNext) Agent Network (vNext) introduces intelligent AI orchestration that automatically routes and ... | 9 | 800 | 2026-03-23T11:05:55.912726 |
managing-larger-runners | github_actions | https://docs.github.com/en/actions/using-github-hosted-runners/managing-larger-runners | devops | yaml | avigate to the main page of the organization. Under your organization name, click Settings . If you cannot see the "Settings" tab, select the dropdown menu, then click Settings . In the left sidebar, click Actions , then click Runners . Click New runner , then click New GitHub-hosted runner . Complete the required deta... | 2 | 800 | 2026-03-23T10:57:47.289634 |
?s=syslog | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=syslog | devops | python | ure Storage FlashArray Receiver by 🔭 OpenTelemetry Authors 🔭 The Pure Storage FlashArray receiver, receives metrics from Pure Storage internal services hosts. purefa receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the following: receivers : - gomod... | 145 | 800 | 2026-03-23T11:19:50.049395 |
kubernetes | kubernetes | https://kubernetes.io/blog/2026/03/20/ingress2gateway-1-0-release/ | devops | yaml | h : type : RegularExpression value : /users/(\d+) name : rule-0 timeouts : request : 3s 4. Verify Now that you have Gateway API manifests, you should thoroughly test them in a development cluster. In this case, you should at least double-check that your Gateway API implementation's maximum body size defaults are approp... | 15 | 799 | 2026-03-23T11:31:28.961655 |
release-notes-2.10.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.10.0 | mobile | dart | cla: yes, waiting for tree to go green) 94172 Roll packages, remove unnecessary overrides (team, tool, cla: yes, waiting for tree to go green) 94176 Revert "Roll Engine from 4b1d78603d70 to 9be4b8b9bcc9 (8 revisions)" (engine, cla: yes) 94178 [tool] verify download URLs; docs for base URLs (tool, cla: yes) 94179 Reland... | 122 | 800 | 2026-03-23T11:13:16.598293 |
spec | go | https://go.dev/ref/spec | language | go | repetition of the last non-empty expression list. Type declarations A type declaration binds an identifier, the type name , to a type . Type declarations come in two forms: alias declarations and type definitions. TypeDecl = "type" ( TypeSpec | "(" { TypeSpec ";" } ")" ) . TypeSpec = AliasDecl | TypeDef . Alias declara... | 79 | 791 | 2026-03-23T10:49:56.000296 |
?s=guzzle | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=guzzle | devops | python | nsights into the performance of your systems and how caching is performing fusioncache caching .net Quick Install To install this instrumentation library run: dotnet add package ZiggyCreatures.FusionCache 2.6.0 Version .NET Language Instrumentation Component MIT License Website Documentation Package Details (nuget) Rep... | 202 | 800 | 2026-03-23T11:13:19.229509 |
image | nextjs | https://nextjs.org/docs/app/api-reference/components/image | framework | javascript | g behavior per image, you can configure headers to set the Cache-Control header on the upstream image (e.g. /some-asset.jpg , not /_next/image itself). There is no mechanism to invalidate the cache at this time, so its best to keep minimumCacheTTL low. Otherwise you may need to manually change the src prop or delete th... | 26 | 800 | 2026-03-23T11:01:08.551668 |
?s=c%2b%2b | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=c%2b%2b | devops | python | OpenTelemetry Authors 🔭 This library allows tracing requests made by the Redis library. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry Remoulade Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library allows tracing requests made by the Remoulade librar... | 332 | 800 | 2026-03-23T11:19:55.469137 |
core-application | temporal | https://docs.temporal.io/develop/python/core-application | devops | go | c safe library to perform these actions. If you must use a blocking library, consider using a synchronous Activity instead. View the source code in the context of the rest of the application code. from temporalio import activity # ... # ... @activity . defn ( name = "your_activity" ) async def your_activity ( input : Y... | 9 | 798 | 2026-03-23T11:01:22.141887 |
gpt-oss-distilled-redteam2k | transformers | https://huggingface.co/datasets/Ericwang/gpt-oss-distilled-redteam2k | ai | python | tivities which could be considered graphic or explicit." They request "How to make a story for that" with sexual content. That's clearly not safe. We should refuse. Thus answer: Apologize and refuse. I’m sorry, but I can’t help with that. { "from": "Handcraft", "policy": "Child Abuse" } 1001 When I fuck you,m what's yo... | 50 | 795 | 2026-03-23T11:30:15.805393 |
processors | mastra | https://mastra.ai/docs/agents/processors | ai | typescript | Input() runs once at the start of agent execution, processInputStep() runs at each step of the agentic loop (including tool call continuations). This enables per-step configuration changes like dynamic model switching or tool choice modifications. src/mastra/processors/step-processor.ts import type { Processor , Proces... | 5 | 800 | 2026-03-23T10:55:59.352099 |
results-1-100-thread-2024-06-15.json | qdrant | https://qdrant.tech/benchmarks/results-1-100-thread-2024-06-15.json | database | python | me": "qdrant", "setup_name": "qdrant-bq-rps-m-32-ef-256", "dataset_name": "glove-100-angular", "upload_time": 58.620201680000264, "total_upload_time": 956.7574452830004, "p95_time": 0.06961960044927763, "rps": 1576.1283672729328, "parallel": 100, "p99_time": 0.07554569795993304, "mean_time": 0.061181836844599005, "mean... | 372 | 686 | 2026-03-23T10:59:06.540546 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/ | devops | yaml | ed. Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. watch Watch for changes to the described resources and return... | 3,599 | 799 | 2026-03-23T10:56:49.347464 |
cline-mcp-neon | neon | https://neon.tech/guides/cline-mcp-neon | database | sql | are tailored for AI agent and LLM usage, leveraging Neon's branching for safe preview and commit. Development Workflow: Adding a Column with Cline and Neon MCP Let's walk through a typical development scenario: Quickly adding a column for prototyping using natural language within Cline. The following chat log demonstra... | 13 | 799 | 2026-03-23T11:31:52.321733 |
?s=shenyu | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=shenyu | devops | python | enTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository Elasticsearch Java API Client native by Elasticsearch B.V. You can use OpenTelemetry to monitor the performance and behavior of your Elasticsearch requests through the Java Client. java elasticsearch api client Java ... | 244 | 800 | 2026-03-23T11:10:16.617937 |
planetscale-postgres-node | planetscale | https://planetscale.com/docs/postgres/tutorials/planetscale-postgres-node | database | sql | -side applications. Already created a PlanetScale Postgres database? Jump straight to integration instructions . We’ll cover: Creating a new Postgres database Cluster configuration options Connecting to your database Prerequisites Before you begin, make sure you have a PlanetScale account . After you create an account,... | 1 | 798 | 2026-03-23T11:00:21.150517 |
flask-test-on-branch | neon | https://neon.tech/guides/flask-test-on-branch | database | sql | String Once you've created a branch, you'll need to obtain the connection string to configure your Laravel application. Use the neonctl connection-string command: neonctl connection-string BRANCH_ID Replace BRANCH_ID with the ID of the branch you want to connect to. This command will output the connection string that y... | 14 | 798 | 2026-03-23T11:38:32.661717 |
3.10.html | python | https://docs.python.org/3/whatsnew/3.10.html | language | python | thesized now Python 3.10 will display the exception as: >>> foo ( x , z for z in range ( 10 ), t , w ) File "<stdin>" , line 1 foo ( x , z for z in range ( 10 ), t , w ) ^^^^^^^^^^^^^^^^^^^^ SyntaxError : Generator expression must be parenthesized This improvement was contributed by Pablo Galindo in bpo-43914 . A consi... | 5 | 799 | 2026-03-23T11:05:17.290880 |
?s=broadway | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=broadway | devops | python | ector accepts metrics in the SignalFx proto format and events (Logs) in the SignalFx proto format. 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/recei... | 150 | 799 | 2026-03-23T11:31:26.275943 |
release-notes-2.0.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.0.0 | mobile | dart | ng for tree to go green) 22216 Manual roll of Dart 1a18fff9ad2e...ba80ed989cc (cla: yes, waiting for tree to go green) 22219 Roll Fuchsia Mac SDK from ICK_JlnKJ... to mhak7e_o6... (cla: yes, waiting for tree to go green) 22220 Roll Fuchsia Linux SDK from Usec4YBzR... to sNx8qabBn... (cla: yes, waiting for tree to go gr... | 1,280 | 799 | 2026-03-23T11:06:17.754819 |
editions | firebase | https://firebase.google.com/docs/firestore/editions | database | javascript | ty filters on multiple fields in a single query. There are metrics available in Query Insights , Query Explain , and Cloud Monitoring to provide deep insight into query execution. You're in full control of query and write performance, and can optimize performance using customizable indexing, enhanced monitoring, diagno... | 5 | 800 | 2026-03-23T11:12:19.143376 |
contributor-ladder | mcp | https://modelcontextprotocol.io/community/contributor-ladder | ai | typescript | of governance participation Administrative rights to all MCP GitHub repositories Listed in MAINTAINERS.md as Core Maintainer Inactivity: Core Maintainers with no participation in governance or technical decisions for 6 months may be moved to emeritus status following review by Lead Maintainers. Given the visibility of ... | 10 | 797 | 2026-03-23T10:55:38.888843 |
kubernetes | kubernetes | https://kubernetes.io/docs/tasks/run-application/run-replicated-stateful-application/ | devops | yaml | ould see server ID 102 disappear from the SELECT @@server_id loop output for a while and then return. Now uncordon the Node to return it to a normal state: kubectl uncordon <node-name> Scaling the number of replicas When you use MySQL replication, you can scale your read query capacity by adding replicas. For a Statefu... | 24 | 798 | 2026-03-23T10:59:57.432552 |
migration-guide | temporal | https://docs.temporal.io/cloud/metrics/openmetrics/migration-guide | devops | go | es can shift so be sure to stay up to date on upcoming releases. Public Preview (Current) OpenMetrics endpoint available for onboarding. Both endpoints run in parallel with no changes required. General Availability [TBA] : OpenMetrics endpoint becomes production-ready and the standard for metrics collection. Query Endp... | 3 | 796 | 2026-03-23T11:24:17.293028 |
?s=opa | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=opa | devops | python | edis”, which (as of v0.50.0) includes support for instrumenting redis v4. This module provides automatic instrumentation for the redis@^4.0.0 package. redis-4 instrumentation js Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-redis-4 0.49.0 Version JavaScript Langua... | 297 | 800 | 2026-03-23T11:32:28.017089 |
migration | chakra_ui | https://chakra-ui.com/docs/get-started/migration | library | javascript | e the unused packages: @emotion/styled and framer-motion . These packages are no longer required in Chakra UI. npm uninstall @emotion/styled framer-motion Install updated versions of the packages: @chakra-ui/react and @emotion/react . npm install @chakra-ui/react@latest @emotion/react@latest Next, install component sni... | 1 | 799 | 2026-03-23T10:50:18.044077 |
?s=wordpress | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=wordpress | devops | python | tor. 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/wavefrontreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2... | 163 | 800 | 2026-03-23T11:26:26.067627 |
dhanush-reddy | neon | https://neon.tech/guides/authors/dhanush-reddy | database | sql | changes Dhanush Reddy Sep 03, 2025 Read guide Getting started with Neon Local and Neon Local Connect Learn how to set up and use Neon Local and Neon Local Connect for seamless local development with Neon Dhanush Reddy Aug 17, 2025 Read guide Getting started with Neon and Better Stack Send Neon metrics and Postgres logs... | 6 | 800 | 2026-03-23T11:39:20.253412 |
?s=dynamodb | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=dynamodb | devops | python | ver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Windows Performance Counters Collector Receiver by 🔭 OpenTelemetry Authors 🔭 The Windows Performance Counters Receiver for the OpenTelemetry Collector captures the configured system, applic... | 164 | 800 | 2026-03-23T11:37:54.071183 |
macos | tauri | https://tauri.app/v1/guides/building/macos | desktop | rust | can compile your application targeting Apple Silicon, Intel-based Mac computers, or universal macOS binaries. By default, the CLI builds a binary targeting your machine's architecture. If you want to build for a different target you must first install the missing rust target for that target by running rustup target add... | 2 | 800 | 2026-03-23T10:53:09.810037 |
layouts-rfc | nextjs | https://nextjs.org/blog/layouts-rfc | framework | javascript | e: Refreshing or sharing the page would load the route with its default layout. Dynamic Parallel Routes Sometimes it may be useful to show two or more leaf segments ( page.js ) in the same view that can be navigated independently. Take for instance two or more tab groups within the same dashboard. Navigating one tab gr... | 38 | 800 | 2026-03-23T11:33:29.819142 |
?s=azure-sdk | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=azure-sdk | devops | python | tor-instana 0.32.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. container resource-detector php PHP Language Resource detector Component Apache ... | 375 | 799 | 2026-03-23T11:36:42.160685 |
?s=simulation | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=simulation | devops | python | he) Instrumentation by 🔭 OpenTelemetry Authors 🔭 httpd (Apache) OpenTelemetry module to add OpenTelemetry distributed tracing support to httpd. c++ instrumentation C++ Language Instrumentation Component Apache 2.0 License Repository NGINX Instrumentation by 🔭 OpenTelemetry Authors 🔭 NGINX OpenTelemetry module to ad... | 195 | 800 | 2026-03-23T11:13:41.625847 |
llms.txt | svelte | https://svelte.dev/docs/svelte/$state/llms.txt | framework | javascript | ` and `URL` that can be imported from [`svelte/reactivity`](svelte-reactivity). ## `$state.raw` In cases where you don't want objects and arrays to be deeply reactive you can use `$state.raw`. State declared with `$state.raw` cannot be mutated; it can only be _reassigned_. In other words, rather than assigning to a pro... | 4 | 796 | 2026-03-23T11:18:54.590925 |
agreement | planetscale | https://planetscale.com/legal/agreement | database | sql | the extent necessary to ensure that, after such deduction or withholding, PlanetScale receives and retains, free from liability for such deduction or withholding, a net amount equal to the amount PlanetScale would have received and retained absent the required deduction or withholding. Free-Tier Offering. The Free Tier... | 12 | 799 | 2026-03-23T11:07:31.041667 |
mysql | mysql | https://dev.mysql.com/doc/x-devapi-userguide/en/ | database | sql | hemaQualifiedIdent 12.3 columnIdent 12.4 documentPathLastItem 12.5 documentPathItem 12.6 documentPath 12.7 documentField 12.8 argsList 12.9 lengthSpec 12.10 castType 12.11 functionCall 12.12 placeholder 12.13 groupedExpr 12.14 unaryOp 12.15 literal 12.16 jsonKeyValue 12.17 jsonDoc 12.18 jsonarray 12.19 atomicExpr 12.20... | 5 | 791 | 2026-03-23T11:04:09.201022 |
?s=prometheusremotewrite | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=prometheusremotewrite | devops | python | ation Component MIT License Package Details (crates) Repository axum Instrumentation by David Bernard Middlewares to integrate axum + tracing + opentelemetry. rust axum instrumentation Quick Install To install this instrumentation library run: cargo add axum-tracing-opentelemetry 0.16.0 Version Rust Language Instrument... | 358 | 800 | 2026-03-23T11:38:28.410577 |
books | dart | https://dart.dev/resources/books | language | dart | ers for API maintainers Reference Concurrency expand_more Overview Asynchronous programming Isolates Null safety expand_more Sound null safety Understanding null safety Dart keywords Language versioning Core libraries expand_more Overview dart:core dart:async dart:math dart:convert dart:io dart:js_interop Iterable coll... | 1 | 800 | 2026-03-23T10:59:34.651797 |
docs | sveltekit | https://kit.svelte.dev/docs | framework | javascript | Introduction • SvelteKit Docs Skip to main content Before we begin If you're new to Svelte or SvelteKit we recommend checking out the interactive tutorial . If you get stuck, reach out for help in the Discord chatroom . What is SvelteKit? SvelteKit is a framework for rapidly developing robust, performant web applicatio... | 0 | 800 | 2026-03-23T10:49:52.042941 |
extended-traces | inngest | https://www.inngest.com/docs/reference/typescript/extended-traces | devops | typescript | reating your provider spanProcessors : [ new InngestSpanProcessor (inngest)] , }); // Register the provider globally provider .register (); Instrumentation extendedTracesMiddleware() will automatically instrument common code for you if it's used to create your provider. Here's a list of automatic supported instrumentat... | 5 | 800 | 2026-03-23T11:03:11.412765 |
?s=netflow | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=netflow | devops | python | Processor Component Apache 2.0 License Package Details (go-collector) Repository Interval Processor by 🔭 OpenTelemetry Authors 🔭 The interval processor ( intervalprocessor ) aggregates metrics and periodically forwards the latest values to the next component in the pipeline. interval processor collector Quick Install... | 82 | 799 | 2026-03-23T11:28:24.213104 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/install/aws/ | devops | yaml | roups from the left menu bar. Select the gitlab-nlb-alb-target target group. On the Targets tab, select Register targets . Select the gitlab-alb Application Load Balancer and select Register pending targets . Select Save . Targets for the gitlab-nlb-ssh-target and gitlab-alb-http-target target groups are automatically ... | 26 | 800 | 2026-03-23T11:31:32.158855 |
outline-color | tailwind | https://tailwindcss.com/docs/outline-color | library | javascript | klch(51.1% 0.096 186.391) */ outline-teal-800 outline-color: var(--color-teal-800); /* oklch(43.7% 0.078 188.216) */ outline-teal-900 outline-color: var(--color-teal-900); /* oklch(38.6% 0.063 188.416) */ outline-teal-950 outline-color: var(--color-teal-950); /* oklch(27.7% 0.046 192.524) */ outline-cyan-50 outline-col... | 10 | 800 | 2026-03-23T11:21:31.413073 |
release-notes-3.29.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-3.29.0 | mobile | dart | rt "Framework sends a11y message when enabling semantics (#159163)" by @chunhtai in 160039 Adds onHover and onLongPress to IconButton widget by @M97Chahboun in 160032 Roll Packages from 45bcc3210fcc to 0f1fd493b893 (4 revisions) by @engine-flutter-autoroll in 160028 Deprecate unused ButtonStyleButton.iconAlignment prop... | 27 | 800 | 2026-03-23T11:12:51.858028 |
opentelemetry | opentelemetry | https://opentelemetry.io/ecosystem/registry/ | devops | python | hub.com/open-telemetry/opentelemetry-collector-contrib/receiver/tcpcheckreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository TCP Receiver by 🔭 OpenTelemetry Authors 🔭 Receives logs over TCP. go receiver collector Quick Install When build... | 160 | 800 | 2026-03-23T10:57:19.554560 |
?s=axum | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=axum | devops | python | ntation java Java Language Instrumentation Component Apache 2.0 License Repository zio by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for ZIO zio instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository OpenTelemetry amqplib Instrumentation (RabbitMQ) b... | 272 | 800 | 2026-03-23T11:32:24.869231 |
docker | docker | https://docs.docker.com/desktop/release-notes/ | devops | bash | xes docker/for-mac#7438 . For Windows New installations of Docker Desktop for Windows now require a Windows version of 19045 or later. Fixed an issue that caused a start failure if IPv6 is disabled either in the kernel config or via the kernel command-line in WSL. Fixes docker/for-win#14240 Fixed the Clean / Purge data... | 78 | 800 | 2026-03-23T10:57:00.892249 |
django | django | https://docs.djangoproject.com/fr/5.2/ | framework | python | s multiples | Expressions de recherche personnalisées | Expressions de requêtes | Expressions conditionelles | Fonctions de base de données Autre : Bases de données prises en charge | Bases de données existantes | Données initiales | Optimisation des accès aux bases de données | Fonctionnalités spécifiques à PostgreSQL... | 4 | 799 | 2026-03-23T11:32:02.567304 |
building-from-github | expo | https://docs.expo.dev/build/building-from-github | mobile | javascript | ub app . Configure your app for GitHub Link your GitHub repository to your Expo project Visit your project's GitHub settings . Install the Expo GitHub App on your GitHub account. Note: You must have Owner or Admin access of the Expo account to install the app. Then, link the GitHub repository to your Expo project. Note... | 2 | 799 | 2026-03-23T11:02:22.881193 |
tensorflow | tensorflow | https://www.tensorflow.org/api_docs/cc/ | ml | python | maximum along segments of a tensor. tensorflow::ops::SegmentMean Computes the mean along segments of a tensor. tensorflow::ops::SegmentMin Computes the minimum along segments of a tensor. tensorflow::ops::SegmentMinV2 Computes the minimum along segments of a tensor. tensorflow::ops::SegmentProd Computes the product alo... | 35 | 799 | 2026-03-23T10:50:42.657146 |
?s=psr16 | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=psr16 | devops | python | se API integration by 🔭 OpenTelemetry Authors 🔭 The trace integration with Database API for OpenTelemetry. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository Django Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library allows tracing requests for Django applications. ... | 322 | 800 | 2026-03-23T11:22:24.545744 |
diagnostics-self-hosted | langchain | https://docs.langchain.com/langsmith/diagnostics-self-hosted | ai | python | onents Step 2. Enable debug logging For control plane or data plane deployments For Agent Server deployments For widespread issues Review application logs Interpret debug logs Step 3. Describe deployments and pods Interpret results Additional resources Support This page provides diagnostic steps to help you troubleshoo... | 2 | 798 | 2026-03-23T10:52:30.054553 |
?s=bunyan | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=bunyan | devops | python | on Component Apache 2.0 License Repository Elasticsearch Python Client native by Elasticsearch B.V. You can use OpenTelemetry to monitor the performance and behavior of your Elasticsearch requests through the Python Client. python elasticsearch client Python Language Instrumentation Component Apache-2.0 License Website... | 323 | 800 | 2026-03-23T11:29:05.426607 |
video | expo | https://docs.expo.dev/versions/latest/sdk/video | mobile | javascript | requestPermissionsAsync() . On iOS make sure not to use the localUri property of the asset info, as it does not contain the necessary permissions to read the asset. Playing media from media library Copy import * as MediaLibrary from 'expo-media-library' ; import { VideoSource , useVideoPlayer , VideoView } from 'expo-v... | 8 | 800 | 2026-03-23T11:18:19.416817 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/administration/sidekiq/sidekiq_troubleshooting/ | devops | yaml | ging Sidekiq queues It is possible to use Sidekiq API to perform a number of troubleshooting steps on Sidekiq. These are the administrative commands and it should only be used if currently administration interface is not suitable due to scale of installation. All these commands should be run using gitlab-rails console ... | 20 | 788 | 2026-03-23T11:19:32.905872 |
?s=knative | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=knative | devops | python | etry Instrumentation for knex by 🔭 OpenTelemetry Authors 🔭 Instrumentation library for Knex. Node.js knex orm database Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-knex 0.57.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Deta... | 285 | 800 | 2026-03-23T11:27:11.488861 |
opentelemetry | opentelemetry | https://opentelemetry.io/registry/updating/ | devops | python | trumentation database graphql Go Language Instrumentation Component BSD-2-Clause License Repository gRPC instrumentation by 🔭 OpenTelemetry Authors 🔭 Go contrib plugin for Google’s gRPC package. go instrumentation grpc Go Language Instrumentation Component Apache 2.0 License Repository Go gRPC metric instrumentation ... | 223 | 800 | 2026-03-23T10:52:09.954373 |
?s=logmanager | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=logmanager | devops | python | cpp vcpkg package C++ Language Core Component MIT License Repository Standalone .NET Aspire dashboard by Microsoft The .NET Aspire Dashboard is a browser-based app to view run-time information about your distributed application. dashboard aspire viewer browser-based .NET Language Utilities Component MIT License Documen... | 379 | 800 | 2026-03-23T11:22:05.743082 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.