Results 242 issues of redianthus

Hi, As it's said [here](https://github.com/neurobin/MT7630E/pull/25), it seems that the archive is no more on mediatek's website, thus the link on the last line of README.md is dead.

Fix #1502. Where possible I used `"spectest"`. In some cases I needed a mutable i32 global which doesn't exists in `"spectest"` so I added a module and registered it. cc...

Hi, I wasn't able to compile the interpreter anymore with the provided Makefile : ```shell-session $ make echo >_tags "true: bin_annot" echo >>_tags "true: debug" echo >>_tags ": for-pack(Wasm)" ocamlbuild...

Hi, I have a program where I run `opam source --dev-repo` on a whole repository, and I don't care if some of them fail. But I don't want the program...

KIND: FEATURE WISH
AREA: REPOSITORY

Hi, It would be great to add a variant of the `autokick when there's no more op` feature which would autokick everyone after e.g. 5 minutes since the last op...

Hi, Could it be possible to add an option to `dune-release opam submit` to disable strict host key checking for ssh connection made to github ?

enhancement

Hi, I'm using dune-release in CI, the opam repository is never there, so I'm cloning it each time with something like `git clone --depth 1 https://github.com/ocaml/opam-repository.git`. Could there be an...

Need [dune#3983](https://github.com/ocaml/dune/issues/3983) first.

The idea would be to have a boolean flag in projects (which can be overridden on a per package basis) to enable `bisect_ppx` support. If it is enabled, we should...

If a value is in a `package.toml` we should warn if an equal one is added in a `drom.toml` file package section. E.g. when `kind = "library"` is present in...