Kye W. Shi
Kye W. Shi
Resolves #9. Moves `tests` from the `package` specifier to `include`, thereby preventing it from being installed as a global module via `setup.py`.
I'm pretty sure there have been substantial changes/improvements since 2015, but the last tagged release on GitHub is from 2015. I found out yesterday when I tried to load gruvbox...
I think I saw in various other discussions (e.g. [this one](https://github.com/colah/ImplicitCAD/issues/169)) that ImplicitCAD doesn't yet support arbitrary convex hull operations, because no one has quite figured out a good way...
### Describe the bug When cycling through workspaces, the last-focused workspace is highlighted differently than all the other workspaces. By default, I expect the highlighting to be a pure function...
#708 introduced shell-escape support, which (as motivated in #38) is needed for the exceedingly popular `minted` package for typesetting syntax-highlighted source code. However, shell-escape support alone is not enough to...
When an external font is embedded in the PDF, it cannot be opened in muPDF correctly:  Expected output:  muPDF also logs the following: ``` error: freetype: cannot load...
# Proposal It would be nice if the Netlify build image included [Tectonic](https://tectonic-typesetting.github.io/en-US/). Tectonic is a modern, well-behaved implementation of the LaTeX engine, which is universally regarded as the industry...
**Is your feature request related to a problem? Please describe.** Currently, multiline-parenthesized-expressions are formatted Lisp-style, with everything stacked together on a single line at the end of the expression: ```ocaml...
The other `Ast_builder.p*` and `Ast_builder.e*` functions, such as `estring` and `eint` and `pvar`, etc., take in "simple" values, making it easier to construct common patterns/expressions without too much verbosity. For...
Running a basic elm project created from scratch with `elm init` and a single `src/Main.elm` with the following contents: ```elm module Main exposing (..) import Html main : Html.Html msg...