K. Adam Christensen

Results 7 issues of K. Adam Christensen

When the app closes, the script kills off all inotifywait commands. Well, if you have have inotifywait commands running on your machine, those get killed! Not cool. Now, we can...

I get this error when I use v22.1.0 of the windows binary. Usage: ``` C:\Users\pope\Downloads\obsidian-export_Windows-x64_64.exe 'C:\Users\pope\Code\Fighting Games\' C:\Users\pope\Code\out ``` I can run the program with the help flags and that...

`JSX` namespace cannot be found by TypeScript. That's because we need to import `h` and then reference `JSX` off of it.

The fix is outlined here: https://developers.google.com/web/updates/2017/12/chrome-loadtimes-deprecated#wasfetchedviaspdy

This refactor improves the performance of the original algorithm based on Björklund's algorithm for calculating Euclidean rhythms. For all intents and purposes, this is a port of the Python implementation...

This pull request splits out the recompression logic in `jpeg-recompress.c` into its own source file. The reason I want to do this is I'm interested in building a Go app...

This provides a convenience to users who don't have MozJPEG installed to have the Makefile download, configure, and compile the libjpeg.a dependency. As a result, the AppVeyor and Travis-CI scripts...