-
We want to use `NuxtPicture` for serving `webp` images and falling back to `jpg`. However when setting the `width` and `height` attributes, the image is not resized properly.
# Reproduction
The `p…
-
I have a problem serving media files with webp tag. Just followed steps in documentation. Maybe I am missing something?
My settings:
```python
# Static files (CSS, JavaScript, Images)
# https://…
-
Hi! I am trying to run athenapdf with localhost pdf on mac. It is converting to pdf but css and images from localhost are missing. The way I run converting:
```docker run --rm -v $(pwd):/converted/…
-
![image](https://user-images.githubusercontent.com/83300188/125649046-185689df-93e6-407d-b00a-ada55afba871.png)
how to fix this error? ValueError: Cannot set tensor: Got value of type STRING but ex…
-
svg images are not displayed properly on `talks.godoc.org`, for example:
https://talks.godoc.org/github.com/golang/gddo/gosrc/testdata/sample.slide#5
svg images are repointed at `https://rawgit.…
-
Hey community!
A question related to serving notebook inside Hadoop yarn container. Hadoop YARN has this concept of [Web Application Proxy](https://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-…
-
First of all, great work on this site! This is amazing. After running the site through https://www.webpagetest.org/easy I noticed a few things that could be changed to make the site load even faster: …
jgw96 updated
6 years ago
-
Models trained by this pipeline perform great. But how to host them using Tesorflow Model Serving? Checkpoint needs to be converted into SavedModel (.pb) format.
What I've done so far is:
1. I'…
-
```
Example utilizing retina.js
Page has image, image.png, it's dimensions are 64x64.
Alongside image.png on the server is image@2x.png, it's dimensions are 128x128.
retina.js detects client displa…
-
I've noticed that Next does not set any `cache-control` headers when serving images generated by this plugin. Given that many CDNs use these headers to determine whether or not to cache an image, it …