WarlockD

Results 17 issues of WarlockD

It looks like pipes do work, but its more because mono never finished async implementation in the pipes. I have a .NET 5 server that runs a Unity instance and...

To show the code, SharedScsiRequest : neo::shared_state PS - All create new does is make a ScsiRequest and run clone on the state fyi. ```c++ SharedScsiRequest req = SharedScsiRequest::create_new(0, cmd,...

enhancement

Wrote a simple do_repr ```c++ template concept onlyScopedEnums = std::is_scoped_enum_v; template inline void do_repr(auto out, const E* self) noexcept { static constexpr auto type_name = magic_enum::enum_type_name(); out.type(type_name); if (self) {...

Been re-writing some isa drivers and was using your library as most of it is going to C++ for reasons. Anyway, one of the problems is the device I am...

This is a real neet library. I am just now getting the hange oc C++20 and enjoying concepts. Also this is the perfect library for me as I am building...

Not sure if this is a REAL issue or not, but I picked up one of those 2.4meg floppy drives that IBM use on some of their controllers cheap and...