Lîm Tsú-thuàn

Results 220 comments of Lîm Tsú-thuàn

https://github.com/jeapostrophe/racket-langserver/blob/master/service/ I have no idea how resyntax be implemented, so I was expecting something compatible with these service, but another options are also available (if they can produce result in...

@jackfirth I thought @6cdh is suggesting to invoke `resyntax analyze --file a.rkt` via `system` function in racket base, for the rule here indeed should be added into resyntax, not implement...

update, current error message is ``` [2025-03-25 17:03:05.129] [error] component: ``, access function instance: 0/0 [2025-03-25 17:03:05.129] [error] while exporting component function `handle`. ``` This is because an export section...

Sort of, 1. need to fix build on different platforms 2. there are some concepts need to be carefully re-understood and rewrote, but they can be another PR

> 2. Seems like the `wasi-http` only added the http-types. The host functions are not connected. Because wasi-http program should provide callback, which use types in wasi-http.

> @dannypsnl > > Can you help to explain why the [code here](https://github.com/WasmEdge/WasmEdge/blob/master/lib/loader/ast/component/component_type.cpp#L494-L500): > > The `Loader::loadExportDecl` will load the `core:exportdecl`, which is: > > ``` > core:exportdecl ::= n:...

Maybe we can associate each symbol in results a live counter, each time we rebuild results, we merge old result with increased count, imagine below: For a racket document ```...

> But the problem is, a successful expand can replace all existing items I don’t understand, can you elaborate this process?

@6cdh With the current architecture, after successful expansion, old completion items are discarded. I agree with that. However, my suggestion is that using a generational design would allow us to...