Chris Anderson
Chris Anderson
Working on getting everything in `header.wppl` into the docs. I'll start with at least listing the function, then try to get explanations, then go for examples after that (if you'd...
Ran into this here: https://gist.github.com/chrisranderson/ec5151619da3aaeab9e0f1327838ed8c#file-dp-js-L80. I wanted to make a more general function that took functions as part of a configuration. I guess you know, but the same thing happens...
@Lokathor Would this be a "good first issue"? Seemed like a decent candidate to me. I'm looking to contribute to a Rust project during my free time. Just wanted to...
Maybe this will be helpful: https://github.com/jhjin/overfeat-torch
Continuing from @pitdicker https://github.com/chronotope/chrono/issues/1292#issuecomment-1918472102: > I could comment on a few nits, but it looks pretty much like it should. I believe all other deserialize implementations deserialize to DateTime? We...
No, sorry. Gratefully, I am now employed. Sorry to leave this hanging loose.
I'd like to work on this one - seems like it could be a good first issue for someone new to Rust/chrono. I've poked around for a while, and I...
Here's my first shot at it. Can someone take a look and see if I'm on the right track? https://github.com/chrisranderson/chrono_fork/pull/1
I see two options - one, I submit a PR nowish with the adjustments @pitdicker mentioned; two, I wait until serialization formats are refactored/settle a bit and submit a PR...
Another option to fix this: run `ld -lopenblas --verbose` to see where it's looking for the `.so` file. Then find where yours is installed (via `locate` or `find` or something),...