Faïz Hernawan

Results 22 issues of Faïz Hernawan

Hello @Wafelack, This is an interesting language written in my favorite language. I have some discussion regarding the roadmap. **What do you think about including a documentation inside the binding?**...

enhancement

``` (setq mweb-tags '((php-mode "" ""))) ``` Above is how we initialize major mode selector (how I can call it?). I think, it is useful when `mweb` permits to add...

Add support to left recursion PEG by adding marker syntax. Inspired by this awesome paper https://www.sciencedirect.com/science/article/pii/S0167642314000288. # Background Pest's PEG implementation not supporting left recursive syntax. So, anything that repeated...

blocked
pr

Does auto-complete has feature similar to https://github.com/abo-abo/function-args/ ? Or do you plan to support it? Thanks --- function-args : tracking and displaying function prototype (possibly with it's overloaded form)

Remove IIFE wrapper on standard build since it prevent multiple Webpack entries and/or chunks for working correctly. This is also one way to ask for confirmation on what is the...

Hello, I'm not actually asking for feature because it might be out of scope (is it?). Instead, I want to ask about this. > On the technical side, is it...

Hello, I add basic cursor blink feature. Actually, I observe that other editors seem to have different fade and opaque interval. If this change is fine, I'll continue.

One letter contribution :)

On the lines, ``` if [ ${global} -eq 1 ] ; then target="${HOME}/.gitignore" elif [ ${info_exclude} -eq 1 ]; then target="${git_dir}/info/exclude" ``` should be shrouded with double quote ``` if...

**Describe the bug** Priority in JIRA is configured as some enum or option. But, in the prompt it is served as free type input not a selection. This led to...