Tim McCormack

Results 42 issues of Tim McCormack

MoshiPack's support table only lists non-support for the extension mechanism and binary. Is there a technical barrier to supporting binary, or is it just a matter of implementation?

I liked your guide to error-handling in Rust. One thing that stumped me for a bit, though, was the `file_path_ext_explicit` version of `option-ex-string-find`, which I'll paste here for convenience: ```rust...

If I create a fresh Davros grain and rename `shuttle.jpg` to `pluto.jpg`, `pluto.jpg` is overwritten. This matches the behavior of Unix's `mv` command, but should probably issue a warning/confirmation dialog....

This is what I wrote to support testing iterators. I don't know if it's quite what you want in your lib (since it takes things in a bit of a...

Would you accept a pull request for lein-guzheng to depend on a specific version of leinjacker (either the lowest or highest tested version, as you prefer) instead of a version...

See https://github.com/technomancy/leiningen/issues/1446

Dreamwidth has dropped challenge auth, since it is incompatible with secure password handling on the server. (If passwords are hashed in the database e.g. with bcrypt, the server cannot perform...

This is not comprehensive coverage, but should take care of a number of unguarded calls. It comes out of issue #81 in which a call to `cryptoSecretStreamPush` with an incorrectly...

I was getting VM crashes after some code changes where I messed up buffer sizes, and I've narrowed it down to this simplified repro case (in Kotlin): ```kotlin fun repro()...

If I try to create a table with a `blob("...").default(...)` using a Table's `ddl` output, I get invalid SQL. This is because the blob column is emitted as `BLOB DEFAULT...