David Stack
David Stack
Have a script that asks for the root folder name and sets up all appropriate sub directories (output, metfiles, etc)
in apsim.new_doc() and related functions change None default value to empty string ('') so code won't crash.
Update all in-code documentation (doc strings) to be compatible with reST formatting for Sphinx autodoc. Adhere to numpy standards: https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt
### Describe the bug Google Search Console is reporting that my ProfilePage is missing the "mainEntity" field. See: https://developers.google.com/search/docs/appearance/structured-data/profile-page My code that's causing the issue: ```ts useSchemaOrg([ defineWebPage({ "@type": "ProfilePage",...
When I deploy the following to Cloudflare Pages I get the 500 error `cannot read properties of null (reading 'ce')` during SRR. I'm using Nuxt. ### SanityLink.vue ```vue // Props...
### 🐛 The bug In a component in my nuxt layer and non-layer projects (`v3.19.1`), `useSiteConfig` is marked as deprecated. If I use the suggested `getSiteConfig`, it asks for an...
It looks like the folks at PostHog released an official Nuxt module. ### Questions 1. Has anyone tried it yet? 1. How does it compare with this one, feature-wise? ###...
The built in method doesn't work when `ssr:false` is set in nuxt.config.ts. This was helpful for my setup an thought others may benefit from knowing about the Cloudflare option too.