King_DuckZ

Results 60 comments of King_DuckZ

Hi jpd002, tbh I don't really remember what this was about, but indeed I'm a Linux user.

Hello, is there any progress on this? Speaking to some people on #cmake on freenode, I've been told upstream is very likely to accept the pull request. I think mathstuf...

Anyone knows what happened to trentforkert? Did he abandon his cmake fork? Btw I also tried rebasing, I got up to cmake 3.3 but I gave up there as I...

Same for me. I'm trying to run my first node, I started the service with `myst daemon` (plus parameters) on Arch Linux and I'm having this issue. I enabled port...

I'd like to bump this, I'm having issues myself with the webui being unresponsive and the node reported as offline even though the service is running. Something's not working right.

I've been looking into this one a bit, unfortunately I don't think I know how to fix it. With the debugger I got to this point: restc-cpp/restc-cpp/src/IoReaderImpl.cpp:31 and the state...

Any chance to get some comment on this please? Like I said, this is a blocker for me, it stalled my whole project

It's been a long time and since that problem was a hard blocker for me I simply ditched restc-cpp and implemented my own solution using libcurl and simdjson. My program's...

Just to expand on my findings from Saturday: commenting out line 15 in SIMD.hpp is only the first step. It fixes that specific error for me but I see the...

Following my attempt at fixing the build, I tried re-writing the build script with meson (it could be cmake, no big difference in the outcome imo). I got into a...