Results 75 issues of Fabian

The design document on the [text format](https://github.com/WebAssembly/design/blob/master/TextFormat.md) says: > WebAssembly will define a standardized text format that encodes a WebAssembly module with all its contained definitions in a way that...

text format

In the Call Tree view the percentage for the self time is missing. ![screenshot!UNITO-UNDERSCORE!2018-04-15!UNITO-UNDERSCORE!14-01-10](https://user-images.githubusercontent.com/1816456/38782201-85ee5d80-40b5-11e8-9b1d-76ce36829e29.png) ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FP-732)

feature
call tree
discussion

It's not 100% reproducible in my project, but the following seems to work: ``` opam source patdiff cd patdiff* rm bin/compare.mli dune build -w bin/main.exe # leave running in the...

bug

I'd like to use opam-bundle to distribute some command line tools to non OCaml users. It works quite well for that purpose, but I consider it wasteful to bundle and...

For example: ```ocaml utop [0]: #require "rope";; utop [1]: Rope.index_from_opt Rope.empty 0 'a';; Exception: Invalid_argument "Rope.index_from_opt". utop [2]: String.index_from_opt "" 0 'a';; val _2 : int option = None ```

ppx_core has been [deprecated](https://github.com/janestreet-deprecated/ppx_core) and merged into [ppxlib](https://github.com/ocaml-ppx/ppxlib). Currently, trying to install `ppx_sqlexpr` causes a downgrade: ``` % opam install ppx_sqlexpr The following actions will be performed: ↘ downgrade ppxlib...

ocp-index-top leaks module names with two underscores that should be hidden from users, for example: ``` utop [1]: #doc List.map Stdlib__list.map val ('a -> 'b) -> 'a list -> 'b...

This PR contains three commits: 1. Make the queue size configurable. In my program, the server sometime starts on-demand, and the client buffers a significant number of packets by default,...

I think this would be a useful addition, following the existing pattern. A quick glance at containers reveals that equality tests are not an uncommon use of `$Q`.

feature request
help wanted