Lukas Gerlach

Results 25 comments of Lukas Gerlach

I've put a bit of time here and there trying to understand what is going wrong here. I think I at least managed to narrow the issue down a bit...

For now, the workaround is to create a dummy fact and add it to the rule body as follows: ``` Dummy(0). A(1) :- Dummy(0), 1 = 1. ```

I had a similar (maybe the same) issue. For me, this is related to #87. Version 1.0.0 of mongo-express makes it impossible to disable basic authentication. https://github.com/mongo-express/mongo-express/issues/969 https://github.com/mongo-express/mongo-express/pull/975 (I had...

True, `admin:pass` works by default. You can also set different credentials with the environment variables `ME_CONFIG_BASICAUTH_USERNAME` and `ME_CONFIG_BASICAUTH_PASSWORD` but you cannot disable it entirely even if you set this to...

Yes, I think we cannot handle this in Nemo Web anymore since all web requests are issued directly from WASM now. So I'm moving this issue to the Nemo repo.