Fatih Kalifa

Results 20 issues of Fatih Kalifa

Currently autocomplete-modules list all packages inside `node_modules` directory. Using npm 3 will make autocomplete list all packages because of flat hierarchy. I think the default behavior should only list packages...

feature
help wanted

Instead of refetching every n hours, we fetch daily/some other interval using cron and store the result in DB. This allow us to generate more metrics (this day, since last...

enhancement

More relevant result by scoping down the result from Indonesia only

enhancement

Currently we can use any reserved word/token (such as `var`, `if`, etc) as identifier in naskah which won't be valid JS. The simplest thing we can do is add underscore...

type: bug
good first issue
scope: compiler-js

Currently typical demo build took ~5 mins. Maybe we can improve it by using - `@actions/cache` for `target` directory - fetch `wasm-pack` via cURL instead of cargo`

type: feature-request
scope: demo

We need to list what we're planning to add to the language, not necessarily implement it in parser/printer Good reference https://github.com/jamiebuilds/ghost-lang

Addition / removal of some newline causes different bug Case 1: newline required at the end of statement ``` misal x = 2; // no newline ``` Output: ``` salah...

type: bug
scope: parser

## Description Huge bundle size, and very high TBT ![image](https://user-images.githubusercontent.com/1614415/124908770-e1123780-e013-11eb-90ec-7aa4c9862b32.png) ![image](https://user-images.githubusercontent.com/1614415/124908794-e8d1dc00-e013-11eb-8987-2a9cacd71251.png) ## Expected Behaviour 800kB is definitely excessive. We should aim at most 200kB based on recommendation alone. Less would...

bug

![image](https://user-images.githubusercontent.com/1614415/93585273-bc8b9700-f9d0-11ea-9f59-61357e4d8066.png)

bug

like this https://www.npmjs.com/package/react-json-tree but we'll probably build it ourself as we don't use any bundler

enhancement