Christopher League
Christopher League
Okay, when you have some time, I'd be thrilled if you could look at https://github.com/league/ZoomableImageView/commits/master That's my test program (in `nomaven`) and partial fix, but it doesn't maintain position after...
@jdek No, closing. My work-around was to add `*.info` to global git ignore, then it covers other projects too. (If git is already tracking the `.info` in some project, then...
@dentalfloss1 Thanks, it's okay. I saw something from you on Slack involving `chrono`, did you delete that branch? I think my solution works and will help, but we can compare...
I will add the PID check to this PR.
I'm mixing another idea into this dockerfile PR, but it's minor stuff I encountered about test conditions while figuring out the prereqs in docker. Re: building with Dockerfile.gpu, yes I...
I also needed this patch with Python 3.11.11 on guix system. It worked without it when the package was still using 3.10.
I'm actually encountering this issue on Linux, here are my specs: ``` Piwigo 2.9.1 Operating system: Linux PHP: 7.1.7 (Show info) [2017-08-01 01:55:15] (imagick module version 3.4.3RC1) MySQL: 10.1.21-MariaDB [2017-07-31...
Oh, I think I understand now the usage of `file_put_contents` in the snippet above. I figured it could be a stale diff due to drift between 2.6.2 and 2.9.1, but...
Looking at and validating type annotations. One error I don't know what to do with yet... the [comment in sigproc2.py](https://github.com/ledatelescope/bifrost/blob/8c356c5242aca8a3e816c54c98cf8687a3024f95/python/bifrost/sigproc2.py#L296) that says "this is broken" ... the code just beneath...
> I think the correct thing to do is throw an exception and let the user know that sub-byte types are currently unsupported. I tried it in 8c5d258c77636d4784bf8b639bedc481490975f3, and it...