Bill Mill

Results 53 issues of Bill Mill

The citeseer paper link is dead, and the paper is now open-access on ACM

I had the bright idea to create a youtube multi app, but youtube with ads is so painful that there's no way I can use it. I'm not certain if...

custom css/js

Given this code: ``` var pts = [ 120, 79.63967819396663, 173.33333333333331, 118.72659522329167, 226.66666666666669, 109.84371034788978, 272, 85.57546366477419 ], curve = new Bezier(pts), ocurve = curve.offset(20); draw_curve(curve, "line"); ocurve.forEach(function(c) { draw_curve(c, "offsetpath");...

bug

My `~/.bash_history` file looks like this: ``` #1650679383 git co master #1650679389 git branch -D exclude-take-3 #1650679393 git pull #1650985607 ls testing ``` And atuin imported all of the command...

Add a command line argument parsing example

Parquet metadata was added in #1905 (per #1899), but it does not seem to include all parquet file metadata. Here's a python script to generate a parquet file, and then...

Given data of very regular format, `xsv table` has a phase change that is irregular. I've reduced it to a test csv where it happens around line 575: ``` $...

on an m1 macbook pro running Monterey, some themes give me an empty window: `silicon --theme=base16 --to-clipboard /tmp/deleteme.makefile` ![image](https://user-images.githubusercontent.com/7150/176015479-8cf68ca2-133a-4bbb-83a9-fac70c46b3be.png) While others work: ![image](https://user-images.githubusercontent.com/7150/176016204-3ea6f9c5-30a9-4fc4-8077-d28efc49e998.png) I wrote a script to test all...

**Describe the bug** Tall tiling on my main (external) monitor is not working properly. Here it is showing windows in four quarters instead of main on the left and three...

The full build log of a failure is [available here](https://gist.github.com/llimllib/baf1938cb182f6ced28f6c27e66f22aa) I solved the issue by downgrading my version of node; I use asdf so for me it was as simple...

wontfix
external-dependency
chore
starter
user-feedback