Mattias Fjellvang
Mattias Fjellvang
If I pull in 'qs' because I need it for my project I'll get this error: no such file or directory, open '/Users/constantsolutions/Projects/jwr-nuxt/node_modules/wpapi/node_modules/qs/lib/index.js' If I remove the dependency 'qs', it...
How do I send a post request using a custom route? It's not documented anywhere. I have tried like this: const request = this.$wp.myCustomRequest().create(postData); // postData is object with data...
How can I add a global query parameter, e.g. ?lang=en to all requests, without having to manually adjust all queries? I know I can do this: wp.post().param('lang', app.i18n.locale); But then...
How can I use registerRoute without a parameter? If I try to remove the block, I get an error: Cannot convert undefined or null to object At this line const...
I am seeing a lot if not-needed info messages in Sentry: @ntegral/nestjs-sentry: Nest application successfully started How can this be disabled? I tried configuring both `level` as well as `logLevel`...
When trying to follow the documentation for LogLevel, TypeScript complains: Module '"@sentry/types"' has no exported member 'LogLevel'. Defining the logLevel: logLevel: LogLevel.Debug,
Error exceptions does not show stacktrace / code inside Sentry. Is there a way to enable this?
Hi there, We're planning to develop a new theme on our wordpress site, and I was thinking of introducing Vue.js this time. I was wondering if this library is still...
I'd like to disable the `left-trim` config from Prismjs. Is there a way to change this behaviour? https://prismjs.com/plugins/normalize-whitespace/
Does this package support srcset? By the way, good job, around 10-15 times smaller than lazysizes - it has more features of course, but still. Before I can migrate I...