文宇祥

Results 151 comments of 文宇祥

Good question. We will consider compiling `FixedArray[Double]` to `Float64Array` in the future. Do you have some usecase?

> Thanks for your PR - can I check what are the steps to reproduce this issue? Sorry, It's in my work project. I haven't found a minimal reproduce. I'm...

It seems unstable version not always significantly faster than stable version. I think we should expose only one `sort` func sticky on stable version instead of two `sort` and `stable_sort`....

I believe the root cause is here: https://github.com/rescript-lang/rescript/blob/a375a4780ec7531c628a6f5fc915645a1387e50a/rewatch/src/build/compile.rs#L474-L477 It wrongly assumed that include_dir is just "../ocaml". I think we should change this https://github.com/rescript-lang/rescript/blob/a375a4780ec7531c628a6f5fc915645a1387e50a/cli/rewatch.js#L10 to pass the "--rescript-home" dir to rewatch,...

> [@hackwaly](https://github.com/hackwaly) Can you try with `npm i https://pkg.pr.new/rescript-lang/rescript@bcc65cb`? It doesn't work either. I think I should install the PR version of `@rescript/darwin-arm64`. But how do I do that?

I have tried beta 11, it works well. But, the vscode extension has an issue: Gotodef on modules from stdlib (e.g. Array) not works.

I'd like to use zero-md in intranet, but not internet.

This is not intuitive. The implementation detail should not lead API design

However, `append` will not imply the `empty` operation on source.