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 |
|---|---|---|---|---|---|---|---|---|
tauri-community-survey-2022-data.csv | tauri | https://tauri.app/tauri-community-survey-2022-data.csv | desktop | rust | 4/01/2023, 21:54",j1vhS6PReFHFUoOScbYe,20 - 29,1 - 2,Full-Stack,,Español,,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,TRUE,TRUE,FALSE,FALSE,,FALSE,TRUE,TRUE,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,FALSE,FALSE,FALSE,,FALSE,FALSE,FALSE,TRUE,FALSE,FALSE,TRUE,FALSE,FALSE,,Twitter,,TRUE,FALSE,FALSE,FALSE,TRUE,TRUE,TRUE,FALSE,,Less than 1 ... | 141 | 800 | 2026-03-23T11:10:27.958460 |
mock-clock | bun | https://bun.sh/docs/guides/test/mock-clock | runtime | javascript | Generate a yarn-compatible lockfile Migrate from npm to bun Configure git to diff Bun's lockfile Install Bun in GitHub Actions Test Runner Run tests Watch mode Migrate from Jest Mock functions Spy on methods Mock system time Snapshot testing Update snapshots Coverage reports Coverage threshold Concurrent test glob Skip... | 3 | 799 | 2026-03-23T11:07:12.959750 |
$env-static-public | svelte | https://svelte.dev/docs/kit/$env-static-public | framework | javascript | anger ${ name } ! Danger!` ); // Prints: Danger Will Robinson! Danger!, to err @see source console . Console .log (message ?: any , ... optionalParams: any[]): void ( + 1 overload) Prints to stdout with newline. Multiple arguments can be passed, with the first used as the primary message and all additional used as subs... | 7 | 799 | 2026-03-23T11:23:36.579143 |
git-rebase | git | https://git-scm.com/docs/git-rebase | devops | bash | trategy> [...] commands. See also REBASING MERGES and INCOMPATIBLE OPTIONS below. -x <cmd> --exec <cmd> Append "exec <cmd>" after each line creating a commit in the final history. <cmd> will be interpreted as one or more shell commands. Any command that fails will interrupt the rebase, with exit code 1. You may execute... | 27 | 800 | 2026-03-23T10:50:43.117902 |
?s=hub | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=hub | devops | python | OpenTelemetry.Exporter.Geneva 1.15.1 Version .NET Language Exporter Component Apache 2.0 License Package Details (nuget) Repository InfluxDB Exporter for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 The InfluxDB exporter converts OpenTelemetry metrics into the InfluxDB model influxdb exporter dotnet Quick Install ... | 170 | 800 | 2026-03-23T11:39:42.318971 |
mui | mui | https://mui.com/x/react-charts/components/ | library | javascript | ight and yAxis[].width ) that add extra space to draw axes The margin is used to leave space for extra elements, or to let data items overflow the drawing area. You can use the useDrawingArea() hook in the Chart subcomponents to get the coordinates of the drawing area: import { useDrawingArea } from '@mui/x-charts' ; c... | 1 | 789 | 2026-03-23T11:23:45.269222 |
typescript-in-5-minutes-func.html | typescript | https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes-func.html | language | javascript | a [ 0 ] = 101 ; // D: TypeScript additionally has a readonly modifier for properties. ts interface Rx { readonly x : number ; } let rx : Rx = { x: 1 }; rx . x = 12 ; // error It also ships with a mapped type Readonly<T> that makes all properties readonly : ts interface X { x : number ; } let rx : Readonly < X > = { x: ... | 19 | 799 | 2026-03-23T10:55:33.868332 |
?group=sorted-set | redis | https://redis.io/docs/latest/commands/?group=sorted-set | database | bash | e of a key by one. Uses 0 as initial value if the key doesn't exist. Learn more → Read more INCRBY Increments the integer value of a key by a number. Uses 0 as initial value if the key doesn't exist. Learn more → Read more INCRBYFLOAT Increment the floating point value of a key by a number. Uses 0 as initial value if t... | 28 | 800 | 2026-03-23T11:03:44.287506 |
llms-full.txt | angular | https://angular.dev/assets/context/llms-full.txt | framework | typescript | u to establish a mapping between those origins, so that `HttpTransferCache` feature can recognize those requests as the same ones and reuse the data cached on the server during hydration on the client. ## Configuring a server ### Node.js The `@angular/ssr/node` extends `@angular/ssr` specifically for Node.js environmen... | 638 | 794 | 2026-03-23T10:56:08.578518 |
previous-versions | pytorch | https://pytorch.org/get-started/previous-versions | ml | python | .org/whl/torch_stable.html v1.7.0 Conda OSX # conda conda install pytorch==1.7.0 torchvision==0.8.0 torchaudio==0.7.0 -c pytorch Linux and Windows # CUDA 9.2 conda install pytorch==1.7.0 torchvision==0.8.0 torchaudio==0.7.0 cudatoolkit=9.2 -c pytorch # CUDA 10.1 conda install pytorch==1.7.0 torchvision==0.8.0 torchaudi... | 48 | 800 | 2026-03-23T11:37:20.126604 |
image | expo | https://docs.expo.dev/versions/latest/sdk/image | mobile | javascript | , 'bottom center' , 'bottom right' , 'bottom left' , 'left center' , 'left top' , 'left bottom' . If only one keyword is provided, then the other dimension is set to 'center' ( '50%' ), so the image is placed in the middle of the specified edge. As an example, 'top right' is the same as { top: 0, right: 0 } and 'bottom... | 31 | 800 | 2026-03-23T10:50:03.282916 |
2.16.6 | git | https://git-scm.com/docs/gitsubmodules/2.16.6 | devops | bash | tory is automatically moved to $GIT_DIR/modules/ <name> / of the superproject. Deinitialized submodule: A gitlink , and a .gitmodules entry, but no submodule working directory. The submodule’s Git directory may be there as after deinitializing the Git directory is kept around. The directory which is supposed to be the ... | 9 | 800 | 2026-03-23T11:10:46.096570 |
macos-windows-merged-threads | flutter | https://docs.flutter.dev/release/breaking-changes/macos-windows-merged-threads | mobile | dart | rm thread. Description of change # Flutter 3.35 merges the UI and platform threads by default on macOS and Windows. This mirrors iOS and Android, whose threads were merged by default in Flutter 3.29. Migration guide # Merged threads should not affect your app. If you suspect merged threads has regressed your app, pleas... | 1 | 694 | 2026-03-23T11:24:33.411683 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/api/group_level_variables/ | devops | yaml | Possible values: [environment_scope] . Premium and Ultimate only. curl --request GET \ --header "PRIVATE-TOKEN: <your_access_token>" \ --url "https://gitlab.example.com/api/v4/groups/1/variables/SCOPED_VARIABLE_1?filter[environment_scope]=production" { "key" : "TEST_VARIABLE_1" , "variable_type" : "env_var" , "value" :... | 2 | 799 | 2026-03-23T10:50:47.820156 |
?s=https | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=https | devops | python | metry SDK, reporting data to an OpenTelemetry Collector. sandbox rust kubewarden Rust Language Application integration Component Apache-2.0 License Website Documentation rustup native by The Rust Project Developers The feature otel can be used when building rustup to turn on OpenTelemetry tracing with an OTLP gRPC expo... | 18 | 800 | 2026-03-23T11:32:21.376820 |
supabase-network-restrictions-update | supabase | https://supabase.com/docs/reference/cli/supabase-network-restrictions-update | database | typescript | supabase postgres-config update [flags] Flags --config <strings> Optional Config overrides specified as a 'key=value' pair --no-restart Optional Do not restart the database after updating config. --replace-existing-overrides Optional If true, replaces all existing overrides with the ones provided. If false (default), m... | 83 | 800 | 2026-03-23T11:30:04.696316 |
why-generics | go | https://go.dev/blog/why-generics | language | go | pose for future versions of Go. Next article: Experiment, Simplify, Ship Previous article: Announcing The New Go Store Blog Index go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more. Okay | 32 | 253 | 2026-03-23T11:28:07.231030 |
database-transactions | planetscale | https://planetscale.com/blog/database-transactions | database | sql | any running transaction may need to see it. There can even be several undo log records in the log for the same row simultaneously. In such a case, MySQL will choose the correct version based on transaction identifiers. Isolation Levels The idea of Repeatable reads is important for databases, but this is just one of sev... | 10 | 799 | 2026-03-23T11:01:58.826976 |
capi3ref.html | sqlite | https://www.sqlite.org/capi3ref.html | database | sql | ted with the connection - main, temp, and any ATTACH -ed databases. The full amount of memory used by the schemas is reported, even if the schema memory is shared with other database connections due to shared cache mode being enabled. The highwater mark associated with SQLITE_DBSTATUS_SCHEMA_USED is always 0. SQLITE_DB... | 386 | 800 | 2026-03-23T11:15:05.573765 |
release-notes-3.16.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-3.16.0 | mobile | dart | ts for M2/M3" by @zanderso in 130578 Test cover some leak-free code. by @polina-c in 130543 Roll pub packages by @flutter-pub-roller-bot in 130348 Remove unused imports by @goderbauer in 130603 Use the new rounding hack migration flag in TextPainter by @LongCatIsLooong in 130548 Remove duplicated dart:ui imports by @go... | 4 | 800 | 2026-03-23T11:12:56.827689 |
?s=namedpipe | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=namedpipe | devops | python | ector you can add this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/collectdreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository CouchDB Receiver... | 108 | 800 | 2026-03-23T11:26:08.589158 |
fx.html | pytorch | https://pytorch.org/docs/stable/fx.html | ml | python | code generated from the Graph underlying this GraphModule . delete_all_unused_submodules ( ) [source] # Deletes all unused submodules from self . A Module is considered “used” if any one of the following is true: 1. It has children that are used 2. Its forward is called directly via a call_module node 3. It has a non-M... | 54 | 800 | 2026-03-23T10:57:34.573147 |
troubleshooting-and-faq | langfuse | https://langfuse.com/docs/observability/sdk/troubleshooting-and-faq | ai | python | nAI integration issues Media not appearing Missing traces with @vercel/otel Question? Give us feedback → Edit this page on GitHub Contributors Max Deichmann Co-founder Jannik Maierhöfer Growth Engineer | 3 | 201 | 2026-03-23T11:17:31.720544 |
caching | expo | https://docs.expo.dev/build-reference/caching | mobile | javascript | leverage them when building your app. GitHub run When a build is run from GitHub, caches get scoped to the branch the build is running from. A build can restore caches created in: The current branch The default branch ( main or master ) EAS CLI run When a build is triggered from eas-cli , caches are scoped to the user ... | 9 | 800 | 2026-03-23T11:02:27.718414 |
foreignkeys.html | sqlite | https://www.sqlite.org/foreignkeys.html | database | sql | table. Other books and articles refer to this as the referencing table . The parent key is the column or set of columns in the parent table that the foreign key constraint refers to. This is normally, but not always, the primary key of the parent table. The parent key must be a named column or columns in the parent tab... | 10 | 742 | 2026-03-23T10:58:08.890894 |
?s=deltatocumulative | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=deltatocumulative | devops | python | ry v0.4.0 Version Go Language Instrumentation Component Apache-2.0 License Website Documentation Package Details (go) Repository Connect RPC instrumentation first party integration by Connect Authors Go contrib plugin for Connect RPC go instrumentation connect grpc Go Language Instrumentation Component Apache 2.0 Licen... | 220 | 799 | 2026-03-23T11:36:53.633023 |
adding-to-existing-project | nx | https://nx.dev/docs/guides/adopting-nx/adding-to-existing-project | tooling | typescript | ing script to run with Nx” If you want to run one of your existing scripts with Nx, you need to tell Nx about it. Preface the script with nx exec -- to have npm run test invoke the command with Nx. Define caching settings. The nx exec command allows you to keep using npm test or npm run test (or other package manager's... | 6 | 800 | 2026-03-23T10:53:46.181502 |
redis | redis | https://redis.io/docs/latest/commands/topk.info/ | database | bash | Java-Sync (Jedis) Lettuce-Sync (Lettuce) Java-Async (Lettuce) Java-Reactive (Lettuce) Go (go-redis) C#-Sync (StackExchange.Redis) C#-Async (StackExchange.Redis) PHP (Predis) Rust-Sync (redis-rs) Rust-Async (redis-rs) info ( key : str ) → dict // k, width, depth, and decay values TOPK.INFO ( key : RedisArgument ) → TopK... | 1 | 798 | 2026-03-23T11:37:31.523197 |
server.HttpRouter | convex | https://docs.convex.dev/api/classes/server.HttpRouter | database | typescript | g. "GET") and a path or pathPrefix. Paths must begin with a slash. Path prefixes must also end in a slash. // matches `/profile` (but not `/profile/`) http . route ( { path : "/profile" , method : "GET" , handler : getProfile } ) // matches `/profiles/`, `/profiles/abc`, and `/profiles/a/c/b` (but not `/profile`) http ... | 2 | 789 | 2026-03-23T11:00:54.301762 |
rpc.html | pytorch | https://pytorch.org/docs/stable/rpc.html | ml | python | ers of the remote module and all submodules of the remote module. Otherwise, returns only parameters that are direct members of the remote module. Returns : A list of RRef ( List[RRef[nn.Parameter]] ) to remote module’s parameters. Return type : list [ RRef [ Parameter ]] Distributed Autograd Framework # Warning Distri... | 56 | 799 | 2026-03-23T10:56:05.300277 |
blob | bun | https://bun.sh/docs/guides/write-file/blob | runtime | javascript | Write a Blob to a file - Bun Skip to main content Bun home page Search... ⌘ K Search... Navigation File System Write a Blob to a file Runtime Package Manager Bundler Test Runner Guides Reference Blog Feedback Overview Guides Deployment Deploy on Vercel Deploy on Railway Deploy on Render Deploy on AWS Lambda Deploy on D... | 0 | 800 | 2026-03-23T11:01:54.148918 |
?s=util | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=util | devops | python | .148.0 Version Collector Language Exporter Component Apache 2.0 License Package Details (go-collector) Repository Azure Data Explorer Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter sends metrics, logs and trace data to Azure Data Explorer go exporter collector Quick Install When building a custom collector you c... | 29 | 799 | 2026-03-23T11:27:34.360422 |
?s=sarama | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=sarama | devops | python | 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/aerospikereceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector)... | 97 | 799 | 2026-03-23T11:27:15.243285 |
2.43.0 | git | https://git-scm.com/docs/git-merge/2.43.0 | devops | bash | changes to a line are not ignored. See also git-diff[1] -b , -w , --ignore-space-at-eol , and --ignore-cr-at-eol . If their version only introduces whitespace changes to a line, our version is used; If our version introduces whitespace changes but their version includes a substantial change, their version is used; Othe... | 31 | 796 | 2026-03-23T11:14:52.025045 |
kubernetes | kubernetes | https://kubernetes.io/docs/reference/kubernetes-api/extend-resources/ | devops | yaml | sitory if you want to report a problem or suggest an improvement . Last modified April 18, 2021 at 5:30 PM PST: Add auto_gerated metadata (21a2715031) This page is automatically generated. If you plan to report an issue with this page, mention that the page is auto-generated in your issue description. The fix may need ... | 1 | 366 | 2026-03-23T11:02:38.821404 |
llms-v3-migration.txt | chakra_ui | https://chakra-ui.com/llms-v3-migration.txt | library | javascript | d components with dot notation. **Component Renaming:** - `Stat` → `Stat.Root` - `StatLabel` → `Stat.Label` - `StatNumber` → `Stat.ValueText` - `StatHelpText` → `Stat.HelpText` - `StatArrow type="increase"` → `Stat.UpIndicator` - `StatArrow type="decrease"` → `Stat.DownIndicator` - `StatGroup` → `Stat.Root` (nest `Stat... | 45 | 785 | 2026-03-23T10:52:01.371845 |
changelog-2025-01-17 | mastra | https://mastra.ai/blog/changelog-2025-01-17 | ai | typescript | pecialized agents for content analysis, script generation, and audio production. Bug Fixes, Testing Upgrades & Infrastructure Testing Infrastructure Migrated from Jest to Vitest across all packages Added new test coverage for GraphRAG and reranking Improved test reliability and speed Added streaming tests for TTS funct... | 3 | 800 | 2026-03-23T11:01:15.898695 |
medusa-ecommerce | mastra | https://mastra.ai/blog/medusa-ecommerce | ai | typescript | nerating a database model didn't understand how frontend components would consume the data, leading to mismatched interfaces and integration problems. The successful approach: single-agent architecture But because Mastra has single-agent, multi–agent, and workflow primitives, when multi-agent didn't work as expected, t... | 3 | 800 | 2026-03-23T10:53:18.123922 |
mixtral-8x7b-what-you-need-to-know-about-mistral-ais-latest-model | neon | https://neon.tech/blog/mixtral-8x7b-what-you-need-to-know-about-mistral-ais-latest-model | database | sql | of AI technology. 📚 Continue reading Deploy Mistral Large to Azure and create a conversation with Python and LangChain: check out our step-by-step guide to deploying Mistral Large to Azure. 30x faster index build for your vector embeddings with pgvector: learn how the new pgvector speeds up the index building process ... | 8 | 799 | 2026-03-23T11:28:55.855847 |
redis | redis | https://redis.io/docs/latest/commands/srandmember/ | database | bash | member ( key : K , // the key. count : long // the count. ) → Flux<V> // Long count of members of the resulting set. @deprecated since 6.0 in favor of consuming large results through the org.reactivestreams.Publisher returned by #srandmember. srandmember ( channel : ValueStreamingChannel<V> , // streaming channel that ... | 4 | 800 | 2026-03-23T11:24:09.670849 |
api-keys | firebase | https://firebase.google.com/docs/projects/api-keys | database | javascript | ty that someone might misuse an API key to attempt a brute force attack, you can tighten the default quota of the identitytoolkit.googleapis.com endpoints to reflect the normal traffic expectations of your app. Be aware that if you tighten this quota and your app suddenly gains users, you might get sign-in errors until... | 7 | 800 | 2026-03-23T11:10:10.127675 |
?s=sarama | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=sarama | devops | python | stall To install this instrumentation library run: npm install @opentelemetry/instrumentation-lru-memoizer 0.57.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository OpenTelemetry Instrumentation for memcached by 🔭 OpenTelemetry Authors 🔭 Instrumentation library f... | 287 | 800 | 2026-03-23T11:27:15.243442 |
?s=opa | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=opa | devops | python | ponent Apache 2.0 License Package Details (go-collector) Repository Websocket Processor by 🔭 OpenTelemetry Authors 🔭 The WebSocket processor, which can be positioned anywhere in a pipeline, allows websocket remote tap processor collector Quick Install When building a custom collector you can add this processor to the... | 90 | 800 | 2026-03-23T11:32:28.016932 |
?s=cats-effect | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=cats-effect | devops | python | d this receiver to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awsxrayreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Cloudwatch Receiver by 🔭 OpenTel... | 100 | 800 | 2026-03-23T11:29:01.637709 |
LoopvarExperiment | go | https://go.dev/wiki/LoopvarExperiment | language | go | map[string]authz2Model) (*sapb.Authorizations, error) { resp := &sapb.Authorizations{} for k, v := range m { // Make a copy of k because it will be reassigned with each loop. kCopy := k authzPB, err := modelToAuthzPB(&v) if err != nil { return nil, err } resp.Authz = append(resp.Authz, &sapb.Authorizations_MapElement{D... | 4 | 724 | 2026-03-23T11:25:54.316857 |
introduction | nx | https://nx.dev/docs/technologies/typescript/introduction | tooling | typescript | utorial Build a TypeScript monorepo step-by-step with Nx. Switch to Workspaces & Project References Migrate from path aliases to the modern monorepo setup. Compile to Multiple Formats Build libraries to both ESM and CommonJS with Rollup. Generators Reference Full API reference for @nx/js generators. Executors Reference... | 12 | 420 | 2026-03-23T10:58:08.868141 |
?s=framework | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=framework | devops | python | Exporter Component Apache 2.0 License Package Details (nuget) Repository OTLP Exporter by 🔭 OpenTelemetry Authors 🔭 This library allows exporting telemetry data in the OpenTelemetry Protocol (OTLP) format to the OpenTelemetry Collector and OTLP-compliant backends/receivers. .NET C# dotnet exporter Quick Install To in... | 172 | 800 | 2026-03-23T11:30:26.065018 |
manage-installations | firebase | https://firebase.google.com/docs/projects/manage-installations | database | javascript | n ) return @OnCompleteListener } // Get new Instance ID token val token = task . result ?. token // Log and toast val msg = getString ( R . string . msg_token_fmt , token ) Log . d ( TAG , msg ) Toast . makeText ( baseContext , msg , Toast . LENGTH_SHORT ). show () }) Swift InstanceID . instanceID (). instanceID { resu... | 28 | 800 | 2026-03-23T10:56:42.600693 |
biome | biome | https://biomejs.dev/reference/configuration/ | tooling | javascript | rarely. Default: "lf" graphql.formatter.lineWidth Section titled “graphql.formatter.lineWidth” The amount of characters that can be written on a single line in GraphQL files. Default: 80 graphql.formatter.quoteStyle Section titled “graphql.formatter.quoteStyle” The type of quote used when representing string literals. ... | 40 | 800 | 2026-03-23T11:43:57.200205 |
?s=dynamodb | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=dynamodb | devops | python | Arize AI Instrumentation for tracing the Mistral AI Python SDK python instrumentation mistralai Python Language Instrumentation Component Apache 2.0 License Documentation Repository MySQL Instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation with MySQL that supports the mysql-connector library. python instrume... | 328 | 799 | 2026-03-23T11:37:54.071310 |
opentelemetry | opentelemetry | https://opentelemetry.io/docs/zero-code/go/ | devops | python | Go zero-code instrumentation | OpenTelemetry Go zero-code instrumentation Zero-code instrumentation for Go provides a way to instrument any Go application and capture telemetry data from many popular libraries and frameworks without any code changes. This project is currently work in progress and you can visit the open... | 0 | 710 | 2026-03-23T10:53:58.868299 |
?s=influxdb | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=influxdb | 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:33:32.232974 |
rls-tutorial | neon | https://neon.tech/docs/guides/rls-tutorial | database | sql | es where notes.id = ${ table .noteId } )` , }); These policies together enforce strict access control at the database level, ensuring that users can only interact with their own notes and paragraphs, regardless of any application-side logic. Implementing Share Notes functionality In the schema.ts file, you can find add... | 12 | 800 | 2026-03-23T11:32:46.936319 |
?s=psr16 | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=psr16 | devops | python | er to the manifest file like the following: receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/windowsservicereceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Zipkin Collector Receiver by 🔭 OpenTel... | 166 | 800 | 2026-03-23T11:22:24.545555 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | etaContentBlockParam | CachePoint]: if isinstance(part.content, str): if part.content: # Only yield non-empty text yield BetaTextBlockParam(text=part.content, type='text') else: for item in part.content: if isinstance(item, str): if item: # Only yield non-empty text yield BetaTextBlockParam(text=item, type='text') elif... | 3,823 | 550 | 2026-03-23T10:51:26.919140 |
blog-sections | tailwind | https://tailwindcss.com/plus/ui-blocks/marketing/sections/blog-sections | library | javascript | xamples are designed and built by the Tailwind CSS team, and include a variety of different styles and layouts. Three-column Preview Code HTML React Vue Three-column Preview Code HTML React Vue Three-column with images Preview Get the code → Three-column with images Preview Get the code → Three-column with background i... | 1 | 749 | 2026-03-23T11:15:45.816859 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | : 0.4699383992, "rps": 233.7941955437, "parallel": 100, "p99_time": 0.5229130012, "mean_time": 0.4128984757, "mean_precisions": 0.999455, "engine_params": { "search_params": { "hnsw_ef": 512 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-m-64-ef-256", "dataset_name": "deep-image-96-angular", "upload_time": 896... | 1,788 | 569 | 2026-03-23T11:15:13.617324 |
fetch | bun | https://bun.sh/docs/runtime/networking/fetch | runtime | javascript | e = await fetch ( " https://hostname/a/path " , { unix : " /var/run/path/to/unix.sock " , method : " POST " , body : JSON . stringify ({ message : " Hello from Bun! " }), headers : { " Content-Type " : " application/json " , }, }); TLS To use a client certificate, use the tls option: Copy await fetch ( " https://exampl... | 8 | 793 | 2026-03-23T10:56:35.075533 |
packer | terraform | https://developer.hashicorp.com/hcp/api-docs/packer | devops | hcl | ted. BUILD_RUNNING: Running means the packer build is currently running. BUILD_DONE: Done means the packer build has finished successfully. BUILD_CANCELLED: Cancelled means the packer build was cancelled by a user. BUILD_FAILED: Failed means the packer build failed and therefore artifact creation failed. created_at str... | 87 | 799 | 2026-03-23T11:11:33.009901 |
release-notes-2.8.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.8.0 | mobile | dart | 3ae3a027e40d to 99c5f6139a19 (1 revision) (cla: yes, waiting for tree to go green) 88253 Make structuredErrors to not mess up with onError (framework, cla: yes, a: quality, waiting for tree to go green, a: error message) 88264 Move the documentation for compute to the ComputeImpl typedef (framework, cla: yes, d: api do... | 164 | 800 | 2026-03-23T11:14:04.145712 |
patches | electron | https://www.electronjs.org/docs/latest/development/patches | desktop | javascript | if you want your changes to be exported. The subject line of the commit message will be used to derive the patch file name, and the body of the commit message should include the reason for the patch's existence. Re-exporting patches will sometimes cause shasums in unrelated patches to change. This is generally harmless... | 5 | 797 | 2026-03-23T11:05:56.747684 |
with | javascript | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/with | language | javascript | ith ([1, 2, 3]) { console.log(toString()); // 1,2,3 } The object may have a [Symbol.unscopables] property, which defines a list of properties that should not be added to the scope chain (for backward compatibility). See the Symbol.unscopables documentation for more information. The reasons to use a with statement inclu... | 3 | 797 | 2026-03-23T11:09:02.003539 |
supabase-network-bans-remove | supabase | https://supabase.com/docs/reference/cli/supabase-network-bans-remove | database | typescript | name is provided, downloads all functions. Usage 1 supabase functions download [Function name] [flags] Flags --project-ref <string> Optional Project ref of the Supabase project. --use-api Optional Unbundle functions server-side without using Docker. supabase functions serve Serve all Functions locally. supabase functio... | 62 | 799 | 2026-03-23T11:27:36.695701 |
self-host-user-management | langchain | https://docs.langchain.com/langsmith/self-host-user-management | ai | python | using OAuth SSO will no longer need to manually add members in LangSmith settings for them to join. Deployments will have a default organization, to which new users will automatically be added upon their first login to LangSmith. For your default organization, you can set which workspace(s) and workspace role is assign... | 3 | 800 | 2026-03-23T11:04:22.791722 |
?s=tap | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=tap | devops | python | rs 🔭 The Health Check Extension for the OpenTelemetry Collector enables an HTTP URL that can be probed to check the status of the OpenTelemetry Collector. go extension collector Quick Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : git... | 64 | 799 | 2026-03-23T11:23:19.949754 |
trace-with-autogen | langchain | https://docs.langchain.com/langsmith/trace-with-autogen | ai | python | g guides Viewing & managing traces Filter traces Configure run previews Manage a trace Query traces SDK Query threads SDK LangSmith MCP Server Bulk export trace data Automations Set up automation rules Configure webhook notifications for rules Feedback & evaluation Log user feedback using the SDK Set up online evaluato... | 1 | 800 | 2026-03-23T11:07:05.865389 |
auth-auth0 | neon | https://neon.tech/docs/guides/auth-auth0 | database | sql | existingMessage ? ( < div className = "w-2/3 text-center" > < h1 className = "text-3xl" >{ existingMessage .message}</ h1 > < form action = {deleteUserMessage} className = "mb-4 w-full rounded px-8 pb-8 pt-6" > < div className = "w-full text-center" > < input type = "submit" value = { 'Delete Quote' } className = "text... | 15 | 800 | 2026-03-23T11:36:51.405998 |
docker | docker | https://docs.docker.com/dhi/explore/ | devops | bash | t Docker Hardened Images What are hardened images and why use them? Learn what a hardened image is, how Docker Hardened Images are built, what sets them apart from typical base and application images, and why you should use them. Build process Learn how Docker builds, tests, and maintains Docker Hardened Images through... | 1 | 799 | 2026-03-23T10:55:51.213547 |
attach-user-feedback | langchain | https://docs.langchain.com/langsmith/attach-user-feedback | ai | python | for critiquing specific steps of the LLM application, such as the retrieval step or generation step of a RAG pipeline. Non-blocking creation (Python only) The Python client will automatically background feedback creation if you pass trace_id= to create_feedback() . This is essential for low-latency environments, where ... | 2 | 798 | 2026-03-23T11:02:36.375414 |
?s=io | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=io | devops | python | tall this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.AWS 1.15.0 Version .NET Language Instrumentation Component Apache 2.0 License Package Details (nuget) Repository KafkaFlow Instrumentation for OpenTelemetry first party integration by Farfetch This is an Instrumentation Library, whi... | 205 | 800 | 2026-03-23T11:37:34.369308 |
go | go | https://go.dev/dl/ | language | go | 64.tar.gz Archive netbsd x86-64 74MB fe2c5c79482958b867c08a4fc2a10a998de9c0206b08d5b3ebcb2232e8d2777c go1.24.3.netbsd-arm.tar.gz Archive netbsd arm 72MB e8ff77aef21521b5dd94e44282a3243309b80717414cf12f72835a45886a049f go1.24.3.netbsd-arm64.tar.gz Archive netbsd ARM64 71MB b337fbaf82822685940ffaa76fbcf4be5d2f0258bc819cd... | 151 | 800 | 2026-03-23T11:25:37.381325 |
trace-with-google-adk | langchain | https://docs.langchain.com/langsmith/trace-with-google-adk | ai | python | e , ) # Run the agent async for event in runner . run_async ( user_id = "user_123" , session_id = session . id , new_message = types . Content ( role = "user" , parts = [ types . Part ( text = "What's the weather in San Francisco?" )], ), ): if event . is_final_response (): print ( event . content . parts [ 0 ]. text )... | 5 | 796 | 2026-03-23T11:05:42.201833 |
release-notes-3.7.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-3.7.0 | mobile | dart | s distorted by @bleroux in https://github.com/flutter/flutter/pull/106849 Add missing deprecation notice for toggleableActiveColor by @Piinks in https://github.com/flutter/flutter/pull/111707 Reset missing deprecation for ScrollbarThemeData.copyWith(showTrackOnHover) by @Piinks in https://github.com/flutter/flutter/pul... | 43 | 800 | 2026-03-23T11:06:29.852804 |
?s=confmap | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=confmap | devops | python | receivers : - 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 f... | 153 | 799 | 2026-03-23T11:13:12.753979 |
?s=cri-o | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=cri-o | devops | python | ntelemetry-collector-contrib/receiver/azureeventhubreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Azure Monitor Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver scrapes Azure Monitor API for resources metrics. azure monitor rece... | 104 | 800 | 2026-03-23T11:37:42.137755 |
gc.html | python | https://docs.python.org/3/library/gc.html | language | python | ctor can be listed among the resulting referrers. To get only currently live objects, call collect() before calling get_referrers() . Warning Care must be taken when using objects returned by get_referrers() because some of them could still be under construction and hence in a temporarily invalid state. Avoid using get... | 7 | 799 | 2026-03-23T11:02:41.623661 |
postgresql | postgresql | https://www.postgresql.org/docs/release/15.0/ | database | sql | tell such connections apart on the remote server. Allow parallel commit on postgres_fdw servers (Etsuro Fujita) § This is enabled with the CREATE SERVER option parallel_commit . E.18.4. Acknowledgments The following individuals (in alphabetical order) have contributed to this release as patch authors, committers, revie... | 43 | 800 | 2026-03-23T11:41:04.259703 |
how-to-setup-next-js-with-prisma-and-planetscale | planetscale | https://planetscale.com/blog/how-to-setup-next-js-with-prisma-and-planetscale | database | sql | file you should define your data models, in this case Inquiry. This model will store the inquirer’s name, email, subject of the inquiry and message. I’ve made the subject field optional and denoted this by using a ? on the field. You should also add an id, and you can use the default and id attribute. The @id attribute... | 4 | 787 | 2026-03-23T11:30:14.079862 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | | | `strict` | \`bool | None\` | Whether to enforce JSON schema compliance (only affects OpenAI). See ToolDefinition for more info. | 1,209 | 131 | 2026-03-23T10:51:26.912524 |
?s=sqlclient | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=sqlclient | devops | python | OpenTelemetry.Exporter.Geneva 1.15.1 Version .NET Language Exporter Component Apache 2.0 License Package Details (nuget) Repository InfluxDB Exporter for OpenTelemetry .NET by 🔭 OpenTelemetry Authors 🔭 The InfluxDB exporter converts OpenTelemetry metrics into the InfluxDB model influxdb exporter dotnet Quick Install ... | 170 | 800 | 2026-03-23T11:37:18.460000 |
library.html | python | https://docs.python.org/3/faq/library.html | language | python | macOS HFS+ volumes, though both are now rarely used. It also doesn’t copy file permissions and metadata, though using shutil.copy2() instead will preserve most (though not all) of it. How do I read (or write) binary data? ¶ To read or write complex binary data formats, it’s best to use the struct module. It allows you ... | 19 | 798 | 2026-03-23T10:59:53.201043 |
git-rev-parse | git | https://git-scm.com/docs/git-rev-parse | devops | bash | ans the <n>th parent (i.e. <rev>^ is equivalent to <rev>^1 ). As a special rule, <rev>^0 means the commit itself and is used when <rev> is the object name of a tag object that refers to a commit object. <rev>~[<n>] , e.g. HEAD~, master~3 A suffix ~ to a revision parameter means the first parent of that commit object. A... | 25 | 797 | 2026-03-23T10:53:10.801593 |
?s=kong | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=kong | devops | python | omponent Apache 2.0 License Repository OpentelemetryHTTPoison by 🔭 OpenTelemetry Authors 🔭 OpentelemetryHTTPoison is an Instrumentation Library for HTTPoison. httpoison instrumentation erlang Erlang Language Instrumentation Component Apache 2.0 License Repository OpentelemetryNebulex by 🔭 OpenTelemetry Authors 🔭 Op... | 217 | 800 | 2026-03-23T11:33:35.573781 |
patterns-book | mastra | https://mastra.ai/blog/patterns-book | ai | typescript | Announcing our second book: Patterns for Building AI Agents - Mastra Blog Blog / Announcements Announcing our second book: Patterns for Building AI Agents We're excited to announce the release of our new book: Patterns for Building AI Agents. This book helps you take your agents from prototype to production. Sam Bhagwa... | 0 | 800 | 2026-03-23T11:04:16.855712 |
detect-bun | bun | https://bun.sh/docs/guides/util/detect-bun | runtime | javascript | tream Uint8Array to string Uint8Array to ArrayBuffer Uint8Array to Buffer Uint8Array to Blob Uint8Array to DataView Uint8Array to ReadableStream DataView to string Streams Stream to string Stream to JSON Stream to Blob Stream to Buffer Stream to ArrayBuffer Stream to Uint8Array Stream to array Readable to string Readab... | 5 | 800 | 2026-03-23T11:14:54.703744 |
package-fonts | flutter | https://docs.flutter.dev/cookbook/design/package-fonts | mobile | dart | . key } ) ; @override Widget build ( BuildContext context ) { return const MaterialApp ( title : ' Package Fonts ' , home : MyHomePage ( ) ) ; } } class MyHomePage extends StatelessWidget { const MyHomePage ( { super . key } ) ; @override Widget build ( BuildContext context ) { return Scaffold ( // The AppBar uses the ... | 4 | 793 | 2026-03-23T11:38:10.780581 |
django | django | https://docs.djangoproject.com/pt-br/6.0/genindex/ | framework | python | gefield.upper_inf regex relate right same_as search second startswith strictly_above strictly_below time touches trigram_similar trigram_strict_word_similar trigram_word_similar unaccent week week_day within year field_classes (atributo ModelFormOptions) field_id (atributo ErrorList) field_order (atributo Form) field_p... | 77 | 800 | 2026-03-23T11:17:13.008898 |
banner-plugin | webpack | https://webpack.js.org/plugins/banner-plugin | tooling | javascript | of these conditions. exclude : string | RegExp | [ string , RegExp ] , // Exclude all modules matching any of these conditions. footer ? : boolean , // if true, the banner will be placed at the end of the compilation stage ? : number , // the stage of the compilation in which the banner should be injected } Usage Copy ... | 1 | 800 | 2026-03-23T11:01:27.374579 |
llms.txt | svelte | https://svelte.dev/docs/svelte/custom-elements/llms.txt | framework | javascript | DOM element. ## Component lifecycle Custom elements are created from Svelte components using a wrapper approach. This means the inner Svelte component has no knowledge that it is a custom element. The custom element wrapper takes care of handling its lifecycle appropriately. When a custom element is created, the Svelte... | 2 | 800 | 2026-03-23T11:24:26.668454 |
?s=webhookevent | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=webhookevent | devops | python | tory Apache Doris Exporter by 🔭 OpenTelemetry Authors 🔭 This exporter supports sending traces, metrics, and logs data to Apache Doris (version >= 2.1). doris exporter collector Quick Install When building a custom collector you can add this exporter to the manifest file like the following: exporters : - gomod : githu... | 34 | 800 | 2026-03-23T11:11:24.949999 |
window | tauri | https://tauri.app/v1/api/js/window | desktop | rust | The new window scale factor. Defined in: window.ts:99 size size : PhysicalSize The new window size Defined in: window.ts:101 WindowOptions Configuration for the window to create. Since : 1.0.0 Properties acceptFirstMouse Optional acceptFirstMouse : boolean Whether clicking an inactive window also clicks through to the ... | 46 | 783 | 2026-03-23T10:53:49.309229 |
http.cookiejar.html | python | https://docs.python.org/3/library/http.cookiejar.html | language | python | r was 1). This attribute is provided because http.cookiejar may ‘downgrade’ RFC 2109 cookies to Netscape cookies, in which case version is 0. Cookie. port_specified ¶ True if a port or set of ports was explicitly specified by the server (in the Set-Cookie / Set-Cookie2 header). Cookie. domain_specified ¶ True if a doma... | 28 | 798 | 2026-03-23T11:13:17.535778 |
git-push | git | https://git-scm.com/docs/git-push | devops | bash | -ipv4 Use IPv4 addresses only, ignoring IPv6 addresses. -6 --ipv6 Use IPv6 addresses only, ignoring IPv4 addresses. GIT URLS In general, URLs contain information about the transport protocol, the address of the remote server, and the path to the repository. Depending on the transport protocol, some of this information ... | 24 | 799 | 2026-03-23T10:49:58.483325 |
postgresql | postgresql | https://www.postgresql.org/docs/release/9.3.2/ | database | sql | )/MAX() plans for inheritance trees (Tom Lane) The planner could fail in cases where the MIN()/MAX() argument was an expression rather than a simple variable. Fix premature deletion of temporary files (Andres Freund) Prevent intra-transaction memory leak when printing range values (Tom Lane) This fix actually cures tra... | 8 | 800 | 2026-03-23T11:40:03.117186 |
identifier-names | csharp | https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/coding-style/identifier-names | language | csharp | ing abbreviations or acronyms in names, except for widely known and accepted abbreviations. Use meaningful and descriptive namespaces that follow the reverse domain name notation. Choose assembly names that represent the primary purpose of the assembly. Avoid using single-letter names, except for simple loop counters. ... | 4 | 800 | 2026-03-23T10:50:56.996854 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | vent): if isinstance(event.delta, BetaTextDelta): for event_ in self._parts_manager.handle_text_delta( vendor_part_id=event.index, content=event.delta.text ): yield event_ elif isinstance(event.delta, BetaThinkingDelta): for event_ in self._parts_manager.handle_thinking_delta( vendor_part_id=event.index, content=event.... | 3,840 | 492 | 2026-03-23T10:51:26.919165 |
feed.xml | kubernetes | https://kubernetes.io/feed.xml | devops | yaml | s one has completely terminated.</p> <p>For Jobs with a Pod Failure Policy, the default <code>podReplacementPolicy</code> is <code>Failed</code>, and no other value is allowed. See <a href="https://kubernetes.io/docs/concepts/workloads/controllers/job/#pod-failure-policy">Pod Failure Policy</a> to learn more about Pod ... | 1,008 | 800 | 2026-03-23T11:17:36.485819 |
?s=bash | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=bash | devops | python | ation Quick Install The package can be installed by adding opentelemetry_ecto to your list of dependencies in mix.exs : def deps do [ { :opentelemetry_ecto , "~> 1.2.0" } ] 1.2.0 Version Elixir Language Instrumentation Component Apache 2.0 License Package Details (hex) Repository Oban Instrumentation by 🔭 OpenTelemetr... | 213 | 800 | 2026-03-23T11:24:15.997333 |
?s=hikaricp | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=hikaricp | devops | python | rs 🔭 The Health Check Extension for the OpenTelemetry Collector enables an HTTP URL that can be probed to check the status of the OpenTelemetry Collector. go extension collector Quick Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : git... | 64 | 799 | 2026-03-23T11:28:20.522734 |
tauri | tauri | https://tauri.app/plugin/logging/ | desktop | rust | og targets Section titled “Log targets” The log plugin builder has a targets function that lets you configure common destination of all your application logs. Printing logs to the terminal Section titled “Printing logs to the terminal” To forward all your logs to the terminal, enable the Stdout or Stderr targets: tauri... | 4 | 800 | 2026-03-23T10:57:57.422503 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.