Marshall Abrams

Results 70 issues of Marshall Abrams

This is related to #43, but what I am reporting is not entirely the same as #43, which is a few years old. My remarks below are long because I...

On the main Agentscript page, the link to template.html is currently broken.

As I understand the current installation instructions, codoc will only work with a new compiler switch and will only work with packages installed after codoc is installed. Is this correct?...

When "Use custom tab implementation"i unchecked, the status line can appear in the wrong place with the wrong length. It looks like there is a default y coordinate and length...

This might be related to #932. In MacVim, I can use `set columns=N` and `set lines=N` to change the dimensions of the vim window. I use these so that I...

This is a very minor issue. It's not something I care about very much, but I thought it would be worth recording it as an issue. In most Mac apps,...

Background: The `"order"` encoding parameter (e.g. in the [Connected Scatterplot](https://vega.github.io/vega-lite/examples/connected_scatterplot.html) example) is useful for plotting random walks, as in this example: ![LevyWalkExample](https://user-images.githubusercontent.com/1836941/154813263-69a19d30-77eb-48fe-ab58-fd9db697617b.png) As an extension of this kind of plot...

enhancement

The warning message in the title of this issue is generated when using `oz/export!` with a spec containing the Vega-Lite `:order` encoding key without specifying `:type "ordinal"`. The warning doesn't...

I've been using oz a lot--thanks! My use is very simple: I just create individual plots one at a time. Using oz 2.0.0-alpha5, I can open my vega-lite specs in...

The README says that three functions are defined, including `ty_of_yojson_exn`. I am only getting the other two functions: ``` ~$ opam list | grep yojson ppx_deriving_yojson 3.1 JSON codec generator...