Ting-gian LUA

Results 19 issues of Ting-gian LUA

In `ChildProcess`, `stdout` and `stderr` should be *writable* while `stdin` should be *readable*.

1. It's not portable 2. It's not needed anyway

If the source contains Unicode symbols like `⊤` in the example below: ```agda module A where data ⊤ : Set where tt : {! !} ``` The language server would...

bug

Things happened after I upgraded `underscore` to `v1.4.4`, and it worked fine after I downgraded it back to `v1.4.3`. By the way, instead of submitting a new issue here, which...

### How to reproduce 1. Fire up a `socketio` server in `ghci` 2. Press `ctrl-c` to interrupt 3. Fire up the server again 4. Connect the server with a client...

bug

``` Uncaught RangeError: Incompatible language version. Expected 8. Got 9 ``` I cannot understand this error message (though I kept hitting it, that's another problem 😢). * Is it Atom...

As in https://github.com/tree-sitter/tree-sitter/issues/312

bug
blocked

From https://github.com/banacorn/language-agda/issues/18 by @zraffer > Perhaps it would be nice to highlight all indexed universe literals Set₀ Set₁ ... Setω (for --omega-in-omega option) the same color as the original unindexed...

enhancement