distributev
distributev
I suggested Grails framework above - Spring boot could be an option also, if Spring Boot will prove to add more value. Grails and JHipster are both built on top...
Hi David, I'll give you a little background on how I am aware about OfBiz and Moqui. I'm following OfBiz since before it was part of the Apache Foundation and...
1. Document, promote, highlight the existence of the Moqui Java APIs. In addition to the existent Moqui sample apps show the equivalent "xml-free" way of building ERP / CRM apps...
Hi David, I am aware of Odoo they are based in Belgium. I believe you are right in most of the things you are saying. It is a lot of...
  I did not notice any errors in the logs. ``` version: "3.8" services: code-server-test: container_name: code-server-test build: context: . dockerfile: Dockerfile.code-server command: bash -c "git config --global user.name...
I use the latest source code from git clone. The error from the log is ``` lib/python3.10/site-packages/aiohttp/client_reqrep.py", line 1166, in json raise ContentTypeError( aiohttp.client_exceptions.ContentTypeError: 0, message='Attempt to decode JSON with...
One step further, it is still failing but this time wiht a Captcha Error 
@hlohaus did you push the fix already? I have the latest code and I still get the CaptchaChallenge error.
Captcha hell Unfortunately even with the latest version I get only the CaptchaError ``` raise RuntimeError(f"{result['value']}: Use other cookies or/and ip address") RuntimeError: CaptchaChallenge: Use other cookies or/and ip address...
```"start": "npm-run-all -p electron:serve ng:serve"``` starts a single server on port 4200 from which both the "electron" and "web" are served. The single server uses the "web" build (electron should...