Gabriel Csapo

Results 53 issues of Gabriel Csapo

Tracking this so I can add a solution for `eslint-plugin-import`

# Motivation When running larger test suites, the CLI output can be very verbose: ```sh Finished 1 of 50 runs. Finished 2 of 50 runs. Finished 3 of 50 runs....

enhancement

Setting this issue up as a talking point. It is possible to run chromium on; iOS https://blog.chromium.org/2017/01/open-sourcing-chrome-on-ios.html Android https://www.chromium.org/developers/how-tos/android-build-instructions So porting the electron APIs to work with a mobile version...

Now that we have standardized the output schema it would be great to include timing information to track how long certain tasks are taking. Then the reporter provider can use...

question

*Motivation* Looking at the runTasks function, there is some room for improvement on systems that have multiple cores. Tasks could be threaded off using something like https://www.npmjs.com/package/piscina. https://github.com/checkupjs/checkup/blob/a11f17c22ada885f137dbd18d05ae21410ed922f/packages/cli/src/task-list.ts#L97-L113

question

*Motivation* I am working on a couple of tasks and wondering what the best way to represent data in the CLI would be. For example if I am tracking a...

question

👋 Just asking a quick question on if this is something that we would want to support in graphiql In apollo playground there was a trace viewer panel. Is this...

enhancement
potential plugin
graphiql

https://github.com/libgit2/pygit2/blob/25b5e0f549149cd1591ec8c1d5ce86ba4deecc05/pygit2/_pygit2.pyi#L463 Shows that commit takes no flags, is this something that we would be wanted? https://github.com/libgit2/pygit2/blob/fcaec818c384b376404e5ff5477317b608f552ce/pygit2/repository.py#L565 blame has a flags option

I have a module that looks like > the module name is moo ``` --> index.js (this requires dist/cjs/index.js) --> dist --> cjs --> index.js --> foo/bar.js ``` I can...

This used to exist in https://ember-cli.com/user-guide/#developing-on-a-subpath but currently doesn't exist on the new docs anymore. https://cli.emberjs.com/release/basic-use/folder-layout/ also doesn't mention the server folder as being something that is optional part of...