Alex Fox Gill

Results 4 issues of Alex Fox Gill

Seems strange to me - why treat the secret format differently for different algorithms? Aren't they orthogonal concerns?

enhancement
help wanted

When running `bloop compile root --verbose` on one particular project (unfortunately a work project that i can't share) I see an error with this stack trace: https://gist.github.com/alexfoxgill/b55773b096a425230b0265f0a934a5dd

bug

When I have tried to use version 2+ of TuesPechkin, I have always run into this error when starting my application (a web application hosted in IIS). My machine is...

these basic functions may be useful to include with the library ```rust impl IArray { fn push(&self, item: A) -> IArray; fn insert(&self, item: A, pos: usize) -> IArray; }...