Faïz Hernawan

Results 34 comments of Faïz Hernawan

This is still exists with v2.5.0 and `20200830` closure compiler. > However this seems to point that your entry chunk isn't getting executed first. Isn't the `$jscomp` defined inside the...

> I'm not sure what you mean by 'manual grouping', since the grouping behavior is pre-determined by centaur-tabs' config. Why would you want to change this on the fly? I...

> This is a good feature to have. I joined as collaborator only recently, so give me some time to go through the source to figure out the cleanest way...

Oh no, I figured out that the timeouts messing even after the cursor been moved, therefore creating unexpected glitch here and there after. Then, [your solution](https://github.com/acheronfail/xi-electron/blob/5c825f8cededcb9e08e755f880422ce192a45e22/src/renderer/view/canvas/index.ts#L305-L309) still hold. I will...

To avoid too much refactoring for my first try, I resort to my previous way by fixing the glitches (some glitch still happened but more acceptable).

Thanks @sangaline for the workaround. Oh It seems my concern below actually has been handled well. The problem came on the `(dolist (keyword keywords-list) ...)` construct, which still iterate on...

Yes, albeit not a solution. I remember started using this after reading the post. I'm assuming that web-mode quite dependent on font-lock or syntax table, thus sometime using tree-sitter make...

Some say, `crate` create Om compatible node abstraction. Well, I'm a beginner, I just quoting someone..

@vaab We can simplify conventions on `git commit` message. It will be much shorter with initial bullet point marking each operation type : - `+` for ADDED - `-` for...

There is still some problem about the loop, sometime it loops > 255 and gets panicked. But, for a simple syntax, it is good enough.