Stefan Begerad
Stefan Begerad
> @answerquest: Let me provide a short reply now and more details later: The two mentioned instructions of you above are working on my laptop. Now I am eager to...
Hi @answerquest, I am back to deliver on my promise providing more details. 1. Using Docker I can build and run this repository locally on my Laptop (Debian 11.2). 2....
> @dancesWithCycles wow, this looks unique, since the docker image ought to be a self-contained operating system in itself independent of the host OS that can be run anywhere; at...
@answerquest: How do you deploy on the production server? Do you call `docker build...` locally on that production server or just `docker run...` the docker repo based image?
Cheers @danshilm ! I'll check your suggestion ASAP and I'll come back here with my experiences. I call you soon, dear raccoon!
Dear @hng , How about this? Cheers!
Dear @hng , Sorry for the delay. How about this? Cheers!
Today, I came back to this issue: * Source file: main.cpp ``` #include using namespace httpserver; class hello_world_resource : public http_resource { public: std::shared_ptr render(const http_request&) { return std::shared_ptr(new string_response("Hello,...
If someone is interested to protect a critical resource like the ```PGconn``` connection object, this post can serve as an [example](https://www.delftstack.com/howto/c/mutex-in-c/). Cheers!
>> I stumbled over the [Trip Coverage Next Days Rule](https://gtfs-validator.mobilitydata.org/rules.html#trip_coverage_not_active_for_next7_days-rule). I like this rule very much. Kudos! I could make use of this rule even more if the number of...