Sascha Mayr

Results 7 issues of Sascha Mayr

API calls usually don't succeed 100% of the time because of uptime or errors. Let your script retry if that happens: https://gist.github.com/mayrsascha/dd39019378b6688bf304a4cdc5cc55b1

suggestion

Checked the README with Grammarly

## Overview It would be great to get access to session data on Koa middleware executed after [`verifyRequest`, since that middleware already loads the session from the session storage](https://github.com/Shopify/koa-shopify-auth/blob/master/src/verify-request/verify-token.ts#L22). A...

I have the following example markdown: - Test A My code: ``` import ReactMarkdown from 'react-markdown' import ChakraUIRenderer from 'chakra-ui-markdown-renderer' import { List } from "@chakra-ui/react" ... { return {children}...

### Operating System MacOS Sonoma ### Programming Languages JavaScript ### CCXT Version 4.3.22 ### Description I'm trying to get OHLCs for 100s of coins, please see code below on how...

bug

Hi Crisp Team, I'm using the Crisp widget on a couple of my websites. I recently ran a Google Lighthouse check on [one of them](https://www.theta.health/education), and on all pages, I...

I'm using the Vercel AI SDK with this OpenRouter provider in my Next.js project. I'm streaming text from the Sonnet 3.7 "online" model to my front end with it. I'm...