danbo

Results 8 issues of danbo

Use the cayley web ui to add a quad, ie ``` 99 test testvalue . ``` Do a query, ie ``` g.V('99').Save("test").All() ``` Get the following result: ``` { "result":...

bug

``` a[href*="ha"] @href ``` will work and return the links that have 'ha' in the actual url but not 'Ha'. If I also wanted both / case insensitive matching, I'd...

**Describe the bug** Requests are being made when they shouldn't need to be during bad / error states. Related to #3026. **To Reproduce** Test script: ``` def get_request() log.important("got request",...

I'm using this script: # !/bin/bash for i in {1..5} do echo stopping docker stop kolab3 echo starting docker start kolab3 sleep 10 ps aux | grep nginx sleep 3...

``` # restart the container user@server# docker restart kolab # enter container user@server# docker exec -it kolab /bin/bash # see if opendkim is listening user@server# netstat -l --numeric | grep...

I gave this image a test drive in the wild and I can see that it's accepting relaying to other domains. My theory, based on the postfix config file is...

Started seeing this in the logs.. I think it was after I upgraded docker.. I fixed this by adding `$inet_socket_bind = '127.0.0.1';` to the **end** of /etc/amavisd/amavisd.conf in the image....

I found that I need to run npm install not only in examples but also at the root, otherwise modules are not found. If you can replicate, please update the...