John Walker

Results 10 issues of John Walker

I'm working on materials for a workshop that teaches JNI programming to Rust programmers, which uses jni-rs. Would you be interested in a project like that as a contribution to...

docs

Hi there, this is a followup draft from #222 . I'd like to work with you on the content here. A few others contributed to these materials as well. :)...

https://github.com/aws/aws-dynamodb-encryption-java/blob/master/sdk1/src/main/java/com/amazonaws/services/dynamodbv2/datamodeling/encryption/EncryptionContext.java#L220 https://github.com/aws/aws-dynamodb-encryption-java/blob/master/sdk2/src/main/java/software/amazon/cryptools/dynamodbencryptionclientsdk2/encryption/EncryptionContext.java#L182 A safe `toString()` method for `EncryptionContext` would be extremely useful for logging within material providers, and we can get there by excluding attributeValues from being printed. Since it...

withAttributeValues is OK to be exposed to the SDK via package private or some other means, but clients aren't intended to use it. The solution we discussed was to deprecate...

https://en.bitcoin.it/wiki/Category:Clojure

Inf-clojure has many features that we aren't using yet. See: https://github.com/clojure-emacs/inf-clojure/blob/master/inf-clojure.el#L66-L71 We still need to add - [ ] inf-clojure-show-arglist - [x] inf-clojure-show-var-documentation - [ ] inf-clojure-show-var-source - [x] inf-clojure-clear-repl-buffer

sometimes i add a dependency and it pulls in a new version of something that breaks another dependency. it would be really slick if we added an option that found...

A common pattern is: ``` lein new foobar cd foobar lein plz add cljs async ``` It would be much nicer if we could do ``` lein plz foobar :with...

List currently works for builtins, but doesn't include user-defined maps. We should have a way to print them, but I'm not really sure how yet. We could have a table...

enhancement

It should also be possible to remove dependencies. We should refactor the add task into more functions to make it easy to remove groups and individual dependencies.

enhancement
starter