Kye W. Shi

Results 27 issues of 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...

bug

#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: ![jspdf-mupdf-font](https://user-images.githubusercontent.com/3887189/44771790-ee4b1000-ab20-11e8-9aef-a15fe5438dd1.png) Expected output: ![jspdf-evince-font](https://user-images.githubusercontent.com/3887189/44772293-4e8e8180-ab22-11e8-9bdc-f693344e0fec.png) 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...

Kind/feature-request

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...