Maksim Panfilov
Maksim Panfilov
@difficultwork I also needed this thing and [forked this repo](https://github.com/maxfilov/go-eureka-client) as a result. It's not a drop-in replacement for the original one, but it's pretty close to it
@ced1967 it seems that this repo is abandoned, I [forked it](https://github.com/maxfilov/go-eureka-client) and you probably can use the fork. I'm going to support it for a while because my company uses...
I'm quite new to Rust and I'm looking around for now. I've opened a PR https://github.com/uutils/coreutils/pull/8637 with a fix that looks too simple to be the real fix. I expected...
@dezgeg in fact there is `libc::FICLONE`, I can simply use it instead of `linux_raw_sys` smth like ```rust let result = unsafe { libc::ioctl(dst_fd, libc::FICLONE, src_fd) }; ```
opened a Pull Request https://github.com/uutils/coreutils/pull/8641