Results 13 issues of Marc LaBelle

jquery.min.js:2 Uncaught TypeError: Cannot read property '_imageViewer' of undefined at ImageViewer._findContainerAndImageSrc (iv-viewer.js:640) ``` $(function () { var viewer = new ImageViewer(); $('.gallery-items').click(function () { var imgSrc = this.src, highResolutionImage =...

Get customized article feed if logged in

I have started adding the ability to have a "fallback" (i.e. 2nd restore location) for backups. I still need to finish testing, but I wanted to get feedback before I...

django-oscar==1.6.6 django-oscar-wagtail==0.2.0 wagtail==2.3 ``` Traceback (most recent call last): File "manage.py", line 10, in execute_from_command_line(sys.argv) File "/my/project/directory/venv/lib/python3.6/site-packages/django/core/management/__init__.py", line 381, in execute_from_command_line utility.execute() File "/my/project/directory/venv/lib/python3.6/site-packages/django/core/management/__init__.py", line 357, in execute django.setup() File...

A few changes are needed to the app's manifest so that Android Auto can discover and interact with the app's media browser service. https://developer.android.com/training/cars/media/auto I'm no Android expert, but I...

Cannot find logs to debug S3 publishing errors ## Detailed Description When attempting to publish to S3, the error is: ``` Finalizing metadata files... ERROR: unable to publish: unable to...

Hoverfly v1.5.2 installed on the machine*, but when importing hoverpy, it installs hoverfly v0.10.0. `DOWNLOADING HOVERFLY FROM https://github.com/SpectoLabs/hoverfly/releases/download/v0.10.1/hoverfly_bundle_linux_amd64.zip TO /tmp/tmpm9e2399d` * Installed with brew on Mac; on Linux: ``` wget...

I have Hoverfly installed and I am trying to run the example test, but I get: DOWNLOADING HOVERFLY FROM https://github.com/SpectoLabs/hoverfly/releases/download/v0.10.1/hoverfly_bundle_OSX_arm64.zip TO /tmp/tmpha1omii0 Same thing with docker: DOWNLOADING HOVERFLY FROM https://github.com/SpectoLabs/hoverfly/releases/download/v0.10.1/hoverfly_bundle_linux_aarch64.zip...

Running the [basic example](https://docs.hoverfly.io/projects/hoverpy/en/latest/pages/usage/basic.html) raises a JSONDecodeError. ``` Traceback (most recent call last): File "/src/controller.py", line 10, in simData = requests.get("http://time.jsontest.com/").json() File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 975, in json raise RequestsJSONDecodeError(e.msg, e.doc,...

After running `docker-compose logs` I don't see where I am supposed to find the root password.