Simon Freytag

Results 11 comments of Simon Freytag

Thanks! Well spotted. I will fix soon. I was using this code just the other day in my current project at work, it's good that other people keep finding it...

The irony is that this would be the default layout of the bootstrap grid and I had to do some extra work to ensure the sidebar appeared at the bottom!...

@mallim actually me too, so don't worry - this will be controlled via a config flag so you can choose whether it is at the top or bottom.

> I use the TypeScript on success, the following is an example of my address is https://github.com/yaoxfly/vitepress-template Thanks, your repo is a really useful guide for setting up vitepress with...

Based on an idea in #303 I added a custom validator using the browser's URL interface. However this allows URLs of the form `http:www.example.com`. A good compromise seemed to be...

My code with this issue runs fine. I think it might be a tooling problem. JetBrains discusses it here: https://youtrack.jetbrains.com/issue/WEB-60065/Vue3-dynamic-component-type-mismatch-errors-when-using-component-ref-as-is-prop-value And Vue language tools for VSCode here: https://github.com/vuejs/language-tools/issues/3138 https://github.com/vuejs/language-tools/issues/3237 You...

To fit in an N x N square without changing the aspect ratio, use `?w=1000&h=1000&fit=inside` This is well explained in the Sharp docs: https://sharp.pixelplumbing.com/api-resize I think to do atMost and...

Just trying to work out the same thing. I'm currently using plausible-tracker and the `` snippet and it looks like it might be double-counting.

Thanks - this looks good. I like the trackEvent filter too. I have an open issue to work on a bug related to this which would be fixed by your...

I've been following this PR via https://github.com/JonasKruckenberg/imagetools/issues/700 and am enthusiastic to use it. I'm maintaining a simple static site and all the image processing is automatic via imagetools, apart from...