Witold Baryluk

Results 138 comments of Witold Baryluk

Because 166.6666666666666667 == 166.66666666666666 for float64. This is a correct behavior.

BTW. I don't get this warning when compiling `vfesession.o` with povray `latest-stable` aka `3.7.0.8` on the same machine and using same toolchain and flags. So it looks like a regression.

Yes, it looks like the issue is that in `3.7.0.8` the POV_LONG is defined uncondiotnally as `long long` on POSIX. But now it is instead `long long` on 32-bit platforms,...

I also noticed tunner results not be very consistent. My guess is that the tests are way too short, so things like other load on the GPU (i.e. video playback),...

If only samples from the scrape are available, that means one can only do things like `sum`, `max`, `avg`, but not `rate`, or `avg_over_time`. I checked few of my bigger...

FYI. I borrowed your code and put as part of the raw patch in https://github.com/mitogen-hq/mitogen/issues/1033#issuecomment-1875236267 . I will remove it from my patch, once either your or my pieces get...

@serathius I was not able to reproduce the issue.

> If I understand the suggestion correctly, the SSHFS code would check the config file for stuff like max_conns=5, so that you don't have to redo that everytime. Yes exactly....

I am following README and got the same issue. ```shell user@debian:~/DCD$ DC=gdc make git describe --tags > bin/githash.txt mkdir -p bin dmd common/src/dcd/common/socket.d common/src/dcd/common/messages.d common/src/dcd/common/dcd_version.d common/src/dcd/common/constants2.d common/src/dcd/common/constants.d src/dcd/server/server.d src/dcd/server/main.d src/dcd/server/autocomplete/util.d...

`dub` does not work either ``` user@debian:~/DCD$ env | grep ^DC user@debian:~/DCD$ dub build Fetching msgpack-d 1.0.4 (getting selected version)... Fetching libdparse 0.23.0 (getting selected version)... Fetching emsi_containers 0.9.0 (getting...