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 |
|---|---|---|---|---|---|---|---|---|
gitlab_ci | gitlab_ci | https://docs.gitlab.com/ci/docker/using_docker_build/ | devops | yaml | rs]] executor = "kubernetes" # The FF_USE_POWERSHELL_PATH_RESOLVER feature flag has to be enabled for PowerShell # to resolve paths for Windows correctly when Runner is operating in a Linux environment # but targeting Windows nodes. [runners.feature_flags] FF_USE_POWERSHELL_PATH_RESOLVER = true [runners.kubernetes] [[r... | 26 | 800 | 2026-03-23T11:05:01.606344 |
how-to-seed-a-database-with-prisma-and-next-js | planetscale | https://planetscale.com/blog/how-to-seed-a-database-with-prisma-and-next-js | database | sql | ’t forget about error handling. Go ahead and add a try/catch/finally block inside of your function to handle errors and disconnect from your database after the seeding has completed. const load = async () => { try { } catch (e) { console.error(e) process.exit(1) } finally { await prisma.$disconnect() } } load() With th... | 6 | 775 | 2026-03-23T11:29:15.892599 |
LIMO | transformers | https://huggingface.co/datasets/GAIR/LIMO | ai | python | y should pair up, hence 1817 should be even. But it's not. Therefore, there is a contradiction. Therefore, my calculation must be wrong. Wait, let me recalculate the number of divisors of n^2. Given n=2^{31}3^{19}, so n^2=2^{62}3^{38}. Therefore, the number of divisors is(62 +1)(38 +1)=63*39. 63*39: 60*39=2340, 3*39=11... | 128 | 800 | 2026-03-23T11:26:55.154048 |
mui | mui | https://mui.com/x/react-tree-view/rich-tree-view/editing/ | library | javascript | { MUI_X_PRODUCTS } apiRef = { apiRef } isItemEditable = { ( item ) => apiRef . current ! . getItemOrderedChildrenIds ( item . id ) . length === 0 } defaultExpandedItems = { [ 'grid' , 'pickers' ] } /> <RichTreeView items={MUI_X_PRODUCTS} apiRef={apiRef} isItemEditable={(item) => apiRef.current!.getItemOrderedChildrenId... | 2 | 786 | 2026-03-23T11:12:33.058724 |
renderToPipeableStream | react | https://react.dev/reference/react-dom/server/renderToPipeableStream | framework | javascript | ut > < ProfileCover /> < Sidebar > < Friends /> < Photos /> </ Sidebar > < Posts /> </ ProfileLayout > ) ; } Imagine that loading data for <Posts /> takes some time. Ideally, you’d want to show the rest of the profile page content to the user without waiting for the posts. To do this, wrap Posts in a <Suspense> boundar... | 11 | 800 | 2026-03-23T11:02:20.614013 |
?s=aiohttp-client | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=aiohttp-client | 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:27:20.662104 |
?s=sso | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=sso | devops | python | e Receiver Component Apache 2.0 License Package Details (go-collector) Repository PostgreSQL Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver queries the PostgreSQL statistics collector. go receiver collector Quick Install When building a custom collector you can add this receiver to the manifest file like the fol... | 142 | 800 | 2026-03-23T11:26:22.118721 |
security-false-positives | flutter | https://docs.flutter.dev/reference/security-false-positives | mobile | dart | tem and can't arbitrarily swap out these frameworks. Even if an attacker somehow could swap out the framework with a malicious one, the app would crash on launch due to codesigning violations. CBC with PKCS5/PKCS7 padding vulnerability # We have received vague reports that there is a "CBC with PKCS5/PKCS7 padding vulne... | 8 | 603 | 2026-03-23T11:04:53.662654 |
temporal | temporal | https://docs.temporal.io/cli/operator/ | devops | go | command] [command options] For example: temporal operator namespace create \ --namespace YourNewNamespaceName create Create a new Namespace on the Temporal Service: temporal operator namespace create \ --namespace YourNewNamespaceName \ [options] Create a Namespace with multi-region data replication: temporal operator ... | 4 | 798 | 2026-03-23T11:16:09.925672 |
datamodel.html | python | https://docs.python.org/3/reference/datamodel.html | language | python | d. Note that __exit__() methods should not reraise the passed-in exception; this is the caller’s responsibility. See also PEP 343 - The “with” statement The specification, background, and examples for the Python with statement. 3.3.10. Customizing positional arguments in class pattern matching ¶ When using a class name... | 138 | 799 | 2026-03-23T11:02:26.758928 |
?s=simulink | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=simulink | 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:30:04.491712 |
?s=logs | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=logs | devops | python | receivers : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/receiver/dockerstatsreceiver v0.148.0 v0.148.0 Version Collector Language Receiver Component Apache 2.0 License Package Details (go-collector) Repository Elasticsearch Receiver by 🔭 OpenTelemetry Authors 🔭 This receiver queries the Elasti... | 110 | 800 | 2026-03-23T11:38:48.486112 |
relations-v1-v2 | drizzle_orm | https://orm.drizzle.team/docs/relations-v1-v2 | database | typescript | from 'drizzle-orm' ; export const relations = defineRelations (schema , (r) => ({ users : { groups : r . many .groups ({ from : r . users . id .through ( r . usersToGroups .userId) , to : r . groups . id .through ( r . usersToGroups .groupId) , }) , } , groups : { participants : r . many .users () , } , })); And when y... | 25 | 799 | 2026-03-23T10:54:00.099564 |
installation | electron | https://www.electronjs.org/docs/latest/tutorial/installation | desktop | javascript | lent to the default. As a more concrete example, to use the China non-CDN mirror: ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/" ELECTRON_CUSTOM_DIR="{{ version }}" The above configuration will download from URLs such as https://npmmirror.com/mirrors/electron/8.0.0/electron-v8.0.0-linux-x64.zip . If your mir... | 3 | 798 | 2026-03-23T11:00:10.644902 |
mysql | mysql | https://dev.mysql.com/doc/relnotes/mysql-cluster/7.5/en/ | database | sql | 1-22, General Availability) Changes in MySQL NDB Cluster 7.5.12 (5.7.24-ndb-7.5.12) (2018-10-23, General Availability) Changes in MySQL NDB Cluster 7.5.11 (5.7.23-ndb-7.5.11) (2018-07-27, General Availability) Changes in MySQL NDB Cluster 7.5.10 (5.7.22-ndb-7.5.10) (2018-04-20, General Availability) Changes in MySQL ND... | 6 | 799 | 2026-03-23T11:01:57.691181 |
?flag=deprecated | opentelemetry | https://opentelemetry.io/ecosystem/registry//?flag=deprecated | devops | python | permission engine Go Language Application integration Component Apache 2.0 License Website Documentation Repository Payara Platform native by Payara Authors Payara Platform natively supports OpenTelemetry tracing with configurable span conventions, OTLP export settings, and manual tracing APIs. payara java application-... | 15 | 799 | 2026-03-23T11:29:30.110521 |
?s=executors | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=executors | devops | python | o by 🔭 OpenTelemetry Authors 🔭 This library provides a Apache Pekko instrumentation to track requests through OpenTelemetry. pekko instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository Apache Pekko Actor Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides an Apach... | 262 | 800 | 2026-03-23T11:39:10.067331 |
?s=bunyan | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=bunyan | devops | python | for propagating trace context in the Jaeger format . rust jaeger utilities propagator Quick Install To install this utilities run: cargo add opentelemetry-jaeger-propagator 0.1.0 Version Rust Language Utilities Component Apache 2.0 License Package Details (crates) Repository otelify.sh by Cisco Open A shell script that... | 392 | 800 | 2026-03-23T11:29:05.426662 |
redis | redis | https://redis.io/docs/latest/develop/data-types/streams/ | database | bash | es : map [ string ] interface {}{ "rider" : "Prickett" , "speed" : 29.7 , "position" : 2 , "location_id" : 1 , }, ID : "1692632102976-0" , }). Result () if err != nil { panic ( err ) } res4 , err := rdb . XRangeN ( ctx , "race:france" , "1691765278160-0" , "+" , 2 ). Result () if err != nil { panic ( err ) } fmt . Prin... | 1,674 | 800 | 2026-03-23T11:04:07.561972 |
llm-connection | langfuse | https://langfuse.com/docs/administration/llm-connection | ai | python | LLM Connections - Langfuse Langfuse just got faster → Langfuse just got faster – read about Fast Preview (v4) → Docs Administration LLM Connections Copy page LLM Connections LLM connections are used to call models in the Langfuse Playground or for LLM-as-a-Judge evaluations. Setup Via the UI Via the API Navigate to you... | 0 | 800 | 2026-03-23T10:56:49.808550 |
kubectl-commands | kubernetes | https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands | devops | yaml | pecified by the kubeconfig file. recursive R false Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory. selector l Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2). Matching obje... | 87 | 800 | 2026-03-23T10:53:59.473102 |
nodejs | nodejs | https://nodejs.org/en/security/ | runtime | javascript | t features behind compile-time flags will not be accepted as valid security issues. Any issues with these features will be treated as normal bugs. No CVEs will be issued for issues that only affect compile-time flag features. Bug bounty rewards are not available for compile-time flag feature issues. This policy recogni... | 8 | 800 | 2026-03-23T10:58:25.051328 |
TFRecordDataset | tensorflow | https://www.tensorflow.org/api_docs/python/tf/compat/v1/data/TFRecordDataset | ml | python | tf . float32 ) . as_numpy_iterator ()) [ 1.0 , 3.0 ] Args *args follows the same semantics as python's range. len(args) == 1 -> start = 0, stop = args[0], step = 1. len(args) == 2 -> start = args[0], stop = args[1], step = 1. len(args) == 3 -> start = args[0], stop = args[1], step = args[2]. **kwargs output_type: Its e... | 74 | 800 | 2026-03-23T11:12:00.625890 |
changelog.html | python | https://docs.python.org/3/whatsnew/changelog.html | language | python | 81403 : urllib.request.CacheFTPHandler no longer raises URLError if a cached FTP instance is reused. ftplib’s endtransfer method calls voidresp to drain the connection to handle FTP instance reuse properly. gh-103699 : Add __orig_bases__ to non-generic TypedDicts, call-based TypedDicts, and call-based NamedTuples. Othe... | 702 | 800 | 2026-03-23T10:57:25.353586 |
deno | deno | https://docs.deno.com/examples/apollo_tutorial/ | runtime | javascript | How to use Apollo with Deno Skip to main content On this page schema.ts resolvers.ts main.ts Running the server Apollo Server is a GraphQL server that you can set up in minutes and use with your existing data source (or REST API). You can then connect any GraphQL client to it to receive the data and take advantage of G... | 0 | 800 | 2026-03-23T11:07:40.325820 |
json.html | python | https://docs.python.org/3/library/json.html | language | python | ¶ Encode the given object, o , and yield each string representation as available. For example: for chunk in json . JSONEncoder () . iterencode ( bigobject ): mysocket . write ( chunk ) Exceptions ¶ exception json. JSONDecodeError ( msg , doc , pos ) ¶ Subclass of ValueError with the following additional attributes: msg... | 22 | 798 | 2026-03-23T11:29:43.901005 |
redis | redis | https://redis.io/docs/latest/develop/data-types/timeseries/ | database | bash | ( labels3 ) . build () ); Console . WriteLine ( res21 ); // >>> True var labels4 = new List < TimeSeriesLabel > { new ( "location" , "uk" ), new ( "unit" , "mm" ) }; bool res22 = db . TS (). Create ( "rg:4" , new TsCreateParamsBuilder () . AddLabels ( labels4 ) . build () ); Console . WriteLine ( res22 ); // >>> True v... | 1,012 | 800 | 2026-03-23T10:54:53.791470 |
release-notes-1.20.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-1.20.0 | mobile | dart | Aar, test without context (cla: yes, team, tool) 56335 Gradle artifacts and tasks tests without context (cla: yes, team, tool) 56342 Add split-debug and obfuscation to build aar (cla: yes, platform-android, tool, waiting for tree to go green) 56373 [gen_l10n] Improve arb FormatException error message (a: internationali... | 19 | 800 | 2026-03-23T11:13:03.432050 |
core-application | temporal | https://docs.temporal.io/develop/go/core-application | devops | go | rkerLocalActivitiesPerSecond No float64 TaskQueueActivitiesPerSecond No float64 MaxConcurrentActivityTaskPollers No int MaxConcurrentWorkflowTaskExecutionSize No int MaxConcurrentWorkflowTaskPollers No int EnableLoggingInReplay No bool DisableStickyExecution No bool StickyScheduleToStartTimeout No time.Duration Backgro... | 41 | 797 | 2026-03-23T10:55:45.178673 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/administration/settings/external_authorization/ | devops | yaml | be optionally specified in the JSON body: { "reason" : "You are not allowed access to this project." } Any other status code than 200, 401 or 403 also deny access to the user, but the response isn’t cached. If the service times out (after 500 ms), a message “External Policy Server did not respond” is displayed. Classif... | 5 | 661 | 2026-03-23T10:59:45.870286 |
utils | bun | https://bun.sh/docs/runtime/utils | runtime | javascript | UUIDv7 ( " buffer " ); base64 and base64url encodings are also supported when you want a slightly shorter string. base64.ts Copy const base64 = Bun. randomUUIDv7 ( " base64 " ); const base64url = Bun. randomUUIDv7 ( " base64url " ); Bun.peek() Bun.peek(prom: Promise) Reads a promise’s result without await or .then , bu... | 7 | 797 | 2026-03-23T10:55:55.097524 |
2.52.0 | git | https://git-scm.com/docs/git-log/2.52.0 | devops | bash | -DD ) %ah author date, human style (like the --date=human option of git-rev-list[1] ) %cn committer name %cN committer name (respecting .mailmap, see git-shortlog[1] or git-blame[1] ) %ce committer email %cE committer email (respecting .mailmap, see git-shortlog[1] or git-blame[1] ) %cl committer email local-part (the ... | 65 | 800 | 2026-03-23T11:20:24.143073 |
mui | mui | https://mui.com/x/introduction/licensing/ | library | javascript | se key by email. This key removes all watermarks and console warnings. How to install the key The license key depends on a package called @mui/x-license that validates whether or not it's active. Once you have your license key, import the LicenseInfo method from that package and call the setLicenseKey() function: impor... | 6 | 800 | 2026-03-23T11:09:32.581003 |
android-devs | flutter | https://docs.flutter.dev/flutter-for/android-devs | mobile | dart | // Lots of JSON to parse replyTo . send ( jsonDecode ( response . body ) ) ; } } Future < Object ? > sendReceive ( SendPort port , Object ? msg ) { ReceivePort response = ReceivePort ( ) ; port . send ( [ msg , response . sendPort ] ) ; return response . first ; } content_copy Here, dataLoader() is the Isolate that run... | 38 | 722 | 2026-03-23T10:51:15.214018 |
docker | docker | https://docs.docker.com/reference/dockerfile/ | devops | bash | age managers. tmpfs Mount a tmpfs in the build container. secret Allow the build container to access secure files such as private keys without baking them into the image or build cache. ssh Allow the build container to access SSH keys via SSH agents, with support for passphrases. RUN --mount=type=bind This mount type a... | 29 | 800 | 2026-03-23T10:49:58.782197 |
system.type | csharp | https://learn.microsoft.com/en-us/dotnet/api/system.type | language | csharp | , Boolean) Gets the Type with the specified name, specifying whether to throw an exception if the type is not found and whether to perform a case-sensitive search. GetType(String, Boolean) Gets the Type with the specified name, performing a case-sensitive search and specifying whether to throw an exception if the type ... | 34 | 800 | 2026-03-23T11:19:34.840162 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | runs, used to validate the data returned by the model, defaults to `str`.""" return self._output_type @property def event_stream_handler(self) -> EventStreamHandler[AgentDepsT] | None: """Optional handler for events from the model's streaming response and the agent's execution of tools.""" return self._event_stream_han... | 1,027 | 707 | 2026-03-23T10:51:26.912159 |
release-notes-2.0.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-2.0.0 | mobile | dart | ng consumer warnings (cla: yes, platform-ios) 21277 Dark mode friendly iOS debugging message (cla: yes, platform-ios, waiting for tree to go green) 21286 Fix iOS platform view's mask view blocking touch events. (cla: yes, platform-ios) 21303 [iOS TextInput] Avoid Unnecessary UndateEditingClient Calls (cla: yes, platfor... | 862 | 800 | 2026-03-23T11:06:17.754224 |
generics-can-make-your-go-code-slower | planetscale | https://planetscale.com/blog/generics-can-make-your-go-code-slower | database | sql | it instantiates is actually a full monomorphization : it can’t be anything else, because the enclosing function is not generic! And when you fully monomorphize code, the Go compiler is capable of performing very interesting optimizations. To summarize: if you’re writing functional helpers that use callbacks, such as It... | 66 | 800 | 2026-03-23T11:29:09.802799 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | 089, "rps": 70.2653427968, "parallel": 2, "p99_time": 0.0500164086, "mean_time": 0.0281270164, "mean_precisions": 0.89208, "engine_params": { "vectorIndexConfig": { "ef": 256 } } }, { "engine_name": "weaviate", "setup_name": "weaviate-m-32-ef-128", "dataset_name": "gist-960-euclidean", "upload_time": 1634.480933261, "t... | 3,971 | 552 | 2026-03-23T11:15:13.620246 |
?s=dynamodb | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=dynamodb | devops | python | n Component BSD-2-Clause License Repository Akka Actor Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a Akka Actor instrumentation to track requests through OpenTelemetry. java instrumentation akka Java Language Instrumentation Component Apache 2.0 License Repository Akka Actor Fork Join Instrumen... | 237 | 800 | 2026-03-23T11:37:54.071239 |
ssl.html | python | https://docs.python.org/3/library/ssl.html | language | python | 1.1 200 OK', b'Date: Sat, 18 Oct 2014 18:27:20 GMT', b'Server: nginx', b'Content-Type: text/html; charset=utf-8', b'X-Frame-Options: SAMEORIGIN', b'Content-Length: 45679', b'Accept-Ranges: bytes', b'Via: 1.1 varnish', b'Age: 2188', b'X-Served-By: cache-lcy1134-LCY', b'X-Cache: HIT', b'X-Cache-Hits: 11', b'Vary: Cookie'... | 97 | 798 | 2026-03-23T11:25:55.103988 |
release-notes-1.20.0 | flutter | https://docs.flutter.dev/release/release-notes/release-notes-1.20.0 | mobile | dart | 733 Roll src/third_party/skia d276e3f0099a..9ff1d841f6cc (4 commits) (cla: yes, waiting for tree to go green) 17735 remove allocation from growLTRB; remove dynamism in vector_math (cla: yes) 17736 Remove fuchsia build from cirrus. (cla: yes) 17738 Canvas regression (cla: yes) 17739 Roll src/third_party/dart eb18db2116d... | 476 | 799 | 2026-03-23T11:13:03.432744 |
mapping.html | python | https://docs.python.org/3/c-api/mapping.html | language | python | eys in object o on success, and -1 on failure. This is equivalent to the Python expression len(o) . PyObject * PyMapping_GetItemString ( PyObject * o , const char * key ) ¶ Return value: New reference. Part of the Stable ABI . This is the same as PyObject_GetItem() , but key is specified as a const char * UTF-8 encoded... | 1 | 799 | 2026-03-23T11:10:27.568011 |
reference.html | typescript | https://www.typescriptlang.org/docs/handbook/modules/reference.html | language | javascript | n package.json to emit ES modules for Node.js. import mod = require("mod") is not allowed in non-declaration files. es2020 adds support for import.meta properties. es2022 adds support for top-level await . esnext is a moving target that may include support for Stage 3 proposals to ECMAScript modules. Emitted files are ... | 19 | 800 | 2026-03-23T10:49:56.879866 |
?s=httpx | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=httpx | devops | python | .js. js instrumentation Quick Install To install this instrumentation library run: npm install @opentelemetry/instrumentation-dns 0.56.0 Version JavaScript Language Instrumentation Component Apache 2.0 License Package Details (npm) Repository Document Load Instrumentation by 🔭 OpenTelemetry Authors 🔭 Document Load in... | 279 | 800 | 2026-03-23T11:33:25.492892 |
tablefunc | neon | https://neon.tech/docs/extensions/tablefunc | database | sql | of the current item. Its data type should match the key_field in the source table (for example, current_category_id INT ). parent_key_field_alias <type> : The key of the parent item. Its data type should match the parent_key_field (or key_field ) in the source table (for example, parent_id INT ). level <INTEGER> : The ... | 18 | 799 | 2026-03-23T11:00:33.144426 |
?s=orchestrator | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=orchestrator | devops | python | umentation Traefik Proxy native by Traefik Labs Traefik supports OpenTelemetry for distributed tracing, logs, and metrics. go traefik proxy ingress Go Language Application integration Component MIT License Website Documentation Repository Tyk API Gateway native by Tyk Technologies You can leverage the power of OpenTele... | 12 | 800 | 2026-03-23T11:28:53.571922 |
faster-interpreters-in-go-catching-up-with-cpp | planetscale | https://planetscale.com/blog/faster-interpreters-in-go-catching-up-with-cpp | database | sql | rench in our statically compiled instructions for our virtual machine. Suddenly the static type checking we’ve computed is no longer valid because the types of the expression no longer depend on the types of the inputs, but on the actual values of the inputs. In order to continue evaluating the result of this negation,... | 24 | 800 | 2026-03-23T11:31:23.532779 |
pandas | pandas | https://pandas.pydata.org/ | ml | python | 0.3 (Jun 28, 2023) changelog | docs | code Show more 1.5.3 (Jan 19, 2023) changelog | docs | code | 1 | 97 | 2026-03-23T10:49:58.006113 |
?s=interval | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=interval | devops | python | llector. 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 Apac... | 163 | 800 | 2026-03-23T11:20:08.181413 |
llms.txt | inngest | https://www.inngest.com/llms.txt | devops | typescript | loops](https://www.inngest.com/docs-markdown/guides/working-with-loops) - [Delayed functions](https://www.inngest.com/docs-markdown/guides/delayed-functions) - [Cron functions](https://www.inngest.com/docs-markdown/guides/scheduled-functions) - [Background jobs](https://www.inngest.com/docs-markdown/guides/background-j... | 6 | 761 | 2026-03-23T10:50:51.953207 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/user/application_security/vulnerability_report/ | devops | yaml | able and disable GitLab features deployed behind feature flags . Add vulnerabilities to an existing issue History Introduced in GitLab 17.9 with a flag named enhanced_vulnerability_bulk_actions . Disabled by default. Enabled on GitLab.com, GitLab Self-Managed, and GitLab Dedicated in GitLab 18.0. Generally available in... | 23 | 800 | 2026-03-23T11:33:29.363041 |
?s=stackdriver | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=stackdriver | devops | python | enTelemetry Authors 🔭 This library allows tracing PostgreSQL queries made by the asyncpg library. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository AWS Lambda Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library allows tracing invocations of functions on AWS Lambda. ... | 319 | 800 | 2026-03-23T11:16:44.001484 |
?s=core | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=core | devops | python | y runtimetelemetry by 🔭 OpenTelemetry Authors 🔭 This package provides an instrumentation library for Runtime Telemetry runtimetelemetry instrumentation java Java Language Instrumentation Component Apache 2.0 License Repository RXJava Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides a RXJava instru... | 267 | 800 | 2026-03-23T11:38:36.158353 |
?s=rdkafka | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=rdkafka | devops | python | trumentation Component Apache 2.0 License Repository splunkclient-go – Instrumentation for k8s.io/client-go by Splunk Inc. Instrumentation for the k8s.io/client-go package. go instrumentation kubernetes Go Language Instrumentation Component Apache 2.0 License Repository splunkdns – Instrumentation for github.com/miekg/... | 231 | 800 | 2026-03-23T11:39:35.381034 |
results-1-100-thread-2024-06-15.json | qdrant | https://qdrant.tech/benchmarks/results-1-100-thread-2024-06-15.json | database | python | p95_time": 0.006885691359639168, "p99_time": 0.008086755797266958 }, { "engine_name": "qdrant", "setup_name": "latest-qdrant-rps-m-32", "dataset_name": "glove-100-angular", "upload_time": 77.02432788163424, "total_upload_time": 662.8942101895809, "parallel": 1, "engine_params": { "hnsw_ef": 16 }, "mean_time": 0.0042988... | 1,673 | 702 | 2026-03-23T10:59:06.542526 |
?s=nestjs-core | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=nestjs-core | devops | python | nse Package Details (npm) Repository Prometheus Exporter by 🔭 OpenTelemetry Authors 🔭 The OpenTelemetry Prometheus Exporter for Node.js. Node.js exporter Quick Install To install this exporter run: npm install @opentelemetry/exporter-prometheus 0.213.0 Version JavaScript Language Exporter Component Apache 2.0 License... | 181 | 800 | 2026-03-23T11:25:44.287835 |
import | convex | https://docs.convex.dev/database/import-export/import | database | typescript | Data Import | Convex Developer Hub Skip to main content Copy as Markdown Copied! On this page You can import data into Convex from a local file using the command line. npx convex import Data import is in beta Data import is currently a beta feature . If you have feedback or feature requests, let us know on Discord ! Us... | 0 | 797 | 2026-03-23T10:52:07.553401 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | routes: A list of routes to serve incoming HTTP and WebSocket requests. middleware: A list of middleware to run for every request. A starlette application will always automatically include two middleware classes. `ServerErrorMiddleware` is added as the very outermost middleware, to handle any uncaught errors occurring ... | 972 | 710 | 2026-03-23T10:51:26.911947 |
?s=ocaml | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=ocaml | devops | python | emetry 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 L... | 220 | 800 | 2026-03-23T11:17:46.074870 |
editor-integration | turborepo | https://turbo.build/docs/getting-started/editor-integration | tooling | javascript | nguage Server Protocol . Log a request in our issue tracker to express your interest. 9,001,168 hours Total Compute Saved Get started with Remote Caching → On this page JSON Schema for turbo.json Sourcing from web Sourcing from node_modules Linting for environment variables Turborepo LSP GitHub Edit this page on GitHub... | 3 | 394 | 2026-03-23T10:50:35.450846 |
git-for-each-ref | git | https://git-scm.com/docs/git-for-each-ref | devops | bash | to and including the specified marker. When paging, it should be noted that references may be deleted, modified or added between invocations. Output will only yield those references which follow the marker lexicographically. Output begins from the first reference that would come after the marker alphabetically. Cannot ... | 7 | 800 | 2026-03-23T10:53:01.035711 |
result-2022-08-10.json | qdrant | https://qdrant.tech/benchmarks/result-2022-08-10.json | database | python | earch_params": { "hnsw_ef": 64 } } }, { "engine_name": "qdrant", "setup_name": "qdrant-m-32-ef-128", "dataset_name": "glove-100-angular", "upload_time": 71.0597202179, "total_upload_time": 296.4534488709, "p95_time": 0.0090608431, "rps": 133.5089312759, "parallel": 1, "p99_time": 0.0105568917, "mean_time": 0.0073765962... | 1,068 | 564 | 2026-03-23T11:15:13.616367 |
sidebar | shadcn_ui | https://ui.shadcn.com/docs/components/radix/sidebar | library | typescript | mponent, you'll need to apply the following updates to add RTL support: Add dir prop to Sidebar component. Add dir to the destructured props and pass it to SheetContent for mobile: Copy function Sidebar({ side = "left", variant = "sidebar", collapsible = "offcanvas", className, children, + dir, ...props }: React.Compon... | 14 | 794 | 2026-03-23T10:54:43.806119 |
llms.txt | svelte | https://svelte.dev/docs/cli/llms.txt | framework | javascript | use them in production yet! > [!NOTE] > Svelte maintainers have not reviewed community add-ons for malicious code! You can find [community add-ons on npm](https://www.npmjs.com/search?q=keywords%3Asv-add) by searching for `keywords:sv-add`. ### How to install a community add-on ```sh npx sv add [PROTOCOL][COMMUNITY_ADD... | 6 | 800 | 2026-03-23T11:13:34.389480 |
?s=angular | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=angular | devops | python | implements the Loki Push API loki 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/lokireceiver v0.148.0 v0.148.0 Version Collector Language Receiv... | 131 | 799 | 2026-03-23T11:16:36.728358 |
?s=tap | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=tap | devops | python | ities sentry error monitoring .NET Language Utilities Component MIT License Repository tails by Jacob Aronoff Tails is a small webserver written in Elixir that listens on a socket and streams live messages from a collector. otel webserver tailing Elixir Language Utilities Component Apache 2.0 License Repository docker-... | 381 | 800 | 2026-03-23T11:23:19.950016 |
deno | deno | https://docs.deno.com/runtime/fundamentals/node/ | runtime | javascript | 5" ; console . log ( chalk . green ( "Hello" ) ) ; deno run --node-modules-dir main.ts Running the above command, with a --node-modules-dir flag, will create a node_modules folder in the current directory with a similar folder structure to npm. Node-API addons Jump to heading # Summary: Node-API addons work in Deno whe... | 21 | 800 | 2026-03-23T10:50:50.783116 |
?s=meter | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=meter | devops | python | ce-detector-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... | 375 | 800 | 2026-03-23T11:17:39.414185 |
semi-autonomous-ai-agents | inngest | https://www.inngest.com/blog/semi-autonomous-ai-agents | devops | typescript | AI Linear Bot" , cancelOn : [ // Cancel this function if we receive a cancellation event with the same request ID can . // This prevents wasted execution and increased costs. { event : "api/chat.cancelled" , if : "event.data.requestId == async.data.requestId" , } , ] , } , { event : "api/chat.started" } , async ( { eve... | 7 | 800 | 2026-03-23T10:59:52.517785 |
llms-full.txt | inngest | https://www.inngest.com/llms-full.txt | devops | typescript | ngest.com/env/production/manage/signing-key). The domain host of your application, _including_ protocol, e.g. `https://myapp.com`. The SDK attempts to infer this via HTTP headers at runtime, but this may be required when using platforms like AWS Lambda or when using a reverse proxy. See also [`INNGEST_SERVE_HOST`](/doc... | 1,260 | 799 | 2026-03-23T10:50:47.949371 |
?s=google | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=google | devops | python | erver native by MySQL MySQL Enterprise Edition generates OTel trace data on Linux platforms. mysql enterprise database c++ C++ Language Application integration Component Commercial License Website Documentation Google Gemini CLI native by Google Gemini Gemini CLI brings the capabilities of Gemini models to your termina... | 3 | 800 | 2026-03-23T11:26:56.550880 |
agents | langchain | https://docs.langchain.com/oss/python/langchain/agents | ai | python | e are two approaches depending on whether tools are known ahead of time: Filtering pre-registered tools Runtime tool registration When all possible tools are known at agent creation time, you can pre-register them and dynamically filter which ones are exposed to the model based on state, permissions, or context. State ... | 8 | 800 | 2026-03-23T11:17:56.532021 |
jwt | neon | https://neon.tech/docs/auth/guides/plugins/jwt | database | sql | ple code as a reference to verify a JWT: import { jwtVerify , createRemoteJWKSet } from 'jose' ; const NEON_JWKS_URL = ` ${ process . env . NEON_AUTH_BASE_URL } /.well-known/jwks.json` ; const JWKS = createRemoteJWKSet ( new URL ( NEON_JWKS_URL )); export async function validateNeonToken (token : string ) { try { const... | 5 | 800 | 2026-03-23T11:16:16.328953 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/administration/system_hooks/ | devops | yaml | "updated_at" : "2012-07-21T07:38:22Z" , "email" : "js@gitlabhq.com" , "event_name" : "user_destroy" , "name" : "John Smith" , "username" : "js" , "user_id" : 41 } User failed login: { "event_name" : "user_failed_login" , "created_at" : "2017-10-03T06:08:48Z" , "updated_at" : "2018-01-15T04:52:06Z" , "name" : "John Smit... | 12 | 799 | 2026-03-23T11:09:32.919879 |
datamodel.html | python | https://docs.python.org/3/reference/datamodel.html | language | python | the built-in set() constructor and can be modified afterwards by several methods, such as add() . Frozen sets These represent an immutable set. They are created by the built-in frozenset() constructor. As a frozenset is immutable and hashable , it can be used again as an element of another set, or as a dictionary key. ... | 18 | 796 | 2026-03-23T11:02:26.758767 |
redis | redis | https://redis.io/blog/level-up-rag-apps-with-redis-vector-library/ | database | bash | Level up RAG apps with Redis Vector Library | Redis What your competitors are learning at NVIDIA GTC Learn more Resource Center Events & webinars Blog Videos Glossary Resources Architecture Diagrams Demo Center Resource Center Events & webinars Blog Videos Glossary Resources Architecture Diagrams Demo Center Back to bl... | 0 | 799 | 2026-03-23T11:14:02.860076 |
rpc.html | pytorch | https://pytorch.org/docs/stable/rpc.html | ml | python | every invocation. property id # Globally unique id to identify the worker. property name # The name of the worker. The RPC package also provides decorators which allow applications to specify how a given function should be treated on the callee side. torch.distributed.rpc.functions. async_execution ( fn ) [source] # A ... | 24 | 799 | 2026-03-23T10:56:05.300234 |
?s=telemetry | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=telemetry | devops | python | Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding v0.148.0 v0.148.0 Version Collector Language Extension Component Apache 2.0 License Package Details (go-collect... | 62 | 799 | 2026-03-23T11:39:05.306230 |
?s=configuration-validation | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=configuration-validation | devops | python | tory OpenTelemetry Rake Instrumentation by 🔭 OpenTelemetry Authors 🔭 The Rake instrumentation is a community-maintained instrumentation for the Rake task invocation. rake instrumentation ruby Quick Install To install this instrumentation library run: gem install opentelemetry-instrumentation-rake 0.5.0 Version Ruby L... | 353 | 800 | 2026-03-23T11:11:39.549294 |
?s=backstage | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=backstage | devops | python | nt Apache 2.0 License Repository pymongo Instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation for the pymongo library. python instrumentation Python Language Instrumentation Component Apache 2.0 License Repository PyMySQL Instrumentation by 🔭 OpenTelemetry Authors 🔭 This library provides tracing for PyMySQL... | 331 | 800 | 2026-03-23T11:30:01.101293 |
diagnostics | go | https://go.dev/doc/diagnostics | language | go | tions such as function inlining and variable registerization. These optimizations sometimes make debugging with debuggers harder. There is an ongoing effort to improve the quality of the DWARF information generated for optimized binaries. Until those improvements are available, we recommend disabling optimizations when... | 12 | 800 | 2026-03-23T11:18:41.448488 |
train | transformers | https://huggingface.co/datasets/princeton-nlp/SWE-bench/viewer/default/train | ai | python | in the form of {'name': 'value'} + # convert it to Datadog tag LIST: ['name:value'] + return ["%s:%s" % (name, value) for name, value in match.groupdict().iteritems()] + @staticmethod def _normalize_status(status): """ diff --git a/hdfs/check.py b/hdfs/check.py --- a/hdfs/check.py +++ b/hdfs/check.py @@ -1,4 +1,4 @@ -#... | 554 | 761 | 2026-03-23T11:25:24.231726 |
mui | mui | https://mui.com/x/react-data-grid/row-height/ | library | javascript | d calculate the height of each row based on its content. To do so, return "auto" on the function passed to the getRowHeight prop. < DataGrid getRowHeight = { ( ) => 'auto' } /> Copy Copied (or $keyC ) The following demo shows this feature in action: The dynamic row height implementation is based on a lazy approach, whi... | 2 | 799 | 2026-03-23T11:13:17.577855 |
postgresql | postgresql | https://www.postgresql.org/docs/release/9.0.6/ | database | sql | ion_schema schema then re-create it by sourcing SHAREDIR /information_schema.sql . (Run pg_config --sharedir if you're uncertain where SHAREDIR is.) This must be repeated in each database to be fixed. Fix possible crash during UPDATE or DELETE that joins to the output of a scalar-returning function (Tom Lane) A crash c... | 2 | 720 | 2026-03-23T11:27:26.255045 |
core-application | temporal | https://docs.temporal.io/develop/typescript/core-application | devops | go | velopment Server by using the server start-dev command. temporal server start-dev This command automatically starts the Web UI, creates the default Namespace , and uses an in-memory database. The Temporal Server should be available on localhost:7233 and the Temporal Web UI should be accessible at http://localhost:8233 ... | 4 | 798 | 2026-03-23T10:55:07.451627 |
extensions | supabase | https://supabase.com/docs/guides/database/extensions | database | typescript | Postgres Extensions Overview | Supabase Docs Database Postgres Extensions Overview Extensions are exactly as they sound - they "extend" the database with functionality which isn't part of the Postgres core. Supabase has pre-installed some of the most useful open source extensions. Enable and disable extensions # Dashbo... | 0 | 800 | 2026-03-23T11:20:16.309652 |
?s=memcached | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=memcached | devops | python | Install When building a custom collector you can add this extension to the manifest file like the following: extensions : - gomod : github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding v0.148.0 v0.148.0 Version Collector Language Extension Component Apache 2.0 License Package Details (go-collect... | 62 | 799 | 2026-03-23T11:12:58.232385 |
non_constant_case_expression_from_deferred_library | dart | https://dart.dev/tools/diagnostics/non_constant_case_expression_from_deferred_library | language | dart | n Dart 3 migration guide Glossary Books Videos Related sites expand_more API reference open_in_new DartPad (online editor) open_in_new Flutter open_in_new Package site open_in_new Dart 3.11 is live! Learn more Constant values from a deferred library can't be used as a case expression. Description # The analyzer produce... | 4 | 728 | 2026-03-23T11:20:46.546485 |
create | inngest | https://www.inngest.com/docs/reference/typescript/v4/functions/create | devops | typescript | ents a batch can have. Current limit is 100 . Name timeout Type string Required required Description How long to wait before invoking the function with the batch even if it's not full. Current permitted values are from 1s to 60s . Name key Type string Required optional Description A unique key expression to apply the b... | 8 | 800 | 2026-03-23T11:13:07.522918 |
django | django | https://docs.djangoproject.com/el/2.2/faq/ | framework | python | α δημιούργησαν; Τα αρχεία CSS και οι εικόνες δουλεύουν στο admin-site μου χρησιμοποιώντας τον development server, αλλά όχι όταν χρησιμοποιώ το mod_wsgi. Η επιλογή «list_filter» περιέχει ένα πεδίο τύπου ManyToManyField, αλλά το φίλτρο δεν εμφανίζεται. Μερικά objects δεν εμφανίζονται στο admin. Πως μπορώ να παραμετροποιή... | 4 | 800 | 2026-03-23T11:24:06.193450 |
?s=vaadin | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=vaadin | devops | python | ntrib plugin for collecting metrics from .NET Runtime .NET C# dotnet instrumentation runtime metrics Quick Install To install this instrumentation library run: dotnet add package OpenTelemetry.Instrumentation.Runtime 1.15.0 Version .NET Language Instrumentation Component Apache 2.0 License Package Details (nuget) Repos... | 210 | 799 | 2026-03-23T11:20:45.496515 |
?s=mistral | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=mistral | devops | python | brary provides a Mongo instrumentation to track requests through OpenTelemetry. java instrumentation Java Language Instrumentation Component Apache 2.0 License Repository MyBatis Instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation for MyBatis mybatis instrumentation java Java Language Instrumentation Compone... | 259 | 800 | 2026-03-23T11:27:38.004213 |
?s=io | opentelemetry | https://opentelemetry.io/ecosystem/registry//?s=io | devops | python | y , "~> 0.3.0" } ] 0.3.0 Version Erlang Language Instrumentation Component Apache 2.0 License Package Details (hex) Repository Cowboy Instrumentation by 🔭 OpenTelemetry Authors 🔭 Instrumentation for Erlang HTTP server Cowboy. erlang elixir http instrumentation Erlang Language Instrumentation Component Apache 2.0 Lice... | 215 | 799 | 2026-03-23T11:37:34.369316 |
gitlab_ci | gitlab_ci | https://docs.gitlab.com/administration/operations/rails_console/ | devops | yaml | User class, while the application_settings table maps to the ApplicationSetting class. You can find a list of tables and column names in the Rails database schema, available at /opt/gitlab/embedded/service/gitlab-rails/db/schema.rb . You can also look up an object from the database by attribute name: user = User . find... | 11 | 796 | 2026-03-23T11:12:21.456115 |
module | webpack | https://webpack.js.org/configuration/module | tooling | javascript | mes are exported to javascript modules, such as keeping them as is, transforming them to camel case, etc. // type: 'as-is' | 'camel-case' | 'camel-case-only' | 'dashes' | 'dashes-only' | ((name: string) => string) // available since webpack 5.90.4 exportsConvention : "camel-case-only" , } , "css/auto" : { // Generator ... | 5 | 800 | 2026-03-23T11:17:09.305848 |
generics.html | go | https://go.dev/doc/tutorial/generics.html | language | go | ling code, on the other hand, will need a way to specify whether it is calling with an integer or float map. To support this, you’ll write a function that declares type parameters in addition to its ordinary function parameters. These type parameters make the function generic, enabling it to work with arguments of diff... | 6 | 800 | 2026-03-23T10:55:47.267855 |
llms-full.txt | pydantic_ai | https://ai.pydantic.dev/llms-full.txt | ai | python | v +------------------------------------------------------+ | Application Servers | | | | +----------------------------------------------+ | | | Pydantic AI + DBOS Libraries | | | | | | | | [ Workflows (Agent Run Loop) ] | | | | [ Steps (Tool, MCP, Model) ] | | | | [ Queues ] [ Cron Jobs ] [ Messaging ] | | | +---------... | 6,211 | 468 | 2026-03-23T10:51:26.923447 |
typescript | typescript | https://www.typescriptlang.org/tsconfig/ | language | javascript | tifier. Related: jsx jsxFragmentFactory jsxImportSource Released: 2.2 # JSX Fragment Factory - jsxFragmentFactory Specify the JSX fragment factory function to use when targeting react JSX emit with jsxFactory compiler option is specified, e.g. Fragment . For example with this TSConfig: { " compilerOptions " : { " targe... | 128 | 799 | 2026-03-23T10:56:11.752124 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.