- May 18, 2021
-
-
Shachar Itzhaky authored
Thanks @mdnahas :D
-
- May 17, 2021
-
-
Shachar Itzhaky authored
A useful utility for injecting jsCoq into documents generated by `coqdoc`. Adapted from a hack I used for Software Foundations. To demonstrate its use, `nahas_tutorial.v` is used as an example.
-
Shachar Itzhaky authored
Settings Panel!
-
Shachar Itzhaky authored
Moved all settings panel css to a separate file.
-
- May 16, 2021
-
-
Shachar Itzhaky authored
(+ tiny style fix)
-
Shachar Itzhaky authored
Close on clickaway & also toggle company-coq pretty-printing of goals when setting `Enable company-coq`.
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
A standard popup panel with checkboxes and links to GitHub and Zulip. The settings currently don't do anything.
-
- May 15, 2021
-
-
Shachar Itzhaky authored
`make clean` also cleans dist `.tar.gz`. `make distclean` removes cloned Coq sources as well.
-
Shachar Itzhaky authored
Try to avoid a situation when the documents stays scrolled too much to the right after a long sentence has been executed.
-
- May 14, 2021
-
-
Shachar Itzhaky authored
This was too hasty: vue-loader@16.x only works with Vue 3.
-
Shachar Itzhaky authored
Some NPM audits.
-
- May 13, 2021
-
-
Emilio Jesus Gallego Arias authored
-
- May 09, 2021
-
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
Can now return to the original `Import` statements.
-
Shachar Itzhaky authored
Based on `package.json`. This way there is only one place in which you need to update the version.
-
- May 08, 2021
-
-
Shachar Itzhaky authored
Was still causing stack overflows. More robust to just replace `List.fold_right` with `rev` and `fold_left`.
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
In pretty-printing of goals and terms. Not perfect, but it's progress. Also, there are three unit tests now. :P
-
Shachar Itzhaky authored
Keyboard slip caused it to revert to the old Gitter url.
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
Used to always display Meta-N, Meta-P. But these don't work on Mac.
-
- May 01, 2021
-
-
Shachar Itzhaky authored
Probably should tell Jane Street.
-
Shachar Itzhaky authored
`make dev` runs Dune in watch mode and also launches an HTTP server.
-
Shachar Itzhaky authored
For Debian, `i386` needs to be specified as an alternative architecture in order to install `libgmp-dev` 32-bit version.
-
Shachar Itzhaky authored
Serving the image from Inria violates cross-origin isolation, which we now need.
-
- Apr 30, 2021
-
-
Shachar Itzhaky authored
-
- Apr 02, 2021
-
-
Shachar Itzhaky authored
Can now be activated in the scratchpad by appending `?dark` to the URI. Fixes #231 (for now).
-
- Mar 29, 2021
-
-
Shachar Itzhaky authored
-
- Mar 04, 2021
-
-
Shachar Itzhaky authored
Collab TNG for v8.13
-
Shachar Itzhaky authored
Now `stream-browserify` is needed as a dependency.
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
-
Shachar Itzhaky authored
This is phrased as an "addon"; I think that not only libraries can be "addons" but this kind of interop UI functionality should be as well. It does not mean that UI addons should be built outside of the jsCoq source tree like mathcomp & co. If they are small enough, they are ok where they are in `ui-js/addon`.
-
Shachar Itzhaky authored
Add missing deps for Linux build in Travis
-
Shachar Itzhaky authored
Also brought over Travis config for macOS (without Homebrew).
-
- Mar 01, 2021
-
-
Shachar Itzhaky authored
It is a private repo, use ssh key from `_ssh/id_rsa`.
-