RegExp expressions to parse javascript code context - for node and the browser.
OpenTelemetry AsyncLocalStorage-based Context Manager
OpenTelemetry Tracing
This is an internal utility, not intended for public usage.
OpenTelemetry Node SDK provides automatic telemetry (tracing, metrics, etc) for Node.js applications
View docs [here](https://radix-ui.com/primitives/docs/components/context-menu).
Serialize Canvas path commands to SVG.
Tiny helpers for processing regex syntax
Provides an API for ESLint custom rules that is compatible with the latest ESLint even when using older ESLint.
OpenTelemetry Context Zone with peer dependency for zone.js
fast, tiny `queueMicrotask` shim for modern engines
Get the visual width of a string - the number of columns required to display it
Provides a context-saving pub/sub channel to connect diagnostic event publishers and subscribers
React context for MDX
OpenTelemetry instrumentation for AWS Lambda function invocations
React useContextSelector hook in userland
Implements the WebIDL algorithms for converting to and from JavaScript values
An easy way to set and cache context changes for Apollo Link
A cross-browser wrapper for the Web Audio API which aims to closely follow the standard.
gets canvas context by name
OpenTelemetry B3 propagator provides context propagation for systems that are using the B3 header format
Polyfill for the proposed React context API
Graphical primitives for visualization, such as lines and areas.
OpenTelemetry Base Context Manager
Diff and patch tables
Diff and patch tables
The middleware makes sure any request to specified paths would have been preflighted if it was sent by a browser. We don't want random websites to be able to execute actual GraphQL operations from a user's browser unless our CORS policy supports it. It's not good enough just to ensure that the browser can't read the response from the operation; we also want to prevent CSRF, where the attacker can cause side effects with an operation or can measure the timing of a read operation. Our goal is to ensure that we don't run the context function or execute the GraphQL operation until the browser has evaluated the CORS policy, which means we want all operations to be pre-flighted. We can do that by only processing operations that have at least one header set that appears to be manually set by the JS code rather than by the browser automatically. POST requests generally have a content-type `application/json`, which is sufficient to trigger preflighting. So we take extra care with requests that specify no content-type or that specify one of the three non-preflighted content types. For those operations, we require one of a set of specific headers to be set. By ensuring that every operation either has a custom content-type or sets one of these headers, we know we won't execute operations at the request of origins who our CORS policy will block.
=== What is GptHelpr? It is sometime necessary to provide context and explanations for your code. Instead of manually copying and formatting code snippets, GPT-Helpr automates the process with an interactive cli, generating a well-structured Markdown output, which can be copied to your clipboard or printed to file. === Example Usage # note lmk is an alias for gpt_helpr -i -ln $ lmk == 🏴☠️ GptHelpr 0.2.3 == Helping to dig your codebase and cook GPT-XX instructions [current directory /Users/etozzato/WorkSpace/_AINZ/pizzatarians.com] File Path (optional :start:end): TAB -> favicon.ico hey.md js random-acts-of-pizza.md _config.yml _site draft fonts images kneading-baking-academy.md _exe academy favicon.gif hands-in-dough.md index.md parties-and-events.md File Path (optional :start:end): hey.md 1:22 Instructions: can you improve this text? Do you see any issues with the template? File Path (optional :start:end): # this is the generated output (also copied to the clipboard) ==== file source `hey.md 1:22` 1: --- 2: title: Hey, hello! 3: layout: default 4: --- 5: 6: # {{ page.title }} 7: ---- 8: 9: <div class="row"> 10: <div class="col-md-12"> 11: <p class='justin'> 12: Nice to meet you, I am *Mek*! 13: </p> 14: <p class='listo'> 15: I am a self-proclaimed pizza guru and I am here to teach & learn. Originally from Venice, Italy you can find me in San Diego, CA. 16: </p> 17: <p class='listo'> 18: In my spare time, I write code @ PlayStation! 19: </p> 20: </div> 21: </div> 22: can you improve this text? Do you see any issues with the template? ==== end of `hey.md`
No description provided.
No description provided.