Oliver-Tobias Ripka

Results 23 comments of Oliver-Tobias Ripka

Nice, nuxi generate is great, but SSG doesn’t work if the content should be behind a middleware for authorization. Glad that there is experiments to fix the issue. I didn’t...

With the latest commits that implement the Nitro Cache API. I was now able to do this in order to cache the API calls. Seems to work well. `nuxt.config.ts` ```...

After enabling the caching I noticed that in dev mode I need to have the browser dev tools open in order to get fresh content. Not sure if this is...

In order to make the handout https://github.com/slidevjs/slidev/pull/1421 pull request work with this code I found that I need to be able to control the scaling factor (zoom) inside [SlideWrapper.vue](https://github.com/slidevjs/slidev/blob/6428d19273e1ec7b7ae60f0c4828ae84d5c487f8/packages/client/internals/SlideWrapper.vue) Currently...

I tried the latest commit. Seems like solving a lot of issues. One thing I noted is that the page aligns well in Firefox but not in Chrome and when...

After a bit more testing, it seems that having a slide like this with **transitions** and **renderwhen** results in an empty slide. ``` --- # Test .outro-enter-from { opacity: 0;...

> I spent 2 hours on this, trying to figure out why the page is (exactly) 1.5x larger than the expected size, but made no progress. The output is still...

Maybe this is related to these known issues (pupeteer and chrome): https://issues.chromium.org/issues/40144973#comment9 https://github.com/puppeteer/puppeteer/issues/666 https://github.com/puppeteer/puppeteer/issues/2278 I tried this code to determine it dynamically, but I think this is the incorrect DPI...

> Thanks for your contribution! I think this feature is quite useful. btw, the commits I pushed earlier contain no actual function-related changes. Thanks for having a look at it...

@KermanX I synced the current pull request with main. Unfortunately, I did not get around yet to implement the changes you mentioned.