Simon Tretter

Results 43 issues of Simon Tretter

fixes https://github.com/Flam3rboy/puppeteer-stream/issues/41

Thanks for this amazing thing, I'm using this quite heavily to stream our dashbaords to chromecasts :) I'm looking into performance optimizations right now, and tried to use one browser...

Problem: Right now the loading indicator is shown even for very short request. Which results in a "flashing" that looks more like a bug than a feature ;) Reason &...

pending

Even though in the documentation it's stated that onRetryAttempt can return a promise, the promise is not awaited: see https://github.com/googleapis/gaxios/blob/bf6afebe9bb50261d0aed5ae128853f977682773/src/common.ts#L147 and https://github.com/googleapis/gaxios/blob/bf6afebe9bb50261d0aed5ae128853f977682773/src/retry.ts#L79 My challenge is to build a custom retry...

type: feature request

**Is your feature request related to a problem? Please describe.** Right now it's not possible to use gaxois as a drop-in replacmenet for axios, as there are some core things...

type: feature request

potenitally fixes #215, needs more testing though note: I have no idea of coffeescript, is my fix syntacitally correct?

wontfix

## Current Behavior we have a mono repo with about 100 packages, running `lerna run build` does not execute all build scripts anymore since 5.1.3. Even though the output is...

type: bug

## Description the fix of not touching a node twice (https://github.com/lerna/lerna/pull/2874) has a side effect so that not all scirpts are executed anymore. this fixes it by still improving /...

I stumpled upon an issue in my fork of agenda (https://github.com/hokify/agenda) which is a bug that also exists in this code base. What is happening? Imagine we have 5 entries...

If someone also runs into troubles getting this runining, I had to add a new index to allow for quering jobs: ``` { "key" : { "nextRunAt" : -1, "lastRunAt"...