Magnus Kulke
Magnus Kulke
Thanks you for the PR. This is quite a lot, i'll try to review it tomorrow.
ouch, completely forgot about that one. I started looking into the PR and noticed that there were a lot of distinct things bundled in that patch (which i'd have to...
hmm weird. In msvc12 "timeval" is defined in "winsock.h", which is included in "ftplib.cpp". In an msvc11 environment "winsock.h" does not contain a "timeval" definition?
@cspotcode would this work? ``` type NonFunctionPropertyNames = { [K in keyof T]: T[K] extends Function ? never : K }[keyof T]; type DeepReadonlyObject = { readonly [P in NonFunctionPropertyNames]:...
Will this work enable impl async traits in `State`? I referenced this branch, but I'll see the same error as on `master`: code [here](https://github.com/mkulke/async-trait-playground/blob/actix-web/src/main.rs)
in initramfs there might not be a libc implementation to resolve the hostname?
> With last updates the test pod now runs! \o/ > > The bad news is that the cdh is unreachable from within the test pod (/o) : > >...
> @mkulke @Xynnn007 - sorry, I'm being slow and missing something. In this test we are running `curl http://127.0.0.1:8006/cdh/resource/default/aa/key` to try and get a key from the kbs (via the...
> Well this is nice. But I think this is in the wrong place. `pcr_extend` is an actual Esys API so it should be a context method. > > So...
So, for the time being this relies on nightly and requires additional annotations, not sure if it will work reliably in all cases. stabilization for this doc feature is [ongoing](https://github.com/rust-lang/rfcs/pull/3631)....