Jason Siefken

Results 45 issues of Jason Siefken

Typing 12!! will hang gnome-shell as GCalcSearch waits for gcalc to return the answer. Perhaps some asynchronous timeout or something could be used to prevent this?

I get the following error when trying to execute `tikz_editor.pyw` ``` Traceback (most recent call last): File "./tikz_editor.pyw", line 18, in import tikz_editor File "/home/albert/programming/latexwatch/TikZ-Editor/tikz_editor/__init__.py", line 20, in from tikz_editor.controllers...

The explanation that includes "has a one-dimensional set of normal vectors" is a bit confusing. Rethink it.

There are several ways in which the current textbook should be improved: - [x] PRs for existing issues - [x] Tag relevant words with `\index` and add an index to...

The textbook could use an appendix discussing how to rephrase casual linear algebra with formal terminology.

If `input` comes from a different context, it might not be an instance of `window.Uint8Array` or `window.ArrayBuffer`. In particular, when reading a file in a Firefox extension using `OS.File.read`, a...

Are there plans to include other pitch-detection algorithms? YAAPT seems like a good candidate http://bingweb.binghamton.edu/~hhu1/pitch/YAPT.pdf There is also a Python implementation that might not be so hard to port to...

I've been working on a Pegjs pretty printer (based on Prettier, the Javascript code formatter). You can find the code here: https://github.com/siefkenj/prettier-plugin-pegjs and there is also a [playground](https://siefkenj.github.io/prettier-pegjs-playground/). My hope...

Here's some initial work towards ideas pointed out in #258 Most of the work so far is in `nodes.rs`, which builds the layout and interfaces with the `stretch` library. I...

Looking through the code, there seems to be a lot of different font/text structs. Some can be converted into one another with `.into()` and others cannot. Some need a reference...