Jan Špaček
Jan Špaček
Hi, this is a good point :) The main difference is in the API, Makiko is a bit lower-level, it never spawns tasks or connects to sockets, so it gives...
[Looking at the docs](https://docs.npmjs.com/cli/v9/configuring-npm/package-json#optionaldependencies), it seems that putting a dependency into `optionalDependencies` only makes `npm install` not fail if the dependency fails to install; it does not provide a way...
> * formatting : There is no shared prettier/eslint/editorconfig how should I format everything ? Yes, there is no automatic formatter. Format the code as you see fit, preferably in...
Will be fixed in 0.3.2
I fixed the Miri error in CI, there remain some errors from Clippy, which are however not caused by this PR: it seems that a new version of Clippy flags...
@jannic Rebased and all checks passed :tada:
Hi, thanks for you interest in Makiko :) Having an implementation of `AsyncRead + AsyncWrite` based on an SSH tunnel would indeed be quite useful. Your implementation looks good, I'll...
I added the `AsyncRead + AsyncWrite` implementation over a tunnel in the latest commit on `master`: https://github.com/honzasp/makiko/commit/b87e1305c9d6b55be2e5b273832ae5754c41ba02 I also added a test that's using this in a `ProxyJump`-like scenario of...
I released version 0.2.5 of Makiko with the `TunnelStream`/`TunnelReader`/`TunnelWriter` helper. Thanks for your contribution, and I'm looking forward to any future PRs from you :)
Maybe it would be less surprising if we _always_ returned the paging URLs? If we don't include them in small responses, then devs may not realize that the results are...