Bas van den Berg
Bas van den Berg
Hi! To do this in Linux: first clone the repo: git clone https://github.com/rcastberg/sure_petcare.git The run: python3 setup.py install or sudo python3 setup.py install Then the module should be installed.
+1 This would really help me and make a really good application even better!
After a lot of trying: in my case it was removing the renamer and not using a packer. So just trying different combinations until it works.
Hi! Well... It's kinda depending on the rest of your architecture. HL7Fuse was mostly build with receiving messages in mind, either through the network or through files. Of course it...
SuperSockets and NHapi won't do that for you. SuperSockets (used as a basis for HL7Fuse) is used for event based communication. For example the fileServer (https://github.com/dib0/HL7Fuse/blob/master/HL7Fuse/FileServer.cs) is a bit out...
Hi, I'll have to look into that, but finding time is an issue at the moment. If you want you can add it and send a pull request.
Hi, I'm not the maintainer of NHapi. I can try to help, but I would need more information. For example errors with stack traces and a code example. Without such...
For the time being: I'm using this in my NGINX reverse proxy config, maybe it can be of help for someone: # Redirect /auth/ to /auth/login location = /auth/ {...
I doesn't work from within Docker. Also the privileged mode doesn't work if you are not using the host network/adapter. If you are on a separate networking range, mac addresses...
@ppastur No you're right. The difference here is that you are running the container on the host network. If you are on the same ip-subnet as the rest of the...