Lîm Tsú-thuàn

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

Maybe a function type is `file -> (listof suggestion)`, a `suggestion` would be a `text -> text`? From my understanding this model can fit racket-langserver and racket-mode both.

This definitely would be good, I think it's related to [`color-prefs:register-info-based-color-schemes`](https://docs.racket-lang.org/framework/Color_Prefs.html#%28def._%28%28lib._framework%2Fmain..rkt%29._color-prefs~3aregister-info-based-color-schemes%29%29), the idea is if 1. framework:basic-canvas-background 2. framework:default-text-color are provided, sauron will try to use it?

or #194 will solve this problem(by throwing it to others, Jee!)

Yes, and those files-viewer didn't give in few years ago are implemented now, so I think bundle it is good now

short note: extracts `color%` objects from the configuration ```racket #lang racket (require framework) (define-values (a-set b-set) (color-prefs:get-color-scheme-names)) (for/list ([color-name (in-set a-set)]) (cons color-name (color-prefs:lookup-in-color-scheme color-name))) ```

I'm try to use ```yaml - uses: Bogdanp/[email protected] with: architecture: aarch64 ``` get: ``` invalid arch 'aarch64' ``` what can I do here? Should I adjust `runs-on: ubuntu-latest` line?

There is a backend ONNX to JAX runtime: https://github.com/google/jaxonnxruntime Performance: ![image](https://github.com/user-attachments/assets/37aaedfb-4427-4d0c-9b9b-30393ca23e54) Seems a promising backend worth to add.

Theme: Proposal Description: Component Model Timeline: Q4 / 2024 Assignee: Me There is a rough implementation about big picture already, the challenge is internal value representations, and then I will...

Theme: Languages Bindings Description: Java binding Timeline: Q3 / 2024 Assignee: None Reviewer: Me A language binding should be able to independent from WasmEdge's version, and hence we should move...

Theme: Proposal Description: memory64 Timeline: Q3 / 2024 Assignee: None Reviewer: Me There is a PR #2964 for interpreter mode already, so the tasks for the assignee are 1. fix...