David Adler

Results 7 comments of David Adler

This makes sense with the goal of simplicity. Can you please indicate somewhere in the docs that ureq is an HTTP/1.1 client though? It took way too long for me...

Now that I think about it, cargo proper probably doesn't know about the +toolchain either; it's handled by the rustup stub. But since rustup doesn't know about xargo, but xargo...

This issue seems to be the last word on comptime allocation. I'm not sure that all use-cases are covered by the suggestion to just use a FixedBufferAllocator. One of the...

Is there precedent for `GetMutRefs` to have an associated type just to support a default implementation? It seems like a different approach should be used here: in particular, I would...

> @adlerd Can you give an example as to how those traits might look? I am having trouble seeing how you would be able to use an unsafe "raw" trait....

@jan-hudec The rule for `unsafe trait` is "could an implementation of this trait which used no `unsafe` blocks cause UB? If so, then the trait must be `unsafe`". The way...

I have run into this issue with GCC 14.1.1, kernel 6.10.5, ZFS 2.2.6. ``` CC fs/zfs/zfs/vdev_raidz_math_ssse3.o AR fs/zfs/built-in.a AR fs/built-in.a AR built-in.a AR vmlinux.a LD vmlinux.o vmlinux.o: warning: objtool: zfs_sha256_transform_x64+0x1d:...