Mattias Fjellvang
Mattias Fjellvang
I discovered something peculiar after debugging an issue related to infinite loading after 4 refreshes. **The problem** After starting the dev server using `npm run dev` and refreshing the website...
E.g. when no matching pages are returned from the API?
SSR
Found this boilerplate and it looks awesome so far; I'm going to build a Vue.js theme in not too long. However, I don't have the same requirement to run back/frontend...
I noticed vuex, vue-routing and more is loaded as a dev dependency. Is this on purpose, and if so, which?
I notice when running vue.js through the WordPress engine, it is a bit slow. I was wondering what the caveats is from running it from a different domain/server/environment? Like, how...
I noticed that bootstrap.js gets the CSRF token like this: window.WordPress.csrfToken But upon initial review of the code, I don't seem to find where this is set.
### Description of change [cockroachdb supports enums](https://www.cockroachlabs.com/docs/stable/data-types.html#supported-types) - but it is not listed as an supported type in `src/driver/cockroachdb/CockroachDriver.ts` ### Features - [x] Support for enum types - [x] Support...
As per web.dev: "Touch and wheel event listeners are useful for tracking user interactions and creating custom scrolling experiences, but they can also delay page scrolling. Currently, browsers can't know...
#### What was expected My old options page should be added upon plugin activation to the new options page. It's possible to fetch them like so: get_options('name', 'options'); // for...
I think 40kb for this library is way too much (only counting the JS files). It's half the size of jQuery3, and bootstrap 4 is 60 kb. Afterall, it's an...