Surya Widi Kusuma

Results 11 issues of Surya Widi Kusuma

Would be awesome to be able to click links in query result to open the link directly (i.e. links are automatically transformed to anchor tags). ![image](https://user-images.githubusercontent.com/1438859/40266503-5741f65a-5b76-11e8-968e-236fd9ea7aa3.png)

enhancement
@graphiql/react

Will show incomplete proposals by default and can be changed by ticking a checkbox.

http://docs.coala.io/en/latest/Users/Install.html#js-dependencies states that you run `npm install -g` to install JS dependencies, however that only installs the coala-bears globally (which is useless) not each of the dependencies stated in [package.json](https://github.com/coala/coala-bears/blob/master/package.json)...

bug
area/documentation
difficulty/low
importance/high
hacktoberfest

Using tool like [esnext](https://github.com/esnext/esnext) is recommended. [babel-polyfill](https://babeljs.io/docs/usage/polyfill/) might be needed if the resulting code uses a new method that doesn't belongs to ES5 or below.

difficulty/low
status/STALE

This repo uses [MIT license](https://github.com/coala/gci-leaders/blob/master/package.json#L11)

difficulty/newcomer
status/STALE

>Lighthouse analyzes web apps and web pages, collecting modern performance metrics and insights on developer best practices. https://github.com/GoogleChrome/lighthouse This is our current Lighthouse audit result: https://u.teknik.io/4SV0f.html This task is for...

difficulty/low
status/STALE

https://github.com/ebidel/lighthouse-ci

difficulty/low
status/STALE

https://github.com/coala/gci-leaders/blob/9a170ecf6e39813f0a722fee6a5ba8378b9af3cb/src/js/locale.js#L29-L34 It needs to be generated dynamically, from the locale files that exists in [static/i18n](https://github.com/coala/gci-leaders/tree/master/static/i18n) to support https://github.com/coala/gci-leaders/issues/124. We can generate a JSON file and `import` that file to replace...

difficulty/low
area/i18n
status/STALE

See https://medium.freecodecamp.org/javascript-modules-part-2-module-bundling-5020383cf306 ### TL;DR - Having many and tags sucks and makes loading slow - Combine all assets into a single `.js` & `.css` file ([Webpack](https://webpack.js.org/) preferred) - Since we're...

status/STALE
difficulty/medium

As we can see from the screenshot in `README.md`, it has multiple columns, but our gh-board doesn't. That is because [ryanprior/gh-board](https://github.com/ryanprior/gh-board) uses [hard-coded columns based on the issue labels](https://github.com/ryanprior/gh-board/commit/15a45eff4255ef0a911f220033e85e7bca2788bf). And...

type/feature