C

Results 8 comments of C

I believe that Math.h is required for windows, so you should make the include conditional vs just removing it. ``` #if defined(WIN32) || defined(_WIN32) || defined(__WIN32) && !defined(__CYGWIN__) #include #endif...

Conduit seems to still be alive: https://gitlab.com/famedly/conduit

If monit wasn't shoved down my throat by an architect who loves it, I'd rip it out completely. Monit completely changes how systems gurus interact with the system. This matters...

Echoing @johannesloibl and @a-reich This is a blocker for me because I need to be able to pull from a private artifact repository or internal system for everything.

We're impacted by this, and the provided workaround isn't really an option for us.

We had already done that, but I added an additional cert to the bundle and retried. While doing a triple-check confirm that it wasn't working, it miracled itself fixed, I...

I have a working compose with PostgreSQL in Docker that includes the UI. It's nice to spin up a clean and pristine dev environment. I had to make a change...

> @cvvs Did you end up creating that PR (if so can you link to it?) ~~I haven't submitted the PR, but here's my branch~~ ~~https://github.com/cvvs/selene-backend/tree/use_tempfile_with_dump~~ https://github.com/MycroftAI/selene-backend/pull/233