Geoffrey Testelin

Results 35 comments of Geoffrey Testelin
trafficstars

@uglow up, sorry for this mistake.

I have the same issue 😞 ![image](https://user-images.githubusercontent.com/10194542/104640807-40b50900-56a9-11eb-9b11-196efc30090e.png) **StackTrace:** ``` Initialization error (ESLint). Cannot find module 'C:/Users/x/Documents/y/frontend/node_modules/eslint_d/lib/api' Error: Cannot find module 'C:/Users/x/Documents/y/frontend/node_modules/eslint_d/lib/api' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15) at Function.Module._load (internal/modules/cjs/loader.js:562:25) at Module.require (internal/modules/cjs/loader.js:690:17)...

I had the same issue since today, generating a new token was pointless. Using an explicit version here with `0.1.15` was actually the only workaround I found. See [Sonia-corporation/stale@`d466fb2` (#388)](https://github.com/Sonia-corporation/stale/pull/388/commits/d466fb2dbf5f7a6fa09097c6ef4256941a64daae)....

The [official related issue](https://github.com/microsoft/TypeScript/issues/34933). Maybe a [workaround here](https://github.com/Typescript-TDD/ts-auto-mock/pull/474/files) if someone want to take a look and provide a PR to enhance it.

Had a similar issue, causing circular dependencies. Using instead the `HttpBackend` fixed it.

@abhijeetps I could look to provide a PR adding an option to define a specific hour in the day for the release. This would allow consumers to still set the...

@abhijeetps First of all, to avoid a breaking change, the default time should be the same as before (dunno what is it though but you can tell me). Without checking...

@abhijeetps Probot scheduler is missing some features of the cron jobs and I was not expecting that. As you said, the job will start like "after x hour do that"...

@TheSalesOpsGuy I never create an action but I am willing to. And indeed an action is usually the next big step that most dev tend to use instead of Apps....