Peter Larsson-Green
Peter Larsson-Green
I agree with what others are saying. If time based notifications are critical for my app I would build a native app. If they are not critical I would build...
I am too having trouble with data not being persisted. I have the following code, and it always logs 0 when I visit the page, although it contained data when...
If I'm not mistaking, clicking on an image in the default theme for VuePress 2 (maybe also was so in later versions of VuePress 1? I didn't update it often)...
That's a feature I would appreciate as well, but it would probably be better to implement it in `vue-tabs-component`, which has been abandoned.
I agree that identical cross-browser experience is better, but I don't know how to achieve that without using client-side JS. But maybe using the CSS property `user-select` could work just...
My bad, `user-select: all` does not seem to have good browser support yet (73%): https://caniuse.com/#feat=mdn-css_properties_user-select_all
@roeeyn I think that would work good for block code consisting of multiple lines, but I don't think it would work good for inline code, where there could be many...
Links with URL starting with `/` means the root of the domain. If the path to a webpage is `my-domain.com/movies/james-bond`, then the link `/titanic` on this webpage would lead to...
Not sure what you mean, but when you run it locally on your own computer the root URL is simply `/`, so you can use `/` in the beginning of...
Yea, it works locally. I know that it locally redirects to URLs with the base path added. For example, I have a VuePress project with the base path `/course-material/`. On...