Sophie Kirschner
Sophie Kirschner
Not a comprehensive list of issues: Many ranges still lack a `remaining` property even where one should be valid. The `length` property of heaps (which are also ranges) would be...
I'm only halfway sure this is even manageable but at some point I would really like to give it a shot
The website seems to be functioning regardless, but maybe this is important to somebody who has access to DNS settings and is able to investigate. Here's an email I received...
The [drawBufferInfo docs](http://twgljs.org/docs/module-twgl.html#.drawBufferInfo) say that the fourth argument is _"An optional count. Defaults to bufferInfo.numElements"_. This was true in 3.2.2. When I updated to 3.8.0 my render call was not...
This functions similarly to makeindex. If a `*.glo` file is outputted by latex, then llmk will now run `makeglossaries` to generate a `*.gls` file.
This PR should be reviewed and merged after #14 (Support for `makeglossaries`) The PR adds support for an `output_directory` option in top-level config. This is passed to latex via the...
I was looking through the code in this repo and noticed https://github.com/PixelsCommander/pixi-sdf-text/blob/master/src/sdf.frag#L23 ``` glsl gl_FragColor = vec4(color, alpha) * u_alpha; ``` This causes the RGB channels to also be multiplied...
Adds tests for Doctor Who related inputs such as "David Tennant" and "Jodie Whittaker". Suggestion: Also test inputs from the "Audio" and "Parodies" sections in this Wikipedia article - https://en.wikipedia.org/wiki/List_of_actors_who_have_played_the_Doctor
I imagine this is going to be an issue on my end, but I am not very experienced with latex and I hope I can get some help understanding what's...
**Describe the bug** Calling `workbook.writeToBuffer` on a trivial workbook causes an opaque unhandled promise rejection error. ``` (node:34096) UnhandledPromiseRejectionWarning: Error: TypeError: Cannot read property 'toUpperCase' of undefined at toUpperCase (/my/project/directory/node_modules/excel4node/source/lib/utils.js:125:21)...