perqa

Results 20 comments of perqa

Here is one example: The error seems to occur when navigating down from the top menu into the scroll area, but not immediately. Nothing gets focus in the scroll area,...

Yes, you're probably right. The account belongs to the company I'm working for, and it says "Openshift Origin" top left. I'm thinking I could create a standard NodeJS app on...

Got it working in my Openshift environment with some minor changes to your bin/control file. I added two environment variables and changed a couple of lines in the start function....

Same issue with sveltekit and this package.json ``` "devDependencies": { "@sveltejs/adapter-netlify": "^1.0.0-next.35", "@sveltejs/adapter-node": "^1.0.0-next.55", "@sveltejs/adapter-static": "^1.0.0-next.21", "@sveltejs/kit": "^1.0.0-next.201", "@typescript-eslint/eslint-plugin": "^5.5.0", "@typescript-eslint/parser": "^5.5.0", "autoprefixer": "^10.4.0", "cssnano": "^5.0.12", "eslint": "^8.4.0", "eslint-config-prettier": "^8.3.0",...

The issue seems to still exist - was this PR abandoned or just postponed?

See my comment on https://github.com/plasma-umass/BLeak/issues/45#issuecomment-501126401

Ok, you already have the dependency installed, but it is not found when running BLeak. I also had to add an alias for Python, as described here: https://askubuntu.com/a/321000/383468. I added...

This is a longshot, but I think I also did `cd` to `~/.nvm/versions/node/v10.15.3/lib/node_modules/bleak-detector/` and ran `npm install` or possibly `npm install -g`, not sure which, I can't remember.

This error occurs if you specify `exports.url = "http://localhost";` A simple solution is to create a virtualhost using a fake domain name, like dev.loc, pointing to the same directory as...

Seems like the postinstall script failed to run. I tried `cd .nvm/versions/node/v10.15.3/lib/node_modules/bleak-detector/node_modules/mitmproxy/` `scripts/install_python_deps.py` which resulted in `['4', '0', '1'] Collecting websockets==6.0.0 (from -r requirements.txt (line 1)) Downloading https://files.pythonhosted.org/packages/da/0b/c8fce17000873c1927ba4855ad9f5b558bfcded1dace638e8911ce83d6d0/websockets-6.0-cp37-cp37m-macosx_10_6_intel.whl (81kB) 100%...