Colt Frederickson

Results 18 issues of Colt Frederickson

I was trying to use mules reload and ran into this issue. A bit of discussion happened on gitter [here](https://gitter.im/ChristopherDavenport/libraries?at=5f6d0330417bf140aa0f1fb2). The main I used was as follows: ```scala object Main3...

The implementation of montgomery multiplication is currently using our 31 bit representation. This is because of our desire to support WASM. We should detect if the machine has a 64...

I tried searching around but couldn't find anything about this. I'm trying to use rustfmt (by way of cargo fmt) to format my files, but the `proptest!` blocks are not...

p-low
a-macros
needs-mcve

### Expected Behavior When using Kustomize to create a `k8s_resource` configmaps that are created using `disableNameSuffixHash: false` are correctly grouped with the creating service. The reason I want to use...

enhancement

Hey, thanks for all your work maintaining jsonwebtoken. It seems that in the change to allow swapping crypto backends that [hash](https://github.com/Keats/jsonwebtoken/commit/5cd1887848f7d30f11adb4ebcec6a01baffd5252#diff-5991004fd31cd8d58f2dbd269886018796101de043c3f0c8897a03ab049054a5L13-L65) was removed from header. This is kind of repeat...

help wanted

I have i directory structure such as: ``` migrations/foo ├── V1__init.sql ├── V2__colt.sql └── V3__other_thing.sql ``` If I pass `migrations/foo` to `util::find_migration_files` it will print a warning saying that `foo`...

**Describe the bug** The `nodejs_up` metric never goes to 1. If the user is suppose to change it manually it should be documented in the README. **To Reproduce** Steps to...

The current version of the library is broken on all modern docker versions. I just swapped for the updated fork of the spotify library. I was able to use locally...