Samuel Montgomery-Blinn

Results 11 issues of Samuel Montgomery-Blinn

* py-evm Version: 0.3.0a20 * OS: ubuntu (on windows linux subsystem) * Python Version (python --version): 3.6.9 * Environment (output of `pip freeze`): (venv) samont@l10c367:~$ pip freeze blake2b-py==0.1.3 cached-property==1.5.2 cytoolz==0.11.0...

Following combination of virtualenv and git clone instructions leads to: error: The 'pyasn1' distribution was not found and is required by service-identity Commands typed: cd projects/ git clone https://github.com/michael-lazar/jetforce cd...

This blocks many pods from coming up now that they wait for migrations-init to complete. ``` $ kubectl -n ci360-qe-reportportal logs rp-default-reportportal-migrations-jm749 -c migrations wait-for-it.sh: waiting for opensearch-cluster-master.ci360-qe-reportportal.svc.cluster.local:9200 without a...

Waiting Info From Requestor

Installing the chart from a fresh git clone this morning: ``` $ helm -n ci360-qe-reportportal install rp-default --set uat.superadminInitPasswd.password="MyPassword" reportportal coalesce.go:289: warning: destination for rabbitmq.ingress.tls is a table. Ignoring non-table...

Waiting Info From Requestor

(Planning to provide my own pull request for this) Create a PR to add SAS Institute to the users page (https://robotframework.org/users). Need company logo (and approval) and short description of...

### **User description** There are network topologies and configurations where a proxy for the remote connection makes sense, and you do not want to set a system-wide proxy using environment...

enhancement
Review effort [1-5]: 2

Steps: 1. sudo snap install bun-js 2. bun install 3. bun run ``` error: Failed to launch the browser process! undefined /home/samont/snap/bun-js/59/.cache/puppeteer/chrome/linux-133.0.6943.98/chrome-linux64/chrome: error while loading shared libraries: libnss3.so: cannot open...

documentation
linux

ENV is WSL2 Ubuntu, with: ``` $ pabot --version A parallel executor for Robot Framework test cases. Version 4.1.1 Copyright 2022 Mikko Korpela - Apache 2 License Robot Framework 5.0.1...

bug

During dryrun execution item discovery, fix issue that occurs when testlevelsplit is used and therefore the execution items should be of type TestItem and not SuiteItem(s). Fixes #623