Jody McIntyre

Results 15 comments of Jody McIntyre

This warning happens for us whenever we call `self.client.login()` during tests. Workaround: ```python from django.contrib.auth.models import AnonymousUser from django.urls import reverse from django.test import RequestFactory, TestCase class SomethingTests(TestCase): def setUp(self):...

We now own `plotly.host`, including `test.plotly.host`. DNS entries for the databases could be added under there.

Note: this issue was first noted when we tried to use the new imageservers for Plotly Cloud prod. The problems encountered are discussed starting here: https://github.com/plotly/streambed/issues/9865#issuecomment-349995119

I've worked around this with #47. The underlying issue should be investigated at some point.

Yes, we're seeing those issues. We're using `dd-trace-ot` while transitioning from Datadog's OpenTracing to upstream OpenTelemetry. When we add a dependency on `opentelemetry-exporter-otlp-common`, our build system pulls in OkHttp4 and...

Based on [this comment](https://github.com/GideonZ/1541ultimate/issues/308#issuecomment-1535326977) I added `zicsr` to the `MARCH` variables: https://github.com/GideonZ/1541ultimate/pull/380 However this may not be the correct fix because I ended up with a broken firmware that wouldn't...

Note, I'm currently using `rv32i-131023` (GCC 13.2.0) from https://github.com/stnolting/riscv-gcc-prebuilt

With #380, I'm able to build a working firmware for my U2+L 🎉! The broken firmware issue seems to be a result of a bad `u2p_ecp5_impl1.bit`, possibly because I used...

Can I please get some help reflashing my U2+L with standard firmware? I built the firmware by following the instructions in the README (as a first step towards working on...

Update: I have the FT232H adapter and it's recognized by ecpprog: ``` $ sudo ecpprog -t init.. IDCODE: 0xffffffff does not match :( Unique ID: ffffffffffffffff Wafer Lot#: ffffffff Wafer...