Jonathan Strong

Results 26 issues of Jonathan Strong

this adds a `d64`/`decDouble` type - like `d128` but 8 bytes wide instead of 16. would appreciate review of the code, particularly the ffi stuff. this also includes the `MaybeUninit`...

This is an alternative approach to allowing the user to specify a mode for a closure, namely, providing two specific and commonly used rounding functions in a `quantize`-like interface. This...

Hey - thanks for your work on this library. I'm using it for a project and interested in writing `Into` and possibly `From` for rust's primitive floats. However, my background...

hey, I have spent a few minutes trying unsuccessfully to write a simd version of code that uses ndarray's [`zip_mut_with`](https://docs.rs/ndarray/0.10.14/ndarray/struct.ArrayBase.html#method.zip_mut_with) - is there currently a way of combining a `simd_iter_mut`...

hey - I was trying to implement the other side of the load/save from buffer, `XGBoosterGetModelRaw`, but I'm stuck, and thought maybe you could help. This is where I am...

hello, I was wondering if you could provide some additional guidance on usage of the deque crate relating to performance. I did find issue #399 and review the async-std scheduler...

question
crossbeam-deque

ran into an issue where shutting down the server with ctrl-c seems to have left the sqlite database in a "locked" state that alexandrie could not recover from on restart....

C-bug
P-high
M-api

hey, just a user report from the wild for you to consider. I was setting up alexandrie behind a reverse proxy and ran into a puzzling error. it turned out...

C-enhancement
P-medium

Recently I had manually updated my crate index repo (to change the README). When I went to publish a crate, it appeared to succeed, but I couldn't get the new...

C-bug
P-medium

I noticed that the code in `src/meuse/store/s3.clj` pretty uniformly includes a notion of a `prefix` that is appended to the beginning of the object key. However, the config specification in...