osher
osher
Is there a way to authenticate once and use a session-token instead of sending creds in plain text for every request? I would expect it to implement an `.authenticate(user,pwd, callback(err,...
The project is used in production for many years now, and the code seems stable for it's premise. following points 4 and 5 in the semver specification - http://semver.org/ -...
see also #248 I'm trying to find the propper healthcheck definition for a cp-kafka container for k8s and/or docker-compose. I cannot find any word about it in the docs and...
If I'm already here, then lets report this one too... I could not use nodist on the corporate machine, on which I have no admin privileges. I did get one...
SIGTERM code does not propagate well between layers `C:\Program Files (x86)\Nodist\bin\node.exe` drops the ball with SIGTERM signals. After fiddling, here's a work around: When I set my env. var PATH...
# Collection query with relation filter not return parent records with no matching child records * Related Issues: none ## Introduction I have a question. I tried in the IRC...
I like a lot all that I read here - but - I could not figure the logic of the order of the values in the index. I think it's...
Hi. My docker compose section looks like so: ``` fn-mongo-express-web: container_name: fn-mongo-express-web image: mongo-express networks: - internal ports: - "127.0.0.1:8081:8081" volumes: - "./etc/ssl/db-client.ca.crt:/etc/db-client.ca.crt:ro" environment: - "ME_CONFIG_MONGODB_SSLVALIDATE=false" - "ME_CONFIG_MONGODB_CA_FILE=/etc/db-client.ca.crt" links: -...
## Motivation ("The Why") Consider a corporate with a codebase with a high coverage and a mature CI. Consider that the corporate's policy is to test on latest and greatest...
Error: ``` Unexpected input 'flag-name', valid inputs are ['github-token', 'path-to-lcov', 'parallel', 'parallel-finished', 'coveralls-endpoint', 'base-path'] ``` Config: ``` - name: coveralls uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} flag-name: ci-results.os-${{ matrix.os...