Patrick Fasano

Results 49 comments of Patrick Fasano

See also #5 and #8.

> First, in your `a/__init__.py` file, if `b` is a submodule, there is no need to import it directly. In other words, you can remove the line: > > ```python...

Possibly relevant for #2310, #3798.

Sorry to resurrect a dead thread, but I just did a git pull and updated my config, and I'm noticing significant slowdowns since the last time. At commit 079cbc6 I'm...

Instead of running a full HTTPS proxy on the reMarkable, why not simply run a DNS proxy (on the reMarkable)? This should (1) reduce the memory footprint and (2) eliminate...

https://github.com/oliver-moran/jimp/issues/771#issuecomment-828363187 suggests that [`heic-convert`](https://github.com/catdad-experiments/heic-convert) or [`heic-decode`](https://github.com/catdad-experiments/heic-decode) are alternatives to calling ImageMagick.

I get this error if there's a mismatch between the installed libc and the libc which is linked to by node -- for instance, if I installed Recognize while I...

In my use-case, I have two services defined in my `docker-compose.yml` -- one uses the alpine-based Nextcloud image, while the other uses the standard image. For normal use, I'm using...

> > For normal use, I'm using the alpine/musl libc image, while if I need to reclassify all images, I spin up the standard image (with docker-compose run) so that...