Anthony Nowell
Anthony Nowell
After the big rewrite in #96, the 6 or 7 crates that aren't on crates.io, don't have any data generated into `crates_generated.yaml`, and thus don't get rendered at all.
I did some quick scanning around the ecosystem to turn up a few things that could be added (but didn't take the time to figure out how they should be...
I've been tripping over a few things trying to implement a FUSE network filesystem. I thought I'd jot down some questions, and I'd be happy to turn any answers into...
When I move modules around, I end up breaking Bart rendered components because of the path being relative to crate root. It might just be that I also happen to...
There are lots of areas that need plenty of thought, discussion, and possibly contributors. These need broken out into separate issues (please do open an issue to discuss one of...
I started with @hale's fix, upgraded rails to 4.1.6, and made a handful of changes to get all the tests passing again. The switch from InstanceTag to Tags::TextField implies this...
I'm addressing some client timeout issue in another client and comparing with how existing clients work. I [believe nodejs defaults to a 120s client timeout](https://stackoverflow.com/questions/23874954/is-there-a-default-timeout-in-nodejs-for-http-request) and I didn't spot any...
In [this builder chain](https://github.com/algorithmiaio/algorithmia-java/blob/8bd03dd469ec7c16c89647474f5b95491971aacc/src/main/java/com/algorithmia/client/HttpClient.java#L75-L79), the call to `useSystemProperties()` effectively results in ignoring the values set by `setMaxConnTotal(maxConnections)` and `setMaxConnPerRoute(maxConnections)`. And this isn't order-dependent, because the actual properties used by the...
https://github.com/algorithmiaio/algorithmia-java/blob/e6d90c4e375ba868a5d082432412166b5cc9530b/src/main/java/com/algorithmia/data/DataObject.java#L68 If you use a dropbox or s3 connector, `toString` will return a URI like `data://s3://foo/bar`
(disclaimer: low priority, no pressing requirement to CR or merge) [Feb 2020 Update] This PR was overhauled Feb 2020 to be more inline with other packageset design decisions. It was...