Samuel Verstraete
Samuel Verstraete
ERROR in ./src/index.js Module build failed: Error: Cannot find module './util/traverser' at Function.Module._resolveFilename (module.js:472:15) at Function.Module._load (module.js:420:25) at Module.require (module.js:500:17) at Object. (/home/samuel/adam/adamui/client/node_modules/eslint-plugin-dependencies/no-cycles.js:24:30) at Module._compile (module.js:573:32) at Object.Module._extensions..js (module.js:582:10) at...
… deleted and then recreated (works on my machine)
Fixes # ### Motivation When deploying pulsar to an AKS cluster with windows nodepools i was unable to specify that the Jobs of the initalize release had to run on...
We have an NGINX running in front of our owin iis hosted services. The NGINX is configured to disconnect if the owin service does not respond within 100 seconds. We...
**What happened (please include outputs or screenshots)**: I try to get events with a resource_version older than a specific version and that does not seem to work as expected. I...
I'm probably doing something very stupid but i guess i'll need some help. ``` var gpg = require('gpg'); var fs = require('fs'); var keyFile = '/home/samuel/file-enc-pubkey.txt' gpg.importKeyFromFile(keyFile, function (err, result,...
https://issues.apache.org/jira/browse/SOLR-17724 # Description Adding a short bash script in the documentation that illustrates how to calculate the encoded password format for security.json # Solution doc # Tests doc only #...
So apparently it's a known issue that if you start customizing the solr.xml file for your sorlcloud cluster various customizations provided by the solr-operator no longer work. One of these...
When running with service accounts on a pod in EKS, a secret containing security information gets automatically mounted on /var/run/secrets/eks.amazonaws.com/serviceaccount/token When trying to make a backup this token is unreachable...