Alexis Tyler

Results 312 comments of Alexis Tyler

@sebhildebrandt can you either push your changes or accept this? Just waiting around is kinda getting to me.

@sebhildebrandt any update on this?

So my idea with this would be to make an entry file and use the minifying and treeshaking option of esbuild to handle this. Let's wait for the TS conversion...

Same issue. ``` Collecting pygoogle-search==1.0.2 (from -r requirements.txt (line 1)) Could not find a version that satisfies the requirement pygoogle-search==1.0.2 (from -r requirements.txt (line 1)) (from versions: ) No matching...

@tblobaum can you please look at this soon as this makes using the package in child dirs completely unusable.

@tblobaum is this going to be looked at or is the repo abandoned?

Can you not just pass in `stdio: 'ignore'` as an option to `child_process`? ``` cgroups = child_process.execSync(cmd(), { stdio: 'ignore' }); ```

@bradvogel are you good with me copying code over to a Koa version as long as I link back here in the README?

What's meant to happen if this `if` is false? https://github.com/mixmaxhq/cors-gate/blob/a6bce954ddf66420a645029cf2b8c72e9c90a223/index.js#L87-L92

Here's the Koa version with Ava testing. We just need the above issue resolved and then we'll be at 100% coverage. Ref: https://github.com/ladjs/koa-cors-gate